:root{--bg:#F8F6F1;--surface:#FFFFFF;--text:#20231F;--muted:#6C716A;--accent:#677363;--accent-text:#FFFFFF;--page-width:1320px;--radius:18px;--border:rgba(32,35,31,.12);--shadow:0 16px 50px rgba(32,35,31,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.04em;line-height:1.02}h1{font-size:clamp(2.5rem,7vw,6rem);margin-bottom:1.2rem}h2{font-size:clamp(2rem,4.5vw,4rem);margin-bottom:1rem}h3{font-size:1rem}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.page-narrow{max-width:820px}.center{text-align:center}.section-spacing{padding:72px 0}.section-spacing--small{padding:24px 0}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem}.rte p:last-child{margin-bottom:0}.skip-link{position:fixed;left:12px;top:12px;transform:translateY(-200%);background:#fff;padding:10px 14px;z-index:100}.skip-link:focus{transform:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.announcement{background:var(--announcement-bg);color:var(--announcement-text);font-size:.76rem}.announcement__inner{text-align:center;padding:8px 0;font-weight:650;letter-spacing:.01em}.site-header{position:sticky;top:0;z-index:40;background:#f8f6f1e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header__inner{height:70px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.brand{justify-self:center;font-size:1.28rem;font-weight:900;letter-spacing:.18em}.brand__logo{max-height:34px;width:auto}.desktop-nav{display:none}.header__actions{display:flex;align-items:center;gap:2px}.icon-btn{border:0;background:transparent;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);padding:0}.cart-trigger{position:relative;font-size:.72rem;font-weight:700}.cart-count{position:absolute;right:0;top:0;min-width:18px;height:18px;border-radius:99px;background:var(--text);color:#fff;font-size:.65rem;display:grid;place-items:center}.hamburger,.hamburger:before,.hamburger:after{display:block;width:20px;height:1.5px;background:currentColor;content:"";position:relative}.hamburger:before{position:absolute;top:-6px}.hamburger:after{position:absolute;top:6px}.mobile-nav{border-top:1px solid var(--border);background:var(--bg)}.mobile-nav__links{display:flex;flex-direction:column;padding-top:10px;padding-bottom:18px}.mobile-nav__links a{padding:14px 2px;border-bottom:1px solid var(--border);font-size:1.1rem;font-weight:650}.button{min-height:48px;border:1px solid var(--text);border-radius:999px;padding:12px 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--text);font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button--dark{background:var(--text);color:#fff}.button--full{width:100%}.text-link{font-weight:800;border-bottom:1px solid currentColor}.hero{padding-top:28px}.hero__grid{display:grid;gap:28px}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:12px 0}.hero__content h1{max-width:12ch}.hero__text{font-size:1.05rem;color:var(--muted);max-width:54ch}.hero__buttons{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 16px}.hero__microcopy{font-size:.78rem;color:var(--muted)}.hero__media{border-radius:26px;overflow:hidden;background:#ece9e2;aspect-ratio:4/5}.hero__image,.hero__media svg{width:100%;height:100%;object-fit:cover}.value-props{display:grid;gap:10px}.value-prop{background:var(--surface);padding:18px;border:1px solid var(--border);border-radius:14px;display:flex;gap:13px}.value-prop__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--bg);flex:none;font-weight:800}.value-prop strong{font-size:.92rem}.value-prop p{font-size:.8rem;color:var(--muted);margin:2px 0 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.product-card__media{display:block;position:relative;background:#ece9e2;border-radius:16px;overflow:hidden;aspect-ratio:4/5}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.badge{position:absolute;left:10px;top:10px;background:var(--text);color:#fff;border-radius:99px;padding:5px 8px;font-size:.68rem;font-weight:800}.product-card__info{padding:10px 2px}.product-card__info h3{margin-bottom:4px}.price{font-size:.9rem;display:flex;gap:7px}.price s{color:var(--muted)}.image-text{display:grid;gap:28px}.image-text__media{border-radius:26px;overflow:hidden;background:#ece9e2;aspect-ratio:4/5}.image-text__media img,.image-text__media svg{width:100%;height:100%;object-fit:cover}.image-text__content{display:flex;flex-direction:column;justify-content:center}.image-text__content .rte{color:var(--muted);font-size:1.05rem;margin-bottom:24px}.testimonial-grid{display:grid;gap:12px}.testimonial{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px}.stars{letter-spacing:.08em;font-size:.78rem}.testimonial blockquote{font-size:1.06rem;margin:18px 0}.testimonial figcaption{font-size:.8rem;font-weight:800}.testimonial figcaption span{display:block;color:var(--muted);font-weight:500}.faq-wrap{display:grid;gap:30px}.faq{border-top:1px solid var(--border)}.faq:last-child{border-bottom:1px solid var(--border)}.faq summary{list-style:none;display:flex;justify-content:space-between;gap:12px;padding:18px 0;font-weight:800;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq[open] summary span{transform:rotate(45deg)}.faq summary span{font-size:1.4rem;font-weight:400;transition:.2s}.faq>.rte{padding:0 0 20px;color:var(--muted)}.product-main{padding-top:24px}.product-main__grid{display:grid;gap:28px}.product-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:88%;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.product-gallery__item{background:#ece9e2;border-radius:18px;overflow:hidden;aspect-ratio:4/5;scroll-snap-align:start}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(2.2rem,8vw,4.8rem);margin-bottom:10px}.product-rating{font-size:.8rem;margin-bottom:14px}.product-rating span{letter-spacing:.06em}.product-rating a{text-decoration:underline;color:var(--muted)}.product-price{display:flex;gap:10px;align-items:center;font-size:1.25rem;margin-bottom:14px}.product-price s{color:var(--muted);font-size:.95rem}.product-lead{color:var(--muted);font-size:1rem}.product-form{display:grid;gap:12px;margin:22px 0}.product-form label,.quantity-row label{font-size:.8rem;font-weight:800}.product-form select,.product-form input{width:100%;border:1px solid var(--border);background:var(--surface);border-radius:12px;min-height:48px;padding:10px 12px;color:var(--text)}.quantity-row{max-width:120px}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:.74rem;color:var(--muted);margin:16px 0 26px}.product-description{margin:20px 0 10px}.mobile-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:35;padding:10px 12px max(10px,env(safe-area-inset-bottom));background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:10px;transform:translateY(110%);transition:.25s}.mobile-sticky-atc.is-visible{transform:none}.mobile-sticky-atc small{display:block;max-width:42vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sticky-atc strong{font-size:.9rem}.mobile-sticky-atc .button{min-height:44px;padding:10px 17px}.collection-head{margin-bottom:28px}.collection-head h1{font-size:clamp(2.4rem,7vw,5rem)}.search-form{display:flex;gap:10px}.search-form input{flex:1;min-width:0;border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:12px 16px}.pagination{text-align:center;margin-top:30px}.cart-page{display:grid;gap:16px}.cart-page__line{display:grid;grid-template-columns:90px 1fr;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-page__line img{border-radius:12px}.cart-page__line input{width:80px;padding:8px;border:1px solid var(--border);border-radius:8px}.cart-page__summary{margin-top:24px;display:grid;gap:10px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000057;opacity:0;transition:.25s;width:100%}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(92vw,430px);background:var(--surface);transform:translate(101%);transition:.28s ease;display:grid;grid-template-rows:auto 1fr auto}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:none}.cart-drawer__head,.cart-drawer__foot{padding:18px;border-bottom:1px solid var(--border)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between}.cart-drawer__head h2{font-size:1.4rem;margin:0}.cart-drawer__body{padding:18px;overflow:auto}.cart-drawer__foot{border-top:1px solid var(--border);border-bottom:0;display:grid;gap:10px}.cart-subtotal{display:flex;justify-content:space-between}.cart-line{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-line img{border-radius:10px}.cart-line small{display:block;color:var(--muted);margin:3px 0}.footer{margin-top:50px;padding:52px 0 24px;background:var(--text);color:#fff}.footer__grid{display:grid;gap:34px}.footer__brand{font-size:1.25rem;font-weight:900;letter-spacing:.16em;margin-bottom:12px}.footer p,.footer a{color:#ffffffb3;font-size:.86rem}.footer h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.newsletter{display:flex}.newsletter input{min-width:0;flex:1;padding:11px;border:1px solid rgba(255,255,255,.25);border-radius:999px 0 0 999px;background:transparent;color:#fff}.newsletter button{border:0;border-radius:0 999px 999px 0;padding:10px 14px;font-weight:800}.footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:10px;color:#ffffff8c;font-size:.72rem}@media(min-width:750px){.page-width{width:min(calc(100% - 56px),var(--page-width))}.section-spacing{padding:96px 0}.value-props{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr);gap:28px 18px}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}.product-trust{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.header__inner{grid-template-columns:auto 1fr auto;height:78px}.header__menu-btn{display:none}.brand{justify-self:start}.desktop-nav{display:flex;justify-content:center;gap:30px}.desktop-nav a{font-size:.86rem;font-weight:700}.hero{padding-top:34px}.hero__grid{grid-template-columns:.88fr 1.12fr;gap:48px;align-items:stretch}.hero__grid--image_left .hero__content{order:2}.hero__grid--image_left .hero__media{order:1}.hero__media{aspect-ratio:auto;min-height:650px}.hero__content{padding:52px 0}.hero__text{font-size:1.15rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:34px 20px}.image-text{grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.image-text--image_right .image-text__media{order:2}.image-text--image_right .image-text__content{order:1}.image-text__media{aspect-ratio:1/1}.faq-wrap{grid-template-columns:.8fr 1.2fr;gap:80px}.product-main__grid{grid-template-columns:1.18fr .82fr;gap:56px;align-items:start}.product-gallery{grid-auto-flow:initial;grid-template-columns:repeat(2,1fr);overflow:visible;gap:14px}.product-gallery__item{border-radius:20px}.product-info{position:sticky;top:110px}.mobile-sticky-atc{display:none}.footer__grid{gap:50px}}@media(max-width:749px){.section-head h2{font-size:2rem}.section-head .text-link{font-size:.8rem}.footer__bottom{flex-direction:column}.hero__buttons .button{flex:1 1 auto}.product-card__info h3{font-size:.9rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.section-spacing--tight{padding:48px 0}.section-title--center{text-align:center;max-width:780px;margin-left:auto;margin-right:auto}.section-intro{max-width:680px;margin:0 auto 34px;color:var(--muted)}.site-header{box-shadow:0 1px #20231f0a}.brand{letter-spacing:.22em}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:currentColor;transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover:after{transform:scaleX(1)}.hero{padding-top:18px}.hero__content h1{font-weight:780;max-width:10.5ch}.hero__text{font-size:1.08rem}.hero__media{box-shadow:var(--shadow)}.hero__microcopy{display:flex;gap:12px;flex-wrap:wrap}.editorial__head h2{max-width:14ch}.editorial-grid{display:grid;grid-auto-flow:column;grid-auto-columns:86%;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.editorial-card{position:relative;min-height:460px;border-radius:22px;overflow:hidden;scroll-snap-align:start;background:#e8e5dd}.editorial-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(17,19,17,.65) 100%)}.editorial-card__media img,.editorial-card__media svg{width:100%;height:100%;object-fit:cover}.editorial-card__content{position:absolute;inset:auto 0 0;padding:24px;color:#fff;z-index:2}.editorial-card__content>span:first-child{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.editorial-card__content h3{font-size:1.55rem;max-width:15ch;margin:8px 0 18px;line-height:1.1}.editorial-card__link{font-size:.82rem;font-weight:800}.product-main{padding-top:20px}.product-info h1{font-weight:760}.product-rating{display:inline-flex;gap:8px;align-items:center;color:var(--text);text-decoration:none;margin-bottom:14px}.product-rating span{font-size:.78rem;letter-spacing:.08em}.product-rating strong{font-size:.76rem;color:var(--muted);font-weight:650}.saving-badge{font-size:.68rem;font-weight:800;padding:5px 8px;border-radius:999px;background:#e9efe7;color:#465442}.product-lead{font-size:1.02rem;line-height:1.55}.product-quick-benefits{display:grid;gap:8px;margin:18px 0 6px}.quick-benefit{display:flex;gap:9px;align-items:flex-start}.quick-benefit span{width:20px;height:20px;border-radius:50%;background:#e9efe7;display:grid;place-items:center;font-size:.68rem;flex:none;margin-top:2px}.quick-benefit p{margin:0;font-size:.88rem;font-weight:650}.purchase-row{display:grid;grid-template-columns:112px 1fr;gap:10px;align-items:end}.quantity-row{max-width:none}.qty-control{height:50px;display:grid;grid-template-columns:32px 1fr 32px;border:1px solid var(--border);background:var(--surface);border-radius:999px;overflow:hidden}.qty-control button{border:0;background:transparent;font-size:1.1rem}.qty-control input{border:0!important;background:transparent!important;border-radius:0!important;min-height:0!important;text-align:center;padding:0!important;-moz-appearance:textfield}.qty-control input::-webkit-inner-spin-button,.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-atc{height:50px}.delivery-card{display:flex;gap:12px;padding:15px;border:1px solid var(--border);border-radius:14px;background:#ffffff8c;margin:14px 0}.delivery-card__icon{width:36px;height:36px;border-radius:50%;background:var(--text);color:#fff;display:grid;place-items:center;flex:none}.delivery-card strong{font-size:.84rem}.delivery-card p{margin:2px 0 0;color:var(--muted);font-size:.76rem}.payment-line{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 18px;color:var(--muted);font-size:.68rem}.payment-line strong{padding:4px 7px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text);font-size:.63rem}.product-accordions{border-top:1px solid var(--border)}.product-description{margin:0}.product-description .rte{padding-bottom:20px}.gallery-dots{display:flex;justify-content:center;gap:6px;margin-top:9px}.gallery-dots span{width:5px;height:5px;border-radius:50%;background:#20231f38}.gallery-dots span.is-active{width:18px;border-radius:999px;background:var(--text)}.mobile-sticky-atc__meta{min-width:0}.mobile-sticky-atc__meta small,.mobile-sticky-atc__meta strong{display:block}.benefit-grid{display:grid;gap:10px}.benefit-card{padding:22px;border-radius:18px;background:var(--surface);border:1px solid var(--border)}.benefit-card__number{font-size:.72rem;font-weight:850;color:var(--muted);letter-spacing:.12em;margin-bottom:34px}.benefit-card h3{font-size:1.18rem;margin-bottom:8px}.benefit-card p{color:var(--muted);font-size:.88rem;margin:0}.product-story{background:var(--text);color:#fff}.product-story__grid{display:grid;gap:32px}.product-story__media{border-radius:22px;overflow:hidden;aspect-ratio:4/5;background:#3a3c38}.product-story__media img,.product-story__media svg{width:100%;height:100%;object-fit:cover}.product-story__content{display:flex;flex-direction:column;justify-content:center}.product-story__content .eyebrow{color:#ffffff9e}.product-story__content .rte{color:#ffffffb8;font-size:1rem}.story-points{display:grid;gap:18px;margin-top:28px}.story-point{display:grid;grid-template-columns:28px 1fr;gap:10px}.story-point>span{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.4);display:grid;place-items:center;font-size:.65rem}.story-point strong{font-size:.9rem}.story-point p{margin:3px 0 0;color:#fff9;font-size:.8rem}.comparison-table{margin-top:30px;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:var(--surface)}.comparison-row{display:grid;grid-template-columns:1.15fr .95fr .95fr;gap:8px;align-items:center;padding:14px 12px;border-bottom:1px solid var(--border);font-size:.75rem}.comparison-row:last-child{border-bottom:0}.comparison-row>strong{font-size:.76rem}.comparison-row--head{background:var(--text);color:#fff}.comparison-row--head strong{font-size:.72rem}.comparison-yes{font-weight:800}.comparison-no{color:var(--muted)}@media(min-width:750px){.benefit-grid{grid-template-columns:repeat(3,1fr)}.editorial-grid{grid-auto-flow:initial;grid-template-columns:1.15fr .85fr .85fr;overflow:visible}.editorial-card{min-height:540px}.comparison-row{font-size:.86rem;padding:17px 20px}.comparison-row>strong{font-size:.86rem}.section-spacing--tight{padding:64px 0}}@media(min-width:990px){.product-story__grid{grid-template-columns:1fr 1fr;gap:72px;align-items:center}.product-story__grid--image_right .product-story__media{order:2}.product-story__media{aspect-ratio:1/1}.product-story__content h2{max-width:11ch}.benefit-card{padding:28px}.benefit-card__number{margin-bottom:54px}.gallery-dots{display:none}.product-gallery__item:first-child{grid-column:1 / -1}.product-gallery__item:first-child{aspect-ratio:16/13}}@media(max-width:749px){.purchase-row{grid-template-columns:100px 1fr}.product-main.section-spacing{padding-bottom:40px}.product-info h1{font-size:2.35rem}.product-price{margin-bottom:11px}.editorial__head{align-items:end}.editorial__head h2{max-width:12ch}.payment-line span{width:100%}.comparison .page-narrow{width:min(calc(100% - 20px),var(--page-width))}.comparison-row{grid-template-columns:1.12fr .92fr .92fr;padding:12px 9px}.comparison-row>strong,.comparison-row{font-size:.67rem}.mobile-sticky-atc{box-shadow:0 -12px 28px #20231f14}}.trust-strip{background:var(--surface);border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.trust-strip__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.trust-strip__grid::-webkit-scrollbar{display:none}.trust-strip__item{display:flex;align-items:center;gap:11px;padding:17px 10px;scroll-snap-align:start}.trust-strip__icon{width:34px;height:34px;border-radius:50%;background:var(--bg);display:grid;place-items:center;flex:none;font-weight:900}.trust-strip__item strong,.trust-strip__item small{display:block}.trust-strip__item strong{font-size:.78rem}.trust-strip__item small{font-size:.7rem;color:var(--muted);margin-top:1px}.category-cards__grid{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}.category-cards__grid::-webkit-scrollbar{display:none}.category-card{position:relative;min-height:440px;border-radius:22px;overflow:hidden;background:#ddd;scroll-snap-align:start}.category-card__media,.category-card__media img,.category-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.62))}.category-card__content{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;color:#fff}.category-card__content span{font-size:.65rem;font-weight:800;letter-spacing:.15em}.category-card__content h3{font-size:1.7rem;margin:4px 0}.category-card__content small{font-size:.78rem;font-weight:750}.promo-banner__inner{background:var(--text);color:#fff;border-radius:24px;padding:34px 24px;display:grid;gap:24px;align-items:end}.promo-banner__inner .eyebrow{color:#ffffff94}.promo-banner__inner h2{font-size:clamp(2rem,4vw,3.8rem);max-width:12ch;margin-bottom:10px}.promo-banner__inner p{color:#ffffffb8;max-width:55ch;margin-bottom:0}.button--light{background:#fff;color:var(--text);border-color:#fff;justify-self:start}.product-main--v3 .product-info h1{font-size:clamp(2rem,4.2vw,4.4rem);margin-bottom:.65rem}.product-info--v3{max-width:610px}.risk-free{display:flex;align-items:center;gap:8px;margin:12px 0 15px;padding:11px 13px;border-radius:12px;background:#67736317;font-size:.78rem}.risk-free span{width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:.65rem}.variant-options{display:grid;gap:18px;margin:21px 0}.variant-option{border:0;padding:0;margin:0}.variant-option legend{font-size:.8rem;margin-bottom:9px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:11px 14px;min-height:44px;font-size:.8rem;font-weight:700;color:var(--text)}.variant-pill.is-selected{background:var(--text);border-color:var(--text);color:#fff}.variant-pill:disabled{opacity:.35;text-decoration:line-through}.purchase-row--v3{align-items:stretch}.purchase-row--v3 .qty-control{height:52px}.purchase-row--v3 .product-atc{height:52px;border-radius:12px;font-size:.92rem;letter-spacing:.01em}.buy-trust-row{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 15px;margin:11px 0 18px;color:var(--muted);font-size:.65rem;font-weight:650}.product-price strong{font-size:1.65rem}.product-price s{order:2;color:var(--muted)}.product-price .saving-badge{order:3}.quick-benefit{font-size:.87rem}.quick-benefit span{background:var(--text);color:#fff;border-radius:50%;width:20px;height:20px;display:grid;place-items:center;font-size:.6rem;flex:none}.product-quick-benefits{display:grid;gap:8px;margin:18px 0}.quick-benefit{display:flex;gap:9px;align-items:center}.quick-benefit p{margin:0}.mobile-sticky-atc .button{border-radius:10px}@media(min-width:750px){.trust-strip__grid{grid-auto-flow:initial;grid-template-columns:repeat(4,1fr);overflow:visible}.trust-strip__item{justify-content:center;border-right:1px solid var(--border)}.trust-strip__item:last-child{border-right:0}.category-cards__grid{grid-auto-flow:initial;grid-template-columns:repeat(2,1fr);overflow:visible}.category-card{min-height:500px}.promo-banner__inner{grid-template-columns:1fr auto;padding:48px}.button--light{justify-self:end}.product-main--v3 .product-main__grid{gap:52px}}@media(min-width:990px){.category-cards__grid{grid-template-columns:repeat(4,1fr)}.category-card{min-height:460px}.product-info--v3{position:sticky;top:100px;align-self:start}.product-gallery{gap:12px}.product-gallery__item{border-radius:16px}.product-main--v3 .product-main__grid{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)}}@media(max-width:749px){.product-main--v3{padding-top:22px}.product-main--v3 .page-width{width:min(calc(100% - 20px),var(--page-width))}.product-main--v3 .product-gallery-wrap{margin-inline:-10px}.product-main--v3 .product-info{padding-top:18px}.product-main--v3 .product-info h1{font-size:2rem;line-height:1.06}.product-main--v3 .product-price{gap:8px}.variant-pill{flex:1 1 auto}.purchase-row--v3{grid-template-columns:92px 1fr}.buy-trust-row{justify-content:flex-start}.category-card{min-height:420px}.promo-banner__inner{border-radius:18px}.trust-strip__grid{margin-right:-16px}}.nl-section-head{margin-bottom:34px}.nl-section-head>p:last-child{color:var(--muted);max-width:62ch;margin-inline:auto}.nl-brand-intro{background:var(--surface)}.nl-brand-intro h2{max-width:13ch;margin-inline:auto}.nl-brand-intro__text{color:var(--muted);font-size:1.02rem;margin:0 auto 24px;max-width:60ch}.nl-brand-intro .button{display:inline-flex}.nl-feature-cards__grid{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nl-feature-cards__grid::-webkit-scrollbar{display:none}.nl-feature-card{background:var(--surface);border-radius:22px;overflow:hidden;scroll-snap-align:start;border:1px solid var(--border)}.nl-feature-card__media{aspect-ratio:4/5;background:#ebe9e3;overflow:hidden}.nl-feature-card__media img,.nl-feature-card__media svg{width:100%;height:100%;object-fit:cover}.nl-feature-card__content{padding:20px}.nl-feature-card__content h3{font-size:1.18rem;margin-bottom:7px}.nl-feature-card__content p{font-size:.86rem;color:var(--muted);margin:0}.nl-before-after{background:var(--surface)}.nl-ba{position:relative;overflow:hidden;border-radius:24px;aspect-ratio:16/10;max-width:1100px;margin-inline:auto;background:#e8e6df;touch-action:pan-y}.nl-ba__image{position:absolute;top:0;right:0;bottom:0;left:0}.nl-ba__image img,.nl-ba__image svg{width:100%;height:100%;object-fit:cover}.nl-ba__image span{position:absolute;top:18px;padding:8px 12px;border-radius:999px;background:#ffffffe6;font-weight:800;font-size:.72rem;z-index:3}.nl-ba__after span{right:18px}.nl-ba__before span{left:18px}.nl-ba__before{clip-path:inset(0 calc(100% - var(--position)) 0 0)}.nl-ba__divider{position:absolute;left:var(--position);top:0;bottom:0;width:2px;background:#fff;transform:translate(-1px);z-index:4;pointer-events:none}.nl-ba__divider i{font-style:normal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:var(--text);display:grid;place-items:center;box-shadow:0 8px 24px #00000026}.nl-ba__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5;margin:0}.nl-stats{background:var(--text);color:#fff}.nl-stats .eyebrow,.nl-stats .nl-section-head>p:last-child{color:#fff9}.nl-stats__grid{display:grid;gap:10px}.nl-stat{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#ffffff0a}.nl-stat>strong{display:block;font-size:clamp(2.2rem,7vw,4.8rem);letter-spacing:-.05em;line-height:1;margin-bottom:26px}.nl-stat h3{font-size:1rem;margin-bottom:6px}.nl-stat p{margin:0;color:#ffffff9e;font-size:.82rem}.nl-stats__note{text-align:center;color:#ffffff73;font-size:.68rem;margin:20px auto 0;max-width:70ch}.nl-vision{background:#e9e4da}.nl-vision__grid{display:grid;gap:30px;align-items:center}.nl-vision__media{border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:#d8d3c8}.nl-vision__media img,.nl-vision__media svg{width:100%;height:100%;object-fit:cover}.nl-vision__content .rte{color:var(--muted);font-size:1rem}.nl-vision__signature{margin-top:26px;font-weight:800;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}@media(min-width:750px){.nl-feature-cards__grid{grid-auto-flow:initial;grid-template-columns:repeat(2,1fr);overflow:visible}.nl-stats__grid{grid-template-columns:repeat(2,1fr)}.nl-ba{aspect-ratio:16/8}}@media(min-width:990px){.nl-feature-cards__grid,.nl-stats__grid{grid-template-columns:repeat(4,1fr)}.nl-vision__grid{grid-template-columns:1.05fr .95fr;gap:72px}.nl-vision__media{aspect-ratio:1/1}.nl-vision__content h2{max-width:10ch}}@media(max-width:749px){.nl-section-head{margin-bottom:24px}.nl-brand-intro h2{font-size:2.35rem}.nl-ba{border-radius:16px;aspect-ratio:4/5}.nl-ba__image span{top:12px}.nl-ba__before span{left:12px}.nl-ba__after span{right:12px}.nl-feature-card__media{aspect-ratio:4/4.6}}.announcement--slider{position:relative;z-index:45;background:var(--announcement-bg);color:var(--announcement-text)}.announcement--slider .announcement__inner{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;min-height:36px;padding:0}.announcement__viewport{overflow:hidden;min-width:0}.announcement__track{position:relative;min-height:36px;display:grid;align-items:center}.announcement__slide{grid-area:1/1;text-align:center;padding:8px 6px;font-size:.76rem;font-weight:700;letter-spacing:.01em;opacity:0;transform:translate(18px);transition:opacity .32s ease,transform .32s ease;pointer-events:none}.announcement__slide.is-active{opacity:1;transform:translate(0);pointer-events:auto}.announcement__arrow{width:34px;height:34px;border:0;background:transparent;color:inherit;display:grid;place-items:center;font-size:1.25rem;line-height:1;opacity:.75;cursor:pointer;padding:0}.announcement__arrow:hover{opacity:1}.site-header{position:sticky!important;top:0!important;z-index:50!important;background:#f8f6f1f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@media(max-width:749px){.announcement--slider .announcement__inner{grid-template-columns:28px minmax(0,1fr) 28px}.announcement__arrow{width:28px;height:34px}.announcement__slide{font-size:.72rem;padding-inline:2px}.site-header{background:#f8f6f1fa}}@media(prefers-reduced-motion:reduce){.announcement__slide{transition:none}}:root{--nl-announcement-height:36px;--nl-header-height:70px}.announcement--slider{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:1000!important}.site-header{position:fixed!important;top:var(--nl-announcement-height)!important;left:0!important;right:0!important;width:100%!important;z-index:999!important;margin:0!important}#MainContent{padding-top:calc(var(--nl-announcement-height) + var(--nl-header-height))}html{scroll-padding-top:calc(var(--nl-announcement-height) + var(--nl-header-height) + 16px)}@media(min-width:990px){:root{--nl-header-height:78px}}.hero__trust-points{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center}.hero__trust-points span{white-space:nowrap}.buy-trust-row--checks{display:flex;flex-wrap:wrap;gap:8px 16px}.buy-trust-row--checks span{font-weight:650}.payment-line--shopify{display:block}.payment-line__title{display:block;margin-bottom:9px;color:var(--text);font-size:.72rem}.payment-line__title strong{padding:0;border:0;background:transparent;font-size:inherit}.payment-icons{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.payment-icon{display:flex;align-items:center;justify-content:center;padding:4px 7px;border:1px solid var(--border);border-radius:6px;background:var(--surface);min-height:30px}.payment-icon svg{height:20px;width:auto;max-width:42px}.payment-icon strong{padding:0;border:0;background:transparent}@media(max-width:749px){.hero__trust-points{display:grid;gap:6px}.hero__trust-points span{white-space:normal}.buy-trust-row--checks{display:grid;gap:6px}.payment-line--shopify .payment-line__title{width:auto}}.hf-hero{padding-top:42px}.hf-hero__grid{display:grid;gap:28px;align-items:center}.hf-hero__content h1{max-width:11ch}.hf-hero__text{max-width:58ch;color:var(--muted);font-size:1.08rem}.hf-hero__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:26px 0 20px}.hf-trust-inline{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.8rem;font-weight:700;color:var(--muted)}.hf-hero__media{background:#eeece6;border-radius:28px;overflow:hidden;aspect-ratio:1/1}.hf-hero__image{width:100%;height:100%;object-fit:contain;padding:5%;background:#fff}.hf-problem{background:var(--surface)}.hf-problem__grid{display:grid;gap:34px}.hf-problem__copy .rte{color:var(--muted);font-size:1.03rem}.hf-problem__cards{display:grid;gap:10px}.hf-mini-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:var(--bg)}.hf-mini-card strong{display:block;margin-bottom:5px}.hf-mini-card p{margin:0;color:var(--muted);font-size:.88rem}.hf-pc-grid{display:grid;gap:14px}.hf-pc-card{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:22px}.hf-pc-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.hf-pc-title span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--text);color:#fff;font-weight:900}.hf-pc-title h3{font-size:1.2rem;margin:0}.hf-pc-card ul{list-style:none;margin:0;padding:0}.hf-pc-card li{padding:15px 0;border-top:1px solid var(--border);display:grid;gap:4px}.hf-pc-card li strong{font-size:.92rem}.hf-pc-card li span{color:var(--muted);font-size:.84rem}.hf-pc-card--con{background:#f1eee7}.hf-pc-card--con .hf-pc-title span{background:#7b6c59}.hf-use{background:var(--surface)}.hf-use-grid{display:grid;gap:12px}.hf-use-card{border:1px solid var(--border);border-radius:18px;padding:22px;background:var(--bg)}.hf-use-icon{display:block;font-size:.72rem;font-weight:900;letter-spacing:.12em;color:var(--muted);margin-bottom:34px}.hf-use-card h3{font-size:1.1rem;margin-bottom:7px}.hf-use-card p{color:var(--muted);font-size:.86rem}.hf-use-card small{display:block;padding-top:12px;border-top:1px solid var(--border);font-size:.7rem;color:var(--muted)}.hf-how__grid{display:grid;gap:30px;align-items:center}.hf-how__media{border-radius:24px;overflow:hidden;background:#fff;aspect-ratio:1/1}.hf-how__media img{width:100%;height:100%;object-fit:contain;padding:8%}.hf-steps{display:grid;gap:0}.hf-step{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:18px 0;border-top:1px solid var(--border)}.hf-step>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--text);color:#fff;font-size:.72rem;font-weight:900}.hf-step strong{display:block;margin-bottom:4px}.hf-step p{margin:0;color:var(--muted);font-size:.86rem}.hf-compare{background:var(--surface)}.hf-compare-table{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff}.hf-compare-row{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:8px;padding:15px 14px;border-top:1px solid var(--border);align-items:center;font-size:.78rem}.hf-compare-row:first-child{border-top:0}.hf-compare-head{background:var(--text);color:#fff}.hf-compare-row>strong{font-size:.78rem}.hf-yes{font-weight:800}.hf-compare-note{font-size:.72rem;color:var(--muted);margin:16px 2px 0}@media(min-width:750px){.hf-problem__cards{grid-template-columns:repeat(2,1fr)}.hf-pc-grid{grid-template-columns:1fr 1fr}.hf-use-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.hf-hero__grid{grid-template-columns:.92fr 1.08fr;gap:70px}.hf-hero__media{aspect-ratio:1.08/1}.hf-problem__grid{grid-template-columns:.85fr 1.15fr;gap:70px}.hf-use-grid{grid-template-columns:repeat(4,1fr)}.hf-how__grid{grid-template-columns:1fr 1fr;gap:70px}.hf-pc-card{padding:30px}}@media(max-width:749px){.hf-hero{padding-top:28px}.hf-hero__media{border-radius:20px}.hf-hero__content h1{font-size:3rem}.hf-trust-inline{display:grid;gap:6px}.hf-compare-row{grid-template-columns:1.15fr .85fr .85fr;padding:13px 10px;font-size:.7rem}.hf-compare-row>strong{font-size:.7rem}.hf-pc-card{border-radius:18px}.hf-use-card{padding:18px}}@media(max-width:749px){.hf-hero.section-spacing,.hf-problem.section-spacing,.hf-pros-cons.section-spacing,.hf-use.section-spacing,.hf-how.section-spacing,.hf-compare.section-spacing{padding:46px 0}.hf-hero{padding-top:20px!important}.hf-hero__grid{gap:22px}.hf-hero__content{min-width:0}.hf-hero__content .eyebrow{margin-bottom:8px;font-size:.68rem;letter-spacing:.12em}.hf-hero__content h1{font-size:clamp(2.35rem,12vw,3.25rem);line-height:.98;max-width:9ch;margin-bottom:14px}.hf-hero__text{font-size:.97rem;line-height:1.55;max-width:none}.hf-hero__actions{display:grid;grid-template-columns:1fr;gap:12px;margin:20px 0 16px}.hf-hero__actions .button{width:100%;min-height:52px}.hf-hero__actions .text-link{justify-self:center;font-size:.9rem;padding:5px 0}.hf-trust-inline{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8px 0;font-size:.78rem;color:var(--text)}.hf-trust-inline span{padding:7px 2px;display:flex;align-items:center;gap:7px}.hf-hero__media{order:2;border-radius:18px;aspect-ratio:1/1;background:#fff}.hf-hero__image{padding:3%}.hf-problem h2,.hf-pros-cons h2,.hf-use h2,.hf-how h2,.hf-compare h2{font-size:clamp(1.85rem,9vw,2.55rem);line-height:1.04}.nl-section-head{margin-bottom:20px}.nl-section-head>p:last-child{font-size:.92rem;line-height:1.55}.hf-problem__grid{gap:24px}.hf-problem__copy .rte{font-size:.94rem;line-height:1.58}.hf-problem__cards{display:grid;grid-auto-flow:column;grid-auto-columns:min(82vw,310px);grid-template-columns:none;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:1px 16px 10px 0;margin-right:-16px;scrollbar-width:none}.hf-problem__cards::-webkit-scrollbar{display:none}.hf-mini-card{scroll-snap-align:start;padding:18px;min-height:150px;display:flex;flex-direction:column;justify-content:flex-end}.hf-mini-card strong{font-size:1rem}.hf-mini-card p{font-size:.84rem;line-height:1.5}.hf-pc-grid{gap:12px}.hf-pc-card{padding:18px;border-radius:16px}.hf-pc-title{margin-bottom:10px}.hf-pc-title span{width:30px;height:30px}.hf-pc-title h3{font-size:1.08rem}.hf-pc-card li{padding:13px 0;gap:3px}.hf-pc-card li strong{font-size:.9rem}.hf-pc-card li span{font-size:.8rem;line-height:1.48}.hf-use-grid{display:grid;grid-auto-flow:column;grid-auto-columns:min(80vw,300px);grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 16px 10px 0;margin-right:-16px;scrollbar-width:none}.hf-use-grid::-webkit-scrollbar{display:none}.hf-use-card{scroll-snap-align:start;padding:18px;min-height:220px;display:flex;flex-direction:column}.hf-use-icon{margin-bottom:auto;padding-bottom:30px}.hf-use-card p{font-size:.83rem;line-height:1.5}.hf-use-card small{margin-top:auto;font-size:.68rem;line-height:1.4}.hf-how__grid{gap:22px}.hf-how__media{border-radius:18px;aspect-ratio:1/1}.hf-step{grid-template-columns:34px 1fr;gap:11px;padding:15px 0}.hf-step>span{width:30px;height:30px}.hf-step p{font-size:.82rem;line-height:1.48}.hf-compare-table{border-radius:15px;overflow:hidden}.hf-compare-row{grid-template-columns:1fr 1fr;gap:8px 12px;padding:14px 13px;font-size:.76rem}.hf-compare-row>strong:first-child{grid-column:1/-1;font-size:.82rem;margin-bottom:2px}.hf-compare-row>span{display:block;padding:9px 10px;border-radius:10px;background:var(--bg);line-height:1.35}.hf-compare-row>span.hf-yes{background:#edf0ea}.hf-compare-head{display:grid;grid-template-columns:1fr 1fr;background:var(--text);padding:12px 13px}.hf-compare-head>strong:first-child{display:none}.hf-compare-head>strong:nth-child(2),.hf-compare-head>strong:nth-child(3){font-size:.75rem;text-align:center;margin:0}.hf-compare-note{font-size:.7rem;line-height:1.5;margin-top:13px}.hf-problem__copy,.hf-pc-card,.hf-how__content,.hf-compare-table,.hf-compare-note{min-width:0}}@media(max-width:380px){.hf-hero__content h1{font-size:2.25rem}.hf-hero__text{font-size:.92rem}.hf-problem.section-spacing,.hf-pros-cons.section-spacing,.hf-use.section-spacing,.hf-how.section-spacing,.hf-compare.section-spacing{padding:40px 0}.hf-problem__cards{grid-auto-columns:86vw}.hf-use-grid{grid-auto-columns:84vw}}@media(max-width:749px){.hf-hero.section-spacing{padding:18px 0 48px}.hf-hero__grid{display:flex;flex-direction:column;gap:24px}.hf-hero__media{order:1;width:100%;aspect-ratio:1.22/1;border-radius:20px;overflow:hidden;background:#fff}.hf-hero__image{width:100%;height:100%;object-fit:contain;padding:2%}.hf-hero__content{order:2;width:100%}.hf-hero__content .eyebrow{margin:0 0 10px;font-size:.7rem;line-height:1.3;letter-spacing:.13em}.hf-hero__content h1{max-width:13ch;margin:0 0 16px;font-size:clamp(2.15rem,10.3vw,2.8rem);line-height:1.02;letter-spacing:-.035em}.hf-hero__text{max-width:34rem;margin:0;font-size:1rem;line-height:1.62}.hf-hero__actions{display:grid;grid-template-columns:1fr;gap:14px;margin:24px 0 0}.hf-hero__actions .button{width:100%;min-height:54px;border-radius:999px}.hf-hero__actions .text-link{justify-self:center;padding:5px 0 2px}.hf-trust-inline{display:none!important}}@media(max-width:380px){.hf-hero__content h1{max-width:12ch;font-size:2.08rem}.hf-hero__text{font-size:.95rem}}.hf-hero--visual{position:relative;padding:0;margin:0;overflow:hidden;background:linear-gradient(180deg,#eee8df 0%,#eee8df 82%,var(--bg) 100%)}.hf-hero-visual__inner{width:100%;max-width:1680px;margin:0 auto}.hf-hero-visual__link{display:block;width:100%;line-height:0;background:#eee8df}.hf-hero-visual__image{display:block;width:100%;height:auto;margin:0 auto;object-fit:contain}.hf-hero--visual:after{content:"";display:block;height:30px;background:linear-gradient(180deg,#eee8df 0%,var(--bg) 100%)}.hf-hero--visual+.shopify-section .hf-problem,.hf-hero--visual+.hf-problem{border-top:0}.cart-trigger__label{display:inline-block;white-space:nowrap}.cart-trigger{min-width:62px;padding:0 3px;font-size:.68rem}@media(max-width:749px){.hf-hero--visual{background:#eee8df}.hf-hero-visual__inner{width:100%}.hf-hero-visual__link{overflow:hidden}.hf-hero-visual__image{width:100%;max-width:none;height:auto;object-fit:contain}.hf-hero--visual:after{height:20px}.cart-trigger{min-width:58px;font-size:.61rem}.header__actions{gap:0}.header__actions .icon-btn{min-width:34px}}@media(min-width:990px){.hf-hero--visual{padding-top:0}.hf-hero-visual__inner{padding:18px 24px 0}.hf-hero-visual__image{border-radius:24px}.hf-hero--visual:after{height:40px}}.hf-hero-visual__cta{display:flex;justify-content:center;padding:18px 20px 2px}.hf-hero-product-button{min-width:min(360px,100%);min-height:54px;border-radius:999px;text-align:center}@media(max-width:749px){.hf-hero-visual__cta{padding:16px 18px 4px}.hf-hero-product-button{width:100%;min-height:54px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/base.css.map */
