:root{--ink:#182e34;--muted:#57696e;--brand:#163e48;--accent:#bd592e;--pale:#eef3f4;--line:#d9e1e2;--white:#fff;--radius:8px;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:#fff;font:16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #c46135;outline-offset:4px}.wrap{max-width:var(--max);margin:auto;width:calc(100% - 80px)}.skip{position:fixed;top:-80px;left:16px;background:#fff;padding:12px;z-index:20}.skip:focus{top:10px}.preview-note{background:var(--brand);color:#fff;text-align:center;font-size:12px;letter-spacing:.02em;padding:7px 16px}.header{display:flex;align-items:center;justify-content:space-between;height:92px;border-bottom:1px solid var(--line)}.logo{font-family:Georgia,serif;font-size:38px;font-weight:700;text-decoration:none;letter-spacing:-2px}.logo span{font:12px Arial;vertical-align:top;display:inline-block;margin:13px 0 0 4px;letter-spacing:0}.header-note{font-size:14px;color:var(--muted)}.cart-button{display:flex;gap:10px;align-items:center;background:transparent;border:0;min-height:44px;font-size:14px;color:var(--ink)}.cart-button svg{width:22px;height:22px}.hero{display:grid;grid-template-columns:1.12fr 1fr;column-gap:64px;padding-block:48px 56px}.hero-heading{grid-column:2;grid-row:1}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:650;margin:0 0 18px}.hero h1{font-family:Georgia,serif;font-size:clamp(36px,3.45vw,51px);line-height:1.1;letter-spacing:-1.8px;font-weight:400;margin:0 0 20px}.hero h1 em{font-weight:400;color:var(--accent);font-style:normal}.lead{color:var(--muted);font-size:16px;line-height:1.65;max-width:460px;margin:0 0 24px}.hero-media{grid-column:1;grid-row:1 / 3;min-height:570px}.media-slot{margin:0;background:var(--pale);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;padding:24px;position:relative;border-radius:var(--radius);overflow:hidden}.slot-heading{display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:.08em;color:var(--muted)}.slot-center{padding:20px;display:grid;justify-items:center;text-align:center;gap:9px;color:var(--muted);font-size:14px}.slot-center strong{font:27px Georgia,serif;color:var(--ink)}.slot-plus{font-size:30px;font-weight:200;line-height:1;margin-bottom:8px}figcaption{font-size:12px;border-top:1px solid #ccd7da;padding-top:17px;display:flex;justify-content:space-between;gap:12px}figcaption span{color:var(--muted)}.hero-commerce{grid-column:2;grid-row:2}.mini-benefits{list-style:none;padding:18px 0 0;margin:0;display:grid;gap:5px;color:var(--muted);font-size:14px}.mini-benefits li:before{content:"\2713";color:var(--brand);margin-right:10px}.commerce fieldset{padding:0;margin:0;border:0}.commerce legend{font-weight:600;margin-bottom:12px;font-size:14px}.bundles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bundle{position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:6px;padding:12px 9px 10px;cursor:pointer;min-height:103px}.bundle:has(input:checked){border:2px solid var(--brand);background:#f4f8f8;padding:11px 8px 9px}.bundle input{accent-color:var(--brand);width:15px;height:15px;margin:0 0 8px}.bundle strong{font-size:14px;line-height:1.4}.bundle small{font-size:12px;color:var(--muted)}.price-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px}.price-line strong{font-size:20px;font-weight:600}.price-line span{font-size:12px;color:var(--muted)}.primary{width:100%;min-height:52px;border:0;border-radius:5px;color:#fff;background:var(--brand);font-weight:600;font-size:15px;display:flex;justify-content:center;align-items:center;gap:12px}.primary[aria-disabled=true]{background:#4e656c;cursor:not-allowed}.guarantee{text-align:center;font-size:12px;margin:12px 0 0;color:var(--muted)}.shipping{text-align:center;font-size:12px;color:var(--muted);margin:5px 0 0}.section{padding-block:76px}.section h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(30px,3vw,42px);letter-spacing:-1px;line-height:1.16;margin:0 0 18px}.section p{color:var(--muted)}@media(max-width:1024px){.wrap{width:calc(100% - 48px)}.hero{column-gap:32px}.hero h1{font-size:38px}.hero-media{min-height:560px}.header-note{display:none}}@media(max-width:767px){.wrap{width:calc(100% - 40px)}.header{height:66px}.logo{font-size:32px}.logo span{margin-top:10px}.hero{display:flex;flex-direction:column;padding-block:27px 35px;gap:0}.eyebrow{font-size:10px;letter-spacing:.08em;margin-bottom:13px}.hero h1{font-size:36px;letter-spacing:-1.25px;margin-bottom:13px}.lead{font-size:15px;line-height:1.5;margin-bottom:20px}.hero-media{min-height:0;height:200px;padding:13px 16px;margin-bottom:20px}.slot-heading{font-size:8px}.slot-center{padding:10px;gap:3px;font-size:12px}.slot-plus{display:none}.slot-center strong{font-size:23px}figcaption{font-size:10px;padding-top:10px}.bundles{gap:7px}.bundle{min-height:89px;padding:9px}.bundle:has(input:checked){padding:8px}.bundle strong{font-size:13px}.bundle small{font-size:11px}.bundle input{margin-bottom:5px}.price-line{margin:14px 0 10px}.price-line strong{font-size:19px}.mini-benefits{font-size:13px;padding-top:16px}.section{padding-block:42px}.section h2{font-size:32px;letter-spacing:-.8px}.preview-note{font-size:10px}.commerce legend{margin-bottom:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.section-heading{text-align:center;max-width:680px;margin:0 auto 32px}.section-heading>p:last-child{margin:0;font-size:16px}.problem{background:#f5f7f7}.comparison{max-width:940px;margin:auto;border:1px solid #d4dfe2;border-radius:var(--radius);overflow:hidden;background:#e7edef}.comparison-labels{display:grid;grid-template-columns:1fr 1fr;background:#fff}.comparison-labels>span{text-align:center;padding:17px;font-weight:600}.comparison-labels>span+span{border-left:1px solid var(--line);color:var(--brand)}.comparison-labels small{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:2px}.comparison-slot{min-height:245px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:28px;text-align:center}.comparison-slot strong{font:26px Georgia,serif}.comparison-slot p{font-size:14px;margin:9px 0 16px}.slot-label{font-size:10px;letter-spacing:.12em;color:var(--muted)}.comparison-copy{max-width:620px;margin:22px auto 0;font-size:15px;text-align:center}.steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding:12px 0 38px;margin:0}.steps li{display:flex;gap:18px}.step-no{font:42px Georgia,serif;color:#809ba2;line-height:1}.steps h3{margin:0 0 7px;font-size:20px;font-weight:600}.steps p{margin:0;font-size:14px;max-width:230px}.faces{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:28px;align-items:center;max-width:940px;margin:auto;padding-top:24px;border-top:1px solid var(--line)}.faces>div:first-child{text-align:right}.faces h3{font:25px Georgia,serif;margin:7px 0}.faces p{font-size:14px;margin:0}.small-index{font-size:10px;letter-spacing:.12em;color:var(--muted)}.face-slot{height:145px;justify-content:center;padding:14px}.face-slot .slot-center strong{font-size:20px}.face-slot .slot-center span{font-size:12px}.usage-end{text-align:center;margin:28px 0 0;font-size:14px}.durability{background:#edf3f4}.quality-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:0 64px}.quality-heading{grid-column:2;grid-row:1}.quality-heading h2{font-size:38px}.texture-slot{grid-column:1;grid-row:1 / 3;min-height:420px;background:#e1eaed}.quality-copy{grid-column:2;grid-row:2}.quality-copy>p{margin:0 0 25px;font-size:15px}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.specs>div{border-top:1px solid #b7cbd0;padding-top:16px}.specs strong{display:block;font-family:Georgia,serif;font-size:30px;font-weight:400;letter-spacing:-.5px}.specs span{font-size:12px;line-height:1.5;display:block;color:var(--muted);margin-top:6px}.quality-copy .value-copy{font-size:14px;line-height:1.7}.surfaces{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;border-top:1px solid #c8d8dc;margin-top:32px;padding-top:24px;color:var(--brand);font-size:14px}.surfaces span+span{border-left:1px solid #c8d8dc}.faq-wrap{max-width:780px;width:calc(100% - 40px);margin:auto}.faq h2{margin-bottom:28px}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;padding:20px 36px 20px 0;position:relative;font-size:15px;font-weight:500}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:4px;top:16px;font-size:24px;font-weight:300}.faq details[open] summary:after{content:"\2212"}.faq details p{font-size:14px;max-width:650px;margin:0 0 22px}.final-offer{background:#f0f4f4}.offer-card{max-width:960px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:.85fr 1.15fr;padding:30px;gap:40px}.offer-media{background:#edf2f3;min-height:330px;justify-content:center}.offer-media figcaption{margin-top:30px;justify-content:center}.offer-controls h3{font:27px/1.2 Georgia,serif;margin:0 0 25px;letter-spacing:-.5px}.footer{display:grid;grid-template-columns:1fr auto;gap:8px;padding-block:38px;color:var(--muted)}.footer .logo{color:var(--ink);font-size:30px}.footer p{grid-row:2;font-size:12px;margin:0}.footer nav{display:flex;gap:24px;align-items:center;grid-column:2;grid-row:1}.footer nav a,.footer nav button{font-size:13px;text-decoration:none;color:var(--muted);background:transparent;border:0;padding:12px 0}.footer>span{grid-column:2;grid-row:2;font-size:12px;text-align:right}.sticky{display:none}.toast{position:fixed;bottom:95px;left:50%;transform:translate(-50%);z-index:40;width:max-content;max-width:calc(100% - 40px);padding:14px 20px;background:var(--ink);color:#fff;border-radius:6px;font-size:14px;box-shadow:0 3px 20px #0002}.toast[hidden]{display:none}dialog{border:1px solid var(--line);border-radius:12px;width:480px;max-width:calc(100% - 32px);padding:26px;color:var(--ink);max-height:85vh}dialog::backdrop{background:#102f3b66}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:20px}.dialog-heading h2{font:28px Georgia,serif;margin:0}.close{min-width:44px;min-height:44px;background:transparent;border:0;font-size:28px;color:var(--ink)}dialog p{font-size:15px;color:var(--muted)}.cart-row{padding:12px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px}.cart-row small{display:block}.checkout{margin-top:20px}.asset-image{width:100%;height:100%;object-fit:cover;display:block}.media-slot:has(.asset-image){padding:0}.cart-error{color:#a33625}@media(max-width:1024px){.quality-grid{gap:0 32px}.quality-heading h2{font-size:32px}.specs{gap:10px}.specs strong{font-size:25px}.steps{gap:24px}.offer-card{gap:28px}}@media(max-width:767px){.section-heading{text-align:left;margin-bottom:24px}.section-heading>p:last-child{font-size:15px}.desktop-only{display:none}.comparison-labels>span{font-size:13px;padding:12px 8px}.comparison-labels small{font-size:11px}.comparison-slot{min-height:180px;padding:18px}.comparison-slot strong{font-size:23px}.comparison-slot p{font-size:12px}.comparison-copy{text-align:left;font-size:14px;margin-top:18px}.steps{grid-template-columns:1fr;gap:19px;padding:0 0 26px}.steps li{gap:19px}.step-no{font-size:32px;min-width:39px}.steps h3{font-size:18px;margin-bottom:2px}.steps p{font-size:14px;max-width:none}.faces{grid-template-columns:1fr 1fr;gap:18px;padding-top:20px}.faces .face-slot{grid-row:1;grid-column:1/-1;height:130px}.faces>div:first-child{text-align:left}.faces h3{font-size:23px}.faces p{font-size:13px}.usage-end{text-align:left;font-size:13px;margin-top:20px}.quality-grid{display:flex;flex-direction:column}.quality-heading h2{font-size:32px}.texture-slot{min-height:220px;margin:5px 0 21px;padding:16px}.quality-copy>p{font-size:14px;margin-bottom:20px}.specs{gap:12px;margin:20px 0}.specs strong{font-size:27px}.specs span{font-size:11px}.quality-copy .value-copy{font-size:14px}.surfaces{grid-template-columns:1fr 1fr;gap:14px;text-align:left;margin-top:3px;padding-top:20px;font-size:13px}.surfaces span+span{border:0}.surfaces span:before{content:"\2014";margin-right:8px;color:#819aa1}.faq summary{font-size:14px;padding-block:18px;min-height:56px}.faq h2{margin-bottom:16px}.offer-card{display:flex;flex-direction:column;padding:18px;gap:22px}.offer-media{min-height:155px;padding:12px}.offer-media figcaption{margin-top:10px;font-size:12px;padding-top:10px}.offer-controls h3{font-size:24px;margin-bottom:18px}.footer{padding-block:28px 105px;grid-template-columns:1fr}.footer nav{grid-row:3;grid-column:1;gap:25px}.footer>span{grid-row:4;grid-column:1;text-align:left}.sticky:not([hidden]){display:flex;align-items:center;gap:15px;position:fixed;bottom:0;left:0;right:0;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid var(--line);z-index:15;box-shadow:0 -4px 20px #183d4509}.sticky>div{flex:1;min-width:0}.sticky strong{display:block;font-size:15px}.sticky span{display:block;font-size:11px;color:var(--muted)}.sticky .primary{width:48%;min-height:48px;font-size:14px}.section .eyebrow{font-size:10px}body:has(dialog[open]){overflow:hidden}}.reference-product{--brand:#313e6b;--ink:#080808;--muted:#5d6069;--line:#bfc5d6;color:var(--ink);grid-template-columns:1.05fr 1fr;gap:28px 48px;align-items:start}.reference-product .hero-heading{grid-column:2;grid-row:1}.reference-product h1{font-family:Arial,sans-serif;font-size:39px;line-height:1.1;letter-spacing:-1.1px;font-weight:750;margin:0}.reference-product .eyebrow{color:var(--brand);margin-bottom:12px}.product-gallery{grid-column:1;grid-row:1/3;position:sticky;top:25px}.gallery-stage{position:relative}.reference-product .hero-media{aspect-ratio:1;height:auto;min-height:0;width:100%;justify-content:center;border:0;border-radius:13px;background:#f0f5fa}.reference-product .slot-center strong{color:var(--brand)}.gallery-stage button{position:absolute;border:0;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;font-size:36px;line-height:1}.gallery-prev,.gallery-next{top:50%;transform:translateY(-50%);background:#383b40d9;color:#fff}.gallery-prev{left:-12px}.gallery-next{right:-12px}.gallery-thumbs{display:flex;gap:8px;margin-top:18px}.gallery-thumbs button{flex:1;min-width:0;min-height:64px;padding:7px 2px 10px;border:0;border-bottom:3px solid transparent;background:#f1f5fa;border-radius:7px 7px 0 0;color:#313e6b}.gallery-thumbs button[aria-pressed=true]{border-bottom-color:#111}.gallery-thumbs span{display:block;font-size:19px}.gallery-thumbs small{font-size:10px}.gallery-thumbs img{width:100%;height:60px;object-fit:cover}.reference-product .hero-commerce{grid-column:2;grid-row:2}.reference-product .mini-benefits{padding:0;margin:0 0 27px;gap:13px;font-size:16px;color:#080808}.reference-product .mini-benefits li{position:relative;padding-left:26px;line-height:1.5}.reference-product .mini-benefits li:before{position:absolute;left:0;top:3px;display:grid;place-items:center;background:var(--brand);color:#fff;width:17px;height:17px;border-radius:50%;font-size:12px;margin:0}.review-slot{display:flex;gap:10px;padding:14px;border:1px solid #aeb5cb;border-radius:16px;background:#eff0f4;margin-bottom:26px;font-size:14px}.review-avatar{flex:0 0 43px;height:43px;border-radius:50%;background:#dce0eb;display:grid;place-items:center;font:38px Georgia;color:#313e6b}.review-slot p{margin:0 0 6px}.review-slot strong{font-size:12px;color:#313e6b}.review-slot small{display:block;font-size:11px;color:#626978;margin-top:4px}.reference-product .commerce{padding-top:22px;border-top:1px solid #ddd}.reference-product .commerce legend{font-size:14px;margin-bottom:14px}.reference-product .bundles{grid-template-columns:1fr;gap:14px}.reference-product .bundle{display:grid;grid-template-columns:24px 1fr auto;gap:4px 10px;align-items:center;min-height:76px;padding:14px 12px;border-radius:10px;background:#fbfdff;border:1px solid #bbc2d5}.reference-product .bundle:has(input:checked){border:2px solid #313e6b;padding:13px 11px;background:#eaf1ff}.reference-product .bundle input{grid-column:1;grid-row:1;margin:0;width:20px;height:20px;accent-color:#313e6b}.bundle-title strong{display:block}.reference-product .bundle-title strong{font-size:19px;line-height:1.2}.reference-product .bundle-title small{display:inline-block;background:#b8b8b8;color:#fff;border-radius:4px;padding:1px 7px;font-size:12px;font-weight:700;margin-top:4px}.reference-product .bundle:has(input:checked) .bundle-title small{background:#313e6b}.bundle-price{font-size:13px;font-weight:700;text-align:right}.bundle-extra{display:none}.reference-product .bundle:has(input:checked) .bundle-extra{display:grid;grid-column:1/-1;gap:10px;padding:13px 0 2px;font-size:14px}.bundle-extra>span+span{font-size:12px;color:#5d6069}.reference-product .price-line{margin:13px 0}.reference-product .price-line strong{font-size:14px}.reference-product .primary{border-radius:40px;min-height:56px;font-size:17px;font-weight:750;background:#313e6b}.reference-product .primary[aria-disabled=true]{background:#313e6b}.reference-product .guarantee{color:#111;font-size:14px;margin:20px 0}.reference-product .guarantee>span{font-size:24px;color:#313e6b;vertical-align:middle;margin-right:6px}.reference-product .shipping{display:none}.product-accordions{margin-top:26px}.product-accordions details{border-top:1px solid #ddd}.product-accordions details:last-child{border-bottom:1px solid #ddd}.product-accordions summary{list-style:none;position:relative;padding:23px 36px 23px 0;font-size:15px;font-weight:700;cursor:pointer}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"\2304";position:absolute;right:0;top:19px;width:26px;height:26px;background:#eee;border-radius:50%;text-align:center;line-height:21px;font-size:21px}.product-accordions details[open] summary:after{transform:rotate(180deg)}.product-accordions p{font-size:14px;color:#555;margin:0 0 20px}.offer-controls .bundle-title strong{font-size:14px}.offer-controls .bundle-price{font-size:11px}.offer-controls .bundle input{margin-bottom:6px}@media(max-width:767px){.reference-product{display:flex;gap:0;padding-top:28px;width:calc(100% - 40px)}.reference-product .hero-heading{margin-bottom:23px}.reference-product h1{font-size:32px;line-height:1.08;letter-spacing:-.8px}.reference-product .eyebrow{font-size:11px}.product-gallery{position:static;width:100%;margin-bottom:30px}.reference-product .hero-media{height:auto;min-height:0;margin:0;aspect-ratio:1}.gallery-thumbs{gap:8px;margin-top:18px}.gallery-thumbs button{min-height:55px}.reference-product .mini-benefits{font-size:16px;gap:13px;margin-bottom:26px}.reference-product .hero-commerce{width:100%}.reference-product .bundle{min-height:76px}.reference-product .bundle-title strong{font-size:19px}.reference-product .bundle-price{font-size:12px}.reference-product .commerce legend{font-size:14px}.reference-product .primary{font-size:17px}.reference-product .bundle:has(input:checked) .bundle-extra{font-size:15px;gap:13px;padding-block:14px 6px}.reference-product .bundle:has(input:checked) .bundle-extra>span+span{font-size:12px}.reference-product .guarantee{font-size:14px}.reference-product .product-accordions{margin-top:26px}}.offer-controls .bundles{grid-template-columns:1fr}.offer-controls .bundle{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;min-height:68px}.offer-controls .bundle input{margin:0}.offer-controls .bundle-title small{display:block}.offer-controls .bundle:has(input:checked) .bundle-extra{grid-column:1/-1;display:grid;font-size:13px;gap:5px}.stock-notice{display:flex;align-items:center;gap:14px;margin:0 0 20px;color:#080808;font-size:16px;line-height:1.4}.stock-dot{flex:0 0 10px;width:10px;height:10px;border-radius:50%;background:#ffb542}.stock-notice strong{font-weight:750}.reference-product .commerce{padding-top:14px}.reference-product .stock-notice{margin:0 0 20px}.offer-controls .stock-notice{font-size:14px}.reference-product .hero-heading{align-self:end}.reference-product h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(38px,3.9vw,58px);font-weight:780;line-height:1.035;letter-spacing:-2px;margin:0 0 8px}.reference-product .rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px;font-size:15px;line-height:1.25;margin:0 0 19px;color:#080808}.rating-row strong{font-weight:700}.rating-stars{color:#b4bac4;font-size:24px;letter-spacing:-3px;white-space:nowrap;line-height:1}.rating-facts{font-size:14px}.reference-product .title-dash{white-space:nowrap}@media(max-width:767px){.reference-product h1{font-size:clamp(37px,10.5vw,52px);letter-spacing:-1.7px;line-height:1.05}.reference-product .rating-row{font-size:14px;margin-bottom:15px}.reference-product .rating-stars{font-size:22px}.reference-product .rating-facts{font-size:12px}.desktop-title-break{display:none}}.rating-row .rating-stars:not([hidden]){display:inline-block;color:#f59a00;letter-spacing:-3px}.rating-row .rating-stars[hidden]{display:none}.rating-row .rating-facts strong{font-size:inherit;font-weight:750}.reference-product .rating-row{gap:4px 8px;font-size:16px}.reference-product .rating-stars{font-family:Arial,sans-serif;font-size:24px;letter-spacing:-3px;background:linear-gradient(90deg,#f59a00 96%,#b8bbc2 96%);-webkit-background-clip:text;background-clip:text;color:transparent}.reference-product .rating-facts{font-size:15px;white-space:nowrap}@media(max-width:767px){.reference-product .rating-row{font-size:14px;gap:3px 6px}.reference-product .rating-stars{font-size:22px}.reference-product .rating-facts{font-size:14px}}.top-promo{height:58px;background:#313e6b;color:#fff;display:grid;grid-template-columns:44px 1fr auto 44px;gap:8px;align-items:center;padding:0 max(20px,calc((100vw - 1200px)/2));text-align:center}.top-promo button{border:0;color:#fff;background:transparent;font-size:32px;line-height:1;min-width:44px;min-height:44px}.top-promo strong{font-size:20px;letter-spacing:.01em}.top-promo>span{font-size:13px;color:#e5e9f6}.header{height:92px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;border-bottom:0}.header .logo{justify-self:center;text-align:center;color:#313e6b;font-size:31px;line-height:1;font-weight:400;letter-spacing:-1.2px}.header .logo small{display:block;font-family:Georgia,serif;font-size:11px;font-weight:600;letter-spacing:0;margin-top:4px}.menu-button{width:46px;height:46px;border:0;background:transparent;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:5px}.menu-button span{display:block;width:32px;height:2px;background:#111;border-radius:2px}.header .cart-button{justify-self:end;padding:8px;position:relative}.header .cart-button svg{width:27px;height:27px;stroke:#111}.header .cart-label{display:none}.product-nav:not([hidden]){display:flex;gap:24px;justify-content:center;padding:17px 20px;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.product-nav a{font-size:14px;text-decoration:none}.top-info{height:36px;background:#f0f0f0;color:#111;display:grid;place-items:center;text-align:center;font-size:14px;font-weight:750;letter-spacing:.015em;padding:0 12px}.reference-product h1{font-size:clamp(32px,3.1vw,43px);line-height:1.07;letter-spacing:-1.4px}.reference-product{padding-top:39px}@media(max-width:767px){.top-promo{height:54px;grid-template-columns:32px 1fr auto 32px;padding:0 10px;gap:3px}.top-promo button{font-size:28px;min-width:32px}.top-promo strong{font-size:16px}.top-promo>span{font-size:11px;max-width:90px;line-height:1.2}.header{height:72px;grid-template-columns:48px 1fr 48px}.header .logo{font-size:26px}.header .logo small{font-size:9px}.menu-button span{width:26px}.header .cart-button svg{width:27px;height:27px}.product-nav:not([hidden]){justify-content:flex-start;overflow-x:auto;gap:20px}.top-info{font-size:11px;height:32px}.reference-product{padding-top:31px}.reference-product h1{font-size:clamp(29px,7.9vw,34px);line-height:1.08;letter-spacing:-1px}}@media(max-width:767px){.reference-product{padding-top:20px}.reference-product .hero-heading{margin-bottom:14px}.reference-product .rating-row{margin-bottom:10px}.reference-product h1{font-size:clamp(28px,7.4vw,32px);line-height:1.06;margin-bottom:0}.product-gallery{margin-bottom:17px}.reference-product .hero-media{height:208px;aspect-ratio:auto}.reference-product .hero-media .asset-image{object-fit:contain}.gallery-thumbs{margin-top:8px;gap:6px}.gallery-thumbs button{min-height:42px;padding:4px 2px 6px}.gallery-thumbs span{font-size:14px;line-height:1.1}.gallery-thumbs small{font-size:9px}.gallery-thumbs img{height:38px}.reference-product .mini-benefits{gap:6px;margin-bottom:20px;font-size:14px}.reference-product .mini-benefits li{line-height:1.35;padding-left:24px}.reference-product .mini-benefits li:before{top:1px}}.cart-row-copy{min-width:0;flex:1}.cart-row-copy strong{display:block;line-height:1.35}.cart-quantity{display:inline-flex;align-items:center;border:1px solid #cbd4e6;border-radius:8px;margin-top:10px;overflow:hidden}.cart-quantity button{width:38px;height:36px;border:0;background:#f7f8fb;color:#313e6b;font-size:22px}.cart-quantity button:disabled{opacity:.5}.cart-quantity span{min-width:38px;text-align:center;font-weight:700}.cart-remove{display:block;margin-top:7px;border:0;background:transparent;color:#313e6b;text-decoration:underline;padding:5px 0;font-size:13px}.cart-edit-link{display:block;text-align:center;margin:18px 0 0;color:#313e6b;font-weight:700;text-underline-offset:3px}@media(max-width:380px){.top-promo{height:48px}.header{height:66px}.top-info{height:30px}.reference-product .hero-media{height:185px}.reference-product h1{font-size:28px}.reference-product .mini-benefits{font-size:13px;gap:5px}}@media(max-width:380px){.reference-product .rating-row{flex-wrap:nowrap;gap:3px;font-size:12px}.reference-product .rating-stars{font-size:19px;letter-spacing:-4px}.reference-product .rating-facts{font-size:12px}.reference-product .hero-media{height:175px}}@media(min-width:768px){.reference-product .product-gallery{grid-row:1/4}.reference-product>.mini-benefits{grid-column:2;grid-row:2;margin:0}.reference-product .hero-commerce{grid-column:2;grid-row:3}}@media(max-width:767px){.reference-product>.mini-benefits{order:2;margin:3px 0 18px;padding:0;gap:7px;font-size:14px}.reference-product .product-gallery{order:3}.reference-product .hero-commerce{order:4}.reference-product .hero-media{width:100%;height:auto;min-height:0;aspect-ratio:1/1}.reference-product .hero-media .asset-image{width:100%;height:100%;object-fit:contain}.product-gallery{margin-bottom:22px}.gallery-thumbs{margin-top:10px}.gallery-thumbs button{min-height:62px}.gallery-thumbs img{height:58px}}@media(max-width:380px){.reference-product .hero-media{height:auto;aspect-ratio:1/1}}@media(max-width:767px){.reference-product .product-gallery{order:2}.reference-product>.mini-benefits{order:3;margin:5px 0 22px}.reference-product .hero-commerce{order:4}}.review-section{padding:68px 0 76px;overflow:hidden;background:#fff;color:#070707}.review-section h2{font:750 clamp(31px,3.7vw,48px)/1.1 Arial,sans-serif;letter-spacing:-1.3px;margin:0 0 38px}.reviews-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:7px max(20px,calc((100vw - 1200px)/2)) 20px;scroll-padding-left:max(20px,calc((100vw - 1200px)/2));outline-offset:-3px}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex:0 0 min(540px,48vw);scroll-snap-align:start;border-radius:24px;background:#fff;box-shadow:0 5px 20px #00000012,0 2px 5px #0000000a;min-height:205px;padding:30px;display:flex;align-items:flex-start;gap:18px}.review-card-avatar{flex:0 0 58px;width:58px;height:58px;border-radius:50%;background:#eff2f8;color:#35426e;display:grid;place-items:center;overflow:hidden}.review-card-avatar span{font-size:28px;font-weight:300}.review-card-avatar img{width:100%;height:100%;object-fit:cover}.review-card-body{flex:1;min-width:0}.review-card-body p{font-size:19px;line-height:1.5;margin:0 0 22px}.review-card-footer{display:flex;justify-content:space-between;align-items:baseline;gap:15px;font-size:14px}.review-card-footer strong{font-weight:700}.review-card-footer span,.review-card-footer time{color:#686868;font-size:12px}.review-dots{display:flex;gap:9px;justify-content:center;align-items:center;margin:44px 0 0}.review-dots button{width:13px;height:13px;border:0;border-radius:50%;background:#a7a7a7;padding:0}.review-dots button[aria-current=true]{background:#050505}.review-dots button:focus-visible{outline:3px solid #313e6b;outline-offset:4px}@media(max-width:767px){.review-section{padding:47px 0 54px}.review-section h2{font-size:31px;line-height:1.08;margin-bottom:24px;letter-spacing:-.7px}.reviews-track{gap:12px;padding:7px 20px 18px;scroll-padding-left:20px}.review-card{flex-basis:calc(100vw - 60px);min-height:170px;padding:20px 17px;border-radius:20px;gap:12px}.review-card-avatar{flex-basis:48px;width:48px;height:48px}.review-card-body p{font-size:16px;line-height:1.4;margin-bottom:20px}.review-card-footer{font-size:13px;flex-wrap:wrap;gap:5px}.review-card-footer span,.review-card-footer time{font-size:11px}.review-dots{margin-top:29px}.review-dots button{width:11px;height:11px}}.review-section h2{text-align:center}@media(max-width:767px){.review-section h2{text-align:center}}.story-section{background:#eff1f5;padding:72px 0 78px;color:#080808}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.story-media{aspect-ratio:1/1;min-height:0;border:0;border-radius:22px;background:#dfe5ec;color:#303c65}.story-media .slot-center strong{font:30px/1.15 Arial,sans-serif;font-weight:700;color:#303c65}.story-copy{max-width:530px}.story-copy h2{font:750 clamp(32px,3.2vw,47px)/1.07 Arial,sans-serif;letter-spacing:-1.4px;margin:0 0 25px}.story-copy h2 span{color:#313e6b}.story-copy p{font-size:16px;line-height:1.55;margin:0 0 20px}.story-copy .story-lead{font-size:20px;line-height:1.36;margin-bottom:29px}.story-copy strong{font-weight:740}.story-cta{display:inline-flex;align-items:center;justify-content:center;gap:22px;background:#313e6b;color:#fff;text-decoration:none;font-size:16px;font-weight:700;border-radius:35px;min-height:54px;padding:0 30px;margin-top:6px}.story-cta:hover{background:#26335d}.story-cta span{font-size:22px;line-height:1}.story-media:has(.asset-image) .asset-image{object-fit:contain;background:#fff}@media(max-width:767px){.story-section{padding:40px 0 52px}.story-layout{display:flex;flex-direction:column;gap:31px;align-items:stretch}.story-media{width:100%;aspect-ratio:1/1;border-radius:19px}.story-copy{max-width:none}.story-copy h2{font-size:34px;line-height:1.07;letter-spacing:-1px;margin-bottom:20px}.story-copy .story-lead{font-size:20px;margin-bottom:23px}.story-copy p{font-size:16px;line-height:1.52;margin-bottom:18px}.story-cta{width:100%;margin-top:8px}}.story-extra summary{display:none}.story-extra p:last-child{margin-bottom:20px}@media(max-width:767px){.story-section{padding:34px 0 43px}.story-layout{gap:23px}.story-media{aspect-ratio:4/3}.story-media:has(.asset-image) .asset-image{object-fit:contain}.story-copy h2{font-size:31px;margin-bottom:14px}.story-copy .story-lead{font-size:18px;margin-bottom:14px}.story-copy p{font-size:15px;line-height:1.45;margin-bottom:13px}.story-extra{margin:0 0 16px;border-top:1px solid #cfd3dd;border-bottom:1px solid #cfd3dd}.story-extra summary{display:block;cursor:pointer;list-style:none;position:relative;padding:14px 35px 14px 0;font-size:14px;font-weight:700;min-height:48px}.story-extra summary::-webkit-details-marker{display:none}.story-extra summary:after{content:"+";position:absolute;right:3px;top:9px;font-size:23px;font-weight:400}.story-extra[open] summary:after{content:"\2212"}.story-extra p{font-size:14px;line-height:1.45}.story-copy .story-cta{margin-top:3px}}@media(max-width:767px){.story-section{padding:36px 0 48px}.story-layout{gap:27px}.story-media{aspect-ratio:1/1}.story-copy h2{font-size:33px;line-height:1.08;margin-bottom:19px}.story-copy .story-lead{font-size:19px;line-height:1.38;margin-bottom:22px}.story-copy p{font-size:15.5px;line-height:1.5;margin-bottom:17px}.story-copy .story-cta{margin-top:5px}}@media(max-width:767px){.story-media{width:100%;height:auto;aspect-ratio:1/1}.story-media .slot-center strong{font-size:21px;line-height:1.2}.story-media .slot-center>span:last-child{font-size:12px}.story-copy h2{font-size:27px;line-height:1.12;letter-spacing:-.55px;margin-bottom:16px}.story-copy .story-lead{font-size:16px;line-height:1.45;margin-bottom:18px}.story-copy p{font-size:15px;line-height:1.56;margin-bottom:16px}.story-copy strong{font-weight:700}.story-copy .story-cta{font-size:15px;min-height:50px;margin-top:4px}}@media(max-width:767px){.story-copy h2{font-size:32px;line-height:1.08;letter-spacing:-.7px;margin-bottom:21px}.story-copy .story-lead{font-size:17px;line-height:1.42;margin-bottom:21px}.story-copy p:not(.story-lead){font-size:14px;line-height:1.54;margin-bottom:17px}.story-copy .story-cta{margin-top:6px}}.story-section-usage{border-top:0}.story-section-usage .story-media{background:#dfe5ec}.story-section-usage .story-copy h2{letter-spacing:-1px}@media(max-width:767px){.story-section-usage{border-top-width:0}.story-section-usage .story-copy h2{font-size:30px;letter-spacing:-.55px}.story-section-usage .story-copy p{font-size:14px;line-height:1.54}}.uses-section{background:#fff;padding:72px 0 80px;color:#111}.uses-layout{display:grid;grid-template-columns:.86fr 1.14fr;grid-template-rows:auto auto;column-gap:72px;align-items:center}.uses-intro{grid-column:1;grid-row:1;align-self:end}.uses-intro .eyebrow{color:#313e6b;margin-bottom:19px}.uses-intro h2{font:750 clamp(35px,3.6vw,49px)/1.1 Arial,sans-serif;letter-spacing:-1.5px;margin:0 0 22px}.uses-intro h2 span{color:#313e6b}.uses-image{grid-column:2;grid-row:1/3;margin:0;width:100%;max-width:570px;justify-self:end;aspect-ratio:1;border-radius:18px;overflow:hidden;background:#edf1f4}.uses-image img{display:block;width:100%;height:100%;object-fit:contain}.uses-copy{grid-column:1;grid-row:2;align-self:start;max-width:460px}.uses-copy>p{font-size:16px;line-height:1.58;margin:0 0 24px}.uses-takeaway{border-left:4px solid #313e6b;padding-left:17px;color:#313e6b}.uses-takeaway strong{font-size:19px;line-height:1.35}@media(max-width:767px){.uses-section{padding:44px 0 51px}.uses-layout{display:flex;flex-direction:column;align-items:stretch;gap:0}.uses-intro .eyebrow{font-size:10px;margin-bottom:13px}.uses-intro h2{font-size:31px;line-height:1.1;letter-spacing:-.75px;margin-bottom:23px}.uses-image{width:100%;max-width:none;margin:0 0 22px;border-radius:16px}.uses-copy{max-width:none}.uses-copy>p{font-size:15px;line-height:1.52;margin-bottom:19px}.uses-takeaway{padding-left:14px}.uses-takeaway strong{font-size:17px}}.quality-carousel-section{background:#fff;padding:70px 0 76px;color:#080808;overflow:hidden}.quality-carousel-heading{text-align:center;max-width:720px}.quality-carousel-heading .eyebrow{color:#313e6b;margin:0 0 14px}.quality-carousel-heading h2{font:750 clamp(36px,3.9vw,52px)/1.08 Arial,sans-serif;letter-spacing:-1.5px;margin:0 0 14px}.quality-carousel-heading h2 span{color:#313e6b}.quality-carousel-heading>p:last-child{color:#545b67;font-size:16px;line-height:1.45;margin:0 0 36px}.quality-carousel{position:relative}.quality-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px max(20px,calc((100vw - 1200px)/2)) 18px;scroll-padding-left:max(20px,calc((100vw - 1200px)/2))}.quality-track::-webkit-scrollbar{display:none}.quality-card{flex:0 0 min(440px,37vw);scroll-snap-align:start;display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:26px;box-shadow:0 3px 10px #00000014;padding:30px;min-height:490px}.quality-card h3{font:700 24px/1.16 Arial,sans-serif;letter-spacing:-.5px;margin:0 0 23px;min-height:56px}.quality-card-image{width:100%;aspect-ratio:1.28/1;background:#eff2f6;border-radius:15px;display:grid;place-items:center;padding:20px;text-align:center;color:#667087;font-size:14px;line-height:1.45;overflow:hidden}.quality-card-image .asset-image{object-fit:contain;width:100%;height:100%}.quality-card>p{font-size:16px;line-height:1.5;margin:24px 0 0}.quality-card>p strong{font-weight:740}.quality-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:#f0f0f0df;color:#676767;font-size:39px;line-height:1;display:grid;place-items:center}.quality-prev{left:12px}.quality-next{right:12px}.quality-arrow:disabled{opacity:.38;cursor:default}.quality-dots{display:flex;justify-content:center;gap:9px;margin-top:28px}.quality-dots button{width:12px;height:12px;border:0;border-radius:50%;background:#aaa;padding:0}.quality-dots button[aria-current=true]{background:#080808}@media(max-width:767px){.quality-carousel-section{padding:47px 0 56px}.quality-carousel-heading{width:calc(100% - 40px)}.quality-carousel-heading .eyebrow{font-size:10px;margin-bottom:11px}.quality-carousel-heading h2{font-size:32px;line-height:1.08;letter-spacing:-.7px}.quality-carousel-heading>p:last-child{font-size:14px;line-height:1.45;margin-bottom:25px}.quality-track{gap:13px;padding:6px 20px 16px;scroll-padding-left:20px}.quality-card{flex-basis:calc(100vw - 60px);min-height:0;padding:21px;border-radius:22px}.quality-card h3{font-size:20px;line-height:1.2;min-height:48px;margin-bottom:17px}.quality-card-image{aspect-ratio:1.17/1;border-radius:13px;font-size:13px;padding:16px}.quality-card>p{font-size:15px;line-height:1.45;margin-top:17px}.quality-arrow{width:36px;height:36px;font-size:31px}.quality-prev{left:4px}.quality-next{right:4px}.quality-dots{margin-top:24px}.quality-dots button{width:11px;height:11px}}.value-section{background:#eff1f5;padding:76px 0 82px;color:#0a0a0a}.value-layout{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center}.value-copy{max-width:540px}.value-copy .eyebrow{color:#313e6b;margin:0 0 16px}.value-copy h2{font:750 clamp(37px,3.6vw,51px)/1.08 Arial,sans-serif;letter-spacing:-1.5px;margin:0 0 28px}.value-copy h2 span{color:#313e6b}.value-copy>p:not(.eyebrow):not(.value-guarantee){font-size:16px;line-height:1.58;margin:0 0 22px}.value-copy .value-emphasis{font-size:19px!important;line-height:1.38!important}.value-copy .value-emphasis strong{font-weight:740}.value-cta{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:#313e6b;color:#fff;border-radius:35px;min-height:55px;padding:0 28px;text-decoration:none;font-size:16px;font-weight:700;margin:3px 0 10px}.value-cta:hover{background:#26335d}.value-cta span{font-size:21px}.value-guarantee{font-size:13px;color:#4a5370;margin:0}.value-guarantee:before{content:"\25c7";font-size:18px;margin-right:7px;vertical-align:-1px}.value-media{margin:0;width:100%;aspect-ratio:1/1;border-radius:24px;background:#dfe6eb;display:grid;place-items:center;overflow:hidden;padding:25px;text-align:center;color:#313e6b}.value-media .slot-center strong{font:700 27px/1.2 Arial,sans-serif;color:#313e6b}.value-media .slot-center span:last-child{font-size:14px;max-width:260px}.value-media:has(.asset-image){padding:0;background:#fff}.value-media .asset-image{width:100%;height:100%;object-fit:contain}@media(max-width:767px){.value-section{padding:44px 0 55px}.value-layout{display:flex;flex-direction:column;align-items:stretch;gap:25px}.value-copy{max-width:none}.value-copy .eyebrow{font-size:10px;margin-bottom:12px}.value-copy h2{font-size:32px;line-height:1.08;letter-spacing:-.7px;margin-bottom:22px}.value-copy>p:not(.eyebrow):not(.value-guarantee){font-size:14px;line-height:1.52;margin-bottom:17px}.value-copy .value-emphasis{font-size:17px!important;line-height:1.4!important}.value-cta{width:100%;font-size:15px;min-height:51px;margin:4px 0 9px}.value-guarantee{text-align:center;font-size:13px}.value-media{aspect-ratio:1/1;border-radius:18px}.value-media .slot-center strong{font-size:21px}.value-media .slot-center span:last-child{font-size:12px}}.faq-section{background:#fff;padding:76px 0 84px;color:#0a0a0a}.faq-section .faq-wrap{max-width:900px;width:calc(100% - 80px)}.faq-section h2{font:750 clamp(38px,4.2vw,54px)/1.06 Arial,sans-serif;letter-spacing:-1.5px;text-align:center;margin:0 auto 23px;color:#303030}.faq-intro{font:400 20px/1.35 Arial,sans-serif;text-align:center;margin:0 auto 42px;color:#333}.faq-list{display:grid;gap:18px}.faq-list details{background:#eff0f4;border:1px solid #e0e2e8;border-radius:20px;overflow:hidden}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:22px;list-style:none;cursor:pointer;padding:24px 26px 24px 30px;font:700 22px/1.3 Arial,sans-serif}.faq-list summary::-webkit-details-marker{display:none}.faq-list .faq-chevron{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:50%;background:#fff;font:700 24px/1 Arial,sans-serif;transform:none;transition:transform .2s ease}.faq-list details[open] .faq-chevron{transform:rotate(180deg)}.faq-list details p{margin:0;padding:0 84px 26px 30px;font:400 17px/1.55 Arial,sans-serif;color:#4c5678}.faq-list summary:focus-visible{outline:3px solid #313e6b;outline-offset:-5px}@media(max-width:767px){.faq-section{padding:52px 0 62px}.faq-section .faq-wrap{width:calc(100% - 40px)}.faq-section h2{font-size:34px;letter-spacing:-.8px;margin-bottom:18px}.faq-intro{font-size:16px;margin-bottom:28px}.faq-list{gap:14px}.faq-list details{border-radius:16px}.faq-list summary{font-size:18px;line-height:1.3;padding:22px 18px;gap:14px}.faq-list .faq-chevron{width:36px;height:36px;font-size:21px}.faq-list details p{font-size:15px;line-height:1.55;padding:0 18px 22px}}:root{--ink:#11131a;--muted:#555e70;--brand:#313e6b;--accent:#313e6b;--pale:#f0f2f7;--line:#dce1eb}.reference-product{--ink:#11131a;--muted:#555e70;--brand:#313e6b;--line:#c6ccda}.top-info{background:#f0f2f7;color:#202844}.review-section{border-top:1px solid #e8ebf1}.story-section{background:#f0f2f7}.story-section-usage{background:#fff}.uses-section{background:#f6f7fa}.quality-carousel-section{background:#fff}.value-section{background:#f0f2f7}.faq-section{background:#fff}.footer{background:#fff;border-top:1px solid #e6e9f0}.story-section-usage .story-layout{grid-template-columns:1fr 1fr}.story-section-usage .story-media{grid-column:2;grid-row:1;background:#edf0f6}.story-section-usage .story-copy{grid-column:1;grid-row:1}.story-section .story-media,.value-media{background:#e4e9f2}.review-section h2,.story-copy h2,.uses-intro h2,.quality-carousel-heading h2,.value-copy h2,.faq-section h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(36px,3.6vw,46px);font-weight:750;line-height:1.08;letter-spacing:-1.35px;color:#11131a}.story-copy h2 span,.uses-intro h2 span,.quality-carousel-heading h2 span,.value-copy h2 span{color:#313e6b}.review-section h2,.quality-carousel-heading h2,.faq-section h2{text-align:center}.story-copy h2,.uses-intro h2,.value-copy h2{text-align:left}.story-copy,.uses-copy,.value-copy{color:#171922}.story-cta,.value-cta{background:#313e6b}.story-cta:hover,.value-cta:hover{background:#26335d}.primary[aria-disabled=true]{background:#6d7694}.quality-card,.review-card{border-color:#e2e6ef}.quality-card-image{aspect-ratio:1/1;padding:0}.quality-card-image .asset-image{object-fit:cover}.quality-dots button[aria-current=true],.review-dots button[aria-current=true]{background:#313e6b}.review-card-avatar{background:#e8ebf3;color:#313e6b}.review-card-avatar span{font:700 24px/1 Arial,sans-serif}.review-card-body{display:flex;flex-direction:column;align-self:stretch}.review-card-body p{flex:1}.review-card-footer time{white-space:nowrap;color:#11131a;font-size:14px}@media(max-width:767px){.review-card-footer time{font-size:13px}}@media(max-width:767px){.review-section{padding:38px 0 42px}.review-section h2{font-size:28px;margin-bottom:19px}.reviews-track{gap:12px;padding:6px 24px 14px;scroll-padding-left:24px}.review-card{flex-basis:min(320px,calc(100vw - 80px));padding:17px 15px;gap:10px;min-height:0}.review-card-avatar{flex-basis:42px;width:42px;height:42px}.review-card-avatar span{font-size:21px}.review-card-body p{font-size:15px;line-height:1.4;margin-bottom:18px}.review-dots{margin-top:18px}}.faq-list details{background:#f0f2f7;border-color:#e2e6ef}.faq-list details p{color:#4b5575}@media(max-width:767px){.story-section,.story-section-usage,.uses-section,.quality-carousel-section,.value-section,.faq-section{padding-top:44px;padding-bottom:52px}.story-section-usage .story-layout{display:flex;flex-direction:column}.review-section h2,.story-copy h2,.story-section-usage .story-copy h2,.uses-intro h2,.quality-carousel-heading h2,.value-copy h2,.faq-section h2{font-size:32px;line-height:1.08;letter-spacing:-.7px}.story-media,.value-media{aspect-ratio:1/1}.footer{padding-bottom:105px}}.value-layout{grid-template-areas:"copy media" "actions media";grid-template-rows:auto 1fr;align-items:start;column-gap:66px;row-gap:10px}.value-copy{grid-area:copy}.value-copy>p:last-child{margin-bottom:0!important}.value-media{grid-area:media}.value-actions{grid-area:actions;align-self:start}.value-media .asset-image{display:block;object-fit:contain}@media(max-width:767px){.value-layout{display:flex;flex-direction:column;gap:0}.value-copy{margin-bottom:22px}.value-media{flex:none;aspect-ratio:1/1;margin-bottom:16px}.value-actions{width:100%}.value-cta{margin:0 0 8px}}.gallery-thumbs{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:thin;padding-bottom:3px}.gallery-thumbs button{flex:0 0 78px;scroll-snap-align:center;padding:3px 3px 6px;min-height:0}.gallery-thumbs img{display:block;width:100%;height:70px;object-fit:cover;border-radius:4px}.gallery-thumbs button:focus-visible{outline:2px solid #313e6b;outline-offset:2px}@media(max-width:767px){.gallery-thumbs{gap:7px;margin-top:10px}.gallery-thumbs button{flex-basis:68px;min-height:0;padding:3px 3px 6px}.gallery-thumbs img{height:62px}}.reference-product .bundles{grid-template-columns:1fr;gap:25px}.reference-product .bundle,.reference-product .bundle:has(input:checked){display:grid;grid-template-columns:29px minmax(0,1fr) max-content;gap:11px;align-items:start;min-height:128px;padding:19px 14px 15px;border:1px solid #bcc4d5;border-radius:15px;background:#fff}.reference-product .bundle:has(input:checked){border:3px solid #313e6b;padding:17px 12px 13px;background:#eaf1ff}.reference-product .bundle input{grid-column:1;grid-row:1;width:24px;height:24px;margin:16px 0 0;accent-color:#313e6b}.reference-product .bundle-title{grid-column:2;grid-row:1;min-width:0}.reference-product .bundle-title strong{font-size:19px;line-height:1.18;color:#080808}.bundle-discount{display:inline-block;margin:6px 0 9px;padding:3px 9px;border-radius:5px;background:#b7b7b7;color:#fff;font-size:12px;line-height:1.2;font-weight:750;white-space:nowrap}.bundle:has(input:checked) .bundle-discount{background:#313e6b}.bundle-description{display:block;font-size:13px;line-height:1.38;color:#4d566b;font-weight:400}.reference-product .bundle-price{grid-column:3;grid-row:1;text-align:right;white-space:nowrap}.reference-product .bundle-price strong{display:block;font-size:20px;line-height:1.22;color:#080808}.reference-product .bundle-price del{display:block;margin-top:7px;font-size:14px;font-weight:400;color:#838383}.bundle-badge{position:absolute;right:14px;top:-17px;z-index:1;padding:5px 11px;border-radius:7px 7px 0 0;background:#313e6b;color:#fff;font-size:11px;line-height:1.25;font-weight:750;white-space:nowrap}.reference-product .commerce .primary{margin-top:19px}@media(max-width:767px){.reference-product .bundle,.reference-product .bundle:has(input:checked){grid-template-columns:25px minmax(0,1fr) max-content;gap:9px;min-height:117px;padding:16px 10px 12px;border-radius:12px}.reference-product .bundle:has(input:checked){padding:14px 8px 10px}.reference-product .bundle input{width:22px;height:22px;margin-top:16px}.reference-product .bundle-title strong{font-size:17px}.reference-product .bundle-price strong{font-size:18px}.reference-product .bundle-price del,.bundle-description{font-size:12px}.bundle-badge{right:9px;top:-16px;font-size:10px;padding:5px 8px}}.reference-product .bundle-benefits{display:none;grid-column:1/-1;margin-top:5px;border-top:1px solid #cfd7e8}.reference-product .bundle:has(input:checked) .bundle-benefits{display:block}.bundle-benefit{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0}.bundle-benefit+.bundle-benefit{border-top:1px solid #cfd7e8}.bundle-benefit img{width:54px;height:54px;object-fit:contain;border:1px solid #d9dfe9;border-radius:12px;background:#fff}.bundle-benefit-shipping img{padding:3px}.bundle-benefit-copy{min-width:0}.bundle-benefit-copy strong{display:block;font-size:16px;line-height:1.25;color:#202633}.bundle-benefit-copy em{color:#427340;font-style:normal}.bundle-benefit-copy small{display:block;margin-top:5px;color:#515b6f;font-size:12px;line-height:1.3}.bundle-benefit-value{text-align:right;white-space:nowrap;line-height:1.25}.bundle-benefit-value del{display:block;color:#777;font-size:13px;font-weight:600}.bundle-benefit-value strong{display:block;margin-top:3px;color:#427340;font-size:13px}@media(max-width:767px){.bundle-benefit{grid-template-columns:47px minmax(0,1fr) auto;gap:9px;padding:11px 0}.bundle-benefit img{width:47px;height:47px;border-radius:10px}.bundle-benefit-copy strong{font-size:14px}.bundle-benefit-copy small,.bundle-benefit-value del,.bundle-benefit-value strong{font-size:11px}}:root{--ink:#151820;--muted:#545968;--brand:#313e6b;--accent:#313e6b;--pale:#f7f6f3;--line:#e5e2dc}.top-info,.story-section,.uses-section,.value-section{background:#f7f6f3}.story-section-usage,.review-section,.quality-carousel-section,.faq-section{background:#fff}.story-section-usage .story-media:not(:has(.asset-image)){background:#f7f6f3}.faq-list details,.review-slot{background:#f7f6f3;border-color:#e5e2dc}.gallery-thumbs button{background:#f7f6f3}.reference-product .bundle:has(input:checked){background:#f0f2f8}.rating-stars{color:#313e6b}.stock-dot{background:#313e6b}.bundle-benefit-copy em,.bundle-benefit-value strong{color:#313e6b}.guarantee{display:flex;align-items:center;justify-content:center;gap:8px}.guarantee img,.value-guarantee img{width:29px;height:32px;flex:none;object-fit:contain}.value-guarantee{display:flex;align-items:center;gap:8px}.value-guarantee:before{content:none}@media(max-width:767px){.value-guarantee{justify-content:center}}.review-slot{align-items:flex-start;gap:11px;padding:13px;border:1.5px solid #aeb6ca;border-radius:22px;background:#f1f2f5;margin-bottom:22px}.review-slot-avatar{display:block;flex:0 0 44px;width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:50% 28%}.review-slot-content{min-width:0}.review-slot-content p{margin:0 0 8px;color:#151820;font-size:14px;line-height:1.34}.review-slot-content strong{display:block;color:#151820;font-size:14px;line-height:1.25}@media(max-width:767px){.review-slot{gap:10px;padding:12px;border-radius:19px}.review-slot-avatar{flex-basis:42px;width:42px;height:42px}.review-slot-content p{font-size:13px;line-height:1.36}.review-slot-content strong{font-size:13px}}.stock-dot{position:relative;flex:0 0 12px;width:12px;height:12px;background:#ffb542;box-shadow:0 0 0 6px #ffb54233}.stock-dot:before,.stock-dot:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:2px solid #ffb542;border-radius:50%;pointer-events:none;animation:stock-ring 2.2s ease-out infinite}.stock-dot:after{animation-delay:1.1s}@keyframes stock-ring{0%{opacity:.7;transform:scale(.55)}75%,to{opacity:0;transform:scale(1.6)}}@media(prefers-reduced-motion:reduce){.stock-dot:before,.stock-dot:after{animation:none;opacity:0}}.story-section-usage .usage-video-wrap{position:relative;display:block;justify-self:center;width:min(100%,420px);height:auto;aspect-ratio:4/5;padding:0;overflow:hidden;background:#f7f6f3}.usage-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center 55%}.usage-video-toggle{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #ffffffb3;border-radius:50%;background:#151820b8;color:#fff;font-size:19px;line-height:1;cursor:pointer}.usage-video-toggle:focus-visible{outline:3px solid #ffb542;outline-offset:3px}.uses-layout{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;column-gap:60px;row-gap:24px;align-items:center}.uses-intro{grid-column:1/-1;grid-row:1;justify-self:center;align-self:auto;max-width:700px;text-align:center}.uses-intro h2{text-align:center;margin-bottom:0}.uses-image{grid-column:1;grid-row:2;justify-self:start;max-width:570px}.uses-copy{grid-column:2;grid-row:2;align-self:center;max-width:500px}.uses-cta{margin-top:6px}@media(max-width:767px){.story-section-usage .usage-video-wrap{width:100%;max-width:420px;margin-inline:auto;aspect-ratio:4/5}.uses-layout{display:flex;flex-direction:column;gap:0;align-items:stretch}.uses-intro{max-width:none;align-self:stretch;text-align:left;margin:0 0 20px}.uses-intro h2{text-align:left;margin:0}.uses-image{width:100%;max-width:none;margin:0 0 22px}.uses-copy{max-width:none}.uses-cta{width:100%;margin-top:5px}}.site-footer{border-top:3px solid #313e6b;background:#263457;color:#fff}.footer-content{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:30px 38px;padding-top:43px;padding-bottom:24px}.footer-brand{max-width:340px}.footer-logo{display:inline-block;color:#fff;text-decoration:none;font:700 33px/1 Georgia,serif;letter-spacing:-1px}.footer-brand p{max-width:315px;margin:15px 0 0;color:#d6dceb;font-size:14px;line-height:1.5}.footer-group{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-group h2{margin:0 0 5px;color:#fff;font-size:16px;line-height:1.3;font-weight:750}.footer-group a,.footer-group button{padding:0;border:0;background:none;color:#d6dceb;text-align:left;text-decoration:none;font:inherit;font-size:14px;line-height:1.4;cursor:pointer}.footer-group a:hover,.footer-group button:hover{text-decoration:underline;text-underline-offset:4px;color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff3b;padding-top:16px;color:#b8c2db;font-size:12px}@media(max-width:767px){.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 18px;padding-top:32px;padding-bottom:38px}.footer-brand{grid-column:1/-1;max-width:none}.footer-logo{font-size:31px}.footer-brand p{max-width:330px;margin:11px 0 0;font-size:13px}.footer-group{gap:10px;margin-top:0}.footer-group h2{margin-bottom:3px;font-size:15px}.footer-group a,.footer-group button{font-size:13.5px}.footer-group[aria-label=Politikalar]{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.footer-group[aria-label=Politikalar] h2{grid-column:1/-1}.footer-bottom{margin-top:4px;font-size:11px}}.top-promo{height:70px;grid-template-columns:44px minmax(0,1fr) 190px 44px;gap:10px;padding-inline:max(20px,calc((100vw - 1200px)/2))}.promo-viewport{display:grid;place-items:center;min-width:0;height:100%;overflow:hidden}.top-promo .promo-slide{display:block;max-width:100%;color:#fff;font-size:21px;line-height:1.1;white-space:nowrap}.promo-slide.promo-exit{animation:promo-up-out .28s ease-in forwards}.promo-slide.promo-enter{animation:promo-up-in .35s ease-out both}@keyframes promo-up-out{to{transform:translateY(-115%);opacity:0}}@keyframes promo-up-in{0%{transform:translateY(115%);opacity:0}to{transform:translateY(0);opacity:1}}.promo-countdown{display:flex;align-items:flex-start;justify-content:center;gap:5px;color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap}.promo-time{display:grid;justify-items:center;min-width:42px}.promo-time strong{display:block;font-size:23px;line-height:1;font-weight:800}.promo-time small{display:block;margin-top:4px;color:#e6eafa;font-size:10px;line-height:1}.promo-countdown i{font-style:normal;font-size:21px;font-weight:800;line-height:1}.header .logo{display:block;width:230px;height:48px;overflow:hidden}.header .logo img,.footer-logo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.footer-logo{display:block;width:240px;height:50px;overflow:hidden}.footer-logo img{filter:brightness(0) invert(1)}@media(max-width:767px){.top-promo{height:60px;grid-template-columns:27px minmax(0,1fr) 112px 27px;gap:4px;padding-inline:8px}.top-promo button{min-width:27px;min-height:44px;font-size:25px}.top-promo .promo-slide{font-size:clamp(11px,3.25vw,14px);letter-spacing:0}.promo-countdown{gap:2px}.promo-time{min-width:27px}.promo-time strong{font-size:17px}.promo-time small{font-size:8px;margin-top:3px}.promo-countdown i{font-size:16px}.header .logo{width:185px;height:39px}.footer-logo{width:205px;height:43px}}@media(prefers-reduced-motion:reduce){.promo-slide.promo-exit,.promo-slide.promo-enter{animation:none}}.sticky-extra{display:none}@media(max-width:767px){.sticky-extra{display:block;position:fixed;left:0;right:0;bottom:0;z-index:15;padding:0 10px calc(7px + env(safe-area-inset-bottom));visibility:hidden;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1),visibility .42s}.sticky-extra.is-visible{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-extra .sticky-extra-buy,.sticky-extra .sticky-extra-buy[aria-disabled=true]{display:flex;width:100%;min-height:55px;align-items:center;justify-content:center;gap:10px;padding:6px 11px;border:0;border-radius:999px;background:#313e6b;color:#fff;font-size:17px;font-weight:800;line-height:1.1}.sticky-extra-label{color:#fff;white-space:nowrap}.sticky-extra .sticky-extra-price{display:inline-block;min-width:0;padding:5px 9px;border-radius:6px;background:#fff;color:#313e6b;font-size:16px;font-weight:800;line-height:1.1;white-space:nowrap}.sticky-extra .sticky-extra-buy:focus-visible{outline:3px solid #ffb542;outline-offset:3px}}@media(prefers-reduced-motion:reduce){.sticky-extra{transition:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/styles.css.map */
