@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary: #346D91;
    --secondary: #FFC600;
    --secondary-100: #FFFFCC;
    --secondary-200: #FFE278;
    --primary-100: #99D4f9;
    --primary-200: #69a4c9;
    --primary-400: #144D71;
    --primary-600: #0d2636;
    --primary-800: #0a1821;
    --secondary-400: #DFA600;
    --secondary-600: #BF8600;
    --secondary-800: #9F6600;
    --secondary-dark: #33220A;
    --dark: #4e4e4e;
    --light: #fafafa;
    --white: #ffffff;
    --black: #000000;
    --error-200: #f39582;
    --error: #c36582;
    --error-400: #933552;
    --error-600: #631522;
    --error-800: #3f0c14;      
    --fox-height: clamp(100px,15dvh+1em,600px);
    --ff-main: "Nunito", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --ff-accent: "Averia Libre", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body.light {
    --secondary: #346D91;
    --primary: #FFC600;
    --primary-800: #FFFFCC;
    --primary-600: #FFE278;
    --secondary-800: #99D4f9;
    --secondary-600: #69a4c9;
    --secondary-400: #144D71;
    --secondary-200: #0d2636;
    --secondary-100: #0a1821;
    --primary-400: #DFA600;
    --primary-200: #BF8600;
    --primary-100: #9F6600;
    --secondary-dark: #C4DFED;
    --light: #4e4e4e;
    --dark: #fafafa;
    --white: #000000;
    --black: #ffffff;
}
@media (prefers-color-scheme: light) {
  :root {
    --secondary: #346D91;
    --primary: #FFC600;
    --primary-800: #FFFFCC;
    --primary-600: #FFE278;
    --secondary-800: #99D4f9;
    --secondary-600: #69a4c9;
    --secondary-400: #144D71;
    --secondary-200: #0d2636;
    --secondary-100: #0a1821;
    --primary-400: #DFA600;
    --primary-200: #BF8600;
    --primary-100: #9F6600;
    --secondary-dark: #C4DFED;
    --light: #4e4e4e;
    --dark: #fafafa;
    --white: #000000;
    --black: #ffffff;
  }
  body.light {
    --primary: #346D91;
    --secondary: #FFC600;
    --secondary-100: #FFFFCC;
    --secondary-200: #FFE278;
    --primary-100: #99D4f9;
    --primary-200: #69a4c9;
    --primary-400: #144D71;
    --primary-600: #0d2636;
    --primary-800: #0a1821;
    --secondary-400: #DFA600;
    --secondary-600: #BF8600;
    --secondary-800: #9F6600;
    --secondary-dark: #33220A;
    --dark: #4e4e4e;
    --light: #fafafa;
    --white: #ffffff;
    --black: #000000;
  }
}
html {
    font-size: 20px;
    font-family: var(--ff-main);
}
body {
    background: radial-gradient(var(--primary-600), var(--primary-800));
    height: 100dvh;
    color: var(--light);
}
textarea,input {
    font-size: 20px;
    font-family: var(--ff-main);
    color: var(--light);
}
header {
    width: 100%;
    height: 90px;
    background: linear-gradient(var(--primary-800), var(--primary-600), transparent);
    position: fixed;
    top: 0;
    z-index: 8;
}
body.light header {
    background: linear-gradient(var(--primary-600), var(--primary-800), transparent);
}
a {
    text-decoration: none;
    color: var(--secondary-400);
}
p {
  margin-bottom: 20px;
}
h1, h2, h3 {
    font-family: var(--ff-accent);
}
nav {
    height: 104px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: min(100%, 2000px);
    position: fixed;
    top: 0;
    z-index: 20;
}
nav .navbar {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: bottom;
    margin: auto auto 0 0;
}
nav .navbar a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: var(--light);
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(2px 2px 1px var(--primary-800));
    filter: drop-shadow(2px 2px 1px var(--primary-800));
}
.logolink {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
}
.logolink img {
    height: 90px;
    max-height: 90px;
}
.iconbar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 15px 0 0;
  z-index: 21;
  position: fixed;
  top: 0;
  right: 0;
}
nav .navbar a:hover {
    background: linear-gradient(var(--primary-600), var(--primary-400), var(--primary-400), transparent);
}
nav .navbar a.active {
    -webkit-filter: drop-shadow( 0 0 4px var(--secondary-200));
    filter: drop-shadow( 0 0 4px var(--secondary-200));
    color: var(--secondary-100);
}
nav .navbar .logolink {
    position: absolute;
    left: 0;
    top: 0;
}
#navbar-active, #basket-active, .close-navbar-btn, .open-navbar-btn {
    display: none;
    padding: 0 25px;
}

h1 {
    text-wrap: balance;
    text-align: center;
    margin: 0 auto 35px auto;
    transform: skewY(-5.5deg);
    color: var(--secondary);
    font-size: clamp(3em,calc(4vw + 1em),5em);
    -webkit-filter: drop-shadow( 2px 2px 1px var(--primary-600));
    filter: drop-shadow( 2px 2px 1px var(--primary-600));
}
h2 {
    font-size: clamp(1.5em,calc(3vw + 1em),2.5em);
}
h3 {
    font-size: clamp(1.3em,calc(1vw + 1em),1.6em);
    color: var(--secondary-100);
}
section > h2:first-child {
    font-size: clamp(2em,calc(3vw + 1em),3.5em);
}
main {
    margin-top: 110px;
    padding-top: min(10%,30px);
    width: 100%;
    position: relative;
}
section {
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 25px;
}
#hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    gap: 1.2em;
    position: relative;
    width: 100%;
    margin-bottom: 90px;
}
#hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--primary-600);
    -webkit-mask-image: url('../images/blob2.svg');
    -webkit-mask-size: fill-box;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 70% 0;
}
.herocard {
    width: 100%;
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
}
.hero-first {
    width: 100%;
}
.overlayLinkCheckbox {
    display: none;
}
.overlayLink {
    color: var(--secondary-400);
    cursor: pointer;
}
.overlayLink:hover {
    color: var(--secondary);
}
.overlayLinkBlur {
    display: none;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    transition: 0.75s ease;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.overlayTermsPriv {
    position: relative;
    inset: auto;
    width: min(800px,100vw);
    height: min(1000px,100dvh);
    border-radius: 15px;
    background-color: var(--primary-400);
    box-shadow: 0 0 20px var(--primary-800);
}
.overlayTermsPriv .close-btn {
    position: absolute; 
    inset: 10px 10px auto auto;
    width: 80px;
    height: 1.4em;
    line-height: 1.4em;
    vertical-align: center;
    text-align: center;
    background-color: var(--secondary-400);
    color: var(--primary-800);
    border-radius: 15px;
    font-family: var(--ff-accent);
    cursor: pointer;
}
.overlayTermsPriv h2 {
    position: absolute;
    inset: 20px auto auto 20px;
    width: 60%;
    height: 1.5em;
    font-size: 1.3em;
    color: var(--secondary);
}   
.overlayTermsPriv .legalContent {
    padding: 15px;
    position: absolute;
    inset: 4em auto auto 20px;
    width: 90%;
    height: 80%;
    overflow-y: auto;
    background-color: var(--primary-600);
    border-radius: 15px;
}
.legalContent h3 {
    font-size: 1.3em;
    margin-bottom: 0.8em;
}
.legalContent p {
    margin-bottom: 1.3em;
}
#privLink:checked ~ #privOverlay, #touLink:checked ~ #touOverlay {
    display: flex;
}
.cta {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
}
.cta h3 {
    font-size: clamp(1.4em,calc(1vw + 1em),1.6em);
    text-wrap: balance;
    width: 100%;
    text-align: center;
}
.cta p {
    margin-bottom: 1.2em;
    text-wrap: balance;
    text-align: center;
}
.cta form {
    margin-top: 1.2em;
    width: 80%;
}
input, textarea {
    outline: none;
}
.inputtext {
    position: relative;
    margin-top: 12px;
    height: 3.7em;
    width: 100%;
    padding: 0 15px;
}
.inputtextarea {
    height: 6.5em;
}
.inputtext input {
    position: absolute;
    left: 0;
    background: transparent;
    height: 2.5em;
    padding: 0 10px;
    transition: 0.1s ease;
    border-radius: 30px;   
    width: 100%;
    border: 2px solid var(--primary);
    color: var(--primary-200);
    z-index: 3;
}
.inputtext textarea {
    position: absolute;
    left: 0;
    background: transparent;
    height: 8em;
    padding: 15px;
    transition: 0.1s ease;
    border-radius: 30px;   
    width: 100%;
    border: 2px solid var(--primary);
    color: var(--primary-200);
    z-index: 3;
}
.inputtext label {
    position: absolute;
    left: 18px;
    padding: 10px 10px;
    margin: 0 10px;
    background-color: transparent;
    border-radius: 8px;
    color: var(--secondary-200);
    transition: 0.2s ease;
}
.inputtext input:focus, .inputtext input:valid, .inputtext textarea:focus, .inputtext textarea:valid {
    border-color: var(--secondary);
    color: var(--secondary-200);
}
.inputtext input:focus + label, .inputtext input:valid + label, .inputtext textarea:focus + label, .inputtext textarea:valid + label {
    color: var(--primary-600);
    background-color: var(--secondary-400);
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    transform: translate(-15px,-16px) scale(0.88);
    z-index: 3;
}
.ml-signup, #fsubmit {
    width: 30%;
    background-color: var(--secondary);
    color: var(--primary-600);
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
#first-block {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
#first-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background: var(--primary-800);
   -webkit-mask-image: url('images/blob.svg');
   -webkit-mask-size: cover;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: 5px 0;
   z-index: -1;
}
#first-block p {
    position: relative;
    font-size: 1.1em;
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: center;
}
#first-block h2 {
    color: var(--primary-100);
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: center;
}
#creations {
    background: var(--primary-400);
}
#creations::before {
    content: '';
    border-top: 100px solid transparent;
    border-left: 100vw solid var(--primary-400);
    width: 100%;
    height: 0;
    margin-left: -35px;
}
#creations-end {
    border-bottom: 100px solid transparent;
    border-right: 100vw solid var(--primary-400);
    width: 100%;
    height: 0;
}
#creations h2 {
    color: var(--secondary);
    margin: -100px auto 50px auto;
    padding-left: clamp(10px,1vw,140px);
    transform: rotate(12deg);
    text-align: center;
    text-shadow: 0 0 50px var(--primary-800);
    text-wrap: nowrap;
}
.artcard-title, .herocard-title {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 20px;
    background: var(--dark);
    width: 220px;
    height: 50px;
    margin-bottom: -50px;
    color: var(--secondary-100);
    padding: 7px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.herocard-title {
    position: relative;
    height: 90px;
    width: 250px;
    background: var(--primary-400);
    margin-bottom: -70px;
    margin-left: 50px;
}
.herocard-title::before {
    content: open-quote;
    position: absolute;
    top: -30px;
    right: -20px;
    font-size: 4em;
    color: var(--primary-200);
}
.herocard-title::after {
    content: no-close-quote;
}
.herocard .hero-first {
    padding-top: 50px;
}
.herocard .hero-first img {
    max-width: min(340px,90%);
    filter: drop-shadow(0 0 200px var(--primary-400));
    margin-left: 0;
} 
#artcards .artcard {
    position: relative;
    height: 480px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: var(--secondary-100);
    box-shadow: 0 0 100px var(--primary-600);
    display: flex;
    justify-content: center;
}
#artcards .artcard p {
    color: var(--primary-400);
    font-family: var(--ff-accent);
    filter: blur(2px);
}
#artcards .artcard img {
    max-height: 100%;  
}
.artcard-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
#artcards .artcard .artcard-link {
    position: absolute;
    background: var(--primary-600);
    border-radius: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 4.2em;
    padding: 5px;
    opacity: .8;
}
#artcards .artcard .artcard-link a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 1.3em;
    font-family: "Nunito";
    color: var(--secondary-200);
    font-weight: 300;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px var(--black);
}
#artcards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px,1fr));
    position: relative;
    gap: 1.5em;
}
#galleryImages {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(250px,min(400px,30vw)));
   gap: 5px;
   width: 100%;              
   justify-content: center;
}
[id^="galleryCheck"] {
    display: none;
}
.galleryLargeContent {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.galleryLargeContent img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.galleryLargeInfo {
    display: none;
    border-radius: 15px;
    padding: 10px;
    background-color: var(--primary-600);
    transition: 0.75s ease;
    box-shadow: 0 0 40px var(--primary-800);
}
.galleryLabel {
    transition: 0.75s ease;
    display: block;
    width: 100%;
}
.galleryCheck:checked + label.galleryLabel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 9999;
    backdrop-filter: blur(10px);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: zoom-out;
    user-select: none;
    animation: image-gallery-zoom-in 0.75s;
    padding-top: 25px;
}
.galleryCheck:checked + label.galleryLabel .galleryLargeContent {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    padding: 15px;
}
.galleryCheck:checked + label.galleryLabel .galleryLargeContent .galleryLargeInfo {
    display: block;
}
.galleryCheck:checked + label.galleryLabel .galleryLargeContent img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    pointer-events: none;
}
@keyframes image-gallery-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }
}
.details-x {
    display: flex;
    flex-direction: row;
    grid-gap: 3px; 
}
details {
    display: flex;
    flex-direction: row;
    border: 1px solid black;
    width: 100px;
}
#about {
    position: relative;
    margin-top: -50px;
}
#about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--primary-600);
    -webkit-mask-image: url('../images/blob5.svg');
    -webkit-mask-size: fill-box;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50px 0;
}
#about h2 {
    color: var(--secondary-400);
    transform: rotate(-5deg);
    margin-bottom: 50px;
    margin-left: clamp(10px,2vw,200px);    
}
#about .about-content {
    margin-bottom: 30px;
    font-size: 1.2em;
}
#about .about-content h2 {
    text-shadow: 0 0 20px var(--primary-600);
    margin-bottom: 30px;
    text-align: center;
    margin-left: 3vw;
    text-wrap: balance;
}
#about .about-content .sideimage {
    width: 50%;
    max-height: var(--fox-height); 
    shape-outside: ellipse(250px 530px at 40% 0);
    float: left;
    clear: both;
}
#about .about-content img.side {
    max-width: 100%;
    max-height: var(--fox-height);
    filter: drop-shadow(0 0 100px var(--primary-800));
}
#about .about-content .profile {
    border-radius: 50%; 
    width: 250px;
    height: 250px;
    border: 6px dashed var(--primary-600);
    overflow: hidden;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
}
#about .about-content .profile img {
    max-width: 100%;
}
#about p {
    margin-bottom: 1.4em;
    max-width: 90%;
    margin-left: 3vw;
}
.about-text {
    filter: drop-shadow(0 0 100px var(--primary-200));
}
.about-text div, .about-text img {
    filter: none;
}
.about-cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
}
.about-cols h2 {
    grid-row: 1;
}
#about .about-text .about-cols p {
    max-width: 100%;
}
#contact h2 {
    color: var(--secondary-400);
    transform: rotate(5deg);
    margin-top: 50px;
    margin-bottom: 30px;
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
}
#contact form {
    margin-left: clamp(10px,3vw,150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(40vw,100%);
    background: none;
}

#contact form input, #contact form input:focus, #contact form textarea {
    box-shadow: 0 0 100px var(--primary-400);
}

#contact form input#fsubmit {
    margin-top: 50px;
}
#contact {
    display: grid;
    grid-template-columns: repeat(2,minmax(50%,min(600px,100%)));
}
#contactside {
    margin-left: 40px;
    width: min(40vw,100%);
}
#contactside img {
    max-width: min(40vw,100%);
}
footer {
    position: relative;
    left: 50%;
    translate: -50%;
    width: 500px;
}
#productBasket {
    width: 500px;
    position: fixed;
    top: 90px;
    right: -500px;
    bottom: 0;
    background-color: var(--primary-400);
    padding: 0;
    display: grid;
    grid-template-rows: 90px 1fr 50px 50px;
    z-index: 15;
    transition: 0.75s ease;
    -webkit-transition: 0.75s ease;
    box-shadow: 0 0 10px var(--black);
}
#productBasket h2 {
    font-weight: 300;
    padding: 15px 5px;
    text-align: center;
}
.productBasketList {
    position: relative;
    overflow: auto;
}
.productBasketList:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--primary-600);
    -webkit-mask-image: url('../images/blob4.svg');
    -webkit-mask-size: fill-box;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 30px 0;
}
.productBasketList::-webkit-scrollbar {
    width: 0;
}
.productBasketList p {
    text-align: center;
}
.productBasketItem {
    padding: 5px 15px;
    display: grid;
    grid-template-columns: 30px 1fr 60px 100px;
    gap: 5px;
}
.productBasketItem:nth-child(even) {
    background-color: var(--primary-600);
}
.productBasketItemCount {
    display: grid;
    grid-template-columns: 30px 40px 30px;
}
.productBasketItemCount span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary-100);
    color: var(--primary-600);
    align-items: center;
    justify-content: center;
    text-align: center;
}
.productBasketItemCount span:nth-child(2) {
    background: transparent;
    width: 40px;
    line-height: 30px;
    font-size: 0.9em;
    color: var(--secondary-100);
}
.productBasketItemCount span:nth-child(1), .productBasketItemCount span:nth-child(3) {
    line-height: 30px;
    font-size: 1em;
}
.productBasketCloseCheckout {
    width: 100%;
    display: flex;
}
.productBasketBtn {
    width: 50%;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: var(--primary-600);
    background-color: var(--secondary-100);
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0;
    font-size: 1.2em;
    font-family: var(--ff-accent);
}
.open-basket-btn .basketItemCounter {
    margin-top: -25px;
    margin-left: -20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--primary-200);
    color: var(--primary-800);
    text-align: center;
    vertical-align: center;
    z-index: 20;
}
.productBasketCheckout {
    background-color: var(--secondary);
    font-weight: 900;
}
#basket-active:checked ~ #productBasket {
    right: 0;
}
#basket-active:checked ~ .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 14;
    }
#basket-active svg {
    fill: var(--secondary-400);
}
.open-basket-btn .basketItemCounter {
    width: 20px;
    height: 20px;
    font-size: 0.8em;
} 
.open-basket-btn svg {
    z-index: 19;
    stroke: var(--secondary-400);
    width: 45px;
    height: 45px;
}
.productBasketSubTotal {
    display: flex;
    background-color: var(--primary-600);
}
.productBasketSubTotal span {
    width: 50%;
    height: 50px;
    padding: 8px 15px;
    align-items: center;
    vertical-align: center;
    font-size: 1.1em;
}
.productBasketSubTotal span:nth-child(1) {
    font-weight: 900;
}
.productBasketSubTotal span:nth-child(2) {
    text-align: right;
}
.productBasketSubTotal span:nth-child(2):before, .productBasketPrice:before, .productPrice:before {
    content: '£';
}
#productContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px,min(450px,15vw)));
    gap: 20px;
    padding: 0 20px;
}
.productCard {
    background: radial-gradient(var(--primary), var(--primary-600));
    box-shadow: 0 0 8px var(--black);
    width: 100%; 
    border-radius: 8px;
    position: relative; 
    display: grid;
    grid-template-rows: subgrid;  
    grid-row: span 3;
    row-gap: 8px;
}
.productName {
    color: var(--light);
    font-family: var(--ff-primary);
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 8px;
    letter-spacing: 1px;
}
.productImage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.productImage img {
    max-width: 100%;
    vertical-align: middle;
}
.productBasketImage img {
    max-width: 30px;
    max-height: 30px;
}
.productPrice {
    font-weight: 600;
    line-height: 1.6em;
    width: 100%;
    height: 40px;
    padding: 8px;
}
.productAddToBasket {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: var(--secondary);
    border-radius: 25px;
    border: none;
    outline: none;
    cursor: pointer; 
    justift-content: center;
    align-items: center;
}
.productAddToBasket svg {
    width: 42px;
    height: 42px;
}
.productAddToBasket svg path {
    stroke: var(--primary-600);
}
.productAddToBasket:before {
    content: '+';
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 500;
    font-size: 1.2em;
    color: #ffffdd;
}
.checkoutForm {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 15px;
    padding: 20px 0 20px 0;
}
.copay p, .coorder p {
    padding-bottom: 30px;
}
.copay, .coorder {
   padding: 20px;
}
.coorder img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.orderOverview {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  gap: 20px;
}
.productBasketItemOverview {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 5px;
  background: var(--primary-800);
  width: 100%;
}
.productBasketImageOverview {
  background: var(--primary-600);
}
.productBasketNameOverview {
  font-weight: 700;
}
.productNumbersOverview {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.productBasketPriceOverview {
  font-size: 0.8em;
}
.productBasketItemCountOverview {
  font-size: 0.8em;
}
.productSubtotalOverview {
  font-size: 0.8em;
}
.productSubtotalOverview:before, productBasketPriceOverview:before {
  content: 'Subtotal: \00A3';
}
.overviewTotal:before {
  content: 'Total: \00A3';
}
.productBasketPriceOverview:before {
  content: '\00A3';
}
.creationsShopCategories {
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    width: min(100vw,800px);
    margin: 0 auto 20px auto;
}
.creationsShopCategories .categoriesCheck {
    display:none;
}
.creationsShopCategories .categoriesLinks {
    max-height: 0;
    overflow: hidden;
    transition: 0.75s ease;
}
.creationsShopCategories .categoriesLinks a, .creationsShopCategories label.categoriesToggle {
    position: relative;
    padding: 8px 15px;
    display: block;
    line-height: 2.5em;
    background: linear-gradient(var(--primary-800), var(--primary-600));
    border-top: 1px solid var(--primary-400);
    margin: 0;
    color: var(--light);
    text-shadow: 1px 1px 1px var(--black);
    text-transform: uppercase;
}
.creationsShopCategories label.categoriesToggle svg {
    margin-right: 5px;
    float: right;
    max-height: 2.5em;
    transition: 0.5s ease;  
}
.creationsShopCategories .categoriesCheck:checked ~ label.categoriesToggle > svg {
  transform: rotate(180deg);
}
.creationsShopCategories .categoriesCheck:checked ~ .categoriesLinks {
    max-height: 800px;
}
.creationsShopCategories .categoriesLinks a.active {
    display: none;
}
footer {
    background: linear-gradient(var(--secondary-200), var(--secondary));
    color: var(--primary-800);
    width: 100vw;
    position: relative;
    margin-top: 8em;
}
footer h2.footertitle {
    position: absolute; 
    top: -0.95em;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-200);
    width: 100%;
    font-size: 8em;
    font-family: var(--ff-primary);
    font-weight: 900;
}
#mainfooter {
    position: relative;
    font-size: 15px;
    padding: 25px 25px 25px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
footer h3 {
    width: -moz-fit-content;
    width: fit-content;
    color: var(--primary-600);
    text-transform: uppercase;
    font-weight: 900;
}
.footercta {
    width: max(300px,min(30vw,500px));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.footercta h3 {
    font-family: var(--ff-primary);
    margin-bottom: 15px;
    color: var(--primary-600);
}
.footercta p {
    display: none;
}
.footercta .inputtext input {
    height: 35px;
    padding: 0 8px;
    border-radius: 20px;
    border: 2px solid var(--primary-600);
    color: var(--primary-400);
    z-index: 3;
    font-size: 0.9em;
}
.footercta .inputtext label {
    top: -3px;
    left: 8px;
    padding: 10px 10px;
    border-radius: 15px;
    color: var(--primary-600);
}
.footercta input:focus, .footercta input:valid {
    border-color: var(--primary);
    color: var(--primary-400);
}
.footercta .inputtext input:focus + label, .footercta .inputtext input:valid + label {
    color: var(--secondary-200);
    background-color: var(--primary-600);
}
footer a, footer .footercta label.overlayLink {
    font-family: var(--ff-primary);
    color: var(--primary-400);
    background-color: none;
}
.footercta input.ml-signup {
    width: 60%;
    height: 35px;
    margin-top: -10px;
    padding: 5px 10px;
    background-color: var(--primary-400);
    color: var(--secondary-200);
}
#footermenuright {
    text-align: right;
    justify-content: right;
}
#footermenuright h3 {
    margin-left: auto;
}
footer a {
    text-transform: uppercase;
    line-height: 1em;
}
.errorMessageContainer {
    display: flex;
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 4;
}
.errorMessageToggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.errorMessageToggle svg {
    width: 30px;
    height: 30px;
}
.errorMessageText {
    display: none;
    border: 1px solid var(--error-400);
    background-color: var(--error-800);
    padding: 0 5px;
    font-size: 0.8em;
    line-height: 1.2em;
    transition: 0.5s ease;
    border-radius: 3px;
}
.errorMessageLabel {
    background-color: var(--error-400);
    color: var(--light);
}
.errorMessageField {
    border: 1px solid var(--error-400);
    background-color: var(--error-800);
    color: var(--light);
}
.errorMessageToggle:hover + .errorMessageText {
    display: block;
}
.successMessage {
    border: 2px solid var(--secondary-200);
    box-shadow: 0 0 15px var(--secondary);
    background: linear-gradient(var(--primary-400),var(--primary-600));
    color: var(--light);
    width: 100%;
    padding: 15px;
    font-size: 0.8em;
    margin-bottom: 25px;
}
.successMessageForm {
    display: none;
}
.gdprcheck {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1em auto;
  margin-bottom: 15px;
  gap: 10px;
}
.gdprchecktext {
  text-align: left;
  vertical-align: middle;
  align-items: center;
}
.gdprcheckbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--primary-600);
  margin: 0;

  font: inherit;
  color: var(--secondary);
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--secondary-400);
  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}
.footercta .gdprcheckbox {
  background-color: var(--secondary);
  border: 0.15em solid var(--primary-600);
  color: var(--primary-600);
}
.gdprcheckbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--secondary);
  background-color: CanvasText;
}
.footercta .gdprcheckbox::before {
  content: "";
  box-shadow: inset 1em 1em var(--primary-600);
}
.gdprcheckbox:checked::before {
  transform: scale(1);
}
.lightContainer {
   padding: 3px;
   width: 70px;
   height: 35px;
   display: flex;
   border-radius: 20px;
   transition: 0.6ms ease;
   justify-content: flex-end;
   align-items: center;
   background-color: var(--primary-400);
   border: 2px solid var(--primary);
   box-shadow: 0 0 5px var(--primary-800);
}
.sun, .moon {
   transition: 0.3ms ease;
   width: 25px;
   height: 25px;
   padding: 1px;
   border-radius: 15px;
   border: 2px solid var(--primary);
}
.sun {
   background-color: var(--primary-600);
   box-shadow: 0 0 5px var(--primary-800);
   display: none;
}
.sun svg {
   filter: shadow(0 0 5px var(--primary-800));
}
.moon {
   background-color: var(--primary-800);
}
.moon svg {
   filter: shadow(0 0 5px var(--secondary-200));
}
#lightCheck:checked ~ .lightContainer {
   justify-content: flex-start;
}
#lightCheck:checked ~ .lightContainer .sun {
   display: block;
}
#lightCheck:checked ~ .lightContainer .moon {
   display: none;
}

@media (prefers-color-scheme: light) {
  .sun {
    background-color: var(--secondary-800);
    display: block;
  }
  .moon {
    background-color: var(--primary-800);
    display: none;
  }
  #lightCheck:checked ~ .lightContainer .sun {
    display: none;
  }
  #lightCheck:checked ~ .lightContainer .moon {
    display: block;
  }
}
@media (min-width: 800px) {
    .galleryCheck:checked + label.galleryLabel .galleryLargeContent {
        display: grid;
        grid-template-columns: 1fr minmax(250px,min(600px,100vw));
        gap: 10px;
    }
    .galleryLargeInfo {
        height: 80%;
    }
    nav {
        background: linear-gradient(var(--primary-800), var(--primary-600), var(--primary-600), transparent);
    }
    nav .navbar a {
-webkit-box-reflect: below -70px linear-gradient(transparent, #0004);
    }
  footer h3 {
    font-size: 2em;
  }
  .footercta h3 {
    padding: 0;
    font-size: 3em;
  }
  .footercta .inputtext input {
    height: 60px;
    padding: 0 8px;
    border-radius: 25px;
    border: 3px solid var(--primary-600);
    font-size: 1.2em;
  }
  .footercta .inputtext:first {
    margin: -10px auto 10px auto;
  }
  .footercta .inputtext {
    margin: 10px auto;
  }
  .footercta .inputtext label {
    top: 5px;
    left: 8px;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1.5em;
    color: var(--primary-600);
    margin-bottom: 15px;
  }
  .footercta input.ml-signup {
    width: 100%;
    height: 50px;
    padding: 5px 20px;
    font-size: 2em;
    font-weight: 900;
    margin-top: 10px;
    border-radius: 25px;
    /*text-transform: uppercase;*/
  }
  #footermenu a, #footermenuright a {
    line-height: 1.5em;
    font-size: 1.3em;
  }
  .footercta .gdprcheck {
    margin: 10px auto;
    grid-template-columns: 1.8em auto;
  }
  .footercta .gdprcheckbox {
    width: 1.8em;
    height: 1.8em;
    border: 3px solid var(--primary-600);
  }
  .footercta .gdprcheckbox::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
  }
}
@media (max-width: 700px) {
    #hero {
        grid-template-columns: 100%;
    }
    #hero:before {
        -webkit-mask-position: 10% 40%;
    }
    #contact form textarea {
        width: 80vw;
    }
    #contact form input {
        width: 50vw;
    }
    .herocard-link {
        float: right;
        margin-left: auto;
    }
    nav {
        width: clamp(300px,calc(100vw - 150px),400px);
        height: auto;
        right: -100%;
        flex-direction: row;
        align-items: flex-end;
        transition: 0.75s ease-out;
        -webkit-transition: 0.75s ease-out;
        box-shadow: 0 0 10px var(--black);
    }
    nav .navbar {
        flex-direction: column;
        align-items: flex-start;
        background: linear-gradient(var(--primary-800), var(--primary-600));
        box-shadow: 5px 0 8px rgba(0, 0, 0, 0.25);
        width: 100%;
        border-bottom-left-radius: 15px;
    }
    nav .navbar a {
        height: auto;
        width: 100%;
        padding: 25px 50px;
        justify-content: flex-start;
        font-family: var(--ff-primary);
    }
    .close-navbar-btn, .open-navbar-btn {
        display: flex;
        align-items: center;
        background-color: var(--secondary-400);
        color: var(--primary-800);
        font-weight: 900;
        font-size: 1.2em;
        width: 100px;
        height: 40px;
    }
    .close-navbar-btn {
        border-bottom-right-radius: 15px;
    }
    .open-navbar-btn {
        border-bottom-left-radius: 15px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }
    #productBasket {
        top: 50px;
        width: 400px;
        right: -400px;
    }
    .logolink {
        position: absolute;
        left: 0;
        top: 0;
    }
    .logolink img {
        max-height: 50px;
    }
    #navbar-active:checked ~ nav {
        right: 0;
    }
    #navbar-active:checked ~ .open-navbar-btn {
        display: none;
    }
    #navbar-active:checked ~ .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    #about .about-content .sideimage {
        display: none;
    }
    #creations h2 {
        margin-bottom: 40px;
    }
    #galleryImages {
        grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    }
    #fsubmit {
        width: 50%;
    }
    #cmessage {
        background-color: rgba(10, 24, 33, 0.5);
    }
    footer {
        margin-top: 5em;
    }
    footer h2.footertitle {
        font-size: 4.2em;
    }
    #footermenuright {
        order: 2;
        margin-left: auto;
    }
    .footercta {
        padding-top: 25px;
        padding-bottom: 25px;
        order: 3;
        grow: 2;
    }
    .loggedInMenu {
        order: 3;
        grow: 2;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .iconbar {
        right: 100px;
    }
}
.successMessage p {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.1em;
}
input[type="submit"], .paybutton {
    background-color: var(--secondary);
    color: var(--primary-600);
    padding: 10px;
    border-radius: 15px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
input[type="submit"]:focus, #fsubmit:focus, .paybutton:focus, .footercta input.ml-signup:focus {
    background-color: var(--primary-400);
    color: var(--primary-200);
    text-shadow: -1px -1px 1px var(--dark);
    border: 2px solid var(--secondary-800);
}
.mainContent {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#copyright {
  text-align: center;
  width: 100%;
  font-size: 0.7em;
  line-height: 1.4em;
}
.psserror {
  border: 1px solid var(--error-400);
  background-color: var(--error-800);
  padding: 8px 8px 8px 20px;
  width: 90%;
  position: relative;
  color: var(--light);
  margin: 0 auto 25px auto:
}
.psserror:before {
  content:'!';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 24px;
  height: 24px;
  display: grid; 
  place-items: center;
  border-radius: 12px;
  color: var(--light);
  background-color: #681313;
  font-weight: 900;
  
}
input.inputError, .gdprError {
  border-color: var(--error-400) !important;
  color: var(--error-200) !important;
  background-color: var(--error-600);
}
input.inputError ~ label {
  background-color: var(--error-400) !important;
  color: var(--light) !important;
}
.gdprError { padding: 2px; }
#lightCheck {
  display: none;
}