:root{--navy:#07142f;--navy-2:#0b1d43;--ink:#09132c;--blue:#176bff;--cyan:#56b7ff;--ice:#eef5ff;--line:#dce5f2;--muted:#5e6a7f;--white:#fff;--radius:28px;--shadow:0 24px 70px rgba(7,20,47,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Avenir Next,Avenir,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(1240px,calc(100% - 48px));margin-inline:auto}.page-narrow{max-width:820px}.skip-link{position:fixed;left:16px;top:-80px;padding:12px 18px;background:#fff;z-index:999;color:#000}.skip-link:focus{top:16px}.announcement{background:#06112a;color:#dbe8ff;font-size:12px;letter-spacing:.08em}.announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:56px}.site-header{height:82px;background:#fffffff5;border-bottom:1px solid #e7edf5;position:relative;z-index:20}.site-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:144px;overflow:hidden;display:flex;align-items:center}.brand img{width:100%;height:54px;object-fit:cover;object-position:center}.desktop-nav{display:flex;gap:38px;margin-left:auto}.desktop-nav a{font-weight:700;font-size:14px;color:#34415a}.desktop-nav a:hover{color:var(--blue)}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--blue),#004fe0);color:#fff;min-height:56px;padding:0 30px;font-size:15px;font-weight:800;box-shadow:0 12px 28px #176bff47;cursor:pointer;transition:.25s transform,.25s box-shadow}.button:hover{transform:translateY(-2px);box-shadow:0 18px 36px #176bff5c}.button--small{min-height:44px;padding:0 22px}.button--full{width:100%}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 40%,#163a79 0,#0b1d43 28%,#07142f 67%);color:#fff}.hero__glow{position:absolute;width:720px;height:720px;border-radius:50%;right:-100px;top:-80px;background:radial-gradient(circle,rgba(41,117,255,.25),transparent 66%)}.hero__grid{min-height:710px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative}.hero__content{padding:88px 0 72px;position:relative;z-index:3}.eyebrow,.kicker{display:block;color:var(--blue);font-weight:900;font-size:12px;letter-spacing:.18em}.eyebrow{color:#86b4ff;display:flex;align-items:center;gap:10px}.eyebrow span{width:32px;height:1px;background:#3d86ff}.hero h1,.section-heading h2,.dual-view h2,.buy-panel h2,.faq h2,.product-story h2{font-size:clamp(48px,5.8vw,82px);line-height:.99;letter-spacing:-.055em;margin:24px 0}.hero h1 em,.section-heading h2 em,.dual-view h2 em,.buy-panel h2 em,.faq h2 em,.product-story h2 em{font-weight:300;color:#55a4ff;font-style:normal}.hero__lead{color:#c6d4ed;font-size:18px;max-width:570px;line-height:1.75}.hero__actions{display:flex;align-items:center;gap:30px;margin-top:34px}.text-link{font-weight:800;border-bottom:1px solid #7891bb;padding-bottom:4px}.hero__proof{display:flex;gap:42px;margin-top:54px}.hero__proof div{display:flex;flex-direction:column}.hero__proof strong{font-size:24px}.hero__proof span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#8294b5}.hero__visual{height:680px;position:relative;display:flex;align-items:center;justify-content:center}.hero__visual img{position:relative;z-index:2;width:min(520px,95%);max-height:630px;object-fit:contain;filter:drop-shadow(0 38px 45px rgba(0,0,0,.5));transition:.35s transform}.hero__visual:hover img{transform:scale(1.025) rotate(-1deg)}.orbit{position:absolute;border:1px solid rgba(83,149,255,.24);border-radius:50%}.orbit--one{width:520px;height:520px}.orbit--two{width:390px;height:390px;border-color:#5395ff26}.hotspot{position:absolute;z-index:4;padding:9px 13px;border-radius:8px;background:#030d22bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;letter-spacing:.08em;color:#dbe7ff;border:1px solid rgba(133,178,255,.25)}.hotspot i{display:inline-block;width:7px;height:7px;background:#448eff;border-radius:50%;margin-right:7px;box-shadow:0 0 0 5px #448eff26}.hotspot--top{right:0;top:28%}.hotspot--bottom{left:0;bottom:22%}.hero__strip{border-top:1px solid rgba(125,162,221,.18);background:#030c1f80}.hero__strip .page-width{height:66px;display:flex;align-items:center;justify-content:center;gap:48px;font-size:11px;letter-spacing:.22em;color:#7e91b3}.hero__strip b{color:#176bff}.section{padding:112px 0}.section-heading{display:grid;grid-template-columns:1.35fr .65fr;align-items:end;gap:80px;margin-bottom:62px}.section-heading h2,.dual-view h2,.buy-panel h2,.faq h2,.product-story h2{font-size:clamp(42px,5vw,68px);color:var(--navy);margin:14px 0 0}.section-heading p{color:var(--muted);font-size:17px;margin:0 0 8px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{position:relative;min-height:360px;padding:32px;border-radius:var(--radius);background:#f4f7fb;border:1px solid #e7edf5;overflow:hidden;display:flex;flex-direction:column;transition:.3s transform,.3s box-shadow}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card--primary{background:var(--navy);color:#fff}.feature-card__num{position:absolute;right:26px;top:22px;color:#8f9bb0;font-size:12px}.feature-card h3{font-size:23px;margin:24px 0 8px}.feature-card p{color:#667287;margin:0}.feature-card--primary p{color:#9fb0cd}.feature-card b{font-size:13px;color:var(--blue);margin-top:auto}.dual-lens{height:105px;display:flex;align-items:center;gap:8px}.dual-lens span{display:block;border:7px solid #1f3768;background:radial-gradient(circle,#72bbff 0,#0e5dcc 12%,#020918 32%,#101b33 65%);border-radius:50%;width:82px;height:82px}.dual-lens span+span{width:58px;height:58px;border-width:5px}.icon-orbit{margin-top:24px;width:105px;height:105px;border:1px solid #b9c8db;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-weight:900;position:relative}.icon-orbit:after{content:"";position:absolute;width:12px;height:12px;background:var(--blue);border-radius:50%;right:4px;top:17px;box-shadow:0 0 0 8px #dce9ff}.icon-night{margin-top:22px;width:105px;height:105px;border-radius:50%;display:grid;place-items:center;font-size:54px;color:#fff;background:radial-gradient(circle at 35% 30%,#287cff,#07142f 68%)}.feature-card--image{grid-column:1/-1;min-height:370px;background:linear-gradient(110deg,#e8f0fb,#fff);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 70px}.feature-card--image img{width:330px;height:330px;object-fit:contain;justify-self:center;filter:drop-shadow(0 25px 30px rgba(6,20,49,.22))}.feature-card--image h3{font-size:34px}.feature-card--image span{font-size:11px;letter-spacing:.16em;color:var(--blue);font-weight:900}.scenes{background:var(--navy);color:#fff}.section-heading--light h2{color:#fff}.section-heading--light p{color:#9eb0cf}.scene-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.scene-card{position:relative;min-height:540px;border-radius:var(--radius);overflow:hidden;background:#0c1833}.scene-card img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;transition:.5s transform}.scene-card:hover img{transform:scale(1.035)}.scene-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(2,8,20,.88))}.scene-tag{position:absolute;z-index:2;left:26px;top:24px;padding:8px 12px;border-radius:999px;background:#030c1ea3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;letter-spacing:.14em}.scene-copy{position:absolute;z-index:2;left:34px;right:34px;bottom:32px}.scene-copy h3{font-size:30px;margin:0}.scene-copy p{color:#bac8e0;margin:4px 0 18px}.scene-copy b{color:#70a9ff;font-size:13px}.dual-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}.dual-view__product{min-height:670px;border-radius:var(--radius);position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,#ddecff,#f7faff 58%);overflow:hidden}.dual-view__product:before,.dual-view__product:after{content:"";position:absolute;width:480px;height:480px;border:1px solid #cddbef;border-radius:50%}.dual-view__product:after{width:330px;height:330px}.dual-view__product img{position:relative;z-index:2;width:460px;height:600px;object-fit:contain;filter:drop-shadow(0 38px 38px rgba(7,20,47,.22))}.badge{position:absolute;z-index:3;top:26px;left:26px;padding:9px 14px;border-radius:999px;background:var(--navy);color:#fff;font-size:10px;letter-spacing:.14em}.dual-view__content>p{font-size:17px;color:var(--muted)}.dual-view ol{padding:0;margin:34px 0;list-style:none}.dual-view li{display:flex;gap:18px;padding:18px 0;border-top:1px solid var(--line)}.dual-view li>span{color:var(--blue);font-weight:900;font-size:12px;padding-top:4px}.dual-view li h3{font-size:17px;margin:0}.dual-view li p{color:var(--muted);margin:2px 0}.buy-panel{background:#f2f6fb}.buy-panel__box{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.buy-panel__image{position:relative;min-height:700px;background:radial-gradient(circle at 50% 50%,#184785,#07142f 68%);display:flex;align-items:center;justify-content:center;overflow:hidden}.buy-panel__image>span{position:absolute;color:#ffffff09;font-size:150px;font-weight:900;line-height:.8;letter-spacing:-.08em}.buy-panel__image img{position:relative;width:470px;height:600px;object-fit:contain;filter:drop-shadow(0 35px 40px rgba(0,0,0,.5))}.buy-panel__content{padding:70px}.buy-panel h2{font-size:48px}.rating{color:#ffb019;letter-spacing:.12em;font-size:13px}.rating span{color:#637086;letter-spacing:0;margin-left:8px}.buy-panel__content>p{color:var(--muted);font-size:17px}.price{font-size:30px;font-weight:900;margin:22px 0}.buy-panel ul{padding:0;list-style:none;margin:24px 0}.buy-panel li{padding:10px 0;border-bottom:1px solid var(--line)}.buy-panel li:before{content:"\2713";color:var(--blue);font-weight:900;margin-right:12px}.buy-panel small{display:block;text-align:center;color:#7c8799;margin-top:12px}.faq__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq__grid>div>p{color:var(--muted)}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{font-size:18px;font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--blue);font-size:22px}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{color:var(--muted);padding-right:40px}.footer{background:#050e22;color:#9fb0cc;padding:74px 0 20px}.footer__grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:70px}.footer__logo{width:130px;height:54px;object-fit:cover;filter:brightness(0) invert(1)}.footer h3{color:#fff;font-size:14px}.footer a{display:block;margin:8px 0;font-size:14px}.footer__bottom{border-top:1px solid #1b2945;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px}.product-hero{background:linear-gradient(135deg,#f5f8fc,#fff);padding:72px 0 100px}.product-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:start}.product-gallery{position:sticky;top:24px}.product-gallery__stage{position:relative;min-height:650px;border-radius:32px;background:radial-gradient(circle,#fff 15%,#e5edf8 70%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-gallery__main{width:560px;height:610px;object-fit:contain;filter:drop-shadow(0 35px 30px rgba(7,20,47,.22))}.product-gallery__badge{position:absolute;top:24px;left:24px;padding:12px 16px;background:var(--navy);color:#fff;border-radius:12px;font-size:10px;letter-spacing:.12em}.product-gallery__badge b{font-size:20px}.product-gallery__thumbs{display:flex;gap:12px;margin-top:14px}.product-thumb{width:82px;height:82px;padding:5px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.product-thumb.is-active{border-color:var(--blue);box-shadow:0 0 0 2px #d8e7ff}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-info{padding-top:24px}.product-info h1{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-.04em;margin:18px 0}.product-price{font-size:32px;font-weight:900;margin:22px 0 12px}.product-intro{font-size:17px;color:var(--muted)}.quick-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:28px 0}.quick-benefits div{background:#edf3fb;border-radius:14px;padding:14px;display:flex;flex-direction:column}.quick-benefits b{font-size:20px;color:var(--blue)}.quick-benefits span{font-size:11px;color:#68758a;text-transform:uppercase}.product-form{border-top:1px solid var(--line);padding-top:24px}.product-form label{display:block;font-weight:800;font-size:13px;margin:14px 0 7px}.product-form select{width:100%;height:52px;border:1px solid #cbd7e7;border-radius:12px;background:#fff;padding:0 14px}.qty{display:flex;border:1px solid #cbd7e7;border-radius:12px;width:138px;height:48px;margin-bottom:20px;overflow:hidden}.qty button{width:42px;border:0;background:#edf3fb;cursor:pointer}.qty input{min-width:0;width:54px;border:0;text-align:center}.shopify-payment-button{margin-top:10px}.purchase-notes{display:grid;gap:7px;margin-top:22px;color:#536178;font-size:13px}.purchase-notes span:before{color:var(--blue)}.product-story{background:#fff}.story-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-cards>div{padding:30px;border:1px solid var(--line);border-radius:22px;background:#f8fafc}.story-cards span{color:var(--blue);font-weight:900;font-size:12px}.story-cards h3{font-size:20px}.story-cards p{color:var(--muted)}.mobile-sticky{display:none}.basic-page{min-height:60vh}.basic-page h1{font-size:52px;line-height:1.1}.rte{color:#48556b}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:20px;padding:20px}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f5f8fc;border-radius:14px}.cart-list{display:grid;gap:15px}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:20px;border:1px solid var(--line);border-radius:18px;padding:14px}.cart-item img{width:120px;height:120px;object-fit:contain}.cart-item input{width:80px}.cart-total{display:flex;justify-content:space-between;font-size:22px;padding:28px 0}.center{text-align:center}@media(max-width:900px){.page-width{width:min(100% - 32px,720px)}.announcement__inner{justify-content:center;gap:14px}.announcement__inner span:nth-child(n+2){display:none}.site-header{height:68px}.brand{width:116px}.desktop-nav{display:none}.hero__grid{min-height:auto;grid-template-columns:1fr}.hero__content{padding:64px 0 20px;text-align:center}.eyebrow{justify-content:center}.hero h1{font-size:clamp(45px,12vw,68px)}.hero__lead{font-size:16px;margin-inline:auto}.hero__actions{justify-content:center}.hero__proof{justify-content:center;margin-top:38px}.hero__visual{height:560px}.hero__visual img{height:530px;width:92%}.hotspot--top{right:3%;top:26%}.hotspot--bottom{left:2%;bottom:21%}.hero__strip .page-width{gap:18px}.section{padding:80px 0}.section-heading{grid-template-columns:1fr;gap:24px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card--image{grid-column:1/-1}.scene-grid{grid-template-columns:1fr}.scene-card{min-height:500px}.dual-view__grid,.buy-panel__box,.product-hero__grid{grid-template-columns:1fr}.dual-view__grid{gap:52px}.dual-view__product{min-height:570px}.buy-panel__image{min-height:600px}.faq__grid{grid-template-columns:1fr;gap:30px}.product-gallery{position:relative}.product-gallery__stage{min-height:580px}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}.collection-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){body{padding-bottom:env(safe-area-inset-bottom)}.page-width{width:calc(100% - 28px)}.site-header__inner{gap:10px}.site-header .button{padding:0 15px;min-height:40px;font-size:12px}.hero__content{padding-top:48px}.eyebrow{font-size:10px;letter-spacing:.12em}.hero h1{font-size:44px}.hero__lead{font-size:15px;line-height:1.65}.hero__actions{flex-direction:column;gap:18px}.hero__actions .button{width:100%}.hero__proof{gap:17px;justify-content:space-between}.hero__proof strong{font-size:20px}.hero__proof span{font-size:9px}.hero__visual{height:430px;margin-top:12px}.hero__visual img{height:420px}.orbit--one{width:350px;height:350px}.orbit--two{width:260px;height:260px}.hotspot{font-size:8px;padding:7px 8px}.hotspot--top{right:0;top:24%}.hotspot--bottom{left:0;bottom:18%}.hero__strip{display:none}.section{padding:66px 0}.section-heading{margin-bottom:38px}.section-heading h2,.dual-view h2,.buy-panel h2,.faq h2,.product-story h2{font-size:40px}.section-heading p{font-size:15px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:320px;padding:26px}.feature-card--image{grid-template-columns:1fr;min-height:520px;padding:20px;text-align:center}.feature-card--image img{width:290px;height:300px}.scene-card{min-height:460px;border-radius:20px}.scene-card--large{min-height:520px}.scene-card img{object-position:62% center}.scene-grid .scene-card:last-child img{object-position:62% center}.scene-copy{left:22px;right:22px;bottom:22px}.scene-copy h3{font-size:25px}.dual-view__product{min-height:470px;border-radius:20px}.dual-view__product img{width:330px;height:430px}.dual-view__product:before{width:350px;height:350px}.dual-view__product:after{width:250px;height:250px}.dual-view__content>.button{width:100%}.buy-panel__box{border-radius:20px}.buy-panel__image{min-height:470px}.buy-panel__image img{width:330px;height:440px}.buy-panel__image>span{font-size:100px}.buy-panel__content{padding:36px 22px}.buy-panel h2{font-size:38px}.faq summary{font-size:16px}.footer{padding-top:52px}.footer__grid{grid-template-columns:1fr;gap:30px}.footer__grid>div:first-child{grid-column:auto}.footer__bottom{flex-direction:column;gap:7px}.product-hero{padding:24px 0 70px}.product-hero__grid{gap:30px}.product-gallery__stage{min-height:440px;border-radius:20px}.product-gallery__main{height:410px;width:100%}.product-gallery__badge{top:14px;left:14px}.product-info{padding-top:0}.product-info .eyebrow{justify-content:flex-start}.product-info h1{font-size:36px}.quick-benefits div{padding:11px 8px}.quick-benefits b{font-size:17px}.quick-benefits span{font-size:9px}.story-cards,.collection-grid{grid-template-columns:1fr}.mobile-sticky{position:fixed;z-index:50;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff;border:1px solid #274271;border-radius:999px;padding:10px 12px 10px 20px;box-shadow:0 10px 35px #0000004d}.mobile-sticky b{background:var(--blue);border-radius:999px;padding:10px 16px;font-size:13px}.basic-page h1{font-size:40px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.sku-picker{border:0;padding:0;margin:0 0 22px;min-width:0}.sku-picker legend{font-weight:900;font-size:15px;margin-bottom:10px}.sku-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sku-option{position:relative;min-width:0}.sku-radio{position:absolute;opacity:0;pointer-events:none}.sku-card{position:relative;display:grid!important;grid-template-columns:74px minmax(0,1fr);gap:11px;align-items:center;min-height:96px;padding:9px;border:2px solid #d9e2ef;border-radius:15px;background:#fff;cursor:pointer;transition:.2s border-color,.2s box-shadow,.2s transform;margin:0!important}.sku-card:hover{border-color:#7aa8f5;transform:translateY(-1px)}.sku-image{display:block;width:74px;height:74px;border-radius:10px;overflow:hidden;background:#f0f4f9}.sku-image img{width:100%;height:100%;object-fit:contain}.sku-copy{min-width:0;display:flex;flex-direction:column;line-height:1.25}.sku-copy strong{font-size:13px;overflow-wrap:anywhere}.sku-copy>span{font-size:13px;color:var(--blue);font-weight:900;margin-top:5px}.sku-copy small{font-size:11px;color:#a23636}.sku-check{display:none;position:absolute;right:7px;top:7px;width:21px;height:21px;border-radius:50%;place-items:center;background:var(--blue);color:#fff;font-size:11px}.sku-radio:checked+.sku-card{border-color:var(--blue);box-shadow:0 0 0 3px #176bff1f}.sku-radio:checked+.sku-card .sku-check{display:grid}.sku-radio:focus-visible+.sku-card{outline:3px solid #76afff;outline-offset:2px}.sku-option.is-soldout .sku-card{opacity:.48;cursor:not-allowed}.home-sku-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:18px 0}.home-sku{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:auto auto;gap:0 9px;align-items:center;padding:7px;border:1px solid var(--line);border-radius:12px}.home-sku:hover{border-color:var(--blue)}.home-sku>span{grid-row:1/3;width:54px;height:54px;background:#f2f6fb;border-radius:8px;overflow:hidden}.home-sku img{width:100%;height:100%;object-fit:contain}.home-sku b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-sku small{color:var(--blue);font-weight:900}@media(max-width:600px){.hero__content{padding-top:44px}.hero h1{font-size:42px}.hero__visual{height:390px;margin-top:8px}.hero__visual img{height:380px;width:88%}.orbit--one{width:320px;height:320px}.orbit--two{width:235px;height:235px}.section{padding:62px 0}.section-heading{margin-bottom:34px}.section-heading h2,.dual-view h2,.buy-panel h2,.faq h2,.product-story h2{font-size:38px}.feature-card{min-height:300px;padding:24px}.feature-card--image{min-height:470px;padding:18px}.feature-card--image img{width:260px;height:270px}.scene-card{min-height:420px}.scene-card--large{min-height:460px}.scene-card img{object-position:68% center}.scene-grid .scene-card:last-child img{object-position:62% center}.dual-view__product{min-height:430px}.dual-view__product img{width:300px;height:390px}.buy-panel__image{min-height:430px}.buy-panel__image img{width:300px;height:400px}.buy-panel__content{padding:34px 20px}.buy-panel h2{font-size:36px}.home-sku-grid{grid-template-columns:1fr 1fr}.product-hero{padding-top:16px}.product-hero__grid{gap:26px}.product-gallery__stage{min-height:380px;aspect-ratio:1/1}.product-gallery__main{height:355px;width:92%}.product-gallery__thumbs{overflow-x:auto;padding-bottom:3px}.product-thumb{flex:0 0 68px;width:68px;height:68px}.product-info h1{font-size:34px}.sku-grid{grid-template-columns:1fr}.sku-card{grid-template-columns:82px minmax(0,1fr);min-height:102px}.sku-image{width:82px;height:82px}}.product-description{padding:0;background:#fff}.product-description__inner{width:min(100%,1200px);max-width:1200px}.product-description__inner>*:first-child{margin-top:0}.product-description__inner>*:last-child{margin-bottom:0}.product-description__inner img,.product-description__inner video,.product-description__inner iframe{display:block;max-width:100%!important;height:auto!important;margin-inline:auto}.product-description__inner table{display:block;max-width:100%;overflow-x:auto}.product-description__inner [style*=width]{max-width:100%!important}.product-description__inner p:empty{display:none}@media(max-width:600px){.product-description__inner{width:100%;padding:0}.product-description__inner img,.product-description__inner video{width:100%!important;object-fit:contain}.product-description__inner iframe{width:100%!important;aspect-ratio:16/9}.product-description__inner h1,.product-description__inner h2,.product-description__inner h3,.product-description__inner p:not(:has(img)),.product-description__inner ul,.product-description__inner ol{max-width:calc(100% - 28px);margin-left:auto;margin-right:auto}.product-description__inner [style*=min-width]{min-width:0!important}}@media(max-width:375px){.page-width{width:calc(100% - 20px)}.announcement__inner{min-height:28px;font-size:10px}.site-header{height:58px}.brand{width:96px}.brand img{height:42px}.site-header .button{min-height:36px;padding:0 12px;font-size:11px;gap:8px}.product-hero{padding:10px 0 54px}.product-hero__grid{gap:18px}.product-gallery__stage{min-height:0;height:310px;aspect-ratio:auto;border-radius:16px}.product-gallery__main{width:88%;height:286px;object-fit:contain}.product-gallery__badge{top:10px;left:10px;padding:7px 9px;border-radius:9px;font-size:8px}.product-gallery__badge b{font-size:16px}.product-gallery__thumbs{gap:7px;margin-top:9px}.product-thumb{flex-basis:54px;width:54px;height:54px;padding:3px;border-radius:9px}.product-info h1{font-size:28px;line-height:1.06;letter-spacing:-.035em;overflow-wrap:anywhere;margin:12px 0}.product-info .eyebrow{font-size:8px;letter-spacing:.1em}.product-info .eyebrow span{width:20px}.rating{font-size:10px;letter-spacing:.06em}.rating span{font-size:10px;margin-left:5px}.product-price{font-size:27px;margin:16px 0 8px}.product-intro{font-size:14px;line-height:1.55}.quick-benefits{margin:18px 0;gap:5px}.quick-benefits div{padding:9px 6px;border-radius:10px}.quick-benefits b{font-size:15px}.quick-benefits span{font-size:8px}.sku-picker legend{font-size:14px}.sku-card{grid-template-columns:70px minmax(0,1fr);min-height:88px;padding:7px}.sku-image{width:70px;height:70px}.sku-copy strong,.sku-copy>span{font-size:12px}.qty{height:44px}.product-form .button{min-height:50px;padding-inline:18px}.purchase-notes{font-size:11px}.mobile-sticky{left:6px;right:6px;bottom:max(6px,env(safe-area-inset-bottom));padding:7px 8px 7px 14px}.mobile-sticky span{font-size:12px}.mobile-sticky b{padding:8px 12px;font-size:11px}.section-heading h2,.dual-view h2,.buy-panel h2,.faq h2,.product-story h2{font-size:34px}.hero h1{font-size:36px}.hero__visual{height:330px}.hero__visual img{height:320px}.scene-card{min-height:380px}.scene-card--large{min-height:410px}.buy-panel__image{min-height:370px}.buy-panel__image img{height:350px}.home-sku-grid{grid-template-columns:1fr}.product-description__inner h1,.product-description__inner h2,.product-description__inner h3,.product-description__inner p:not(:has(img)),.product-description__inner ul,.product-description__inner ol{max-width:calc(100% - 20px)}}@media(max-width:600px){html,body{max-width:100%;overflow-x:hidden}.product-hero,.product-hero .page-width,.product-hero__grid,.product-gallery,.product-info,.product-form,.quick-benefits,.sku-picker,.sku-grid{min-width:0;max-width:100%}.product-hero__grid{grid-template-columns:minmax(0,1fr)}.product-info h1{max-width:100%;font-size:clamp(27px,8vw,32px);line-height:1.08;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.product-intro{max-width:100%;font-size:14px;overflow-wrap:anywhere}.quick-benefits{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:6px}.quick-benefits div{min-width:0;padding:10px 7px}.quick-benefits span{font-size:8px;white-space:normal;overflow-wrap:anywhere}.quick-benefits b{font-size:16px}.rating{display:flex;flex-wrap:wrap;gap:4px;max-width:100%}.rating span{min-width:0}.product-gallery__thumbs{max-width:100%;overflow-x:auto;overflow-y:hidden}.sku-grid{grid-template-columns:minmax(0,1fr)}.sku-card,.sku-copy{min-width:0;max-width:100%}.sku-copy strong{white-space:normal;overflow-wrap:anywhere}.product-description,.product-description__inner{max-width:100%;overflow-x:hidden}.product-description__inner>*{max-width:100%!important}.scene-grid,.dual-view__grid,.buy-panel__box,.faq__grid{grid-template-columns:minmax(0,1fr);min-width:0}.scene-card,.dual-view__product,.buy-panel__image,.buy-panel__content{min-width:0;max-width:100%}}@media(min-width:601px){.product-description{padding:34px 0 64px;background:#f5f8fc}.product-description__inner{width:min(860px,calc(100% - 48px));max-width:860px;padding:0;margin-inline:auto;background:#fff;box-shadow:0 18px 55px #07142f14;overflow:hidden}.product-description__inner>*,.product-description__inner [style*=width],.product-description__inner [style*=max-width]{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}.product-description__inner img,.product-description__inner video,.product-description__inner iframe{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:0 auto!important}.product-description__inner iframe{aspect-ratio:16/9}.product-description__inner p{margin-top:0;margin-bottom:0}.product-description__inner table{width:100%!important}.product-description__inner h1,.product-description__inner h2,.product-description__inner h3,.product-description__inner h4,.product-description__inner ul,.product-description__inner ol,.product-description__inner p:not(:has(img)){padding-left:42px;padding-right:42px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/vtboz.css.map */
