*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:var(--base-font-size);line-height:1.7;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight, 400);line-height:1.05;letter-spacing:-.01em;margin:0 0 .5em}p{margin:0 0 1em;color:var(--color-text-muted)}.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-to-content-link{top:0;left:0;z-index:1000}.skip-to-content-link:not(:focus){position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-to-content-link:focus{position:fixed;padding:12px 20px;background:var(--color-accent);color:var(--color-accent-text)}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 20px}@media screen and (min-width:990px){.page-width{padding:0 40px}}.section-padding{padding-top:calc(var(--spacing-sections) * .75);padding-bottom:calc(var(--spacing-sections) * .75)}@media screen and (min-width:750px){.section-padding{padding-top:var(--spacing-sections);padding-bottom:var(--spacing-sections)}}.section-padding-tight{padding-top:calc(var(--spacing-sections) * .35);padding-bottom:calc(var(--spacing-sections) * .35)}@media screen and (min-width:750px){.section-padding-tight{padding-top:calc(var(--spacing-sections) * .5);padding-bottom:calc(var(--spacing-sections) * .5)}}.section-bg-light{background:var(--color-background-light);color:var(--color-text-on-light)}.section-bg-light p,.section-bg-light .text-muted{color:color-mix(in srgb,var(--color-text-on-light) 65%,transparent)}.section-bg-surface{background:var(--color-surface)}.grid{display:grid;gap:20px}@media screen and (min-width:750px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.section-header{max-width:620px;margin:0 auto 40px;text-align:center}.eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.manifesto{max-width:640px;margin:0 auto;text-align:center}.manifesto h2{font-size:clamp(1.6rem,5vw,2.2rem);margin-bottom:.6em}.manifesto__text p{font-size:18px;line-height:1.75;color:var(--color-text)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:var(--corner-radius);border:1px solid transparent;font-family:var(--font-body);font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;transition:transform .15s ease,background-color .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent}.button:active{transform:scale(.97)}.button--primary{background:var(--color-accent);color:var(--color-accent-text)}.button--primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--color-accent) 35%,transparent)}.button--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--secondary:hover{border-color:var(--color-text);transform:translateY(-2px)}.button--light{background:var(--color-text-on-light);color:var(--color-background-light)}.button--cart{background:var(--color-text);color:var(--color-background-light);border-color:var(--color-text)}.button--cart:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--color-text) 30%,transparent)}.button--full{width:100%}.button[disabled]{opacity:.5;cursor:not-allowed;transform:none}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2);padding:28px;transition:transform .25s ease,border-color .25s ease}.card:hover{border-color:color-mix(in srgb,var(--color-accent) 40%,var(--color-border));transform:translateY(-2px)}.card__icon{width:40px;height:40px;margin-bottom:16px;color:var(--color-accent);transition:transform .25s ease}.trust-bar{background:var(--color-background);border-bottom:1px solid var(--color-border);overflow:hidden}.trust-bar__track{display:flex;flex-wrap:nowrap;gap:10px;padding:9px 8px;font-size:11px;font-weight:500;color:var(--color-text-muted);justify-content:center;text-align:center}@media screen and (min-width:480px){.trust-bar__track{gap:20px;padding:10px 20px;font-size:12.5px}}@media screen and (min-width:750px){.trust-bar__track{gap:32px;font-size:13px}}.trust-bar__item{display:flex;align-items:center;gap:4px;white-space:nowrap}.trust-bar__item svg{width:12px;height:12px;color:var(--color-accent);flex-shrink:0}@media screen and (min-width:480px){.trust-bar__item svg{width:14px;height:14px}}@media screen and (min-width:750px){.trust-bar__item{gap:8px}.trust-bar__item svg{width:16px;height:16px}}.site-header{position:sticky;top:0;z-index:100;background:#faf6f0e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;box-shadow:0 0 #0000;transition:box-shadow .25s ease,border-color .25s ease}.site-header.is-scrolled{border-bottom-color:var(--color-border);box-shadow:0 8px 24px #2e2a2414}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px}.site-header__logo{font-family:var(--font-heading);font-size:22px;text-decoration:none;letter-spacing:-.02em}.site-header__nav{display:none;gap:28px;list-style:none;margin:0;padding:0}.site-header__nav a{position:relative;text-decoration:none;font-weight:600;font-size:14px}.site-header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:2px;background:var(--color-accent);transition:right .3s cubic-bezier(.16,1,.3,1)}.site-header__nav a:hover:after,.site-header__nav a[aria-current=page]:after{right:0}@media screen and (min-width:990px){.site-header__nav{display:flex}.site-header__row{padding:16px 40px}}.site-header__icons{display:flex;align-items:center;gap:16px}.site-header__icon-button{background:none;border:none;color:var(--color-text);cursor:pointer;position:relative;padding:4px}.site-header__icon-button svg{width:22px;height:22px}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--color-accent);color:var(--color-accent-text);font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.mobile-menu-toggle{background:none;border:none;color:var(--color-text);cursor:pointer}@media screen and (min-width:990px){.mobile-menu-toggle{display:none}}.hero{position:relative;min-height:520px;display:flex}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__media img,.hero__media video{width:100%;height:120%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.animations-enabled .hero .eyebrow,.animations-enabled .hero__title,.animations-enabled .hero__subtitle,.animations-enabled .hero__actions{opacity:0;animation:hero-fade-up .9s cubic-bezier(.16,1,.3,1) forwards}.animations-enabled .hero .eyebrow{animation-delay:.05s}.animations-enabled .hero__title{animation-delay:.15s}.animations-enabled .hero__subtitle{animation-delay:.3s}.animations-enabled .hero__actions{animation-delay:.45s}@media(prefers-reduced-motion:reduce){.animations-enabled .hero .eyebrow,.animations-enabled .hero__title,.animations-enabled .hero__subtitle,.animations-enabled .hero__actions{opacity:1;animation:none}}.hero__content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;justify-content:center;padding:56px 22px;gap:20px;background:linear-gradient(180deg,#2e281c0d,#2a2418b3)}.hero .eyebrow{color:#fff}.hero__title{font-size:clamp(2.1rem,7.5vw,3.5rem);max-width:14ch;line-height:1.15;color:#fff}.hero__subtitle{font-size:17px;line-height:1.6;max-width:38ch;color:#ffffffe0}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__actions .button--secondary{color:#fff;border-color:#ffffff8c}.hero__actions .button--secondary:hover{border-color:#fff}@media screen and (min-width:750px){.hero{min-height:640px}.hero__content{padding:80px 60px;max-width:640px}}.benefits-grid{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit{text-align:left;transition:transform .25s ease}.benefit:hover{transform:translateY(-4px)}.benefit:hover .card__icon{transform:scale(1.1)}.benefit h3{font-size:17px}.benefit p{font-size:14px;margin-bottom:0}.product-card{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--corner-radius) * 2);background:var(--color-surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__title{margin-top:14px;font-size:16px;font-weight:600}.product-card__price{font-size:15px;color:var(--color-text-muted)}.price{display:flex;align-items:baseline;gap:8px}.price__compare{text-decoration:line-through;color:var(--color-text-muted);font-size:.85em}.price__sale{color:var(--color-accent)}.featured-product{display:grid;gap:40px;align-items:center}@media screen and (min-width:990px){.featured-product{grid-template-columns:1.1fr .9fr;gap:64px}}.featured-product--no-media{max-width:560px;margin:0 auto;text-align:center}@media screen and (min-width:990px){.featured-product--no-media{grid-template-columns:1fr}}.featured-product--no-media .price,.featured-product--no-media form,.featured-product--no-media .payment-badges{justify-content:center}.featured-product__media{position:relative;border-radius:calc(var(--corner-radius) * 2);overflow:hidden;aspect-ratio:4 / 5}.featured-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.featured-product__media:hover img{transform:scale(1.05)}.video-showcase{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.video-showcase::-webkit-scrollbar{display:none}.video-showcase__item{flex:0 0 220px;scroll-snap-align:start}.video-showcase__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--corner-radius) * 2);background:var(--color-surface)}.video-showcase__media video{width:100%;height:100%;object-fit:cover}.video-showcase__caption{margin-top:12px;font-size:13.5px;color:var(--color-text-muted);text-align:center}#Reviews{scroll-margin-top:84px}@media screen and (min-width:990px){#Reviews{scroll-margin-top:96px}}.reviews-strip{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.reviews-strip::-webkit-scrollbar{display:none}.review-card{flex:0 0 280px;scroll-snap-align:start}.stars{color:var(--color-accent);font-size:14px;letter-spacing:2px;margin-bottom:10px;display:inline-flex}.stars .star-empty{color:var(--color-border)}.stars svg{width:14px;height:14px}.review-card__author{margin-top:14px;font-size:13px;font-weight:600;color:var(--color-text-muted)}.social-proof__soon{max-width:420px;margin:0 auto;text-align:center}.social-proof__soon .card__icon{margin:0 auto 14px}.social-proof__soon p{font-size:15px;margin-bottom:0}.trust-guarantee{display:grid;gap:24px}@media screen and (min-width:750px){.trust-guarantee{grid-template-columns:repeat(3,1fr)}}.trust-guarantee__item{display:flex;gap:16px;align-items:flex-start}.trust-guarantee__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;color:var(--color-accent);transition:transform .25s ease,background-color .25s ease}.trust-guarantee__icon svg{width:22px;height:22px}.trust-guarantee__item:hover .trust-guarantee__icon{transform:scale(1.12) rotate(-4deg);background:color-mix(in srgb,var(--color-accent) 16%,var(--color-surface))}.payment-badges{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:20px}.payment-badges img,.payment-badges svg{height:24px;width:auto}.lifestyle{display:grid;gap:4px}@media screen and (min-width:750px){.lifestyle{grid-template-columns:repeat(3,1fr)}}.lifestyle__item{position:relative;aspect-ratio:3 / 4;overflow:hidden}.lifestyle__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.lifestyle__item:hover img{transform:scale(1.05)}.brand-commitment{display:grid;gap:40px;align-items:start}@media screen and (min-width:990px){.brand-commitment{grid-template-columns:.9fr 1.1fr;gap:72px}}.brand-commitment__intro h2{font-size:clamp(1.75rem,3.5vw,2.5rem);max-width:14ch}.brand-commitment__intro p{max-width:38ch}.brand-commitment__list{list-style:none;margin:0;padding:0}.brand-commitment__item{display:flex;gap:20px;align-items:flex-start;padding:22px 0;border-bottom:1px solid var(--color-border)}.brand-commitment__item:first-child{padding-top:0}.brand-commitment__item strong{display:block;font-size:17px;margin-bottom:4px}.brand-commitment__item p{font-size:14px;margin-bottom:0}.brand-commitment__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.brand-commitment__icon svg{width:20px;height:20px}.newsletter{text-align:center}.newsletter__form{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:24px auto 0}@media screen and (min-width:500px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:15px 18px;border-radius:var(--corner-radius);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:15px}.newsletter__input:focus{outline:2px solid var(--color-accent);outline-offset:2px}.product{display:grid;gap:24px}.product-media-reveal,.product-lead{opacity:1}.animations-enabled .product-media-reveal{opacity:0;animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.animations-enabled .product-lead{opacity:0;animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) .12s forwards}@media(prefers-reduced-motion:reduce){.animations-enabled .product-media-reveal,.animations-enabled .product-lead{opacity:1;animation:none}}@media screen and (max-width:749px){.section-padding:has(>.product){padding-top:16px}}@media screen and (min-width:990px){.product{grid-template-columns:1.15fr .85fr;gap:56px;align-items:start}}.product-gallery__main{position:relative;aspect-ratio:5 / 4;overflow:hidden;border-radius:calc(var(--corner-radius) * 2);background:var(--color-surface);cursor:zoom-in}@media screen and (min-width:750px){.product-gallery__main{aspect-ratio:1 / 1}}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .35s ease;pointer-events:none}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__main img,.product-gallery__main video{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-gallery__main.is-zoomed img{transform:scale(1.8);cursor:zoom-out}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product-gallery__thumb{width:56px;height:56px;flex-shrink:0;border-radius:var(--corner-radius);overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0}.product-gallery__thumb[aria-current=true]{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-gallery__thumb:hover img{transform:scale(1.1)}.product-info__title{font-size:clamp(1.75rem,4vw,2.5rem)}.product-rating-badge{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;padding:7px 14px 7px 10px;margin-bottom:18px;background:var(--color-background-light);border:1px solid var(--color-border);border-radius:999px;font-size:13px;color:var(--color-text);text-decoration:none;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-rating-badge:hover{border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 6px 16px #3b372e1a}.product-rating-badge__stars{display:inline-flex;gap:1px;color:#c9932f}.product-rating-badge__stars .star-empty{color:var(--color-border)}.product-rating-badge__stars svg{width:13px;height:13px}.product-rating-badge__score{font-weight:600;color:var(--color-text)}.product-rating-badge__divider{color:var(--color-border)}.product-rating-badge__count{color:var(--color-text-muted);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s ease}.product-rating-badge:hover .product-rating-badge__count{text-decoration-color:var(--color-text-muted)}.product-rating-badge__verified{display:inline-flex;align-items:center;gap:4px;padding-left:8px;margin-left:2px;border-left:1px solid var(--color-border);color:var(--color-accent);font-size:12px}.product-rating-badge__verified svg{width:13px;height:13px}@media screen and (max-width:749px){.product-info__title{font-size:1.55rem;margin-bottom:.3em}.product-rating-badge{margin-bottom:12px;font-size:12px}.product-rating-badge__verified{display:none}}.product-info__benefits{list-style:none;padding:0;margin:20px 0;display:flex;flex-direction:column;gap:10px}.product-info__benefits li{display:flex;gap:10px;font-size:15px}.product-info__benefits svg{width:18px;height:18px;flex-shrink:0;color:var(--color-accent);margin-top:2px}.variant-picker{margin:20px 0}.variant-picker__label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:10px;display:inline-block}.variant-picker__value{font-size:13px;font-weight:600;color:var(--color-text);margin:0 0 10px 6px;display:inline-block;transition:opacity .15s ease}.variant-picker__swatches{display:flex;gap:10px;flex-wrap:wrap}.variant-picker__swatches--color{gap:14px}.swatch{position:relative;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;padding:3px;background-clip:content-box;box-shadow:0 0 0 2px var(--color-border),0 2px 6px #2e2a2414;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}@keyframes swatch-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.animations-enabled .swatch{opacity:0;animation:swatch-in .45s cubic-bezier(.16,1,.3,1) forwards}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(1){animation-delay:.05s}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(2){animation-delay:.11s}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(3){animation-delay:.17s}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(4){animation-delay:.23s}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(5){animation-delay:.29s}.animations-enabled .variant-picker__swatches--color .swatch:nth-child(6){animation-delay:.35s}.swatch:hover{transform:scale(1.12) translateY(-2px);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 50%,var(--color-border)),0 6px 14px #2e2a2424}.swatch:active{transform:scale(.96)}.swatch[aria-current=true]{box-shadow:0 0 0 2px var(--color-accent),0 0 0 5px color-mix(in srgb,var(--color-accent) 18%,transparent),0 4px 10px #2e2a241f}.animations-enabled .swatch[aria-current=true]{animation:swatch-in .45s cubic-bezier(.16,1,.3,1) forwards,swatch-pop .35s cubic-bezier(.34,1.56,.64,1)}@keyframes swatch-pop{0%{transform:scale(1)}45%{transform:scale(1.22)}to{transform:scale(1)}}.swatch__check{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity .2s ease,transform .25s cubic-bezier(.34,1.56,.64,1);color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));pointer-events:none}.swatch__check svg{width:16px;height:16px}.swatch[aria-current=true] .swatch__check{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.swatch{opacity:1;transform:none;animation:none}.swatch:hover{transform:none}.swatch[aria-current=true]{animation:none}}.purchase-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.animations-enabled .purchase-options{opacity:0;animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) .24s forwards}@media(prefers-reduced-motion:reduce){.animations-enabled .purchase-options{opacity:1;animation:none}}.purchase-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding:18px 8px 14px;background:var(--color-background-light);border:1.5px solid var(--color-border);border-radius:var(--corner-radius);cursor:pointer;font-family:var(--font-body);text-align:center;transition:border-color .2s ease,background-color .2s ease,transform .15s ease,box-shadow .2s ease}.purchase-option:hover{border-color:color-mix(in srgb,var(--color-accent) 55%,var(--color-border));transform:translateY(-3px) scale(1.02);box-shadow:0 8px 18px #2e2a241a}.purchase-option:active{transform:translateY(-1px) scale(.99)}.purchase-option--popular{border-color:color-mix(in srgb,var(--color-accent) 35%,var(--color-border))}.purchase-option--best{border-color:color-mix(in srgb,#C9932F 40%,var(--color-border))}.purchase-option[aria-current=true]{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 9%,var(--color-background-light));box-shadow:0 0 0 1.5px var(--color-accent);animation:option-pop .3s ease}.purchase-option--best[aria-current=true]{border-color:#c9932f;background:color-mix(in srgb,#C9932F 10%,var(--color-background-light));box-shadow:0 0 0 1.5px #c9932f}@keyframes option-pop{0%{transform:scale(1)}45%{transform:scale(1.05)}to{transform:scale(1)}}.purchase-option__badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--color-accent);color:var(--color-accent-text);font-size:9px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;padding:3px 7px;border-radius:999px;white-space:nowrap;overflow:hidden;max-width:calc(100% + 16px);text-overflow:ellipsis}@media screen and (min-width:420px){.purchase-option__badge{font-size:10px;letter-spacing:.03em;padding:3px 10px}}.purchase-option__badge--gold{background:linear-gradient(100deg,#c9932f,#e4b559,#c9932f);background-size:220% 100%}.animations-enabled .purchase-option__badge--gold{animation:badge-shine 3.5s ease-in-out infinite}@keyframes badge-shine{0%{background-position:0% 0%}50%{background-position:100% 0%}to{background-position:0% 0%}}@media(prefers-reduced-motion:reduce){.animations-enabled .purchase-option__badge--gold{animation:none}}.purchase-option__dots{display:flex;gap:3px;margin-bottom:2px}.purchase-option__dots .dot{width:5px;height:5px;border-radius:50%;background:var(--color-accent);opacity:.35;transition:opacity .2s ease,transform .2s ease}.purchase-option[aria-current=true] .purchase-option__dots .dot{opacity:1;transform:scale(1.2)}.purchase-option--best .purchase-option__dots .dot{background:#c9932f}.purchase-option__label{font-size:13px;font-weight:600;color:var(--color-text)}.purchase-option__price{display:flex;flex-direction:column;align-items:center;font-size:15px;font-weight:700;color:var(--color-text)}.purchase-option__compare{font-size:12px;font-weight:500;text-decoration:line-through;color:var(--color-text-muted)}.purchase-option__save{font-size:11px;font-weight:700;color:var(--color-accent)}.purchase-option__save--gold{color:#b27f1f}@media screen and (max-width:380px){.purchase-option__label{font-size:12px}.purchase-option__price{font-size:13px}}.product-form__buy-box{margin-top:20px;padding-top:20px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}.product-form__buy-now{width:100%}@keyframes cta-soft-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--color-accent) 30%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--color-accent) 0%,transparent)}}.animations-enabled .product-form__buy-now{border-radius:var(--corner-radius);animation:cta-soft-pulse 3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.animations-enabled .product-form__buy-now{animation:none}}.product-trust-block{margin-top:20px;display:flex;flex-direction:column;gap:12px;padding:18px;background:var(--color-surface);border-radius:var(--corner-radius);border:1px solid var(--color-border)}.product-trust-block__row{display:flex;gap:10px;align-items:center;font-size:13.5px}.product-trust-block__row svg{width:18px;height:18px;color:var(--color-accent);flex-shrink:0}.spec-table{width:100%;border-collapse:collapse;font-size:14px}.spec-table tr{border-bottom:1px solid var(--color-border)}.spec-table td{padding:12px 8px}.spec-table td:first-child{color:var(--color-text-muted);width:42%}.compare-wrap{max-width:620px;margin:0 auto}.compare-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2);padding:28px 16px 8px;box-shadow:0 12px 32px #2e2a240f}@media screen and (min-width:750px){.compare-card{padding:40px 36px 12px}}.compare-hero{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:20px}@media screen and (min-width:750px){.compare-hero{gap:28px;margin-bottom:28px}}.compare-hero__side{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.compare-hero__photo{width:84px;height:84px;border-radius:50%;overflow:hidden;background:var(--color-background);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}@media screen and (min-width:750px){.compare-hero__photo{width:128px;height:128px}}.compare-hero__photo img{width:100%;height:100%;object-fit:cover}.compare-hero__side--brand .compare-hero__photo{border:2.5px solid var(--color-accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--color-accent) 12%,transparent)}.compare-hero__side--brand:hover .compare-hero__photo{transform:scale(1.05)}.compare-hero__side--others .compare-hero__photo{border:2px solid var(--color-border);filter:grayscale(55%);opacity:.82}.compare-hero__label{font-size:12.5px;font-weight:700;letter-spacing:.02em;color:var(--color-text-muted);max-width:16ch;line-height:1.3}.compare-hero__side--brand .compare-hero__label{color:var(--color-accent);font-size:14px}.compare-hero__vs{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--color-text);color:var(--color-background-light);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.03em}@media screen and (min-width:750px){.compare-hero__vs{width:42px;height:42px;font-size:12.5px}}.animations-enabled .compare-hero.in-view>*{animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) both}.animations-enabled .compare-hero.in-view>*:nth-child(2){animation-delay:.1s}.animations-enabled .compare-hero.in-view>*:nth-child(3){animation-delay:.18s}.compare-labels{display:grid;grid-template-columns:1fr 60px 60px;gap:6px;padding-bottom:8px;font-family:var(--font-heading);font-weight:600;font-size:13.5px;text-align:center}.compare-labels span:first-child{text-align:left}.compare-labels__brand{color:var(--color-accent)}.compare-col-labels{display:grid;grid-template-columns:1fr 46px 46px;gap:8px;align-items:end;padding:0 4px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-align:center}@media screen and (min-width:750px){.compare-col-labels{grid-template-columns:1fr 60px 60px;gap:12px;padding:0 8px;font-size:11px}}.compare-col-cell{display:flex;align-items:center;justify-content:center;padding:8px 2px}.compare-col-cell--head{padding:6px 4px 10px;border-radius:var(--corner-radius) var(--corner-radius) 0 0;line-height:1.25}.compare-col-cell--brand{background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-accent)}.compare-col-cell--others{background:color-mix(in srgb,var(--color-text) 5%,transparent);color:var(--color-text-muted)}.compare-rows .compare-row:last-child .compare-col-cell--brand,.compare-rows .compare-row:last-child .compare-col-cell--others{border-radius:0 0 var(--corner-radius) var(--corner-radius)}.compare-rows{border-top:1px solid var(--color-border)}.compare-row{display:grid;grid-template-columns:1fr 46px 46px;align-items:center;gap:8px;padding:14px 4px;border-bottom:1px solid var(--color-border);transition:background-color .2s ease,transform .2s ease}@media screen and (min-width:750px){.compare-row{grid-template-columns:1fr 60px 60px;padding:16px 8px;gap:12px}}.compare-row:hover{background:color-mix(in srgb,var(--color-accent) 5%,transparent);transform:translate(2px)}.compare-row__feature{font-size:13.5px;color:var(--color-text);line-height:1.4}@media screen and (min-width:750px){.compare-row__feature{font-size:14.5px}}.compare-row__mark{justify-self:center;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}@media screen and (min-width:750px){.compare-row__mark{width:34px;height:34px}}.compare-row:hover .compare-row__mark{transform:scale(1.08)}.compare-row__mark svg{width:16px;height:16px}.compare-row__mark--yes-brand{background:var(--color-accent);color:var(--color-accent-text)}.compare-row__mark--yes{background:color-mix(in srgb,var(--color-text) 8%,transparent);color:var(--color-text-muted)}.compare-row__mark--no{background:var(--color-background);color:var(--color-border)}.animations-enabled .compare-rows.in-view>*{animation:hero-fade-up .5s cubic-bezier(.16,1,.3,1) both}.animations-enabled .compare-rows.in-view>*:nth-child(2){animation-delay:.06s}.animations-enabled .compare-rows.in-view>*:nth-child(3){animation-delay:.12s}.animations-enabled .compare-rows.in-view>*:nth-child(4){animation-delay:.18s}.animations-enabled .compare-rows.in-view>*:nth-child(5){animation-delay:.24s}.animations-enabled .compare-rows.in-view>*:nth-child(6){animation-delay:.3s}@media(prefers-reduced-motion:reduce){.animations-enabled .compare-hero.in-view>*,.animations-enabled .compare-rows.in-view>*{animation:none}.compare-hero__side--brand:hover .compare-hero__photo,.compare-row:hover,.compare-row:hover .compare-row__mark{transform:none}}.howto-steps{display:grid;gap:28px;max-width:900px;margin:0 auto}@media screen and (min-width:750px){.howto-steps{grid-template-columns:repeat(3,1fr)}}.howto-step{text-align:center}.howto-step__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--corner-radius) * 2);margin-bottom:16px;background:var(--color-background)}.howto-step__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.howto-step:hover .howto-step__media img{transform:scale(1.05)}.howto-step__number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-text);font-weight:700;font-size:16px;margin-bottom:12px}.howto-step h3{font-size:17px;margin-bottom:.3em}.howto-step p{font-size:14px;margin-bottom:0;max-width:26ch;margin-left:auto;margin-right:auto}.howto-image{max-width:680px;margin:0 auto;border-radius:calc(var(--corner-radius) * 2);overflow:hidden}.howto-image img{width:100%;height:auto}.feature-badges{padding-top:14px;padding-bottom:14px}.feature-badges__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 32px,black calc(100% - 32px),transparent);mask-image:linear-gradient(to right,transparent,black 32px,black calc(100% - 32px),transparent)}.feature-badges__track{display:flex;width:max-content;gap:12px;padding:6px 0}.animations-enabled .feature-badges__track{animation:feature-marquee 24s linear infinite}.feature-badges__track:hover,.feature-badges__track:focus-within{animation-play-state:paused}@keyframes feature-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.animations-enabled .feature-badges__track{animation:none}.feature-badges__viewport{overflow-x:auto;-webkit-overflow-scrolling:touch}}.feature-badge{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:600;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:8px 18px 8px 8px;box-shadow:0 2px 6px #2e2a240d;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.feature-badge:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--color-accent) 45%,var(--color-border));box-shadow:0 6px 14px #2e2a241a}.feature-badge__icon{width:30px;height:30px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent)}.feature-badge__icon svg{width:15px;height:15px}.feature-badge__label{letter-spacing:.01em}.checkout-trust-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;max-width:720px;margin:0 auto}@media screen and (min-width:550px){.checkout-trust-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.checkout-trust-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:26px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.checkout-trust-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--color-accent) 40%,var(--color-border));box-shadow:0 12px 26px #2e2a2417}.checkout-trust-card__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.checkout-trust-card:hover .checkout-trust-card__icon{transform:scale(1.1) rotate(-4deg)}.checkout-trust-card__icon svg{width:24px;height:24px}.checkout-trust-card__title{font-size:14.5px;font-weight:600;color:var(--color-text);line-height:1.3}.checkout-trust-card__text{font-size:13px;line-height:1.5;color:var(--color-text-muted);margin:0}.animations-enabled .checkout-trust-grid.in-view>*{animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) both}.animations-enabled .checkout-trust-grid.in-view>*:nth-child(2){animation-delay:.08s}.animations-enabled .checkout-trust-grid.in-view>*:nth-child(3){animation-delay:.16s}@media(prefers-reduced-motion:reduce){.animations-enabled .checkout-trust-grid.in-view>*{animation:none}.checkout-trust-card:hover,.checkout-trust-card:hover .checkout-trust-card__icon{transform:none}}.trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 20px}@media screen and (min-width:750px){.trust-strip{grid-template-columns:repeat(4,1fr);gap:24px}}.trust-strip__item{display:flex;align-items:flex-start;gap:12px}.trust-strip__icon{flex-shrink:0;width:32px;height:32px;color:var(--color-accent)}@media screen and (min-width:750px){.trust-strip__icon{width:36px;height:36px}}.trust-strip__icon svg{width:100%;height:100%}.trust-strip__text{display:flex;flex-direction:column;gap:2px;min-width:0}.trust-strip__text strong{font-size:14.5px;font-weight:600;color:var(--color-text);line-height:1.3}.trust-strip__text span{font-size:13px;line-height:1.5;color:var(--color-text-muted)}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media screen and (min-width:750px){.media-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.media-grid__media{aspect-ratio:3 / 4;overflow:hidden;border-radius:calc(var(--corner-radius) * 2);background:var(--color-surface)}.media-grid__media img,.media-grid__media video{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.media-grid__item:hover .media-grid__media img,.media-grid__item:hover .media-grid__media video{transform:scale(1.05)}.media-grid__caption{margin-top:10px;font-size:13px;text-align:center;color:var(--color-text-muted)}.trust-panel{max-width:900px;margin:0 auto;padding:40px 24px;background:var(--color-background-light);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2)}@media screen and (min-width:750px){.trust-panel{padding:56px 64px}}.trust-panel__header{max-width:560px;margin:0 auto 32px;text-align:center}.trust-panel__header h2{font-size:clamp(1.6rem,5vw,2.2rem)}.trust-cards{display:grid;gap:20px}@media screen and (min-width:600px){.trust-cards{grid-template-columns:repeat(2,1fr);gap:24px}}.trust-card{text-align:center;padding:8px}.trust-card__icon{width:48px;height:48px;margin:0 auto 14px;border-radius:50%;background:var(--color-surface);display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.trust-card__icon svg{width:22px;height:22px}.trust-card h3{font-size:16px;margin-bottom:6px}.trust-card p{font-size:14px;margin-bottom:0}.trust-panel__payment{margin-top:36px;padding-top:28px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;gap:10px}.trust-panel__payment-label{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted)}.trust-panel__payment-label svg{width:14px;height:14px;color:var(--color-accent)}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 16px;max-width:780px;margin:0 auto}@media screen and (min-width:750px){.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.stat-card{text-align:center;padding:24px 12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.stat-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--color-accent) 40%,var(--color-border));box-shadow:0 10px 24px #2e2a2414}.stat-card__number{font-family:var(--font-heading);font-size:clamp(1.9rem,5.5vw,2.6rem);font-weight:600;color:var(--color-accent);line-height:1;display:flex;align-items:baseline;justify-content:center;gap:3px;white-space:nowrap}.stat-card__suffix{font-size:.42em;font-weight:700;letter-spacing:.01em}.stat-card__label{margin:10px 0 0;font-size:13px;line-height:1.4;color:var(--color-text-muted)}@media screen and (min-width:750px){.stat-card__label{font-size:13.5px}}.animations-enabled .stat-grid.in-view>*{animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) both}.animations-enabled .stat-grid.in-view>*:nth-child(2){animation-delay:.08s}.animations-enabled .stat-grid.in-view>*:nth-child(3){animation-delay:.16s}.animations-enabled .stat-grid.in-view>*:nth-child(4){animation-delay:.24s}@media(prefers-reduced-motion:reduce){.animations-enabled .stat-grid.in-view>*{animation:none}.stat-card:hover{transform:none}}.process-line{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:820px;margin:0 auto;padding-top:4px}.process-line__track{position:absolute;top:26px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:var(--color-border);z-index:0}@media screen and (min-width:750px){.process-line__track{top:30px}}.process-line__fill{height:100%;width:0;background:var(--color-accent);transition:width 1.4s cubic-bezier(.16,1,.3,1) .2s}.animations-enabled .process-line.in-view .process-line__fill{width:100%}@media(prefers-reduced-motion:reduce){.process-line__fill{transition:none;width:100%}}.process-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.process-step__icon{width:52px;height:52px;border-radius:50%;background:var(--color-surface);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-accent);transition:border-color .4s ease,transform .3s ease,box-shadow .3s ease}@media screen and (min-width:750px){.process-step__icon{width:60px;height:60px}}.process-step__icon svg{width:22px;height:22px}.animations-enabled .process-line.in-view .process-step__icon{border-color:var(--color-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--color-accent) 12%,transparent)}.process-step:hover .process-step__icon{transform:scale(1.08)}.process-step__text{font-size:13px;line-height:1.5;color:var(--color-text-muted);max-width:20ch;margin:0}@media screen and (min-width:750px){.process-step__text{font-size:14px}}.animations-enabled .process-line.in-view .process-step{animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) both}.animations-enabled .process-line.in-view .process-step:nth-child(2){animation-delay:.1s}.animations-enabled .process-line.in-view .process-step:nth-child(3){animation-delay:.2s}.animations-enabled .process-line.in-view .process-step:nth-child(4){animation-delay:.3s}@media(prefers-reduced-motion:reduce){.animations-enabled .process-line.in-view .process-step{animation:none}.process-step:hover .process-step__icon{transform:none}}.usecase-cards{display:grid;gap:16px}@media screen and (min-width:750px){.usecase-cards{grid-template-columns:repeat(3,1fr);gap:20px}}.usecase-card{display:block;text-decoration:none;color:inherit;background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--corner-radius) * 2);overflow:hidden;transition:transform .25s ease,border-color .25s ease}.usecase-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--color-accent) 40%,var(--color-border))}.usecase-card__media{aspect-ratio:4 / 3;overflow:hidden}.usecase-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.usecase-card:hover .usecase-card__media img{transform:scale(1.04)}.usecase-card__body{padding:20px 22px 22px}.usecase-card__body h3{font-size:18px;margin-bottom:.3em}.usecase-card__body p{font-size:14px;margin-bottom:10px}.usecase-card__cta{font-size:14px;font-weight:600;color:var(--color-accent)}.accordion{border-top:1px solid var(--color-border)}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;color:var(--color-text);text-align:left;font-family:var(--font-body);font-size:15px;font-weight:600;padding:18px 4px;cursor:pointer}.accordion__icon{flex-shrink:0;width:18px;height:18px;transition:transform .2s ease}.accordion__item[open] .accordion__icon{transform:rotate(45deg)}.accordion__content{padding:0 4px 18px;font-size:14px;color:var(--color-text-muted)}.site-footer{border-top:1px solid var(--color-border);padding:56px 0 28px}.site-footer__grid{display:grid;gap:32px;grid-template-columns:1fr}@media screen and (min-width:750px){.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}.site-footer__heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;color:var(--color-text-muted)}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer__links a{text-decoration:none;font-size:14px;color:var(--color-text-muted)}.site-footer__links a:hover{color:var(--color-text)}.site-footer__bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;font-size:13px;color:var(--color-text-muted)}.social-icons{display:flex;gap:14px}.social-icons svg{width:18px;height:18px}.animations-enabled [data-scroll-reveal]{opacity:0;transform:translateY(28px) scale(.97);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.animations-enabled [data-scroll-reveal].in-view{opacity:1;transform:translateY(0) scale(1)}.animations-enabled .benefits-grid [data-scroll-reveal]:nth-child(2){transition-delay:.08s}.animations-enabled .benefits-grid [data-scroll-reveal]:nth-child(3){transition-delay:.16s}.animations-enabled .benefits-grid [data-scroll-reveal]:nth-child(4){transition-delay:.24s}.animations-enabled .media-grid.in-view>*,.animations-enabled .usecase-cards.in-view>*,.animations-enabled .howto-steps.in-view>*,.animations-enabled .trust-strip.in-view>*{animation:hero-fade-up .7s cubic-bezier(.16,1,.3,1) both}.animations-enabled .media-grid.in-view>*:nth-child(2),.animations-enabled .usecase-cards.in-view>*:nth-child(2),.animations-enabled .howto-steps.in-view>*:nth-child(2),.animations-enabled .trust-strip.in-view>*:nth-child(2){animation-delay:.08s}.animations-enabled .media-grid.in-view>*:nth-child(3),.animations-enabled .usecase-cards.in-view>*:nth-child(3),.animations-enabled .howto-steps.in-view>*:nth-child(3),.animations-enabled .trust-strip.in-view>*:nth-child(3){animation-delay:.16s}.animations-enabled .media-grid.in-view>*:nth-child(4),.animations-enabled .trust-strip.in-view>*:nth-child(4){animation-delay:.24s}@media(prefers-reduced-motion:reduce){.animations-enabled [data-scroll-reveal]{opacity:1;transform:none;transition:none}.animations-enabled .media-grid.in-view>*,.animations-enabled .usecase-cards.in-view>*,.animations-enabled .howto-steps.in-view>*,.animations-enabled .trust-strip.in-view>*{animation:none}}.cart-notification{position:fixed;top:16px;right:16px;left:16px;z-index:1000;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--corner-radius);padding:14px 18px;transform:translateY(-120%);transition:transform .3s ease;font-size:14px}@media screen and (min-width:750px){.cart-notification{left:auto;width:340px}}.cart-notification.is-visible{transform:translateY(0)}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--color-surface);border-top:1px solid var(--color-border);transform:translateY(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:0 -8px 24px #2e2a241a}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px}.sticky-atc__info{display:flex;align-items:center;gap:12px;min-width:0}.sticky-atc__info img{border-radius:var(--corner-radius);flex-shrink:0;object-fit:cover}.sticky-atc__title{font-size:13px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:40vw}.sticky-atc__price{font-size:13px;color:var(--color-text-muted);margin:0}.sticky-atc .button{flex-shrink:0;padding:12px 20px}.rte h2,.rte h3{margin-top:1.4em}.rte ul,.rte ol{color:var(--color-text-muted);padding-left:1.2em}.rte a{color:var(--color-accent);text-decoration:underline}.rte img{border-radius:var(--corner-radius);margin:1em 0}.rte p:last-child{margin-bottom:0}.text-center{text-align:center}.mt-0{margin-top:0}.hidden{display:none!important}.placeholder-note{display:inline-block;font-size:12px;font-weight:600;color:var(--color-background);background:var(--color-accent);border-radius:3px;padding:2px 8px;margin-bottom:8px}
/*# sourceMappingURL=/cdn/shop/t/15/assets/base.css.map */
