*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}body{margin:0;width:100%;max-width:100%;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:1.05rem;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.2;margin:0 0 .4em;letter-spacing:-.01em}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 20px}.section{padding:48px 0}.section--tight{padding:28px 0}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:999;background:var(--color-accent);color:var(--color-accent-text);padding:10px 16px}.skip-to-content:focus{left:8px;top:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:1px solid var(--color-accent);background:var(--color-accent);color:var(--color-accent-text);border-radius:var(--radius);font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:transform .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px);opacity:.92}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--full{width:100%}.btn--lg{padding:16px 34px;font-size:1rem}.section-heading{text-align:center;margin-bottom:28px}.section-heading h2{font-size:clamp(1.6rem,3vw,2.4rem)}.section-heading p{color:var(--color-muted);margin:0}.announcement{background:var(--color-accent);color:var(--color-accent-text);text-align:center;font-size:.82rem;letter-spacing:.04em;padding:8px 16px}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 20px;max-width:var(--page-width);margin:0 auto}.header__logo{text-align:center;font-family:var(--font-heading-family);font-size:1.6rem;letter-spacing:.18em;font-weight:700}.header__logo img{margin:0 auto}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.header__actions a,.header__menu-toggle{display:inline-flex;background:none;border:0;color:inherit;padding:0}.header__nav{justify-self:start}.nav-list{list-style:none;display:flex;gap:22px;margin:0;padding:0}.nav-list a{font-size:.9rem;letter-spacing:.02em;padding:6px 0;position:relative}.nav-list a:hover{color:var(--color-sale)}.cart-count{background:var(--color-sale);color:#fff;font-size:.7rem;border-radius:50%;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-left:-6px;margin-top:-12px}.icon-btn{padding:8px;margin:-8px}.icon-btn svg{width:22px;height:22px}.header__menu-toggle{display:none}.header--dark{border-bottom:1px solid rgba(184,134,11,.35)}.header--dark .nav-list a,.header--dark .icon-btn,.header--dark .header__menu-toggle,.header--dark .header__logo{color:#f3efe6}.header--dark .nav-list a:hover,.header--dark .icon-btn:hover{color:var(--color-sale)}.header--dark .header__logo .footer__brandname,.header--dark .header__logo{color:#fff}.hero{position:relative}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.hero__slide{position:relative;aspect-ratio:4 / 5;overflow:hidden}.hero__slide img{width:100%;height:100%;object-fit:cover}.hero--single .hero__slide{aspect-ratio:16 / 7}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:6%;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.35),transparent 60%)}.hero__content h2{font-size:clamp(1.8rem,4vw,3.2rem);color:#fff}.hero__content .btn{margin-top:14px}.offer-strip{background:var(--color-card);text-align:center;padding:18px;font-size:1.1rem;font-weight:600}.offer-strip .sub{display:block;font-size:.85rem;font-weight:400;color:var(--color-muted);margin-top:4px}.trust-bar{border-block:1px solid var(--color-border);background:var(--color-bg)}.trust-bar__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:22px 20px;max-width:var(--page-width);margin:0 auto}.trust-item{display:flex;align-items:center;gap:12px;justify-content:center}.trust-item svg{width:34px;height:34px;color:var(--color-sale);flex:none}.trust-item strong{display:block;font-size:.95rem}.trust-item span{font-size:.8rem;color:var(--color-muted)}.product-grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:18px}.card{background:var(--color-bg);border-radius:var(--radius);overflow:hidden;position:relative;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-3px)}.card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--color-card);overflow:hidden}.card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .4s ease}.card__media img.card__media--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.card:hover .card__media--hover{opacity:1}.card__body{padding:12px 6px 6px;text-align:center}.card__title{font-size:.9rem;font-weight:500;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.card__price{font-size:1rem;font-weight:700}.card__price s{color:var(--color-muted);font-weight:400;margin-left:6px;font-size:.85rem}.badge-save{display:inline-block;background:var(--color-sale);color:#fff;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:6px;letter-spacing:.03em}.card__badge{position:absolute;top:10px;left:10px;background:var(--color-accent);color:var(--color-accent-text);font-size:.68rem;padding:4px 9px;border-radius:4px;letter-spacing:.04em;z-index:2}.card__quick-add{position:absolute;inset-inline:8px;bottom:8px;opacity:0;transform:translateY(8px);transition:all .2s ease}.card:hover .card__quick-add{opacity:1;transform:none}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.category-row a{display:block}.category-row .cat-img{aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:var(--color-card);margin-bottom:10px}.category-row .cat-img img{width:100%;height:100%;object-fit:cover}.category-row span{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.ugc-strip{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior-x:contain;max-width:100%}.ugc-strip::-webkit-scrollbar{display:none}.ugc-card{flex:0 0 auto;width:200px;aspect-ratio:9/16;border-radius:var(--radius);overflow:hidden;scroll-snap-align:start;position:relative;background:#000}.ugc-card video,.ugc-card img{width:100%;height:100%;object-fit:cover}.ugc-card .play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.ugc-card .play svg{width:46px;height:46px;color:#fff;opacity:.9}.gr{padding:48px 0;font-family:Roboto,Arial,Helvetica Neue,Segoe UI,sans-serif}.gr__head{text-align:center;margin-bottom:30px}.gr__logo{display:block;margin:0 auto 2px}.gr__title{font-size:1.7rem;font-weight:500;margin:0 0 8px;color:#202124;font-family:inherit}.gr__head-stars{display:inline-flex;align-items:center;gap:8px}.gr__head-stars .gr__stars{font-size:1.5rem}.gr__stars{color:#fbbc04;letter-spacing:1px;line-height:1}.gr__masonry{columns:3;column-gap:22px}.gr__card{break-inside:avoid;display:inline-block;width:100%;margin:0 0 22px;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:18px 20px;position:relative;box-shadow:0 1px 2px #3c404314}.gr__g{position:absolute;top:16px;right:16px;line-height:0}.gr__top{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding-right:26px}.gr__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}.gr__avatar--initial{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.05rem}.gr__name{font-weight:600;font-size:.98rem;color:#202124;line-height:1.2}.gr__sub{font-size:.78rem;color:#5f6368;margin-top:1px}.gr__rating{display:flex;align-items:center;gap:10px;margin-bottom:8px}.gr__rating .gr__stars{font-size:.95rem}.gr__ago{font-size:.78rem;color:#5f6368}.gr__new{font-size:.68rem;font-weight:600;color:#1e7e34;background:#e6f4ea;padding:2px 8px;border-radius:4px}.gr__text{font-size:.9rem;color:#3c4043;line-height:1.5;margin:0}@media(max-width:990px){.gr__masonry{columns:2}}@media(max-width:620px){.gr__masonry{columns:1}}.video-feature{position:relative;max-width:900px;margin:0 auto;border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9;background:#000}.video-feature iframe,.video-feature video{width:100%;height:100%;border:0}.video-feature__features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.video-feature__features .trust-item{flex-direction:column;text-align:center;gap:8px}@media(max-width:749px){.video-feature__features{grid-template-columns:repeat(2,1fr);gap:18px}}.logo-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}.logo-row img{max-height:42px;width:auto;filter:grayscale(1);opacity:.75}.team-block{text-align:center}.team-block img{border-radius:var(--radius);margin:0 auto 14px}.team-block p{max-width:620px;margin:0 auto 16px;color:var(--color-muted)}.qc{background:linear-gradient(180deg,#fbf7ee,#f6efe0);padding:40px 16px;--qc-gold: linear-gradient(150deg, #d9b969 0%, #b8860b 55%, #8a6314 100%)}.qc__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px}.qc__cap{width:130px;height:196px;flex:none;border-radius:50%;background:var(--qc-gold);box-shadow:inset 0 0 0 2px #fff6,0 6px 18px #8a631440;display:flex;align-items:center;justify-content:center;text-align:center}.qc__cap span{color:#fffaf0;font-weight:800;font-size:.82rem;letter-spacing:.06em;line-height:1.5;text-transform:uppercase;padding:0 14px;text-shadow:0 1px 2px rgba(0,0,0,.18)}.qc__title{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:30px}.qc__title h2{font-size:clamp(1.2rem,2.2vw,1.8rem);letter-spacing:.04em;margin:0;text-transform:uppercase;color:var(--color-text)}.qc__flourish{color:var(--color-sale);font-size:1.4rem;transform:scaleX(-1)}.qc__flourish--r{transform:none}.qc__steps{position:relative;display:grid;grid-template-columns:repeat(var(--qc-cols, 6),minmax(0,1fr));gap:4px}.qc__steps:before{content:"";position:absolute;top:17px;left:calc(50% / var(--qc-cols, 6));right:calc(50% / var(--qc-cols, 6));border-top:2px dotted var(--color-sale);z-index:0}.qc__step{text-align:center;padding:0 6px}.qc__num{position:relative;z-index:1;width:36px;height:36px;border-radius:50%;margin:0 auto 16px;background:#1b160d;color:#f3d488;font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #fbf7ee,0 2px 6px #00000040}.qc__photo{width:clamp(104px,13vw,150px);aspect-ratio:1 / 1;margin:0 auto 14px;border-radius:50%;overflow:hidden;border:3px solid #e9d6a8;box-shadow:0 4px 14px #8a63142e;background:#fff}.qc__photo img{width:100%;height:100%;object-fit:cover}.qc__step-title{font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;margin:0 0 6px;color:var(--color-text);line-height:1.25}.qc__step-text{font-size:.8rem;color:var(--color-muted);margin:0;line-height:1.4}@media(max-width:1100px){.qc__cap{display:none}.qc__inner{grid-template-columns:1fr}}@media(max-width:900px){.qc__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 8px}.qc__steps:before{display:none}}@media(max-width:560px){.qc__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.qc__title h2{font-size:1.1rem}}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.product__media,.product__info{min-width:0}.product__info>*,.pdp-related,.carousel-wrap,.product__trust{min-width:0;max-width:100%}.product__social-proof{flex-wrap:wrap}.product__media{position:sticky;top:90px}.gallery{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--color-card);margin-bottom:12px}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;aspect-ratio:1 / 1}.gallery__track::-webkit-scrollbar{display:none}.gallery__slide{flex:0 0 100%;width:100%;scroll-snap-align:center;aspect-ratio:1 / 1;cursor:zoom-in}.gallery__slide img{width:100%;height:100%;object-fit:cover;display:block}.gallery__nav{position:absolute;top:50%;width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:0;z-index:3;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px #00000024}.gallery__nav svg{width:20px;height:20px}.gallery__nav--prev{left:12px;transform:translateY(-50%) rotate(90deg)}.gallery__nav--next{right:12px;transform:translateY(-50%) rotate(-90deg)}.gallery__dots{position:absolute;bottom:12px;left:0;right:0;z-index:3;display:flex;gap:6px;justify-content:center}.gallery__dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;cursor:pointer;background:#00000047;transition:width .2s,background .2s}.gallery__dot.is-active{background:var(--color-accent);width:18px;border-radius:4px}@media(hover:hover){.gallery__nav{opacity:0;transition:opacity .2s}.gallery:hover .gallery__nav{opacity:1}}@media(max-width:749px){.gallery__nav{display:none}}.zoom-hint{position:absolute;right:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;gap:5px;background:#ffffffeb;color:var(--color-text);font-size:.72rem;font-weight:600;padding:5px 10px;border-radius:999px;box-shadow:0 1px 4px #0000001f;pointer-events:none}.zoom-hint svg{width:14px;height:14px}.product__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__thumbs button{width:76px;height:76px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);background:none;padding:0;cursor:pointer}.product__thumbs button.is-active{border-color:var(--color-accent)}.product__thumbs img{width:100%;height:100%;object-fit:cover}.product__title{font-size:1.7rem}.product__price{font-size:1.5rem;font-weight:700;margin:8px 0}.product__price s{color:var(--color-muted);font-weight:400;font-size:1.1rem;margin-left:8px}.product__rating{color:#fbbc04;margin-bottom:12px}.product__rating span{color:var(--color-muted);margin-left:6px;font-size:.85rem}.product__stock{display:inline-block;background:#fff4e5;color:#b35900;font-size:.8rem;padding:6px 12px;border-radius:999px;margin:6px 0 14px}.product__atc-banner{margin:16px 0}.product__atc-banner img{width:100%;height:auto;display:block;border-radius:var(--radius)}.product-form__buttons{display:flex;flex-direction:column;gap:10px;margin:16px 0}.qty-selector{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius);width:max-content}.qty-selector button{width:40px;height:44px;background:none;border:0;font-size:1.2rem}.qty-selector input{width:46px;text-align:center;border:0;height:44px;font-size:1rem}.variant-option{margin:14px 0}.variant-option__label{font-size:.85rem;font-weight:600;margin-bottom:8px;display:block}.variant-swatches{display:flex;gap:8px;flex-wrap:wrap}.variant-swatches label{border:1px solid var(--color-border);border-radius:var(--radius);padding:8px 14px;font-size:.85rem;cursor:pointer}.variant-swatches input{position:absolute;opacity:0}.variant-swatches input:checked+label,.variant-swatches label.is-active{border-color:var(--color-accent);background:var(--color-card)}.product__trust{border:1px solid var(--color-border);border-radius:var(--radius);margin:22px 0;background:var(--color-bg);overflow:hidden}.product__usps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.product__usps .usp{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;text-align:center;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);border-right:1px solid var(--color-border)}.product__usps .usp:last-child{border-right:0}.product__usps .usp svg{width:26px;height:26px;display:block;color:var(--color-sale)}.product__usps .usp span{line-height:1.25}.product__safe-checkout{border-top:1px solid var(--color-border);background:var(--color-card);padding:14px 16px;text-align:center}.product__safe-checkout .safe-label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:10px}.product__safe-checkout .safe-label svg{width:15px;height:15px;color:var(--color-sale)}.product__accordion details{border-top:1px solid var(--color-border);padding:14px 0}.product__accordion summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.product__accordion summary::-webkit-details-marker{display:none}.product__accordion summary svg{width:16px;height:16px;flex:none;transition:transform .2s;color:var(--color-muted)}.product__accordion details[open] summary svg{transform:rotate(180deg)}.product__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.pill{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:4px 10px;border-radius:999px}.pill--verified{background:#e7f4ea;color:#1a7f37}.pill--stock{background:#fff4e5;color:#b35900}.pill--bestseller{background:#fbeff0;color:#b3003c}.pill--deal{background:#b3003c;color:#fff}.product__social-proof{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-muted);margin:4px 0 10px}.product__social-proof .stars{color:#fbbc04}.product__delivery{display:flex;align-items:center;gap:8px;font-size:.85rem;background:var(--color-card);padding:8px 12px;border-radius:var(--radius);margin:12px 0}.product__delivery svg{width:22px;height:22px;color:var(--color-sale);flex:none}.product__offer{border:1px dashed var(--color-sale);background:#fffdf6;border-radius:var(--radius);padding:12px 14px;font-size:.85rem;display:flex;gap:10px;align-items:flex-start;margin:14px 0}.product__offer svg{width:24px;height:24px;color:var(--color-sale);flex:none}.product__offer strong{color:var(--color-sale)}.variant-swatches--image{gap:12px}.variant-swatches--image label{width:74px;height:74px;padding:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .15s,box-shadow .15s}.variant-swatches--image label:hover{border-color:var(--color-muted)}.variant-swatches--image input:checked+label{border:2px solid var(--color-accent);padding:1px;background:transparent;box-shadow:0 0 0 1px var(--color-accent)}.variant-swatches--image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.variant-option__label{text-transform:uppercase;letter-spacing:.04em}.variant-selected-value{font-weight:600;color:var(--color-text);margin-left:4px;text-transform:none;letter-spacing:0}.product__stock-urgency{margin:16px 0}.product__stock-urgency p{margin:0 0 8px;font-size:.9rem;font-weight:600;color:var(--color-text)}.product__stock-urgency strong{color:#e23b3b;font-size:1rem}.stock-bar{height:7px;background:var(--color-border);border-radius:999px;overflow:hidden;max-width:280px}.stock-bar>div{height:100%;background:linear-gradient(90deg,#e23b3b,#ff7a45);border-radius:999px;transition:width .35s ease}.payment-icons{display:flex;flex-wrap:wrap;gap:7px;align-items:center;justify-content:center}.payment-icons img,.payment-icons .pay-chip{height:28px;min-width:44px;border:1px solid var(--color-border);border-radius:6px;padding:0 8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;letter-spacing:.02em;color:#555;box-shadow:0 1px 2px #0000000a}.bundle{border:1px solid var(--color-border);border-radius:var(--radius);padding:18px}.bundle__item{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--color-border)}.bundle__item:last-of-type{border-bottom:0}.bundle__item img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius);background:var(--color-card)}.bundle__item input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-accent)}.bundle__item .info{flex:1;font-size:.88rem}.bundle__item .price{font-weight:700}.bundle__item .price s{color:var(--color-muted);font-weight:400;font-size:.8rem;margin-left:4px}.bundle__foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;flex-wrap:wrap;gap:10px}.bundle__total .saved{color:var(--color-sale);font-size:.85rem}.bundle__total b{font-size:1.2rem}.carousel-wrap{position:relative}.carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:100%}.carousel::-webkit-scrollbar{display:none}.carousel>.card{flex:0 0 auto;width:clamp(150px,22vw,230px);scroll-snap-align:start}.carousel-nav{position:absolute;top:40%;width:40px;height:40px;border-radius:50%;background:var(--color-bg);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.carousel-nav svg{width:20px;height:20px}.carousel-nav--prev{left:-10px;transform:rotate(90deg)}.carousel-nav--next{right:-10px;transform:rotate(-90deg)}@media(max-width:749px){.carousel-nav{display:none}}.pdp-related{margin-top:28px;padding-top:22px;border-top:1px solid var(--color-border)}.pdp-related__title{font-size:1.05rem;letter-spacing:.02em;margin:0 0 14px;text-transform:uppercase;font-weight:700}.carousel--mini>.card{width:clamp(130px,30%,160px)}.carousel--mini .card__title{font-size:.8rem;min-height:2.3em}.carousel--mini .card__price{font-size:.88rem}.pdp-related .carousel-nav{width:34px;height:34px;top:36%}.pdp-related .carousel-nav--prev{left:-6px}.pdp-related .carousel-nav--next{right:-6px}.pdp-related .bundle{padding:14px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--color-bg);border-top:1px solid var(--color-border);padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:none;align-items:center;gap:14px;box-shadow:0 -6px 20px #0000001f}.sticky-atc__info{display:flex;flex-direction:column;gap:2px;line-height:1.1;flex:none}.sticky-atc__save{align-self:flex-start;background:var(--color-sale);color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.04em;padding:2px 7px;border-radius:4px}.sticky-atc__price{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.sticky-atc__now{font-size:1.5rem;font-weight:800;color:var(--color-text)}.sticky-atc__price s{color:var(--color-muted);font-weight:400;font-size:.85rem}.sticky-atc__btn{flex:1;font-size:1.02rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:16px 18px}.sticky-atc__btn svg{width:20px;height:20px}@media(max-width:749px){.sticky-atc.is-visible{display:flex}body.has-sticky-atc{padding-bottom:88px}}.collection-header{text-align:center;padding:30px 0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--color-border);margin-bottom:22px}.collection-toolbar select{padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:.25s;z-index:90}.drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:400px;max-width:90vw;background:var(--color-bg);z-index:95;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:none}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:18px}.cart-line{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border)}.cart-line img{width:70px;height:70px;object-fit:cover;border-radius:var(--radius)}.cart-line__info{flex:1;font-size:.85rem}.cart-drawer__foot{padding:18px;border-top:1px solid var(--color-border)}.ship-bar{background:var(--color-card);border-radius:999px;height:8px;overflow:hidden;margin:10px 0}.ship-bar>div{height:100%;background:var(--color-sale);transition:width .3s}.review-gallery__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 18px;margin-bottom:22px;text-align:center}.review-gallery__score{font-size:2.4rem;font-weight:800;line-height:1}.review-gallery__summary .stars{color:#fbbc04;font-size:1.2rem}.review-gallery__summary .count{color:var(--color-muted);font-size:.85rem}.review-gallery__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ugc-review{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--color-card)}.ugc-review img,.ugc-review video{width:100%;height:100%;object-fit:cover}.ugc-review .ugc-review__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.ugc-review .ugc-review__play svg{width:40px;height:40px;color:#fff;opacity:.92;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.ugc-review .ugc-review__stars{position:absolute;left:8px;bottom:8px;color:#fbbc04;font-size:.75rem;background:#00000073;padding:1px 6px;border-radius:999px}@media(max-width:990px){.review-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.review-gallery__grid{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:.2s}.modal-overlay.is-open{opacity:1;visibility:visible}.modal{background:var(--color-bg);border-radius:var(--radius);max-width:560px;width:100%;max-height:86vh;overflow-y:auto;padding:24px;position:relative;transform:translateY(12px);transition:transform .2s}.modal-overlay.is-open .modal{transform:none}.modal--media{max-width:460px;padding:0;background:#000;overflow:hidden}.modal--media img,.modal--media video{width:100%;display:block;max-height:80vh;object-fit:contain}.modal--media .modal__caption{color:#fff;padding:12px 16px;font-size:.85rem}.modal__close{position:absolute;top:10px;right:10px;z-index:2;width:34px;height:34px;border-radius:50%;border:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center}.modal table{width:100%;border-collapse:collapse;margin-top:10px}.modal th,.modal td{border:1px solid var(--color-border);padding:8px 10px;font-size:.88rem;text-align:left}.size-guide-link{background:none;border:0;color:var(--color-text);text-decoration:underline;font-size:.82rem;cursor:pointer;padding:0;display:inline-flex;gap:4px;align-items:center}.promo-popup .modal{padding:0;overflow:hidden;max-width:720px}.promo-popup__box{position:relative}.promo-popup .modal__close{background:#fffffff2;box-shadow:0 1px 6px #0000002e}.promo-popup__inner{display:block;color:inherit}.promo-popup__media img{width:100%;height:auto;display:block}.promo-popup__content{padding:24px;text-align:center}.promo-popup__eyebrow{display:inline-block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-sale);font-weight:700;margin-bottom:8px}.promo-popup__heading{font-size:clamp(1.5rem,4vw,2.2rem);margin:0 0 10px}.promo-popup__text{color:var(--color-muted);font-size:.95rem;margin-bottom:16px}.promo-popup__text p{margin:0 0 6px}.promo-popup__btn{margin-top:4px}.promo-popup__inner--side{display:grid;grid-template-columns:1fr 1fr;align-items:center}.promo-popup__inner--side .promo-popup__content{text-align:left;padding:28px}.promo-popup__inner--text .promo-popup__content,.promo-popup__inner--below .promo-popup__content{padding:28px 24px}@media(max-width:600px){.promo-popup .modal{max-width:92vw}.promo-popup__inner--side{grid-template-columns:1fr}.promo-popup__inner--side .promo-popup__content{text-align:center;padding:20px}}.zoom-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background:#000000eb;display:none;align-items:center;justify-content:center}.zoom-lightbox.is-open{display:flex}.zoom-lightbox__stage{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;display:flex;align-items:center;justify-content:center;touch-action:pinch-zoom}.zoom-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in;transition:transform .2s ease;transform-origin:center}.zoom-lightbox__img.is-zoomed{cursor:zoom-out;max-width:none;max-height:none;transition:transform .2s ease}.zoom-lightbox__close{position:absolute;top:16px;right:16px;z-index:3;width:42px;height:42px;border-radius:50%;border:0;background:#ffffffeb;cursor:pointer;display:flex;align-items:center;justify-content:center}.zoom-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:50%;border:0;background:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center}.zoom-lightbox__nav svg{width:22px;height:22px}.zoom-lightbox__nav--prev{left:16px;transform:translateY(-50%) rotate(90deg)}.zoom-lightbox__nav--next{right:16px;transform:translateY(-50%) rotate(-90deg)}.zoom-lightbox__count{position:absolute;bottom:18px;left:50%;transform:translate(-50%);z-index:3;color:#fff;font-size:.82rem;background:#00000080;padding:4px 12px;border-radius:999px}.seo-links{background:var(--color-card);border-top:1px solid var(--color-border);padding:26px 0}.seo-links__heading{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);text-align:center;margin:0 0 14px;font-weight:700}.seo-links__group{text-align:center;font-size:.8rem;line-height:2.1;margin:0 0 6px;color:var(--color-muted)}.seo-links__label{font-weight:700;color:var(--color-text)}.seo-links__group a{color:var(--color-muted);text-decoration:underline;text-underline-offset:2px}.seo-links__group a:hover{color:var(--color-sale)}.seo-links__sep{color:var(--color-border);margin:0 2px}.footer--dark{position:relative;background:#0c0b0a;color:#efeae1;margin-top:40px;padding:56px 0 24px;overflow:hidden}.footer__wrap{position:relative;z-index:1}.footer__art{position:absolute;right:-20px;bottom:-10px;z-index:0;width:clamp(220px,26vw,380px);color:var(--color-sale);opacity:.5;pointer-events:none}.footer__art svg{width:100%;height:auto}.footer__top{max-width:760px;margin-bottom:38px}.footer__logo{display:inline-block;margin-bottom:16px}.footer__brandname{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:800;letter-spacing:.16em;color:#fff}.footer__tagline{color:#b9b2a6;font-size:.95rem;line-height:1.7;margin:0;max-width:680px}.footer__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer--dark h4{font-size:1.05rem;font-weight:700;letter-spacing:.02em;color:#fff;margin:0 0 16px;text-transform:none}.footer--dark ul{list-style:none;padding:0;margin:0}.footer--dark li{margin-bottom:11px}.footer--dark .footer__col a{color:#b9b2a6;font-size:.92rem;transition:color .15s}.footer--dark .footer__col a:hover{color:var(--color-sale)}.footer__col-text{color:#b9b2a6;font-size:.88rem;margin:0 0 12px}.footer__social{display:flex;gap:12px;margin-top:4px;flex-wrap:wrap}.footer__social a{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;color:#fff;transition:.15s}.footer__social a:hover{background:var(--color-sale);border-color:var(--color-sale);color:#0c0b0a}.footer__social svg{width:19px;height:19px}.footer__bottom{text-align:center;font-size:.82rem;color:#8f897e;border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:22px}.newsletter-form{display:flex;gap:8px;margin-top:10px}.newsletter-form input{flex:1;padding:10px 12px;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius);background:#ffffff0f;color:#fff}.newsletter-form input::placeholder{color:#8f897e}@media(max-width:990px){body{overflow-x:clip}.product{grid-template-columns:minmax(0,1fr);gap:24px}.product__media{position:static}.reviews-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:749px){body{font-size:1rem}.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__logo{text-align:center;font-size:1.3rem}.header__inner{gap:10px}.header__actions{gap:12px}.hero__grid{grid-template-columns:1fr}.hero--single .hero__slide{aspect-ratio:4/5}.trust-bar__inner{grid-template-columns:repeat(3,1fr);gap:6px}.trust-item{flex-direction:column;text-align:center;gap:6px;justify-content:flex-start}.trust-item svg{width:26px;height:26px}.trust-item strong{font-size:.72rem;line-height:1.2}.trust-item span{font-size:.62rem;line-height:1.25}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.category-row{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.footer__cols{grid-template-columns:1fr 1fr;gap:26px 18px}.footer__connect{grid-column:1 / -1}.footer__art{width:200px;opacity:.35}.newsletter-form{flex-direction:column}.newsletter-form .btn{width:100%}.product__usps{grid-template-columns:repeat(2,1fr)}.product__usps .usp:nth-child(2){border-right:0}.product__usps .usp:nth-child(1),.product__usps .usp:nth-child(2){border-bottom:1px solid var(--color-border)}.logo-row{gap:24px}.section{padding:32px 0}.page-width{padding:0 16px}.announcement{font-size:.74rem;padding:7px 14px}.offer-strip{font-size:.98rem;padding:14px}.offer-strip .sub{font-size:.8rem}.section-heading{margin-bottom:20px}.section-heading h2{font-size:1.45rem}.hero__content{padding:7%}.hero__content h2{font-size:1.7rem}.ugc-card{width:150px}.card__title{font-size:.85rem;min-height:2.3em}.category-row{gap:14px}.category-row span{font-size:.78rem;letter-spacing:.05em}.btn{padding:13px 22px}.product__title{font-size:1.4rem}.product__price{font-size:1.35rem}.trust-bar__inner{padding:16px 8px}}@media(max-width:430px){.product-grid{gap:10px}.card__title{font-size:.82rem}.qc__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__content h2{font-size:1.5rem}.section-heading h2{font-size:1.3rem}}.mobile-nav{position:fixed;top:0;left:0;height:100%;width:300px;max-width:85vw;background:var(--color-bg);z-index:95;transform:translate(-100%);transition:transform .3s ease;padding:20px}.mobile-nav.is-open{transform:none}.mobile-nav ul{list-style:none;padding:0;margin:16px 0 0}.mobile-nav li{padding:12px 0;border-bottom:1px solid var(--color-border)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.kaavri-select{width:100%;padding:16px 18px;border:1px solid #ddd;border-radius:12px;margin-bottom:18px;font-size:15px;background:#fff;color:#333}.kaavri-select:focus{border-color:#c9a227;outline:none}
/*# sourceMappingURL=/cdn/shop/t/34/assets/base.css.map */
