*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:calc(16px * var(--body-scale));line-height:1.6;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:0;color:inherit}input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);font-weight:700;line-height:1.1;letter-spacing:-.01em}p{margin:0 0 1rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:#fff;padding:.5rem 1rem;z-index:1000}.skip-link:focus{top:0}.h-display{font-family:var(--font-heading);font-size:calc(clamp(2.75rem,7vw,6rem) * var(--heading-scale));text-transform:var(--heading-transform);letter-spacing:-.02em;line-height:.95;font-weight:800}.h1{font-size:calc(clamp(2.25rem,4.5vw,3.75rem) * var(--heading-scale));letter-spacing:-.025em;line-height:1.05;font-weight:800}.h2{font-size:calc(clamp(1.75rem,3.2vw,2.5rem) * var(--heading-scale));letter-spacing:-.02em;line-height:1.1;font-weight:700}.h3{font-size:calc(clamp(1.25rem,2vw,1.625rem) * var(--heading-scale));letter-spacing:-.01em;line-height:1.2;font-weight:700}.h4{font-size:calc(1.125rem * var(--heading-scale));font-weight:600}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);font-weight:700;display:inline-flex;align-items:center;gap:.4rem}.eyebrow:before{content:"";width:18px;height:1px;background:currentColor;opacity:.5}.lead{font-size:1.15rem;color:var(--muted);max-width:56ch;line-height:1.65}.muted{color:var(--muted)}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 clamp(16px,4vw,32px)}.section{padding-block:var(--section-spacing)}.section--sm{padding-block:calc(var(--section-spacing) * .5)}.section--tight{padding-block:0;margin:0}.shopify-section:first-child .section--tight{margin-top:0}.stack{display:flex;flex-direction:column;gap:1rem}.stack-lg{display:flex;flex-direction:column;gap:2rem}.row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.grid{display:grid;gap:clamp(16px,2vw,24px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid-4,.grid-2{grid-template-columns:1fr}}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.section-head__title{display:flex;flex-direction:column;gap:.4rem}.section-head__link{color:var(--primary);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border-radius:999px;background:rgb(from var(--primary) r g b / .08);transition:background .15s ease}.section-head__link:hover{background:rgb(from var(--primary) r g b / .16)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.85rem;font-weight:700;font-size:.9rem;letter-spacing:.015em;text-transform:none;border-radius:var(--btn-radius);transition:background .2s ease,color .2s ease,transform .12s ease,border-color .2s ease,box-shadow .2s ease;border:2px solid transparent;cursor:pointer;line-height:1;min-height:50px;font-family:var(--font-heading)}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 6px 20px rgb(from var(--primary) r g b / .28)}.btn--primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 30px rgb(from var(--primary) r g b / .4)}.btn--outline{background:transparent;color:var(--fg);border-color:rgb(from var(--fg) r g b / .2)}.btn--outline:hover{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--fg);padding:.75rem 1.25rem;min-height:auto;box-shadow:none}.btn--ghost:hover{color:var(--primary)}.btn--block{display:flex;width:100%}.btn--sm{padding:.65rem 1.15rem;font-size:.82rem;min-height:42px}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.input,.select,.textarea{width:100%;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.form-row{display:flex;flex-direction:column;gap:.4rem}.form-row label{font-weight:600;font-size:.9rem}.form-row small{color:var(--muted);font-size:.8rem}.form-error{color:#c0392b;font-size:.85rem}.announcement{background:var(--fg);color:var(--bg);padding:.5rem 0;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;text-align:center}.announcement a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:50;background:rgb(from var(--bg) r g b / .92);backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid rgb(from var(--border) r g b / .5)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1.1rem 0}.site-header__left{display:flex;gap:1rem;align-items:center}.site-header__nav{display:flex;gap:2.5rem;align-items:center;flex-wrap:nowrap}.site-header__nav-link,.site-header__nav a{font-size:.92rem;font-weight:500;letter-spacing:0;white-space:nowrap;display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 0;position:relative;text-transform:none;color:var(--fg);font-family:var(--font-body)}.site-header__nav-link:after,.site-header__nav a:not(.site-header__icon):after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.4,0,.2,1)}.site-header__nav-link:hover:after,.site-header__nav a:not(.site-header__icon):hover:after{transform:scaleX(1)}.site-header__nav-link:hover,.site-header__nav a:hover{color:var(--fg)}.site-header__nav-item.has-dropdown{position:relative}.site-header__dropdown{position:absolute;top:100%;left:-1rem;min-width:260px;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 50px #00000014;padding:.75rem;display:flex;flex-direction:column;gap:.15rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:60}.site-header__nav-item.has-dropdown:hover .site-header__dropdown,.site-header__nav-item.has-dropdown:focus-within .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown-item{padding:.65rem 1rem;text-transform:none;letter-spacing:0;font-size:.9rem;font-weight:500;color:var(--fg);border-radius:10px;transition:background .15s ease,color .15s ease,padding-left .15s ease}.site-header__dropdown-item:after{display:none}.site-header__dropdown-item:hover{background:rgb(from var(--primary) r g b / .08);color:var(--primary);padding-left:1.2rem}@media(max-width:1100px){.site-header__nav{gap:1.5rem}.site-header__nav-link{font-size:.85rem}}.site-header__brand{justify-self:center;text-align:center;display:flex;align-items:center}.site-header__brand .wordmark{font-family:var(--font-heading);font-weight:800;letter-spacing:.12em;font-size:clamp(1.35rem,2vw,1.65rem);text-transform:uppercase;color:var(--fg)}.site-header__brand .wordmark:before{content:"\221e";display:inline-block;margin-right:.35em;color:var(--primary);font-size:.85em;vertical-align:-.1em;font-weight:400}.brand-logo{width:clamp(120px,14vw,160px);height:auto;display:block}.site-header__actions{display:flex;justify-content:flex-end;gap:1rem;align-items:center}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;position:relative}.site-header__icon:hover{background:rgb(from var(--fg) r g b / .06)}.cart-count{position:absolute;top:4px;right:4px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:none;align-items:center;justify-content:center;transition:transform .2s ease}.cart-count[data-count]:not([data-count="0"]){display:inline-flex}.cart-count.cart-count--bump{animation:cartBump .4s cubic-bezier(.4,1.6,.6,1)}@keyframes cartBump{0%{transform:scale(1)}40%{transform:scale(1.5)}to{transform:scale(1)}}.menu-toggle{display:none}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:.5rem;padding:.85rem 0}.site-header__left{gap:0}.site-header__nav{display:none}.menu-toggle{display:inline-flex}.site-header__brand .wordmark{font-size:1.15rem;letter-spacing:.1em}.site-header__icon{width:38px;height:38px}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:1.5rem 1.25rem 2rem;overflow-y:auto;box-shadow:0 0 60px #00000026}.mobile-nav[aria-hidden=false]{transform:translate(0)}.mobile-nav__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mobile-nav__brand{font-family:var(--font-heading);font-weight:800;letter-spacing:.12em;font-size:1.1rem;text-transform:uppercase}.mobile-nav__brand:before{content:"\221e";margin-right:.35em;color:var(--primary);font-weight:400}.mobile-nav a{font-size:1.05rem;padding:.85rem 0;border-bottom:1px solid var(--border);color:var(--fg);font-weight:500;display:flex;justify-content:space-between;align-items:center}.mobile-nav a:hover{color:var(--primary)}.mobile-nav a:after{content:"\2192";opacity:.35}.mobile-nav__close{align-self:flex-end;background:rgb(from var(--fg) r g b / .06);width:40px;height:40px;border-radius:999px;display:grid;place-items:center}.mobile-nav__group{padding-left:1rem}.mobile-nav__group a{font-size:.95rem;color:var(--muted);padding:.55rem 0}.site-footer{background:var(--footer-bg);color:var(--footer-fg);padding:clamp(48px,8vw,96px) 0 2rem}.site-footer a{color:inherit;opacity:.8}.site-footer a:hover{opacity:1;color:var(--accent)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}.footer-col h4{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:1rem;opacity:.7;font-weight:600}.footer-col ul li{margin-bottom:.6rem}.footer-bottom{border-top:1px solid rgb(from var(--footer-fg) r g b / .15);margin-top:3rem;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;opacity:.7;font-size:.85rem}.newsletter-form{display:flex;gap:.5rem;margin-top:.75rem}.newsletter-form .input{background:rgb(from var(--footer-fg) r g b / .08);border-color:rgb(from var(--footer-fg) r g b / .2);color:var(--footer-fg)}.newsletter-form .btn{white-space:nowrap}.social-row{display:flex;gap:.75rem;margin-top:1rem}.social-row a{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgb(from var(--footer-fg) r g b / .2)}.card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.product-card{display:flex;flex-direction:column;gap:.9rem;text-decoration:none}.product-card__media{position:relative;overflow:hidden;border-radius:var(--card-radius);aspect-ratio:3/4;background:var(--surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__media .product-card__alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__alt{opacity:1}.product-card__tag{position:absolute;top:.85rem;left:.85rem;background:var(--accent);color:#fff;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .75rem;border-radius:999px;font-weight:700}.product-card__body{display:flex;flex-direction:column;gap:.35rem;padding:0 .25rem}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.25;color:var(--fg)}.product-card__price{display:flex;gap:.5rem;align-items:baseline}.product-card__price .price{font-weight:700;color:var(--fg)}.product-card__price .compare{color:var(--muted);text-decoration:line-through;font-size:.9rem}.hero{position:relative;width:100%;aspect-ratio:16 / 9;min-height:480px;max-height:92vh;margin:0;padding:0;overflow:hidden;background:radial-gradient(ellipse at 20% 20%,rgb(from var(--primary) r g b / .12),transparent 60%),radial-gradient(ellipse at 80% 80%,rgb(from var(--accent) r g b / .15),transparent 55%),linear-gradient(180deg,var(--surface),var(--bg));display:flex;align-items:center;justify-content:center}@media(max-width:720px){.hero{aspect-ratio:9 / 13;max-height:80vh;min-height:420px}.hero video{object-fit:cover}.hero__cta-float{bottom:1rem;right:1rem}.hero__cta-float .btn{padding:.85rem 1.4rem;font-size:.82rem}}.template-index .hero,.section-hero .hero{margin-top:0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgb(from var(--fg) r g b / .04) 1px,transparent 0);background-size:24px 24px;z-index:0}.hero:after{content:"\2605";position:absolute;top:15%;right:8%;font-size:clamp(60px,8vw,140px);color:var(--primary);opacity:.08;font-family:var(--font-heading);transform:rotate(-12deg);z-index:0}.hero--has-media:before,.hero--has-media:after{display:none}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__media video,.hero__media img{width:100%;height:100%;object-fit:cover;display:block}.hero-video{background:#000}.hero__media--split{display:flex}.hero__media--split>*{flex:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.35));z-index:1}.hero--has-media .hero__content{color:#fff}.hero__content{position:relative;z-index:2;text-align:center;color:var(--fg);padding:2rem;max-width:820px;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.hero--has-media .hero__content.is-dark,.hero__content.is-dark{color:var(--fg)}.hero__title{font-size:clamp(3rem,8vw,6.5rem);letter-spacing:.12em;text-transform:uppercase;line-height:.9}.hero--has-media .hero__title{text-shadow:0 2px 20px rgb(0 0 0 / .25)}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.25rem);letter-spacing:.12em;text-transform:uppercase;opacity:.8;font-weight:500}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#fff;opacity:.6;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;mix-blend-mode:difference}.hero__scroll-hint:after{content:"";width:1px;height:32px;background:linear-gradient(180deg,currentColor,transparent);animation:scrollHint 2s ease-in-out infinite}@keyframes scrollHint{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.hero--minimal .hero__content{display:none}.hero--minimal .hero__overlay{background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.35) 100%)}.hero--minimal .hero__scroll-hint{display:none}.hero__cta-float{position:absolute;z-index:3;bottom:clamp(1.5rem,4vw,3rem);right:clamp(1.5rem,4vw,3rem);display:none}.hero--minimal .hero__cta-float{display:inline-flex}.hero__cta-float .btn{backdrop-filter:saturate(140%) blur(6px);-webkit-backdrop-filter:saturate(140%) blur(6px);box-shadow:0 10px 40px #00000040}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1024px){.collections-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.collections-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}}.collection-tile{position:relative;aspect-ratio:3/4;border-radius:var(--card-radius);overflow:hidden;background:var(--surface);display:block;transition:transform .25s ease}.collection-tile:hover{transform:translateY(-4px)}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-tile:hover img{transform:scale(1.06)}.collection-tile__label{position:absolute;inset:auto 0 0 0;padding:1.25rem;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.65),transparent);font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center}.collection-tile__placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgb(from var(--primary) r g b / .16),rgb(from var(--accent) r g b / .12)),radial-gradient(circle at 30% 20%,rgb(from var(--primary) r g b / .25),transparent 50%),var(--surface)}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:800px){.trust-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.trust-row{grid-template-columns:1fr}}.trust-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);transition:border-color .2s ease,transform .2s ease}.trust-item:hover{border-color:var(--primary);transform:translateY(-2px)}.trust-item__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:999px;background:rgb(from var(--primary) r g b / .12);color:var(--primary);flex-shrink:0}.trust-item__title{font-weight:700;font-size:.95rem;line-height:1.2;font-family:var(--font-heading)}.trust-item__subtitle{font-size:.82rem;color:var(--muted);line-height:1.35;margin-top:.15rem}.reels-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1100px){.reels-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.reels-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.reels-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;gap:.75rem;-webkit-overflow-scrolling:touch}.reels-row>*{flex:0 0 70%;scroll-snap-align:start}}.reel-card{position:relative;aspect-ratio:9/16;border-radius:var(--card-radius);overflow:hidden;background:#000;cursor:pointer}.reel-card video,.reel-card img{width:100%;height:100%;object-fit:cover}.reel-card__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent 40%);color:#fff}.reel-card__title{position:absolute;bottom:1rem;left:1rem;right:1rem;color:#fff;font-weight:600;font-size:.95rem}.reel-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;background:#000000e6}.reel-modal[aria-hidden=false]{display:flex}.reel-modal__inner{position:relative;width:min(420px,92vw);aspect-ratio:9/16;background:#000;border-radius:12px;overflow:hidden}.reel-modal__inner video{width:100%;height:100%;object-fit:cover}.reel-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;background:#00000080;color:#fff;width:40px;height:40px;border-radius:999px;display:grid;place-items:center}.loved{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media(max-width:900px){.loved{grid-template-columns:1fr}}.ugc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.ugc-grid img{aspect-ratio:1/1;object-fit:cover;border-radius:12px;width:100%}.product-layout{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,4rem);align-items:start}@media(min-width:900px){.product-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,440px);gap:3rem}}@media(min-width:1200px){.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,460px);gap:4rem}}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem;font-size:.82rem;color:#5b5870;padding-top:.5rem;margin-bottom:1.25rem;letter-spacing:.005em;line-height:1.4}.breadcrumbs a{color:#5b5870;transition:color .15s ease}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs__sep{color:var(--border);font-weight:300}.breadcrumbs__current{color:var(--fg);font-weight:600;word-break:break-word}.product-gallery{display:flex;flex-direction:column;gap:.75rem;min-width:0}@media(min-width:900px){.product-gallery{position:sticky;top:100px}}.product-gallery__stage{position:relative;border-radius:var(--card-radius);overflow:hidden;background:var(--surface)}.product-gallery__viewport{overflow:hidden;aspect-ratio:3/4;width:100%;touch-action:pan-y}.product-gallery__track{display:flex;height:100%;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-gallery__track.is-dragging{transition:none}.product-gallery__slide{flex:0 0 100%;width:100%;height:100%;background:var(--surface);user-select:none;-webkit-user-select:none}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:#ffffffeb;color:var(--fg);display:grid;place-items:center;box-shadow:0 4px 18px rgb(from var(--fg) r g b / .14);border:1px solid rgb(from var(--fg) r g b / .06);cursor:pointer;z-index:2;transition:transform .15s ease,background .15s ease,opacity .2s ease;opacity:0}.product-gallery__stage:hover .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.product-gallery__arrow:focus-visible{opacity:1;outline:2px solid var(--primary);outline-offset:3px}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__arrow[disabled]{opacity:0!important;pointer-events:none}@media(hover:none),(max-width:720px){.product-gallery__arrow{opacity:1;width:44px;height:44px;background:#ffffffe6}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}}.product-gallery__counter{position:absolute;bottom:1rem;right:1rem;z-index:2;padding:.35rem .75rem;border-radius:999px;background:#1a1825b8;color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.05em;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-gallery__dots{display:none;justify-content:center;gap:.35rem;padding:.5rem 0 .25rem}.product-gallery__dot{width:24px;min-height:44px;border-radius:999px;padding:0;border:0;display:grid;place-items:center;background:transparent;cursor:pointer;position:relative}.product-gallery__dot:before{content:"";width:7px;height:7px;border-radius:999px;background:rgb(from var(--fg) r g b / .28);transition:background .2s ease,width .25s ease}.product-gallery__dot.is-active:before{background:var(--primary);width:22px}@media(max-width:720px){.product-gallery__dots{display:flex}}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}@media(max-width:720px){.product-gallery__thumbs{display:none}}.product-gallery__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:border-color .15s ease,transform .15s ease;background:var(--surface);position:relative}.product-gallery__thumb:hover{border-color:var(--border);transform:translateY(-1px)}.product-gallery__thumb:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-color:transparent}.product-gallery__thumb.is-active{border-color:var(--primary)}.product-gallery__thumb.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 2px #ffffffb3;border-radius:10px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:1.5rem;padding-block:0;min-width:0}.product-info>*{min-width:0}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.15;letter-spacing:-.02em;text-transform:none;font-weight:700;margin:0;text-wrap:balance}.product-info__price{display:flex;gap:.75rem;align-items:baseline;font-family:var(--font-heading);font-weight:700;font-size:1.6rem}.product-info__price .compare{color:var(--muted);text-decoration:line-through;font-size:1.1rem;font-weight:500}.product-info__rating{display:flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--muted);flex-wrap:wrap}.product-info__description{font-size:.95rem;line-height:1.7;color:var(--fg)}.product-info__description p{margin:0 0 1rem}.product-info__description p:last-child{margin-bottom:0}.stars{color:var(--primary);letter-spacing:1px;font-size:1rem;line-height:1}.stars--lg{font-size:1.4rem}.stars .star-empty{color:var(--border)}.testimonials-section{background:var(--surface);border-radius:0}.testimonials-head{text-align:center;max-width:720px;margin:0 auto 4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.testimonials-head .lead{max-width:56ch;margin-inline:auto}.testimonials-summary{margin-top:2rem;display:inline-flex;padding:1rem 1.75rem;border-radius:999px;background:var(--bg);border:1px solid var(--border);box-shadow:0 6px 22px rgb(from var(--primary) r g b / .06)}.testimonials-summary__rating{display:flex;gap:.85rem;align-items:center}.testimonials-summary__num{font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--primary);line-height:1}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-3px);border-color:var(--primary);box-shadow:0 10px 30px rgb(from var(--primary) r g b / .08)}.testimonial-card__quote-mark{position:absolute;top:-10px;left:1.5rem;font-family:var(--font-heading);font-size:4.5rem;font-weight:800;line-height:1;color:var(--primary);opacity:.15}.testimonial-card__text{font-size:.98rem;line-height:1.6;color:var(--fg);margin:0;flex:1;font-style:normal}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-card__author img,.testimonial-card__avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;background:rgb(from var(--primary) r g b / .12);color:var(--primary);display:grid;place-items:center;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-card__author strong{display:block;font-size:.92rem;font-weight:700}.testimonial-card__author small{color:var(--muted);font-size:.8rem;display:block;margin-top:1px}.reviews-head{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.reviews-summary{display:flex;gap:1rem;align-items:center;padding:.9rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px rgb(from var(--primary) r g b / .04)}.reviews-summary__rating{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1;color:var(--primary)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:720px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:.65rem}.review-card__head{display:flex;justify-content:space-between;align-items:center}.review-verified{font-size:.75rem;color:#117a3f;font-weight:600;letter-spacing:.05em}.review-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.review-card__text{font-size:.95rem;color:var(--fg);line-height:1.55;margin:0}.review-card__foot{font-size:.85rem;color:var(--muted)}.review-card__foot strong{color:var(--fg)}.variant-group{display:flex;flex-direction:column;gap:.7rem}.variant-group__label{display:flex;gap:.5rem;align-items:center}.variant-group__name{font-family:var(--font-heading);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg)}.variant-group__selected{font-family:var(--font-body);font-weight:500;letter-spacing:0;text-transform:none;font-size:.88rem;color:var(--muted)}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-options--colors{gap:.65rem;align-items:center}.variant-chip{padding:.6rem 1rem;border:1.5px solid rgb(from var(--fg) r g b / .18);border-radius:999px;font-size:.9rem;font-weight:600;background:var(--bg);color:var(--fg);transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer;min-width:48px}.variant-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.variant-chip:hover{border-color:var(--fg);transform:translateY(-1px)}.variant-chip[aria-checked=true]{border-color:var(--fg);background:var(--fg);color:var(--bg)}.variant-chip[disabled]{opacity:.4;text-decoration:line-through;cursor:not-allowed}.variant-chip--size{display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:.5rem .95rem;min-width:68px;border-radius:999px;line-height:1.15;flex:1 1 0;max-width:110px}@media(min-width:720px){.variant-chip--size{flex:0 1 auto}}.variant-chip--size .variant-chip__main{font-family:var(--font-heading);font-weight:700;font-size:.95rem}.variant-chip--size .variant-chip__sub{font-size:.7rem;font-weight:500;letter-spacing:.03em;opacity:.7;text-transform:none}.variant-chip--size[aria-checked=true]{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 14px rgb(from var(--primary) r g b / .28)}.variant-chip--size[aria-checked=true] .variant-chip__sub{opacity:.85}.color-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.color-swatch-tile{width:64px;height:64px;padding:0;border-radius:12px;overflow:hidden;background:var(--surface);border:2px solid transparent;cursor:pointer;position:relative;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;display:block;flex-shrink:0}.color-swatch-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;box-shadow:inset 0 0 0 1px #0000000f;pointer-events:none}.color-swatch-tile img{width:100%;height:100%;object-fit:cover;display:block}.color-swatch-tile:hover{border-color:var(--border);transform:translateY(-1px);box-shadow:0 4px 14px rgb(from var(--fg) r g b / .08)}.color-swatch-tile[aria-checked=true]{border-color:var(--primary);box-shadow:0 4px 18px rgb(from var(--primary) r g b / .22)}.color-swatch-tile[aria-checked=true]:after{box-shadow:inset 0 0 0 1px #ffffffb3}.color-swatch-tile[disabled]{opacity:.35;cursor:not-allowed}.color-swatch-tile--link{border-style:dashed}.color-swatch-tile--link:hover{border-color:var(--primary);border-style:solid}@media(min-width:720px){.color-swatch-tile{width:72px;height:72px}}.variant-group__aside{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:rgb(from var(--primary) r g b / .08);color:var(--primary);font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:0;cursor:pointer;transition:background .15s ease,transform .15s ease}.variant-group__aside:hover{background:rgb(from var(--primary) r g b / .16);transform:translateY(-1px)}.variant-group__aside svg{flex-shrink:0}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius)}@media(min-width:480px)and (max-width:899px){.product-trust{grid-template-columns:repeat(4,1fr)}}.product-trust__item{display:flex;gap:.75rem;align-items:center;padding:.25rem;min-width:0}.product-trust__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:rgb(from var(--primary) r g b / .1);color:var(--primary);flex-shrink:0}.product-trust__item>div{display:flex;flex-direction:column;gap:.1rem;min-width:0}.product-trust__item strong{font-family:var(--font-heading);font-weight:600;font-size:.85rem;line-height:1.2;color:var(--fg)}.product-trust__item span{font-size:.73rem;color:var(--muted);line-height:1.25}.product-pay{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem .75rem;padding:.85rem 1rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-pay__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}.product-pay__methods{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.product-pay__badge{display:inline-grid;place-items:center;background:#fff;border:1px solid var(--border);border-radius:4px;height:22px;padding:0 1px;overflow:hidden}.product-pay__badge--text{padding:0 .55rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--fg)}@media(max-width:480px){.product-pay{gap:.5rem;padding:.75rem .85rem}.product-pay__label{width:100%;margin-bottom:.15rem}}.pincode-checker{border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem;background:var(--bg)}.pincode-checker>strong{font-family:var(--font-heading);font-size:.95rem}.pincode-checker__row{display:flex;margin-top:.6rem;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.pincode-checker__row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.pincode-checker__row .input{flex:1;min-width:0;border:0;background:transparent;padding:.7rem 1rem;border-radius:0;font-size:.95rem}.pincode-checker__row .input:focus{box-shadow:none;outline:0}.pincode-checker__row .btn{border-radius:0 999px 999px 0;margin:0;padding:0 1.35rem;min-height:auto;border:0;background:var(--fg);color:var(--bg);font-size:.82rem}.pincode-checker__row .btn:hover{background:var(--primary);color:#fff}.pincode-checker__status{margin-top:.65rem;font-size:.88rem;font-weight:500}.pincode-checker__status--ok{color:#1a8f4c}.pincode-checker__status--bad{color:#c0392b}.pincode-checker small{color:#5b5870!important}.collection-page{padding-block:2rem clamp(3rem,6vw,5rem)}.collection-page__crumb{font-size:.8rem;color:var(--muted);display:flex;gap:.5rem;align-items:center;margin-bottom:2rem}.collection-page__crumb a{color:var(--muted);transition:color .15s}.collection-page__crumb a:hover{color:var(--primary)}.collection-page__crumb span:last-child{color:var(--fg);font-weight:600}.collection-page__hero{text-align:center;padding-block:clamp(2rem,5vw,4rem) clamp(2rem,4vw,3rem);display:flex;flex-direction:column;gap:1rem;align-items:center}.collection-page__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-.03em;line-height:1;font-weight:800;color:var(--fg)}.collection-page__desc{max-width:58ch;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.65}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-block:1px solid var(--border);margin-bottom:2.5rem;background:var(--bg)}.collection-toolbar__count{font-size:.92rem;color:var(--muted);display:flex;align-items:baseline;gap:.35rem}.collection-toolbar__count strong{color:var(--fg);font-family:var(--font-heading);font-weight:700;font-size:1.05rem}@media(max-width:480px){.collection-toolbar{padding:.85rem 0;margin-bottom:1.75rem;gap:.65rem}.collection-toolbar__count{font-size:.85rem}.collection-toolbar__count strong{font-size:.95rem}}.sort{display:flex;gap:.65rem;align-items:center}.sort label{font-size:.85rem;color:var(--muted)}.sort .select{width:auto;padding:.55rem 2.25rem .55rem .9rem;background:var(--bg) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231A1825' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right .8rem center;background-size:10px;border:1px solid var(--border);border-radius:999px;font-weight:500;font-size:.85rem;color:var(--fg);-webkit-appearance:none;appearance:none;cursor:pointer}.sort .select:hover,.sort .select:focus{border-color:var(--fg);outline:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.2vw,32px) clamp(12px,1.6vw,22px)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}}.collection-empty{grid-column:1 / -1;text-align:center;padding:5rem 2rem;display:flex;flex-direction:column;gap:1rem;align-items:center}.collection-empty__icon{font-size:4rem;color:var(--primary);opacity:.25;line-height:1}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);gap:1rem;flex-wrap:wrap}.pagination__btn{font-size:.9rem;font-weight:600;padding:.65rem 1.1rem;border-radius:999px;border:1px solid var(--border);color:var(--fg);transition:background .15s,border-color .15s}.pagination__btn:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.pagination__btn--disabled{opacity:.35;pointer-events:none}.pagination__pages{display:flex;gap:.35rem;align-items:center;font-size:.9rem;color:var(--muted)}.pagination__pages a,.pagination__pages span{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;transition:background .15s}.pagination__pages a:hover{background:rgb(from var(--primary) r g b / .1);color:var(--primary)}.pagination__current{background:var(--fg);color:var(--bg);font-weight:700}.cart-page{padding-block:2rem 5rem}.cart-page__head{text-align:center;padding-block:2rem 3rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.cart-page__title{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,4.5vw,3rem);letter-spacing:-.025em;line-height:1.05}.cart-page__layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media(max-width:880px){.cart-page__layout{grid-template-columns:1fr;gap:2rem}}.cart-page__items{display:flex;flex-direction:column;gap:1rem}.cart-page__item{display:grid;grid-template-columns:120px 1fr;gap:1.25rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);align-items:start}@media(max-width:480px){.cart-page__item{grid-template-columns:92px 1fr;gap:.85rem;padding:.85rem}}.cart-page__media{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:var(--bg);display:block}.cart-page__media img{width:100%;height:100%;object-fit:cover}.cart-page__details{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1rem;min-height:100px}.cart-page__top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cart-page__product{font-family:var(--font-heading);font-weight:600;font-size:1rem;line-height:1.3;color:var(--fg);display:block}.cart-page__product:hover{color:var(--primary)}.cart-page__variant{font-size:.82rem;color:var(--muted);margin-top:.15rem}.cart-page__line-price{font-weight:700;font-size:.95rem;white-space:nowrap}.cart-page__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-page__qty{background:var(--bg)}.cart-page__summary{position:sticky;top:100px}@media(max-width:880px){.cart-page__summary{position:static}}.cart-page__summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-page__summary-card h2{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;margin:0 0 .25rem}.cart-page__sum-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.92rem}.cart-page__sum-row.total{border-top:1px solid var(--border);padding-top:1rem;margin-top:.25rem;font-family:var(--font-heading);font-weight:700;font-size:1.15rem}.cart-page__note-wrap{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.cart-page__note-wrap label{font-size:.82rem;color:var(--muted);font-weight:500}.cart-page__note-wrap textarea{width:100%;padding:.65rem .85rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;font-family:var(--font-body);font-size:.9rem;resize:vertical;min-height:60px}.cart-page__note-wrap textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .1)}.cart-page__trust{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;color:var(--muted);padding-top:1rem;border-top:1px solid var(--border)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.cart-drawer[hidden]{display:none}.cart-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .25s ease}.cart-drawer[aria-hidden=false] .cart-drawer__scrim{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(460px,100vw);background:var(--bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 50px #00000026}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-head h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;margin:0}.cart-head [data-cart-close]{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:rgb(from var(--fg) r g b / .06);font-size:1rem;transition:background .15s ease}.cart-head [data-cart-close]:hover{background:rgb(from var(--fg) r g b / .12)}.cart-lines{flex:1;overflow-y:auto;padding:.5rem 1.25rem;-webkit-overflow-scrolling:touch}.cart-line{display:grid;grid-template-columns:84px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-line:last-child{border-bottom:none}.cart-line__media{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:var(--surface)}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-line__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-line__title{font-family:var(--font-heading);font-weight:600;font-size:.95rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-line__variant{font-size:.8rem;color:var(--muted)}.cart-line__price{font-weight:700;font-size:.92rem;white-space:nowrap}.cart-line__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.35rem}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.cart-line__qty button{width:36px;height:36px;display:grid;place-items:center;font-size:1rem;font-weight:600;transition:background .15s ease}.cart-line__qty button:hover{background:rgb(from var(--fg) r g b / .06)}.cart-line__qty span{min-width:32px;text-align:center;font-weight:600;font-size:.9rem}.cart-line__remove{font-size:.8rem;color:var(--muted);display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .5rem;border-radius:999px;transition:color .15s ease,background .15s ease}.cart-line__remove:hover{color:#c0392b;background:#c0392b0f}.cart-foot{flex-shrink:0;padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg)}.cart-foot__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-family:var(--font-heading);font-weight:700}.cart-foot__row.subtotal{font-size:1.1rem}.cart-foot__notes{color:var(--muted);font-size:.8rem;margin:.35rem 0 1rem}.cart-foot .btn--primary{width:100%}.cart-foot .continue-shopping{display:block;text-align:center;margin-top:.85rem;font-size:.85rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.cart-empty{padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.cart-empty__icon{font-size:3rem;color:var(--primary);opacity:.25;line-height:1}.cart-empty p{color:var(--muted);margin:0}@media(max-width:480px){.cart-drawer__panel{width:100vw;box-shadow:none}.cart-head{padding:1rem 1rem .85rem}.cart-lines{padding:.25rem 1rem}.cart-foot{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}}.page-article__head{text-align:center;margin-bottom:clamp(2rem,5vw,4rem);display:flex;flex-direction:column;gap:.75rem;align-items:center}.page-article__title{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.05em;line-height:1}.page-article__subtitle{max-width:56ch}.rte{font-size:1.05rem;line-height:1.75;color:var(--fg)}.rte>*+*{margin-top:1.25rem}.rte h1,.rte h2,.rte h3{margin-top:2.5rem;margin-bottom:.75rem;font-family:var(--font-heading);font-weight:700;letter-spacing:-.005em;line-height:1.15;text-transform:none}.rte h1{font-size:clamp(1.875rem,3vw,2.5rem)}.rte h2{font-size:clamp(1.5rem,2.5vw,2rem)}.rte h3{font-size:1.25rem}.rte p{margin:0 0 1rem}.rte em{font-style:italic;color:var(--muted)}.rte strong{font-weight:700;color:var(--fg)}.rte a{color:var(--primary);border-bottom:1px solid currentColor}.rte a:hover{color:var(--primary-hover)}.rte ul,.rte ol{padding-left:1.5rem;margin:1rem 0}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{margin:.5rem 0}.rte blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:3px solid var(--primary);font-family:var(--font-heading);font-size:1.25rem;font-style:italic;color:var(--muted)}.rte img{display:block;max-width:100%;height:auto;margin:2rem auto;border-radius:var(--card-radius);max-height:540px;object-fit:cover}.rte hr{margin:3rem 0;border:0;border-top:1px solid var(--border)}.page-article__body>img:first-child{float:none;width:100%;max-width:480px;max-height:none;margin:0 auto 2rem;aspect-ratio:4 / 5;object-fit:cover}@media(min-width:720px){.page-article__body>img:first-child{float:left;margin:0 2.5rem 1.5rem 0;width:42%}.page-article__body:after{content:"";display:block;clear:both}}.rte .wash-grid,.rte .contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2rem 0}@media(max-width:900px){.rte .wash-grid,.rte .contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.rte .wash-grid,.rte .contact-grid{grid-template-columns:1fr}}.rte .wash-card,.rte .contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:.65rem;text-decoration:none;color:var(--fg);transition:transform .2s ease,border-color .2s ease}.rte .contact-card{border-bottom:1px solid var(--border)}.rte .contact-card[href]:hover,.rte .wash-card:hover{transform:translateY(-3px);border-color:var(--primary)}.rte .wash-card__icon,.rte .contact-card__icon{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:rgb(from var(--primary) r g b / .1);color:var(--primary)}.rte .wash-card h3,.rte .contact-card strong{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.rte .wash-card p{color:var(--muted);font-size:.9rem;line-height:1.55;margin:0}.rte .contact-card span{font-weight:600}.rte .contact-card small{color:var(--muted);font-size:.8rem}.rte details{border-bottom:1px solid var(--border);padding:1rem 0}.rte details summary{cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.rte details summary::-webkit-details-marker{display:none}.rte details summary:after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .2s}.rte details[open] summary:after{content:"\2212"}.rte details>*:not(summary){margin-top:.75rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.hidden{display:none!important}@media(max-width:720px){.hidden-mobile{display:none!important}}@media(min-width:721px){.hidden-desktop{display:none!important}}.fade-in-up{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}@media(prefers-reduced-motion:no-preference){html.js-anim .fade-in-up:not(.is-visible){opacity:0;transform:translateY(12px)}.fade-in-up.is-visible{opacity:1;transform:none}}.section--product{padding-top:clamp(1.5rem,3vw,2.5rem);padding-bottom:clamp(3rem,5vw,4.5rem)}.product-info{gap:1.35rem}.product-info__title{line-height:1.08;margin-bottom:-.25rem}.product-info__price-group{display:flex;flex-direction:column;gap:.4rem;margin-top:-.25rem}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-info__savings{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;background:rgb(from var(--accent) r g b / .15);color:#c33878;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-info__price-note{margin:0;color:var(--muted);font-size:.82rem;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem}.product-info__stock{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.product-info__stock--ok{color:#1a8f4c}.product-info__stock--ok svg{color:#1a8f4c;animation:stock-pulse 2.4s ease-in-out infinite}.product-info__stock--out{color:#c42a2a}@keyframes stock-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.product-submit{display:flex;flex-direction:column;gap:.85rem}.btn--cart{font-size:1rem;letter-spacing:.02em;min-height:56px;padding:1.05rem 1.85rem}.btn--cart svg{flex-shrink:0}.product-pay--compact{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.25rem 0 .1rem;background:transparent;border:0;box-shadow:none}.product-pay--compact .product-pay__label{font-size:.72rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.product-pay--compact .product-pay__methods{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.qty-row-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.size-chart-link{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:999px;background:transparent;color:var(--fg);border:1.5px solid rgb(from var(--fg) r g b / .18);font-family:var(--font-heading);font-size:.88rem;font-weight:600;letter-spacing:.01em;text-transform:none;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .15s ease;height:52px;align-self:flex-end}.size-chart-link:hover{border-color:var(--primary);color:var(--primary);background:rgb(from var(--primary) r g b / .06);transform:translateY(-1px)}.size-chart-link:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.size-chart-link__chev{opacity:.55;transition:transform .2s ease}.size-chart-link:hover .size-chart-link__chev{transform:translate(3px);opacity:1}@media(max-width:480px){.size-chart-link span{font-size:.72rem}.size-chart-link{padding:.65rem .85rem;height:48px}}.qty-row{max-width:200px}.qty-stepper{display:inline-flex;align-items:stretch;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg);height:52px;width:fit-content;transition:border-color .15s ease,box-shadow .15s ease}.qty-stepper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .14)}.qty-stepper__btn{width:46px;flex:0 0 46px;display:grid;place-items:center;color:var(--fg);cursor:pointer;transition:background .15s ease,color .15s ease;border:0;padding:0}.qty-stepper__btn:hover{background:var(--surface);color:var(--primary)}.qty-stepper__btn:active{transform:scale(.96)}.qty-stepper__btn[disabled]{opacity:.35;cursor:not-allowed}.qty-stepper__input{width:56px;flex:0 0 56px;border:0;outline:0;text-align:center;font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--fg);background:transparent;padding:0;-moz-appearance:textfield}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-accordion{padding:0;overflow:hidden}.product-accordion>summary{padding:1rem 1.15rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-family:var(--font-heading);font-weight:600;transition:background .15s ease}.product-accordion>summary::-webkit-details-marker{display:none}.product-accordion>summary:hover{background:var(--bg)}.product-accordion__chevron{font-family:var(--font-heading);font-size:1.35rem;line-height:1;color:var(--primary);width:22px;height:22px;display:grid;place-items:center;transition:transform .25s ease}.product-accordion[open]>summary .product-accordion__chevron{transform:rotate(45deg)}.product-accordion__body{padding:0 1.15rem 1.15rem;color:var(--fg);font-size:.95rem;line-height:1.6}.size-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem;pointer-events:none;opacity:0;transition:opacity .25s ease}.size-chart-modal[aria-hidden=false]{pointer-events:auto;opacity:1}.size-chart-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a18258c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.size-chart-modal__panel{position:relative;z-index:2;width:100%;max-width:640px;max-height:86vh;overflow-y:auto;background:var(--bg);border-radius:20px;padding:1.75rem;box-shadow:0 30px 80px #00000047;transform:translateY(14px) scale(.98);transition:transform .3s cubic-bezier(.22,.61,.36,1)}.size-chart-modal[aria-hidden=false] .size-chart-modal__panel{transform:none}.size-chart-modal__head{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.size-chart-modal__close{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:var(--surface);color:var(--fg);border:1px solid var(--border);cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease,transform .15s ease}.size-chart-modal__close:hover{background:var(--fg);color:var(--bg);transform:rotate(90deg)}.size-chart__wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px}.size-chart{width:100%;border-collapse:collapse;font-size:.9rem}.size-chart th,.size-chart td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.size-chart thead th{font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:var(--surface)}.size-chart tbody tr:last-child td{border-bottom:0}.size-chart tbody tr:nth-child(2n) td{background:rgb(from var(--primary) r g b / .03)}.size-chart tbody td:first-child{color:var(--primary);font-weight:700}.size-chart__notes{display:grid;gap:.85rem;margin-top:1.25rem}@media(min-width:560px){.size-chart__notes{grid-template-columns:1fr 1fr}}.size-chart__note{padding:.85rem 1rem;border-radius:12px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}.size-chart__note strong{font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--fg)}.size-chart__note span{font-size:.82rem;color:var(--muted);line-height:1.45}.product-grid--related,.product-grid--recent{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media(min-width:1100px){.product-grid--related,.product-grid--recent{grid-template-columns:repeat(4,1fr)}}@media(max-width:720px){.product-grid--related,.product-grid--recent{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:58%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;padding-bottom:.5rem;margin-inline:calc(-1*clamp(16px,4vw,32px));padding-inline:clamp(16px,4vw,32px)}.product-grid--related>*,.product-grid--recent>*{scroll-snap-align:start}}.search-header{text-align:center;padding-block:clamp(1.5rem,3vw,3rem) clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;align-items:center;gap:.75rem}.search-form{width:100%;max-width:580px}.search-form__row{display:flex;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg);align-items:center;transition:border-color .15s ease,box-shadow .15s ease}.search-form__row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.search-form__icon{margin-left:1rem;flex-shrink:0;color:var(--muted)}.search-form__input{flex:1;border:0;background:transparent;outline:0;padding:.85rem .75rem;font-size:1rem;min-width:0}.search-form__btn{border-radius:0 999px 999px 0;padding:.85rem 1.5rem;min-height:auto;margin:0;flex-shrink:0}.search-meta{padding:.65rem 0;margin-bottom:1.5rem;font-size:.92rem;color:var(--fg);border-bottom:1px solid var(--border)}.search-empty{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.search-empty__icon{color:var(--muted);opacity:.5}.search-empty__links{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:.5rem}.search-page-card{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--card-radius);background:var(--surface);transition:border-color .15s ease,transform .15s ease}.search-page-card:hover{border-color:var(--primary);transform:translateY(-2px)}.search-page-card__type{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.search-page-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;margin:0}.search-page-card__excerpt{font-size:.88rem;color:var(--muted);margin:0;line-height:1.5}.cart-empty{padding:clamp(3rem,6vw,5rem) 1rem}.cart-empty .h3{margin-bottom:.25rem}.cart-empty__suggestions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.recently-viewed[hidden]{display:none}.product-gallery__slide{cursor:zoom-in}@media(hover:hover){.product-gallery__slide:hover img{transform:scale(1.015)}.product-gallery__slide img{transition:transform .4s ease}}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#1a1825f0;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .25s ease}.image-lightbox[aria-hidden=false]{pointer-events:auto;opacity:1}.image-lightbox__stage{width:100%;height:100%;display:grid;place-items:center;padding:clamp(2rem,6vw,4rem);overflow:hidden}.image-lightbox__stage img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;user-select:none;-webkit-user-select:none;box-shadow:0 20px 80px #00000080;transition:opacity .2s ease}.image-lightbox__close,.image-lightbox__arrow{position:absolute;width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;z-index:2;transition:background .15s ease,transform .15s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.image-lightbox__close:hover,.image-lightbox__arrow:hover{background:#fff3;transform:scale(1.08)}.image-lightbox__close{top:1.25rem;right:1.25rem}.image-lightbox__arrow--prev{left:1.5rem;top:50%;transform:translateY(-50%)}.image-lightbox__arrow--next{right:1.5rem;top:50%;transform:translateY(-50%)}.image-lightbox__arrow--prev:hover,.image-lightbox__arrow--next:hover{transform:translateY(-50%) scale(1.08)}.image-lightbox__bottom{position:absolute;bottom:1.25rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;pointer-events:none}.image-lightbox__counter{color:#ffffffd9;font-size:.82rem;letter-spacing:.08em;font-weight:500;padding:.35rem .9rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.image-lightbox__thumbs{display:flex;gap:.5rem;padding:.35rem;max-width:min(92vw,640px);overflow-x:auto;pointer-events:auto;background:#ffffff0d;border-radius:14px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.image-lightbox__thumb{width:52px;height:52px;padding:0;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#ffffff14;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .15s ease}.image-lightbox__thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-lightbox__thumb:hover{opacity:.9;transform:translateY(-1px)}.image-lightbox__thumb.is-active{opacity:1;border-color:#fff}.image-lightbox__close:focus-visible,.image-lightbox__arrow:focus-visible,.image-lightbox__thumb:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:560px){.image-lightbox__arrow{width:42px;height:42px}.image-lightbox__arrow--prev{left:.5rem}.image-lightbox__arrow--next{right:.5rem}.image-lightbox__close{top:1rem;right:1rem;width:42px;height:42px}.image-lightbox__thumb{width:44px;height:44px}.image-lightbox__bottom{bottom:.75rem;gap:.5rem}}body.sticky-buy-active{padding-bottom:90px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}@media(min-width:900px){body.sticky-buy-active{padding-bottom:0}}.sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--bg);border-top:1px solid var(--border);box-shadow:0 -8px 24px rgb(from var(--fg) r g b / .08);transform:translateY(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);padding-bottom:env(safe-area-inset-bottom)}.sticky-buy[aria-hidden=false]{transform:none}.sticky-buy__inner{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;max-width:var(--page-width);margin:0 auto}.sticky-buy__media{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--surface);display:block}.sticky-buy__media img{width:100%;height:100%;object-fit:cover}.sticky-buy__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.sticky-buy__title{font-family:var(--font-heading);font-weight:600;font-size:.85rem;color:var(--fg);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy__price{display:flex;gap:.5rem;align-items:baseline;font-size:.85rem}.sticky-buy__price .price{color:var(--fg);font-weight:700}.sticky-buy__price .compare{color:var(--muted);text-decoration:line-through;font-size:.78rem}.sticky-buy__cta{padding:.8rem 1.4rem;min-height:46px;font-size:.82rem;letter-spacing:.02em;flex-shrink:0;box-shadow:0 4px 14px rgb(from var(--primary) r g b / .3)}@media(min-width:900px){.sticky-buy{display:none}}@media print{.site-header,.site-footer,.announcement{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
