body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{font-size:18px}@media (min-width:768px){html{font-size:20px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f4f8;background-color:var(--color-background,#f0f4f8);color:#333;color:var(--color-dark-text,#333);font-family:Baloo\ 2,sans-serif;font-family:var(--font-body-paragraph-family,"Baloo 2",sans-serif);font-size:1rem;font-size:var(--font-body-paragraph-size,1rem);font-weight:400;font-weight:var(--font-body-paragraph-weight,400);letter-spacing:normal;letter-spacing:var(--font-body-paragraph-letter-spacing,normal);line-height:1.7;line-height:var(--font-body-paragraph-line-height,1.7);margin:0}h1,h2,h3,h4,h5,h6{color:#212121;color:var(--color-dark-text,#212121);font-family:Lilita One,cursive;font-family:var(--font-page-heading-family,"Lilita One",cursive);font-weight:700;font-weight:var(--font-page-heading-weight,700);letter-spacing:normal;letter-spacing:var(--font-page-heading-letter-spacing,normal);line-height:1.3;line-height:var(--font-page-heading-line-height,1.3);margin-bottom:.8em;margin-top:1.5em}h2{color:#8e24aa;color:var(--color-brand-purple,#8e24aa);font-size:2.5em;font-size:var(--font-page-heading-size,2.5em)}p{margin-bottom:1.2em;margin-left:auto;margin-right:auto;max-width:65ch}.full-window-section{align-items:center;box-sizing:border-box;justify-content:center;min-height:80vh}.App,.full-window-section{display:flex;flex-direction:column}.App{min-height:100vh;text-align:center}.bordered-box{background-color:#fff;border:4px solid var(--text-dark);border-radius:20px;box-shadow:5px 5px 0 var(--hill-green-dark);margin:30px auto;max-width:750px;padding:30px 40px}.app-header{background-color:var(--header-bg);background-image:repeating-linear-gradient(-45deg,#a0d2eb26,#a0d2eb26 2px,#0000 0,#0000 12px);border-bottom:none;box-sizing:border-box;flex-wrap:nowrap;left:0;padding:var(--header-padding-y) var(--header-padding-x);position:relative;top:0;transition:background-color .3s ease;z-index:1000}.app-header,.header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.header-title a{-webkit-text-stroke:1px var(--header-title-stroke);text-stroke:1px var(--header-title-stroke);color:var(--header-title-color);font-family:Lilita One,cursive;font-size:var(--header-title-size);font-weight:400;letter-spacing:1px;text-decoration:none;text-shadow:1px 1px 0 #0003;white-space:nowrap}.mobile-logo{display:none;height:50px;width:auto}.header-right-group{align-items:center;display:flex;gap:20px}.cart-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;padding:0;position:relative}.cart-icon{color:var(--header-cart-icon-color);height:28px;transition:transform .2s ease;width:28px}.cart-button:hover .cart-icon{transform:scale(1.1)}.cart-item-count{align-items:center;background-color:var(--header-cart-badge-bg);border:2px solid var(--header-cart-badge-border);border-radius:50%;box-sizing:border-box;color:var(--header-cart-badge-text);display:flex;font-family:Baloo\ 2,cursive;font-size:.85em;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:2px;position:absolute;right:-12px;top:-8px}.header-nav{display:block}.header-nav ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.header-nav a{color:var(--header-link-color);font-family:var(--header-link-font);font-size:var(--header-link-size);font-weight:700;padding-bottom:3px;position:relative;text-decoration:none;text-shadow:1px 1px 2px #0006}.header-nav a:after{background-color:var(--header-link-hover-color);bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.header-nav a:hover:after{transform:scaleX(1)}.hamburger-button{background:none;border:none;cursor:pointer;display:none;padding:8px;z-index:1001}.hamburger-button span{background-color:var(--header-title-color);border-radius:1px;display:block;height:3px;margin:5px 0;transition:transform .3s ease,opacity .3s ease;width:25px}@media (max-width:768px){.app-header{padding:10px 15px}.header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.hamburger-button{display:block;order:1}.header-title{left:50%;order:2;position:absolute;transform:translateX(-50%)}.header-title .desktop-title{display:none}.mobile-logo{display:block}.header-right-group{gap:15px;order:3}.header-nav{display:none}.header-nav.mobile-open{background-color:var(--header-bg);box-shadow:0 4px 6px #0000001a;display:block;left:0;max-height:500px;overflow:hidden;position:absolute;top:100%;transition:max-height .3s ease-out;width:100%}.header-nav.mobile-open ul{align-items:center;display:flex;flex-direction:column;gap:0;padding:10px 0}.header-nav.mobile-open a{border-bottom:1px solid #ffffff1a;display:block;padding:12px 20px;text-align:center;width:100%}.header-nav.mobile-open a:after{display:none}.header-nav.mobile-open li:last-child a{border-bottom:none}.hamburger-button[aria-expanded=true] span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-button[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger-button[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.marketing-banner{align-items:center;animation:slide-down .5s ease-out forwards;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;color:#fff;display:flex;justify-content:center;padding:12px 60px;position:relative;width:100%}.banner-info{background-color:#457b9d}.banner-promo{background-color:#f0ad4e}.banner-warning{background-color:#e63946}.banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.banner-icon{height:24px;width:auto}.banner-text{flex-shrink:1;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;margin:0}.banner-ctas{align-items:center;display:flex;gap:10px}.banner-button{background-color:#fff3;border:1px solid #ffffff80;border-radius:50px;color:inherit;font-size:.85rem;font-weight:700;padding:6px 16px;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.banner-button:hover{background-color:#ffffff4d}.banner-close{background:none;border:none;cursor:pointer;font-size:1.8rem;line-height:1;opacity:.7;padding:5px;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:opacity .2s ease,transform .2s ease}.banner-close:hover{opacity:1;transform:translateY(-50%) scale(1.1)}@media (max-width:768px){.banner-content{gap:10px}.banner-text{order:-1;text-align:center;width:100%}}.site-header-container{box-shadow:0 4px 10px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:1000}.app-footer{background-color:var(--footer-bg);color:var(--footer-text-color);font-size:.9em;margin-top:auto;padding:20px 25px;text-align:center}.footer-content{flex-direction:column;gap:15px}.footer-content,.social-links{align-items:center;display:flex}.social-links{gap:20px;justify-content:center}.social-icon-link{color:var(--footer-icon-color);transition:transform .2s ease-in-out,color .2s ease-in-out}.social-icon-link:hover{color:var(--footer-icon-hover-color);transform:scale(1.15) translateY(-2px)}.social-icon-link svg{height:24px;width:24px}.btn{align-items:center;border-style:solid;box-sizing:border-box;display:inline-flex;font-family:Baloo\ 2,sans-serif;font-family:var(--font-body-paragraph-family,"Baloo 2",sans-serif);font-weight:700;font-weight:var(--font-body-paragraph-weight,700);gap:8px;justify-content:center;line-height:1;margin:0;overflow:hidden;text-align:center;text-decoration:none;text-overflow:ellipsis;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.btn:hover{box-shadow:5px 5px 0 #0003;transform:scale(1.05) translateY(-2px)}.btn:active{box-shadow:1px 1px 0 #0003;transform:scale(1.02) translateY(1px)}.btn:focus-visible{outline:3px dashed #1e90ff;outline:3px dashed var(--color-accent-blue,#1e90ff);outline-offset:3px}.btn:disabled,.btn[aria-disabled=true]{box-shadow:none;cursor:not-allowed;opacity:.6;pointer-events:none;transform:none}.btn--block{width:100%}.btn-group{display:flex;flex-wrap:wrap;gap:8px}.btn-group.equal{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(200px,1fr))}@media (max-width:640px){.btn-group.equal{grid-template-columns:1fr}}.modal-overlay{align-items:center;animation:modal-fade-in .3s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#212529b3;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2000}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{--c-paper:#fcfaf5;--c-text:#212529;--c-headline:#fd7e14;--c-button-bg:#20c997;--c-button-hover:#1baa80;animation:modal-pop .5s cubic-bezier(.175,.885,.32,1.275) forwards;background:var(--c-paper);border-radius:12px;box-shadow:0 15px 40px #0003;font-family:Poppins,sans-serif;max-width:450px;padding:30px;position:relative;text-align:center;width:100%}.modal-close{background:none;border:none;color:var(--c-text);cursor:pointer;font-family:Patrick Hand,cursive;font-size:2.8rem;opacity:.4;position:absolute;right:10px;top:10px;transition:all .2s ease;z-index:10}.modal-close:hover{opacity:1;transform:rotate(180deg) scale(1.1)}.modal-headline{color:var(--c-headline);font-family:Patrick Hand,cursive;font-size:3rem;font-weight:400;line-height:1.1;margin:0 0 15px}.modal-image-container{aspect-ratio:4/3;background:#000;border-radius:16px;box-shadow:0 6px 20px #00000026;margin-bottom:20px;overflow:hidden;position:relative;transform:rotate(0deg);width:100%}.modal-image-container:before{animation:aura-spin 8s linear infinite;background:conic-gradient(from 0deg,#fd7e14,#20c997,#ff4da6,#6f42c1,#fd7e14);border-radius:20px;content:"";filter:blur(14px);inset:-12px;opacity:.65;position:absolute;z-index:-1}.modal-image-container:after{border:3px dashed #21252926;border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.modal-image-container img{display:block;height:100%;object-fit:contain;position:relative;width:100%;z-index:1}@keyframes aura-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-body{color:var(--c-text);font-size:1rem;line-height:1.6;margin:0 0 24px}.modal-cta .cta-button{background-color:var(--c-button-bg);border:none;border-radius:50px;box-shadow:0 4px 10px #20c9974d;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;padding:15px 30px;text-shadow:1px 1px 1px #0000001a;transition:all .2s ease-in-out;width:100%}.modal-cta .cta-button:hover{background-color:var(--c-button-hover);box-shadow:0 8px 20px #20c99766;transform:translateY(-4px) scale(1.02)}.modal-cta .cta-button:active{transform:translateY(0)}@keyframes modal-pop{0%{opacity:0;transform:scale(.8) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.product-card{grid-gap:16px;background:#fcfaf5;border:3px dashed #212121;border-radius:20px;box-shadow:6px 6px 0 #0000001f;display:grid;gap:16px;padding:16px;position:relative;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{box-shadow:8px 8px 0 #0000001f;transform:translateY(-2px)}.product-card:before{background-image:repeating-linear-gradient(45deg,#212121,#212121 2px,#0000 0,#0000 8px);border-radius:inherit;content:"";inset:0;opacity:.06;pointer-events:none;position:absolute}.product-image-wrap{align-items:center;aspect-ratio:4/5;background:#fff;border:4px solid #212121;border-radius:18px;box-shadow:6px 6px 0 #2121210f;display:flex;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.product-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.product-image-fallback{color:#777;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-weight:700}.sold-out{background:#212121;border-radius:999px;color:#fff;font-size:12px;font-weight:800;left:10px;letter-spacing:.03em;padding:6px 10px;position:absolute;text-transform:uppercase;top:10px}.product-body{display:flex;flex-direction:column;gap:12px}.product-head{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.product-title{color:#212121;font-size:1.2rem;line-height:1.1;margin:0}.product-title-link{color:inherit;text-decoration:none}.product-title-link:hover{text-decoration:underline}.price-badge{background:#ffeb3b;border:3px solid #212121;border-radius:999px;box-shadow:3px 3px 0 #0000001f;color:#212121;font-size:.95rem;font-weight:800;padding:6px 10px;white-space:nowrap}.product-actions{display:flex;flex-wrap:wrap;gap:10px}.btn{-webkit-appearance:none;appearance:none;border:3px solid #212121;border-radius:14px;box-shadow:0 2px 0 #0000001f;cursor:pointer;font-weight:800;padding:10px 14px;transition:transform .12s ease,box-shadow .12s ease}.btn:hover{transform:translateY(-1px)}.btn.btn-secondary{background:#fff;color:#212121}.btn.btn-primary-alt{background:#fb8c00;color:#212121}@keyframes bounce-kf{0%{transform:scale(1)}25%{transform:scale(.98)}60%{transform:scale(1.02)}to{transform:scale(1)}}.bounce{animation:bounce-kf .22s ease}.buy-unavailable{align-self:center;color:#8d8d8d;font-weight:700}.product-card.card{margin:0 auto;max-width:380px;padding:14px}.product-card.card .product-image-wrap{margin:0 auto;max-height:460px;max-width:340px}.product-card.card .product-title{font-size:1.05rem}.product-card.card .price-badge{font-size:.9rem;padding:5px 9px}.product-card.card .btn{border-width:2.5px;padding:9px 12px}.product-card.detail{margin:0 auto;max-width:960px;padding:18px}.product-card.detail .product-image-wrap{margin:0 auto 10px;max-height:720px;max-width:560px}.product-card.detail .product-title{font-size:1.25rem}.product-card.detail .price-badge{font-size:.95rem;padding:6px 10px}@media (max-width:900px){.product-card.detail{max-width:720px}.product-card.detail .product-image-wrap{max-height:640px;max-width:520px}}@media (max-width:600px){.product-card{gap:14px;padding:14px}.product-title{font-size:1.1rem}.product-card.card{max-width:100%}.product-card.card .product-image-wrap{max-height:70vh;max-width:100%}.product-card.detail{max-width:100%}.product-card.detail .product-image-wrap{max-height:75vh;max-width:100%}}.store-page-container{background-color:#fafaf9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='1' fill='%23e5e7eb'/%3E%3C/svg%3E");background-repeat:repeat;background-size:22px 22px;box-sizing:border-box;min-height:100vh;padding:96px 32px 72px}.store-title{-webkit-text-stroke:1.5px #fff;color:#0f172a;font-family:Lilita One,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,sans-serif;font-size:3.6em;line-height:1;margin:0 0 28px;text-shadow:2px 2px 0 #1f2937,4px 4px 0 #334155,6px 6px 0 #0f172a,8px 8px 0 #d1b48c}.store-grid-container{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0 auto;max-width:1400px}@media (max-width:1024px){.store-grid-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.store-grid-container{grid-template-columns:1fr}}.pdp{background:#fafaf9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='1' fill='%23e5e7eb'/%3E%3C/svg%3E");background-size:22px 22px;padding:36px 20px 64px}.pdp__container{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1080px}.pdp__media{position:relative}.pdp__imgFrame{aspect-ratio:4/5;background:#fff;border:4px solid #212121;border-radius:18px;box-shadow:6px 6px 0 #00000014;margin:0 auto;max-width:520px;overflow:hidden;width:100%}.pdp__img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.pdp__imgFallback{color:#777;display:grid;font-weight:700;height:100%;place-items:center}.pdp__info{grid-gap:16px;align-content:start;display:grid;gap:16px;grid-template-rows:auto auto auto 1fr auto auto}.pdp__title{-webkit-text-stroke:1px #fff;color:#0f172a;font-family:Lilita One,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,sans-serif;font-size:2.4rem;line-height:1.05;margin:0 0 6px;text-shadow:2px 2px 0 #1f2937,4px 4px 0 #334155,6px 6px 0 #0f172a,8px 8px 0 #d1b48c}.pdp__priceRow{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:6px;margin-top:2px;text-align:center}.pdp__price{align-items:baseline;background:#0000;border:0;border-radius:0;box-shadow:none;display:inline-flex;gap:8px;padding:0}.pdp__priceValue{color:#0f172a;font-size:1.6rem;font-weight:900;letter-spacing:.01em;text-shadow:1px 1px 0 #fff,2px 2px 0 #1f293726}.pdp__currency{background:#f9fafb;border:2px solid #21212114;border-radius:999px;color:#374151;font-size:.95rem;font-weight:800;padding:2px 8px}.pdp__priceCompare{color:#9ca3af;font-weight:700;text-decoration:line-through}.pdp__subtitle{color:#4b5563;font-weight:600}.pdp__description{background:#fffdf8;border:2px dashed #d6d3d1;border-radius:14px;color:#212121;font-size:1rem;line-height:1.65;padding:12px 14px}.pdp__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:8px}.pdpBtn{-webkit-appearance:none;appearance:none;border:3px solid #212121;border-radius:14px;box-shadow:0 2px 0 #0000001f;cursor:pointer;font-weight:900;line-height:1.1;min-width:140px;padding:12px 18px;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.pdpBtn:hover{transform:translateY(-1px)}.pdpBtn--primary{background:#fb8c00;color:#212121}.pdp__checkout a,.pdp__checkout button,.pdp__checkout>*{background:#6d28d9;border:3px solid #3b237a;border-radius:14px;box-shadow:0 2px 0 #0000001f,0 10px 18px -10px #6d28d980;color:#fff!important;display:inline-block;font-weight:900;line-height:1.1;min-width:140px;padding:12px 18px;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.pdp__checkout a:hover,.pdp__checkout button:hover,.pdp__checkout>:hover{box-shadow:0 3px 0 #0000001f,0 16px 24px -12px #6d28d999;filter:brightness(1.05);transform:translateY(-1px)}.pdp__metaRow{align-items:center;color:#374151;display:flex;font-weight:700;gap:16px;justify-content:center;margin-top:6px}.pdp__stock.in{color:#15803d}.pdp__stock.out{color:#b91c1c}.pdp__sku{opacity:.85}.pdp__meta{color:#1f2937;font-weight:800;text-align:center}@media (max-width:960px){.pdp__container{grid-template-columns:1fr;max-width:760px}.pdp__imgFrame{margin-bottom:8px;max-width:520px}}@media (max-width:600px){.pdp{padding:28px 14px 56px}.pdp__title{font-size:2rem}.pdp__imgFrame{max-height:70vh;max-width:100%}}.pdp__detailsList{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#334155;font-size:.9rem;list-style:none;margin:0;padding:12px 16px;text-align:left}.pdp__detailsList li{padding:4px 0}.pdp__detailsList li+li{border-top:1px solid #e2e8f0}.pdp__detailsList strong{color:#1e293b}.success-page-container{align-items:center;background-color:#7cb342;display:flex;justify-content:center;min-height:80vh;overflow:hidden;padding:60px 20px;position:relative}.confetti-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.confetti-container span{animation:fall 5s linear infinite;font-size:2rem;position:absolute;text-shadow:2px 2px 5px #0003;top:-10%}.confetti-container span:first-child{animation-duration:6s;left:10%}.confetti-container span:nth-child(2){animation-delay:1s;animation-duration:4s;font-size:3rem;left:20%}.confetti-container span:nth-child(3){animation-duration:5s;left:30%}.confetti-container span:nth-child(4){animation-delay:2s;animation-duration:7s;font-size:2.5rem;left:40%}.confetti-container span:nth-child(5){animation-duration:4.5s;left:50%}.confeti-container span:nth-child(6){animation-delay:1.5s;animation-duration:8s;font-size:3.5rem;left:60%}.confetti-container span:nth-child(7){animation-duration:5.5s;left:70%}.confetti-container span:nth-child(8){animation-delay:2.5s;animation-duration:6.5s;left:80%}.confetti-container span:nth-child(9){animation-duration:4.2s;left:90%}.confetti-container span:nth-child(10){animation-delay:.5s;animation-duration:7.2s;left:95%}@keyframes fall{0%{transform:translateY(0) rotate(0deg)}to{transform:translateY(110vh) rotate(2turn)}}.success-card{animation:pop-in .6s cubic-bezier(.175,.885,.32,1.275) forwards;background-color:#fcfaf5;border:4px solid #212121;border-radius:20px;box-shadow:8px 8px 0 #8e24aa;margin:0 auto;max-width:550px;padding:40px;position:relative;text-align:center;width:100%;z-index:1}@keyframes pop-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.success-title{-webkit-text-stroke:2px #212121;text-stroke:2px #212121;color:#fb8c00;font-family:Lilita One,cursive;font-size:3.5em;margin-bottom:10px;margin-top:15px;text-shadow:3px 3px 0 #ffeb3b}.success-message{font-size:1.2em;font-weight:600;margin-bottom:35px;margin-left:auto;margin-right:auto;max-width:45ch}.success-icon-wrapper{height:100px;margin:0 auto 10px;width:100px}.success-checkmark{stroke-width:3;stroke:#212121;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #558b2f;display:block;height:100px;width:100px}.success-checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#558b2f;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.success-checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 60px #558b2f}}.success-note{font-size:.9em;margin-bottom:35px;margin-top:-20px;opacity:.9}.success-note a{color:#8e24aa;text-decoration:underline}.cancel-page-container{align-items:center;background-color:#fdf6e3;border-top:4px dashed var(--dino-orange);display:flex;justify-content:center;min-height:80vh;padding:60px 20px}.cancel-card{animation:pop-in .5s ease-out forwards;background-color:#fcfaf5;border:4px solid var(--text-dark);border-radius:20px;box-shadow:8px 8px 0 var(--dino-orange);margin:0 auto;max-width:550px;padding:40px;text-align:center;width:100%}.cancel-title{-webkit-text-stroke:2px var(--text-dark);text-stroke:2px var(--text-dark);color:var(--pants-purple);font-family:Lilita One,cursive;font-size:3em;margin-bottom:15px;margin-top:0}.cancel-message{font-size:1.2em;font-weight:500;margin-bottom:35px;margin-left:auto;margin-right:auto;max-width:45ch}.scroll-to-top{position:relative}.scroll-button{align-items:center;background-color:var(--pants-purple);border:2px solid var(--text-dark);border-radius:50%;bottom:30px;box-shadow:2px 2px 5px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5em;height:50px;justify-content:center;opacity:1;padding:0;position:fixed;right:30px;transition:opacity .3s ease-in-out,transform .2s ease;width:50px;z-index:999;&:hover{background-color:var(--pants-blue);transform:scale(1.1)}&:active{box-shadow:1px 1px 3px #0006;transform:scale(1)}}@media (max-width:768px){.scroll-button{bottom:20px;font-size:1.3em;height:45px;right:20px;width:45px}}@media (max-width:480px){.scroll-button{bottom:15px;font-size:1.2em;height:40px;right:15px;width:40px}}.cart-overlay{background:#11182773;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:1000}.cart-panel{animation:slideIn .25s ease forwards;background:#fff;box-shadow:-8px 0 24px #0000001f;display:flex;flex-direction:column;height:100%;max-width:420px;width:100%}@keyframes slideIn{0%{opacity:.7;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.cart-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1rem}.icon-button{background:none;border:0;color:#111;cursor:pointer;font-size:1.75rem;line-height:1}.icon-button.subtle{color:#888;font-size:1.25rem}.icon-button:hover{opacity:.8}.cart-empty{color:#666;padding:2rem 1rem;text-align:center}.cart-list{flex:1 1;overflow-y:auto;padding:.5rem 1rem 1rem}.cart-row{grid-gap:.75rem;border-bottom:1px solid #f3f3f3;display:grid;gap:.75rem;grid-template-columns:96px 1fr;padding:.75rem 0}.cart-thumb{background:#fafafa;border:1px solid #eee;border-radius:10px;height:96px;overflow:hidden;width:96px}.cart-thumb img{height:100%;object-fit:cover;width:100%}.cart-thumb--placeholder{background:repeating-linear-gradient(45deg,#f3f3f3,#f3f3f3 10px,#ececec 0,#ececec 20px);height:100%;width:100%}.cart-info{display:flex;flex-direction:column}.cart-title-row{align-items:start;display:flex;gap:.5rem;justify-content:space-between}.cart-title{color:#111827;font-size:.95rem;font-weight:600;line-height:1.2;margin:0}.cart-meta{grid-gap:.5rem;align-items:center;color:#374151;display:grid;font-size:.95rem;gap:.5rem;grid-template-columns:auto auto auto 1fr auto;margin-top:.4rem}.cart-price{font-weight:600}.cart-multiply{opacity:.6}.qty-controls{align-items:center;border:1px solid #e5e7eb;border-radius:999px;display:inline-flex;gap:.4rem;padding:.15rem .35rem}.qty-btn{background:#f3f4f6;border:none;border-radius:999px;cursor:pointer;font-size:1rem;height:28px;width:28px}.qty-btn:disabled{cursor:not-allowed;opacity:.5}.qty-value{font-weight:600;min-width:1.5rem;text-align:center}.cart-line-total{font-weight:700;justify-self:end}.cart-footer{background:#fafafa;border-top:1px solid #eee;padding:1rem}.cart-subtotal{align-items:center;display:flex;font-size:1.05rem;justify-content:space-between;margin-bottom:.75rem}.cart-error{color:#b91c1c;margin:0 0 .75rem;text-align:center}.checkout-button{background:#111827;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:.8rem 1rem;width:100%}.checkout-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:480px){.cart-panel{max-width:100%}}
/*# sourceMappingURL=main.59baef20.css.map*/