:root{--ink:#1d1d1f;--muted:#6e6e73;--soft:#f5f5f7;--card:#fff;--line:#1d1d1f1a;--blue:#0071e3;--blue-hover:#0077ed;--green:#248a3d;--red:#d70015;--shadow:0 18px 60px #00000014}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{background:var(--card);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;overflow-x:clip}button,input,select,textarea{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1120px,100% - 48px);margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(20px);background:#ffffffc7;border-bottom:1px solid #0000000f;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:64px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-size:15px;font-weight:650;display:inline-flex}.brand-dot{background:var(--ink);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:15px;font-weight:750;display:grid}.site-header nav{color:#424245;align-items:center;gap:28px;font-size:13px;display:flex}.site-header nav>a{transition:color .2s}.site-header nav>a:hover{color:var(--blue)}.header-cart{background:var(--soft);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:10px;min-height:38px;padding:5px 6px 5px 14px;transition:background .2s,transform .2s;display:inline-flex}.header-cart:hover{background:#e9e9ec}.header-cart b{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.header-cart.is-pulsing b,.mobile-cart-bar.is-pulsing{animation:.58s cubic-bezier(.2,.85,.32,1.35) cart-pop}@keyframes cart-pop{0%{transform:scale(1)}42%{transform:scale(1.28)}to{transform:scale(1)}}.hero{background:radial-gradient(circle at 83% 40%,#aacdff8c,#0000 30%),linear-gradient(#fbfbfd 0%,#f2f2f5 100%);overflow:hidden}.hero-grid{grid-template-columns:1fr .88fr;align-items:center;gap:74px;min-height:720px;padding-block:76px 84px;display:grid}.overline{color:var(--blue);letter-spacing:.09em;margin:0 0 16px;font-size:12px;font-weight:700}.hero h1,.section-heading h2,.how-grid h2,.checkout-heading h2,.trust-copy h2,.faq-heading h2{letter-spacing:-.065em;margin:0;font-size:clamp(52px,6.2vw,82px);font-weight:720;line-height:.98}.hero-lead{max-width:570px;color:var(--muted);letter-spacing:-.02em;margin:28px 0 30px;font-size:clamp(18px,2vw,22px);line-height:1.5}.hero-actions{align-items:center;gap:24px;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-size:15px;font-weight:600;transition:transform .2s,background .2s,opacity .2s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff}.button-primary:hover:not(:disabled){background:var(--blue-hover)}.button-secondary{background:var(--soft);color:var(--ink)}.button:disabled{cursor:not-allowed;opacity:.42}.text-button{color:var(--blue);cursor:pointer;background:0 0;border:0;padding:10px 0;font-size:16px}.text-button span{margin-left:4px;transition:transform .2s;display:inline-block}.text-button:hover span{transform:translate(3px)}.inventory-note{color:var(--muted);align-items:center;gap:8px;margin:30px 0 0;font-size:12px;display:flex}.inventory-note span{background:#34c759;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #34c7591f}.hero-product{place-items:center;min-height:510px;display:grid;position:relative}.hero-glow{filter:blur(2px);background:#ffffffbf;border-radius:50%;width:430px;height:430px;position:absolute}.hero-product-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffbd;border:1px solid #ffffffe6;border-radius:38px;width:min(440px,100%);padding:42px 34px 28px;animation:6s ease-in-out infinite product-float;position:relative;box-shadow:0 30px 80px #213f6929}@keyframes product-float{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-12px)rotate(1deg)}}.hero-product-card>img{object-fit:contain;filter:drop-shadow(0 22px 26px #0003);width:82%;height:310px;margin:0 auto 24px}.hero-badge{color:#fff;background:#ff3b30;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;position:absolute;top:22px;right:22px}.hero-product-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:end;padding-top:22px;display:flex}.hero-product-meta div{gap:5px;display:grid}.hero-product-meta small,.hero-product-meta del{color:var(--muted)}.hero-product-meta b{letter-spacing:-.04em;font-size:25px}.reveal-up{animation:.72s cubic-bezier(.22,1,.36,1) both reveal-up}.reveal-scale{animation:.84s cubic-bezier(.22,1,.36,1) 80ms both reveal-scale}@keyframes reveal-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-scale{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.benefits{border-bottom:1px solid var(--line);background:#fff}.benefit-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:126px;display:grid}.benefit-grid>div{border-right:1px solid var(--line);align-content:center;gap:6px;min-height:54px;padding:4px 26px;display:grid}.benefit-grid>div:first-child{padding-left:0}.benefit-grid>div:last-child{border-right:0}.benefit-grid b{letter-spacing:-.02em;font-size:16px}.benefit-grid span{color:var(--muted);font-size:13px}.products-section{padding-block:120px 132px}.section-heading{max-width:760px;margin-bottom:54px}.section-heading h2,.how-grid h2,.checkout-heading h2,.trust-copy h2,.faq-heading h2{font-size:clamp(42px,5.4vw,68px)}.section-heading>p:last-child,.checkout-heading>p:last-child{max-width:570px;color:var(--muted);margin:22px 0 0;font-size:18px;line-height:1.55}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-card{background:var(--soft);border-radius:30px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.product-image-wrap{background:radial-gradient(circle at 50% 45%,#fff 0,#ffffffb8 32%,#0000 68%);place-items:center;height:360px;display:grid;position:relative;overflow:hidden}.product-image-wrap img{object-fit:contain;filter:drop-shadow(0 18px 20px #00000024);width:76%;height:270px;transition:transform .45s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image-wrap img{transform:scale(1.035)translateY(-3px)}.product-tags{z-index:1;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:22px;left:22px;right:22px}.product-tags span{background:var(--ink);color:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:700}.product-tags .gift-tag{color:var(--ink);background:#fff;box-shadow:0 4px 18px #00000014}.product-content{padding:10px 32px 32px}.product-title-row{justify-content:space-between;align-items:start;gap:20px;display:flex}.product-title-row small{color:var(--blue);letter-spacing:.08em;font-size:11px;font-weight:700}.product-title-row h3{letter-spacing:-.045em;margin:5px 0 0;font-size:28px}.stock-label{color:var(--green);background:#248a3d1a;border-radius:999px;flex:none;padding:7px 10px;font-size:11px;font-weight:650}.product-content>p{min-height:48px;color:var(--muted);margin:16px 0 20px;font-size:14px;line-height:1.55}.price-row{align-items:baseline;gap:10px;display:flex}.price-row strong{letter-spacing:-.04em;font-size:25px}.price-row del{color:#96969b;font-size:14px}.variant-control{gap:8px;margin-top:24px;display:grid}.variant-control label{color:var(--muted);font-size:12px;font-weight:600}select,input,textarea{width:100%;color:var(--ink);background:#ffffffc7;border:1px solid #1d1d1f21;border-radius:13px;outline:none;transition:border .2s,box-shadow .2s,background .2s}select{cursor:pointer;height:50px;padding:0 14px}input{height:52px;padding:0 15px}textarea{resize:vertical;min-height:94px;padding:14px 15px}select:focus,input:focus,textarea:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px #0071e31f}.add-button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:13px;justify-content:space-between;align-items:center;width:100%;min-height:52px;margin-top:12px;padding:0 14px 0 20px;font-size:14px;font-weight:600;transition:background .25s,transform .2s;display:flex}.add-button:hover{background:#000;transform:translateY(-1px)}.add-button b{width:28px;height:28px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;font-size:18px;transition:transform .25s;display:grid}.add-button:active b{transform:scale(.8)}.add-button.is-added{background:var(--green)}.add-button.is-added b{color:var(--green);animation:.45s cubic-bezier(.2,.85,.32,1.35) check-in}@keyframes check-in{0%{opacity:0;transform:scale(.45)rotate(-18deg)}to{opacity:1;transform:scale(1)rotate(0)}}.how-section{background:var(--ink);color:#fff;padding-block:118px}.how-grid{grid-template-columns:.9fr 1.1fr;gap:100px;display:grid}.how-grid .overline{color:#76b9ff}.how-grid ol{border-top:1px solid #ffffff29;margin:0;padding:0;list-style:none}.how-grid li{border-bottom:1px solid #ffffff29;grid-template-columns:44px 1fr;gap:18px;padding:27px 0;display:grid}.how-grid li>b{width:36px;height:36px;color:var(--ink);background:#fff;border-radius:50%;place-items:center;font-size:13px;display:grid}.how-grid h3{margin:1px 0 7px;font-size:20px}.how-grid li p{color:#a1a1a6;margin:0;line-height:1.5}.trust-section{border-bottom:1px solid var(--line);background:radial-gradient(circle at 9% 18%,#0071e317,#0000 30%),#fff}.trust-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:88px;padding-block:124px;display:grid}.trust-copy h2{max-width:610px}.trust-copy>p:not(.overline){max-width:600px;color:var(--muted);font-size:17px;line-height:1.65}.trust-copy .trust-lead{color:var(--ink);letter-spacing:-.02em;margin:28px 0 14px;font-size:20px;line-height:1.55}.trust-copy strong{color:var(--ink)}.trust-copy .button{margin-top:18px}.trust-cards{gap:14px;display:grid}.trust-cards article{background:#f5f5f7e0;border:1px solid #1d1d1f12;border-radius:22px;grid-template-columns:48px 1fr;align-items:start;gap:18px;padding:25px 26px;transition:transform .25s,background .25s;display:grid}.trust-cards article:hover{background:#fff;transform:translate(5px)}.trust-cards article>span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:11px;font-weight:700;display:grid}.trust-cards h3{letter-spacing:-.03em;margin:1px 0 7px;font-size:20px}.trust-cards p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.checkout-section{padding-block:124px 140px}.checkout-heading{margin-bottom:54px}.checkout-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:24px;display:grid}.checkout-summary,.order-form{background:var(--soft);border-radius:28px}.checkout-summary{padding:30px;position:sticky;top:88px}.summary-header{justify-content:space-between;align-items:center;display:flex}.summary-header h3{letter-spacing:-.04em;margin:0;font-size:24px}.summary-header span{color:var(--muted);font-size:13px}.empty-cart{min-height:150px;color:var(--muted);align-content:center;place-items:center;gap:10px;display:grid}.empty-cart a{color:var(--blue);font-size:14px}.summary-lines{gap:16px;margin-top:26px;display:grid}.summary-line{grid-template-columns:54px 1fr auto;align-items:center;gap:13px;display:grid}.summary-line img{object-fit:contain;background:#fff;border-radius:13px;width:54px;height:54px;padding:4px}.summary-line>div{gap:4px;min-width:0;display:grid}.summary-line b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.summary-line span{color:var(--muted);font-size:11px}.summary-line strong{font-size:13px}.totals{border-top:1px solid var(--line);gap:13px;margin-top:28px;padding-top:22px;display:grid}.totals>div{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.totals b{color:var(--ink)}.totals .grand-total{color:var(--ink);margin-top:6px;font-size:16px}.grand-total strong{letter-spacing:-.04em;font-size:25px}.order-form{padding:34px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.form-grid label{color:#424245;gap:8px;font-size:12px;font-weight:600;display:grid}.full-field{grid-column:1/-1}.payment-notice{background:#0071e314;border-radius:16px;gap:6px;margin-top:22px;padding:17px 18px;display:grid}.payment-notice span{color:var(--blue);font-size:12px;font-weight:650}.payment-notice b{font-size:14px}.payment-notice small{color:var(--muted);font-size:11px;line-height:1.45}.submit-button{width:100%;margin-top:18px}.form-error{color:var(--red);background:#d7001514;border-radius:12px;margin:16px 0 0;padding:12px 14px;font-size:13px}.form-terms{color:var(--muted);text-align:center;margin:12px 0 0;font-size:11px}.order-success{text-align:center;justify-items:center;display:grid}.success-icon{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-size:23px;display:grid}.order-success>p{color:var(--muted);margin:16px 0 4px;font-size:13px}.order-success h3{letter-spacing:-.04em;margin:0;font-size:28px}.payment-qr{border-radius:18px;width:min(290px,100%);margin:22px auto}.payment-summary{text-align:left;background:#fff;border-radius:16px;gap:12px;width:100%;padding:18px;display:grid}.payment-summary div{color:var(--muted);justify-content:space-between;gap:20px;font-size:13px;display:flex}.payment-summary b,.payment-summary strong{color:var(--ink);text-align:right}.order-success .success-note{margin-bottom:18px}.faq-section{background:var(--soft);padding-block:124px 134px}.faq-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:90px;display:grid}.faq-heading{position:sticky;top:94px}.faq-heading h2{max-width:540px}.faq-heading>p:not(.overline){max-width:500px;color:var(--muted);margin:24px 0 0;font-size:17px;line-height:1.6}.contact-card{background:var(--ink);color:#fff;border-radius:20px;gap:6px;margin-top:30px;padding:21px 22px;display:grid}.contact-card small{color:#8ec5ff;letter-spacing:.09em;font-size:10px;font-weight:700}.contact-card b{font-size:15px}.contact-card a{color:#8ec5ff;width:fit-content;margin-top:7px;font-size:14px;font-weight:650}.contact-card a span{transition:transform .2s;display:inline-block}.contact-card a:hover span{transform:translate(2px,-2px)}.faq-list{gap:12px;display:grid}.faq-list details{background:#fff;border:1px solid #1d1d1f12;border-radius:20px;overflow:hidden}.faq-list summary{cursor:pointer;letter-spacing:-.02em;align-items:center;min-height:76px;padding:22px 62px 22px 24px;font-size:17px;font-weight:650;list-style:none;display:flex;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";background:var(--soft);border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;font-weight:400;transition:transform .25s,background .25s;display:grid;position:absolute;right:22px}.faq-list details[open] summary:after{color:var(--blue);background:#0071e31a;transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:-3px 62px 0 24px;padding-bottom:24px;font-size:15px;line-height:1.65}footer{border-top:1px solid var(--line);background:var(--soft)}.footer-inner{grid-template-columns:1fr auto auto;align-items:center;gap:48px;min-height:140px;display:grid}.footer-inner p,.footer-inner>a{color:var(--muted);font-size:12px}.cart-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:0;animation:.25s both fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cart-drawer{z-index:90;visibility:hidden;background:#fff;grid-template-rows:auto 1fr auto;width:min(470px,100%);transition:transform .42s cubic-bezier(.22,1,.36,1),visibility .42s;display:grid;position:fixed;top:0;bottom:0;right:0;transform:translate(104%);box-shadow:-24px 0 70px #00000029}.cart-drawer.is-open{visibility:visible;transform:translate(0)}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding:26px 28px 22px;display:flex}.drawer-header small{color:var(--blue);letter-spacing:.1em;font-size:10px;font-weight:700}.drawer-header h2{letter-spacing:-.05em;margin:4px 0 0;font-size:32px}.drawer-header>button{background:var(--soft);cursor:pointer;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;display:grid}.drawer-body{padding:8px 28px;overflow-y:auto}.drawer-empty{text-align:center;align-content:center;place-items:center;min-height:60vh;display:grid}.drawer-empty p{color:var(--muted);margin:8px 0 0;font-size:14px}.drawer-line{border-bottom:1px solid var(--line);grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 0;display:grid}.drawer-line img{background:var(--soft);object-fit:contain;border-radius:16px;width:72px;height:72px;padding:5px}.drawer-line-main{gap:5px;min-width:0;display:grid}.drawer-line-main b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.drawer-line-main span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.drawer-line-main strong{font-size:13px}.quantity-control{background:var(--soft);border-radius:999px;align-items:center;gap:3px;padding:3px;display:flex}.quantity-control button{cursor:pointer;background:#fff;border:0;border-radius:50%;width:28px;height:28px}.quantity-control span{text-align:center;min-width:20px;font-size:12px;font-weight:650}.drawer-footer{border-top:1px solid var(--line);background:#fff;padding:22px 28px 28px}.drawer-footer>div{justify-content:space-between;align-items:center;display:flex}.drawer-footer>div b{letter-spacing:-.04em;font-size:24px}.drawer-footer small{color:var(--muted);margin:7px 0 18px;font-size:11px;display:block}.drawer-footer .button{width:100%}.add-toast{z-index:70;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;text-align:left;background:#1d1d1ff0;border:1px solid #ffffff2e;border-radius:16px;grid-template-columns:34px 1fr auto;align-items:center;gap:11px;max-width:min(430px,100% - 48px);padding:12px 13px;animation:.4s cubic-bezier(.22,1,.36,1) both toast-in;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 48px #0000003d}@keyframes toast-in{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.add-toast>span{background:var(--green);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.add-toast b{font-size:12px}.add-toast small{color:#76b9ff;font-size:11px}.mobile-cart-bar{display:none}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #0071e373}@media (width<=900px){.hero-grid>*,.product-grid>*,.how-grid>*,.trust-grid>*,.faq-grid>*,.checkout-grid>*,.product-title-row>*,.summary-line>*,.drawer-line>*{min-width:0}.hero-grid{grid-template-columns:1fr;gap:30px;min-height:auto;padding-block:72px 60px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.inventory-note{justify-content:center}.hero-product{min-height:450px}.benefit-grid{grid-template-columns:repeat(2,1fr);padding-block:20px}.benefit-grid>div{border-bottom:1px solid var(--line);min-height:72px}.benefit-grid>div:nth-child(2){border-right:0}.benefit-grid>div:nth-child(3),.benefit-grid>div:nth-child(4){border-bottom:0}.benefit-grid>div:nth-child(3){padding-left:0}.how-grid,.trust-grid,.faq-grid,.checkout-grid{grid-template-columns:1fr;gap:54px}.faq-heading,.checkout-summary{position:static}.footer-inner{grid-template-columns:1fr auto}.footer-inner p{display:none}}@media (width<=680px){html{scroll-padding-top:68px}.shell{width:calc(100% - 32px)}.header-inner{min-height:56px}.brand{font-size:13px}.brand-dot{border-radius:8px;width:27px;height:27px}.site-header nav>a,.header-cart>span{display:none}.site-header nav{gap:0}.header-cart{background:0 0;justify-content:center;min-width:42px;min-height:42px;padding:6px}.hero-grid{gap:22px;padding-block:44px 52px}.hero-copy{text-align:left}.hero h1{letter-spacing:-.058em;max-width:340px;font-size:clamp(42px,12.4vw,50px);line-height:1}.hero-lead{max-width:100%;margin-block:20px 22px;font-size:16px;line-height:1.55}.hero-actions{justify-content:flex-start;gap:20px}.hero-actions .button{min-width:128px}.inventory-note{justify-content:flex-start;margin-top:22px;font-size:11px}.hero-product{min-height:0;padding-top:8px}.hero-glow{width:280px;height:280px}.hero-product-card{border-radius:26px;width:100%;max-width:344px;padding:26px 20px 20px}.hero-product-card>img{width:88%;height:214px;margin-bottom:18px}.hero-badge{top:16px;right:16px}.hero-product-meta{padding-top:17px}.hero-product-meta b{font-size:22px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid>div{min-width:0;min-height:86px;padding:13px 14px}.benefit-grid>div:nth-child(odd){padding-left:0}.products-section,.checkout-section{padding-block:76px 84px}.section-heading,.checkout-heading{margin-bottom:38px}.section-heading h2,.how-grid h2,.checkout-heading h2,.trust-copy h2,.faq-heading h2{letter-spacing:-.055em;font-size:clamp(36px,10.5vw,42px);line-height:1.02}.section-heading>p:last-child,.checkout-heading>p:last-child{font-size:16px}.product-grid{grid-template-columns:1fr;gap:18px}.product-card{border-radius:22px}.product-image-wrap{height:254px}.product-image-wrap img{width:82%;height:194px}.product-content{padding:2px 18px 20px}.product-tags{top:16px;left:16px;right:16px}.product-title-row{gap:12px}.product-title-row h3{font-size:24px}.stock-label{white-space:nowrap;padding:6px 9px}.product-content>p{min-height:0;margin-block:14px 17px}.price-row{flex-wrap:wrap}.variant-control{margin-top:20px}select,input,textarea{font-size:16px}select,input,.add-button{min-height:54px}.how-section{padding-block:76px}.how-grid{gap:34px}.how-grid li{grid-template-columns:40px minmax(0,1fr);gap:14px;padding-block:22px}.trust-grid,.faq-section{padding-block:76px}.trust-grid,.faq-grid{gap:38px}.trust-copy .trust-lead{font-size:18px}.trust-cards article{border-radius:18px;grid-template-columns:42px 1fr;gap:13px;padding:20px 16px}.trust-cards article:hover{transform:none}.faq-heading>p:not(.overline){font-size:16px}.faq-list summary{min-height:70px;padding:19px 55px 19px 18px;font-size:15px}.faq-list summary:after{right:16px}.faq-list details p{margin-inline:18px 50px;padding-bottom:20px;font-size:14px}.checkout-summary,.order-form{border-radius:20px;padding:22px 16px}.checkout-grid{gap:18px}.summary-line{grid-template-columns:48px minmax(0,1fr) auto;gap:10px}.summary-line img{width:48px;height:48px}.grand-total strong{font-size:22px}.form-grid{grid-template-columns:1fr;gap:15px}.full-field{grid-column:auto}.footer-inner{grid-template-columns:1fr;justify-items:start;gap:10px;min-height:120px}.footer-inner .brand{font-size:12px}.cart-drawer{width:100%;height:100dvh}.drawer-header,.drawer-footer,.drawer-body{padding-inline:20px}.drawer-line{grid-template-columns:58px minmax(0,1fr);gap:10px 12px}.drawer-line img{grid-row:1/span 2;width:58px;height:58px}.quantity-control{grid-column:2;justify-self:start}.quantity-control button{width:32px;height:32px}.add-toast{max-width:calc(100% - 30px);bottom:82px;right:15px}.mobile-cart-bar{left:15px;right:15px;bottom:max(12px, env(safe-area-inset-bottom));z-index:60;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#1d1d1ff0;border:0;border-radius:17px;justify-content:space-between;align-items:center;min-height:54px;padding:0 18px;font-size:13px;display:flex;position:fixed;box-shadow:0 14px 38px #0000003d}.mobile-cart-bar b{color:#76b9ff}footer{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}@media (width<=380px){.shell{width:calc(100% - 24px)}.brand{gap:8px;font-size:12px}.hero h1{font-size:40px}.hero-actions{gap:14px}.text-button{font-size:14px}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div,.benefit-grid>div:nth-child(n){border-right:0;border-bottom:1px solid var(--line);min-height:68px;padding-inline:0}.benefit-grid>div:last-child{border-bottom:0}.product-image-wrap{height:230px}.product-image-wrap img{height:174px}.product-title-row{align-items:flex-start}.payment-summary div{gap:4px;display:grid}.payment-summary b,.payment-summary strong{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
