@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@700;800;900&display=swap");:root{--ink:#082d22;--green:#78b94c;--lime:#c8f36b;--cream:#f8f2e5;--paper:#fffdf8;--orange:#fa805f;--line:rgba(8,45,34,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a,button{color:inherit}a{text-decoration:none}button{cursor:pointer}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.announcement{height:34px;background:var(--ink);color:var(--cream);justify-content:center;gap:14px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.announcement,.nav{display:flex;align-items:center}.nav{height:86px;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font:900 25px/1 Nunito,sans-serif}.brand-wordmark{display:block;width:180px;height:auto}.brand-wordmark-large{width:204px}.checkout-state-logo{width:204px;height:auto}.nav nav{display:flex;gap:36px;font-weight:600;font-size:14px}.nav nav a{position:relative}.nav nav a:after{content:"";height:2px;background:var(--green);position:absolute;left:0;right:100%;bottom:-7px;transition:right .25s}.nav nav a:hover:after{right:0}.bag-button{border:0;background:var(--cream);border-radius:99px;padding:12px 17px;display:flex;align-items:center;gap:8px;font-weight:700;position:relative}.bag-button b{position:absolute;right:-6px;top:-7px;background:var(--orange);color:white;min-width:21px;height:21px;border-radius:50%;font-size:11px;display:grid;place-items:center}.hero{min-height:660px;border-radius:32px;background:var(--cream);display:grid;grid-template-columns:.92fr 1.08fr;overflow:hidden}.hero,.hero-copy{position:relative}.hero-copy{padding:74px 20px 60px 72px;z-index:2}.eyebrow{display:inline-flex;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:11px;color:#4d7739;margin-bottom:16px}.bundle h2,.faq h2,.hero h1,.section-heading h2{font:900 clamp(48px,6vw,78px)/.98 Nunito,sans-serif;letter-spacing:-.045em;margin:0}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{font-size:18px;line-height:1.55;max-width:490px;margin:26px 0 30px;color:#35574e}.hero-actions{display:flex;align-items:center;gap:22px}.primary-btn{border:0;background:var(--ink);color:white;padding:16px 22px;border-radius:99px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:14px;box-shadow:0 7px 0 #a5cf73;transition:transform .2s,box-shadow .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 9px 0 #a5cf73}.hero-actions>span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.social-proof{display:flex;align-items:center;gap:14px;margin-top:52px}.faces{display:flex}.faces i{width:39px;height:39px;border:3px solid var(--cream);border-radius:50%;background:var(--orange);color:white;display:grid;place-items:center;font:800 11px Nunito;font-style:normal;margin-left:-8px}.faces i:nth-child(2){background:var(--green)}.faces i:nth-child(3){background:var(--ink);font-size:8px}.social-proof p{font-size:12px;line-height:1.35;margin:0}.social-proof b{font-size:14px}.hero-art{background:#dff09f;margin:24px;border-radius:26px;position:relative;min-height:600px;overflow:hidden}.hero-art:before{content:"";width:500px;height:500px;border-radius:50%;border:2px solid rgba(8,45,34,.15);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.case-stack{position:absolute;width:64%;height:75%;filter:drop-shadow(0 28px 25px rgba(8,45,34,.18))}.case-stack img{object-fit:contain}.case-back{right:-4%;top:-4%;transform:rotate(13deg)}.case-front{left:3%;bottom:-3%;transform:rotate(-9deg)}.hero-orbit{position:absolute;z-index:4;background:white;border:1px solid var(--line);padding:10px 14px;border-radius:99px;font-size:11px;font-weight:800;box-shadow:0 8px 25px rgba(8,45,34,.1)}.orbit-one{right:5%;top:16%;transform:rotate(5deg)}.orbit-two{left:5%;bottom:14%;transform:rotate(-6deg)}.pixel-star{position:absolute;color:var(--ink);font-size:28px}.star-one{left:8%;top:12%}.star-two{right:9%;bottom:10%;color:var(--orange)}.trust-strip{width:min(1040px,calc(100% - 48px));margin:32px auto 110px;display:flex;justify-content:space-between;gap:20px}.trust-strip div{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.trust-strip svg{width:19px}.shop{scroll-margin-top:30px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.bundle h2,.faq h2,.section-heading h2{font-size:48px}.section-heading label{font-size:12px;font-weight:700}.select-wrap{position:relative;display:inline-flex;align-items:center;margin-left:10px}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);background:white;border-radius:99px;padding:12px 40px 12px 16px;color:var(--ink);font-weight:700}.select-wrap svg{position:absolute;right:13px;pointer-events:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.product-card{min-width:0}.product-image{height:360px;position:relative;border-radius:22px;overflow:hidden}.product-image img{object-fit:contain;padding:18px;transition:transform .5s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-image img{transform:scale(1.06) rotate(-2deg)}.badge{position:absolute;z-index:2;left:14px;top:14px;background:var(--paper);padding:7px 10px;border-radius:99px;font-size:10px;font-weight:800}.product-info{display:flex;justify-content:space-between;margin:16px 4px 12px}.product-info h3{font:800 17px Nunito;margin:0 0 3px}.product-info p{font-size:11px;color:#61756e;margin:0}.product-info>b{font:800 17px Nunito}.product-card>button{width:100%;border:1px solid var(--ink);background:transparent;border-radius:99px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:.2s}.bundle,.product-card>button:hover{background:var(--ink);color:white}.bundle{margin-top:140px;border-radius:32px;padding:70px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:70px;gap:70px;overflow:hidden}.bundle-visual{min-height:510px;background:#f2c7b4;border-radius:24px;position:relative}.mini-case{position:absolute;width:58%;height:82%;filter:drop-shadow(0 20px 15px rgba(8,45,34,.2))}.mini-case img{object-fit:contain}.m1{left:-9%;top:5%;transform:rotate(-15deg)}.m2{left:23%;top:0;transform:rotate(1deg)}.m3{right:-8%;top:7%;transform:rotate(15deg)}.bundle-visual>span{position:absolute;right:18px;bottom:18px;background:var(--lime);color:var(--ink);font:900 13px Nunito;text-transform:uppercase;padding:11px 16px;transform:rotate(-4deg);border-radius:5px}.bundle-copy{align-self:center}.bundle .eyebrow{color:var(--lime)}.bundle-copy>p{color:#c9d7d2;line-height:1.6}.bundle-options{display:grid;grid-gap:10px;gap:10px;margin:25px 0}.bundle-options button{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.2);color:white;border-radius:15px;padding:16px;display:flex;justify-content:space-between;text-align:left}.bundle-options button.active{border-color:var(--lime);box-shadow:inset 0 0 0 1px var(--lime)}.bundle-options span{display:grid;grid-gap:3px;gap:3px}.bundle-options small{color:#a8bbb4}.bundle-options strong{font-size:20px}.bundle .primary-btn{background:var(--lime);color:var(--ink);box-shadow:none;width:100%}.why{padding-block:140px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.feature-grid article{border:1px solid var(--line);border-radius:22px;padding:28px;min-height:260px;position:relative;transition:transform .25s,background .25s}.feature-grid article:hover{transform:translateY(-5px);background:var(--cream)}.feature-grid article>span{position:absolute;right:25px;top:24px;font:900 13px Nunito;color:var(--green)}.feature-grid svg{width:38px;height:38px;margin-top:25px}.feature-grid h3{font:800 22px Nunito;margin:28px 0 8px}.feature-grid p{font-size:14px;line-height:1.55;color:#546c64;margin:0;max-width:300px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:100px;gap:100px;padding-bottom:140px}.faq>div:first-child p{line-height:1.5;color:#526860}.faq>div:first-child a{text-decoration:underline}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item button{border:0;background:transparent;width:100%;padding:24px 0;display:flex;justify-content:space-between;font:800 17px Nunito;text-align:left}.faq-item svg{transition:transform .2s}.faq-item svg.rotated{transform:rotate(45deg)}.faq-item p{margin:0;overflow:hidden;color:#526860;line-height:1.6;padding-right:40px}.faq-item p:after{content:"";display:block;height:22px}footer{background:var(--cream);padding:70px 0 25px}.footer-inner{display:grid;grid-template-columns:1.2fr .55fr 1fr;grid-gap:80px;gap:80px}.footer-inner>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-inner p{font-size:13px;color:#587067;margin:0;max-width:270px;line-height:1.5}.footer-inner b{font:800 14px Nunito}.footer-inner a:not(.brand){font-size:13px}.footer-inner form{height:47px;width:100%;display:flex;border-bottom:1px solid var(--ink)}.footer-inner input{outline:none;flex:1 1}.footer-inner form button,.footer-inner input{border:0;background:transparent}.legal{border-top:1px solid var(--line);margin-top:60px;padding-top:22px;display:flex;justify-content:space-between;font-size:10px;color:#62776f}.overlay{position:fixed;inset:0;background:rgba(3,20,15,.52);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20}.cart{position:fixed;z-index:21;right:0;top:0;height:100dvh;width:min(470px,100%);background:var(--paper);display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.16)}.cart-head{padding:28px 28px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head .eyebrow{margin-bottom:5px}.cart-head h2{font:900 28px Nunito;margin:0}.cart-head h2 small{font-size:12px;background:var(--lime);border-radius:50%;padding:4px 7px;vertical-align:top}.cart-head>button{border:0;background:var(--cream);border-radius:50%;width:40px;height:40px;display:grid;place-items:center}.empty-cart{margin:auto;text-align:center;padding:40px}.empty-cart>svg{width:60px;height:60px;color:var(--green)}.empty-cart h3{font:900 24px Nunito;margin-bottom:8px}.empty-cart p{color:#60746d}.empty-cart .primary-btn{margin-top:12px}.cart-items{padding:10px 28px;overflow:auto;flex:1 1}.cart-item{display:grid;grid-template-columns:88px 1fr auto;grid-gap:15px;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:105px;border-radius:13px;position:relative;overflow:hidden}.cart-thumb img{object-fit:contain}.cart-item>div:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;gap:5px}.cart-item b{font:800 16px Nunito}.cart-item span{font-size:11px;color:#698078;line-height:1.5}.cart-item strong{font-size:13px}.qty{display:flex;border:1px solid var(--line);border-radius:99px;height:29px;margin-top:auto}.qty button{border:0;background:transparent;width:29px;display:grid;place-items:center}.qty svg{width:12px}.qty span{width:20px;display:grid;place-items:center;color:var(--ink)}.cart-footer{padding:18px 28px 24px;border-top:1px solid var(--line)}.delivery-progress{background:#e8f4db;color:#366126;border-radius:10px;padding:10px;font-size:11px;font-weight:700;display:flex;gap:8px}.delivery-progress svg{width:15px}.subtotal{display:flex;justify-content:space-between;padding:18px 0}.subtotal>span{font-weight:700}.subtotal small{display:block;font-weight:400;color:#72837d;font-size:10px;margin-top:4px}.subtotal b{font:900 23px Nunito}.checkout-btn{width:100%;border:0;background:var(--ink);color:white;border-radius:99px;padding:17px;gap:12px;font-weight:800}.cart-footer>small,.checkout-btn{display:flex;align-items:center;justify-content:center}.cart-footer>small{gap:5px;margin-top:10px;color:#71827c}.cart-footer>small svg{width:14px}.checkout-error{font-size:11px;color:#a83a2c;background:#fff0eb;border-radius:8px;padding:8px}.cart-footer .checkout-error{margin:0 0 10px}.product-page{background:var(--paper)}.product-breadcrumb{display:flex;align-items:center;gap:9px;padding:8px 0 24px;font-size:11px;color:#6b7d76}.product-breadcrumb a{display:flex;align-items:center;gap:5px;font-weight:700;color:var(--ink)}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:70px;gap:70px;align-items:start}.product-gallery{display:grid;grid-gap:14px;gap:14px}.gallery-main{height:650px;border-radius:28px;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;padding:28px;filter:drop-shadow(0 30px 24px rgba(8,45,34,.17))}.gallery-secondary{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.case-promise,.material-shot{height:270px;border-radius:22px;position:relative;overflow:hidden}.material-shot img{object-fit:cover;transform:scale(1.04);opacity:.96}.material-shot span{position:absolute;left:16px;bottom:16px;background:white;padding:8px 11px;border-radius:99px;font-size:10px;font-weight:800}.case-promise{background:var(--cream);padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.case-promise svg{position:absolute;left:28px;top:28px;width:38px;height:38px;color:var(--green)}.case-promise strong{font:800 19px Nunito}.case-promise p{font-size:12px;line-height:1.5;color:#587068;margin-bottom:0}.product-buy{position:-webkit-sticky;position:sticky;top:30px;padding-top:12px}.rating{font-size:12px;letter-spacing:.08em;color:#e78a35}.rating span{color:#6c7c76;letter-spacing:0;margin-left:9px}.product-title{display:flex;justify-content:space-between;align-items:flex-start;margin-top:24px}.product-title .eyebrow{margin-bottom:8px}.product-title h1{font:900 clamp(44px,5vw,66px)/1 Nunito;letter-spacing:-.045em;margin:0}.product-title>button{border:1px solid var(--line);background:white;border-radius:50%;width:44px;height:44px;display:grid;place-items:center}.product-title>button svg{width:18px}.product-description{font-size:16px;line-height:1.6;color:#4e6960;margin:22px 0}.price-line{display:flex;align-items:baseline;gap:10px}.price-line strong{font:900 27px Nunito}.price-line span{font-size:10px;color:#75857f}.color-choice{margin:27px 0 18px;display:flex;align-items:center;justify-content:space-between}.color-choice>div{display:flex;gap:9px;font-size:12px}.color-choice span{color:#6b7e77}.color-choice i{display:block;width:28px;height:28px;border-radius:50%;border:5px solid white;box-shadow:0 0 0 1px var(--ink)}.model-choice{display:grid;grid-gap:9px;gap:9px;font-size:12px}.model-choice>div{position:relative}.model-choice select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid var(--line);background:white;border-radius:13px;padding:15px 44px 15px 15px;font-weight:700;color:var(--ink)}.model-choice svg{position:absolute;right:15px;top:14px;width:18px;pointer-events:none}.buy-now,.product-add{width:100%;border-radius:99px;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:11px;font-weight:800;margin-top:13px}.product-add{background:var(--ink);color:white;border:0;box-shadow:0 6px 0 #a5cf73}.buy-now{background:transparent;border:1px solid var(--ink)}.buy-now svg,.product-add svg{width:18px}.buy-assurances{display:grid;grid-gap:14px;gap:14px;margin:28px 3px;padding-block:24px;border-block:1px solid var(--line)}.buy-assurances>div{display:flex;gap:13px;align-items:center}.buy-assurances svg{width:20px;color:#4d873c}.buy-assurances span{display:grid}.buy-assurances b{font-size:12px}.buy-assurances small{font-size:10px;color:#71827c;margin-top:2px}.material-note{background:#edf5dc;border-radius:15px;padding:16px;display:flex;gap:12px}.material-note svg{width:20px;flex:none}.material-note p{font-size:11px;line-height:1.5;margin:0;color:#4e685e}.material-note b{display:block;font-size:12px;color:var(--ink);margin-bottom:3px}.compatibility-note{font-size:9px;line-height:1.5;color:#809089;margin:12px 3px}.product-story{padding-block:140px}.product-story h2,.related h2{font:900 52px/1 Nunito;letter-spacing:-.04em;margin:0}.story-points{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;border-block:1px solid var(--line)}.story-points article{padding:28px;border-right:1px solid var(--line)}.story-points article:first-child{padding-left:0}.story-points article:last-child{border:0}.story-points article>span{font:800 11px Nunito;color:var(--green)}.story-points h3{font:800 20px Nunito;margin:24px 0 8px}.story-points p{font-size:13px;color:#5e746c;max-width:250px;line-height:1.5}.related{padding-bottom:140px}.related>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:38px}.related-card>div{height:390px;border-radius:22px;position:relative;overflow:hidden}.related-card img{object-fit:contain;padding:20px;transition:transform .35s}.related-card:hover img{transform:scale(1.05)}.related-card>span{display:flex;justify-content:space-between;padding:15px 4px;font:800 15px Nunito}.product-footer{padding:10px 0 25px}.quick-bag{position:fixed;z-index:21;left:50%;bottom:20px;transform:translateX(-50%);width:min(920px,calc(100% - 28px));background:var(--paper);border-radius:22px;padding:18px;display:grid;grid-template-columns:110px 1fr 230px;grid-gap:20px;gap:20px;box-shadow:0 20px 80px rgba(3,20,15,.28)}.quick-close{position:absolute;right:12px;top:12px;border:0;background:var(--cream);border-radius:50%;width:32px;height:32px;display:grid;place-items:center}.quick-close svg{width:16px}.quick-image{position:relative;border-radius:14px;overflow:hidden}.quick-image img{object-fit:contain}.quick-copy{align-self:center}.quick-copy .eyebrow{margin:0 0 4px;color:#4c843c;align-items:center;gap:5px}.quick-copy .eyebrow svg{width:13px}.quick-copy h2{font:900 23px Nunito;margin:0}.quick-copy p{font-size:10px;color:#6e817a;margin:3px 0 10px}.quantity{display:flex;border:1px solid var(--line);border-radius:99px;width:92px;height:28px}.quantity button{border:0;background:transparent;width:30px}.quantity span{display:grid;place-items:center;flex:1 1;font-size:11px}.quick-total{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding-right:5px}.quick-total>span{font-size:10px;color:#73837d}.quick-total>strong{font:900 24px Nunito}.quick-total>button{border:0;background:var(--ink);color:white;border-radius:99px;padding:11px 15px;display:flex;align-items:center;gap:9px;font-size:11px;font-weight:800;margin-top:5px}.quick-total>button svg{width:15px}.quick-total>small{color:#a83a2c;font-size:9px;margin-top:4px}@media(max-width:980px){.hero{grid-template-columns:1fr}.hero-copy{padding:60px 55px 30px}.hero-art{min-height:520px}.trust-strip{flex-wrap:wrap}.product-grid{grid-template-columns:repeat(2,1fr)}.bundle{grid-template-columns:1fr;padding:40px}.bundle-visual{min-height:450px}.faq{gap:50px}.nav nav{display:none}}@media(max-width:650px){.shell{width:min(100% - 28px,1180px)}.announcement{font-size:9px}.nav{height:70px}.brand{font-size:20px}.brand-wordmark{width:138px;height:auto}.brand-wordmark-large{width:168px}.bag-button span{display:none}.hero{border-radius:22px;min-height:auto}.hero-copy{padding:44px 24px 24px}.hero h1{font-size:49px}.hero-copy>p{font-size:15px}.hero-actions{align-items:flex-start;flex-direction:column}.social-proof{margin-top:36px}.hero-art{margin:12px;min-height:420px}.case-stack{width:75%;height:76%}.trust-strip{margin:25px auto 80px;display:grid;grid-template-columns:1fr 1fr}.trust-strip div{font-size:10px}.section-heading{align-items:flex-start;gap:22px;flex-direction:column}.bundle h2,.faq h2,.section-heading h2{font-size:39px}.section-heading label{width:100%;display:flex;align-items:center}.select-wrap{flex:1 1}.select-wrap select{width:100%}.product-grid{grid-template-columns:1fr;gap:40px}.product-image{height:420px}.bundle{margin-top:95px;padding:22px;border-radius:22px;gap:35px}.bundle-visual{min-height:360px}.why{padding-block:95px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:220px}.faq{padding-bottom:90px}.faq,.footer-inner{grid-template-columns:1fr;gap:45px}.legal{align-items:center;flex-direction:column;gap:8px}.cart-footer,.cart-head,.cart-items{padding-left:20px;padding-right:20px}}@media(max-width:980px){.product-detail{grid-template-columns:1fr;gap:40px}.product-buy{position:static}.gallery-main{height:600px}.product-story{padding-block:95px}}@media(max-width:650px){.product-breadcrumb{padding-top:4px}.product-detail{gap:28px}.gallery-main{height:430px;border-radius:20px}.gallery-main img{padding:14px}.gallery-secondary{gap:8px}.case-promise,.material-shot{height:190px;border-radius:17px}.case-promise{padding:18px}.case-promise svg{left:18px;top:18px;width:28px}.case-promise strong{font-size:14px}.case-promise p{font-size:9px}.material-shot span{font-size:8px}.product-title h1{font-size:43px}.product-description{font-size:14px}.product-story h2,.related h2{font-size:39px}.story-points{grid-template-columns:1fr}.story-points article,.story-points article:first-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.related>div{grid-template-columns:1fr}.related-card>div{height:420px}.quick-bag{bottom:8px;grid-template-columns:80px 1fr;padding:12px;gap:12px}.quick-image{height:100px}.quick-copy h2{font-size:18px}.quick-total{grid-column:1/-1;align-items:stretch;padding:0}.quick-total>span,.quick-total>strong{display:none}.quick-total>button{justify-content:center;padding:14px}.quick-close{z-index:2}.product-footer .legal{margin-top:20px}.product-page .gallery-secondary{display:none}}.gallery-main>div{position:absolute;inset:0}.material-shot{border:0;padding:0;text-align:left;color:var(--ink)}.material-shot span{display:flex;align-items:center;gap:7px}.product-editorial{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:15px;gap:15px;margin-top:120px;background:var(--cream);border-radius:30px;padding:15px}.editorial-photo{min-height:640px;position:relative;border-radius:22px;overflow:hidden}.editorial-photo img{object-fit:cover}.editorial-copy{padding:65px 48px;align-self:center}.editorial-copy h2{font:900 52px/1 Nunito;letter-spacing:-.04em;margin:0}.editorial-copy>p{color:#536b62;font-size:14px;line-height:1.65;margin:25px 0 35px}.editorial-copy dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:0}.editorial-copy dl div{border-top:1px solid var(--line);padding-top:14px}.editorial-copy dt{font:900 17px Nunito}.editorial-copy dd{margin:3px 0 0;color:#6d8079;font-size:9px;line-height:1.35}.product-bundle{background:var(--ink);color:white;border-radius:30px;padding:65px 70px;margin-bottom:140px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:480px}.product-bundle .eyebrow{color:var(--lime)}.product-bundle h2{font:900 52px/1 Nunito;letter-spacing:-.04em;margin:0}.product-bundle p{color:#c7d6d1;line-height:1.6;font-size:14px;max-width:430px;margin:22px 0 28px}.product-bundle .primary-btn{background:var(--lime);color:var(--ink);box-shadow:none}.bundle-stack{position:relative}.bundle-stack>div{position:absolute;width:65%;height:95%;filter:drop-shadow(0 25px 18px rgba(0,0,0,.25))}.bundle-stack>div img{object-fit:contain}.bundle-stack>div:first-of-type{left:3%;top:0;transform:rotate(-12deg)}.bundle-stack>div:nth-of-type(2){right:-5%;top:4%;transform:rotate(13deg)}.bundle-save{position:absolute;z-index:3;right:0;top:0;background:var(--orange);padding:9px 13px;border-radius:99px;font:800 10px Nunito;text-transform:uppercase;transform:rotate(4deg)}.product-card .product-image{display:block}.product-view{position:absolute;z-index:3;right:14px;bottom:14px;display:flex;align-items:center;gap:6px;background:rgba(255,253,248,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;padding:9px 12px;font-size:10px;font-weight:800;opacity:0;transform:translateY(6px);transition:opacity .25s,transform .25s}.product-card:hover .product-view,.product-image:focus-visible .product-view{opacity:1;transform:translateY(0)}@media(max-width:980px){.product-editorial{grid-template-columns:1fr}.editorial-photo{min-height:560px}.product-bundle{grid-template-columns:1fr;gap:30px}.bundle-stack{min-height:420px}}@media(max-width:650px){.product-editorial{margin-top:75px;border-radius:22px;padding:9px}.editorial-photo{min-height:410px;border-radius:16px}.editorial-copy{padding:34px 18px 30px}.editorial-copy h2{font-size:39px}.editorial-copy dl{grid-template-columns:1fr}.editorial-copy dl div{display:flex;align-items:baseline;justify-content:space-between}.product-bundle{padding:38px 24px;border-radius:22px;margin-bottom:95px;min-height:auto}.product-bundle h2{font-size:39px}.bundle-stack{min-height:310px}.bundle-save{right:4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#fffdf8,#fffdf8 58%,#f4f1e5 0,#f4f1e5)}.checkout-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.checkout-header .secure-label{justify-self:end;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:#60736c}.checkout-header .secure-label svg{width:15px}.checkout-steps{display:flex;align-items:center;gap:12px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#8b9994}.checkout-steps span{display:flex;align-items:center;gap:5px;white-space:nowrap}.checkout-steps span svg{width:14px}.checkout-steps span.active,.checkout-steps span.done{color:var(--ink)}.checkout-steps i{display:block;width:42px;height:1px;background:var(--line)}.checkout-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);grid-gap:74px;gap:74px;padding-block:54px 90px;align-items:start}.checkout-form-column{max-width:680px;width:100%}.checkout-back{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:#60746d;margin-bottom:38px}.checkout-back svg{width:15px}.checkout-title{margin-bottom:42px}.checkout-title .eyebrow{margin-bottom:9px}.checkout-title h1{font:900 clamp(50px,6vw,76px)/.92 Nunito;letter-spacing:-.055em;margin:0}.checkout-title h1 em{font-style:normal;color:var(--green)}.checkout-title p{color:#60746d;font-size:13px;margin:18px 0 0}.checkout-section{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:23px;padding:24px;margin-bottom:14px;box-shadow:0 12px 40px rgba(8,45,34,.035)}.checkout-section-head{display:flex;align-items:center;gap:10px;margin-bottom:22px}.checkout-section-head>span{font:900 10px Nunito;color:var(--green);letter-spacing:.1em}.checkout-section-head i{width:32px;height:32px;border-radius:10px;background:var(--cream);display:grid;place-items:center}.checkout-section-head i svg{width:16px}.checkout-section-head h2{font:900 20px Nunito;margin:0}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.checkout-field{display:grid;grid-gap:7px;gap:7px}.checkout-field.full{grid-column:1/-1}.checkout-field label{font-size:11px;font-weight:800}.checkout-field label small{font-weight:500;color:#81908b}.checkout-field input,.checkout-field select{width:100%;height:49px;border:1px solid var(--line);border-radius:13px;background:var(--paper);padding:0 14px;outline:none;color:var(--ink);transition:border-color .2s,box-shadow .2s}.checkout-field input:focus,.checkout-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(120,185,76,.13)}.checkout-field input::placeholder{color:#9aa6a2}.field-help{display:flex;align-items:center;gap:6px;color:#70817b;font-size:9px}.field-help svg{width:13px}.payment-element-wrap{grid-column:1/-1;min-height:110px}.stripe-preview{border:1px dashed rgba(8,45,34,.25);border-radius:16px;padding:20px;background:#faf7ec}.stripe-preview>div{display:flex;align-items:center;gap:13px}.stripe-preview>div>svg{width:28px}.stripe-preview span{display:grid}.stripe-preview b{font:800 13px Nunito}.stripe-preview small{font-size:10px;color:#6d7e78;margin-top:2px}.stripe-preview p{font-size:10px;line-height:1.55;color:#72817c;margin:15px 0 0;padding-top:14px;border-top:1px solid var(--line)}.stripe-test-note{grid-column:1/-1;display:flex;align-items:flex-start;gap:12px;background:#f2f7df;border:1px solid #d8e9b6;border-radius:15px;padding:14px 15px}.stripe-test-note>span{width:34px;height:34px;flex:none;border-radius:10px;background:var(--lime);display:grid;place-items:center}.stripe-test-note svg{width:17px}.stripe-test-note b{display:block;font:800 12px Nunito}.stripe-test-note p{font-size:9px;line-height:1.55;color:#587067;margin:3px 0 0}.stripe-test-note code{color:var(--ink);background:rgba(255,255,255,.72);border-radius:5px;padding:2px 5px;font-weight:800;white-space:nowrap}.checkout-form-error{background:#fff0eb;color:#a23f2d;border-radius:12px;padding:12px 15px;font-size:11px;line-height:1.45;margin:12px 0}.checkout-pay{width:100%;min-height:58px;border:0;border-radius:99px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;box-shadow:0 7px 0 #a5cf73;margin-top:18px;transition:transform .2s,box-shadow .2s}.checkout-pay:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 9px 0 #a5cf73}.checkout-pay:disabled{opacity:.58;cursor:not-allowed}.checkout-pay svg{width:18px}.checkout-pay svg:last-child{margin-left:auto;margin-right:3px}.pay-spinner,.state-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:checkout-spin .8s linear infinite}.preview-note{text-align:center;color:#71827c;font-size:10px}.preview-note code{background:var(--cream);padding:2px 5px;border-radius:5px}.checkout-trust{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:20px;color:#74847e;font-size:9px}.checkout-trust span{display:flex;align-items:center;gap:5px}.checkout-trust svg{width:13px}.boxnow-picker>label{font-size:11px;font-weight:800}.boxnow-picker>p{margin:0;color:#667a72;font-size:11px}.boxnow-picker #boxnowmap:empty{display:none}.boxnow-map-widget-button{width:100%;min-height:52px;border:0;border-radius:14px;background:var(--ink);color:white;padding:0 16px;display:flex;align-items:center;gap:10px;font-weight:800}.boxnow-map-widget-button svg{width:18px}.boxnow-map-widget-button svg:last-child{margin-left:auto}.selected-locker{display:grid;grid-template-columns:38px 1fr;grid-gap:12px;gap:12px;align-items:center;background:#eaf4dd;border:1px solid #cde3b9;border-radius:15px;padding:14px}.selected-locker>span{width:38px;height:38px;border-radius:12px;background:var(--lime);display:grid;place-items:center}.selected-locker svg{width:18px}.selected-locker>div{display:grid;grid-gap:2px;gap:2px}.selected-locker b{font:800 13px Nunito}.selected-locker small{font-size:9px;color:#526b62}.selected-locker em{font-style:normal;font-size:8px;color:#71827b}.boxnow-unavailable{grid-column:1/-1;display:flex;gap:12px;align-items:center;background:#fff0eb;color:#8f3b2c;border-radius:14px;padding:15px}.boxnow-unavailable>svg{width:23px}.boxnow-unavailable>div{display:grid;grid-gap:3px;gap:3px}.boxnow-unavailable b{font-size:12px}.boxnow-unavailable span{font-size:9px}.boxnow-modal{position:fixed;inset:0;z-index:2147483000;background:rgba(3,20,15,.48)}.boxnow-modal iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.boxnow-modal-close{position:fixed;z-index:2147483001;right:8px;top:8px;width:52px;height:52px;border:4px solid white;border-radius:50%;background:var(--paper);color:var(--ink);display:grid;place-items:center;box-shadow:0 7px 22px rgba(3,20,15,.25)}.boxnow-modal-close svg{width:29px;height:29px}.checkout-section:has(.boxnow-modal){transform:none!important;filter:none!important;opacity:1!important;position:static!important}@media(max-width:600px){.boxnow-modal-close{width:46px;height:46px;right:6px;top:6px}.boxnow-modal-close svg{width:25px;height:25px}}.order-summary{position:-webkit-sticky;position:sticky;top:28px;background:var(--ink);color:white;border-radius:29px;padding:32px;overflow:hidden;box-shadow:0 30px 80px rgba(8,45,34,.18)}.order-summary:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(200,243,107,.13);border-radius:50%;right:-130px;top:-100px}.summary-top{position:relative}.summary-top .eyebrow{color:var(--lime);margin-bottom:6px}.summary-top h2{font:900 29px Nunito;margin:0}.summary-top h2 small{font-size:10px;color:var(--ink);background:var(--lime);padding:4px 7px;border-radius:99px;vertical-align:top;margin-left:5px}.summary-items{margin-top:24px;display:grid;grid-gap:17px;gap:17px;max-height:370px;overflow:auto;padding-right:3px}.summary-item{display:grid;grid-template-columns:82px 1fr auto;grid-gap:13px;gap:13px;align-items:center}.summary-image{position:relative;height:95px;border-radius:15px;overflow:hidden}.summary-image img{object-fit:contain;padding:6px}.summary-image>b{position:absolute;right:5px;top:5px;background:white;color:var(--ink);width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:9px}.summary-item>div:nth-child(2){display:grid;grid-gap:4px;gap:4px}.summary-item strong{font:800 14px Nunito}.summary-item span{font-size:9px;line-height:1.5;color:#b9c9c3}.summary-item>b{font-size:12px}.bundle-unlocked{background:var(--lime);color:var(--ink);border-radius:13px;padding:12px;margin-top:22px;display:flex;align-items:center;gap:10px}.bundle-unlocked svg{width:20px}.bundle-unlocked span{display:grid}.bundle-unlocked b{font:800 11px Nunito}.bundle-unlocked small{font-size:9px}.summary-totals{border-top:1px solid rgba(255,255,255,.15);margin:24px 0 0;padding-top:19px;display:grid;grid-gap:12px;gap:12px}.summary-totals>div{display:flex;justify-content:space-between;font-size:11px}.summary-totals dd,.summary-totals dt{margin:0}.summary-totals dd{font-weight:700}.summary-totals .saving{color:var(--lime)}.summary-totals .summary-total{border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:4px;align-items:end}.summary-total dt{font-weight:800}.summary-total dt small{display:block;color:#93a9a1;font-size:8px;font-weight:400;margin-top:3px}.summary-total dd{font:900 27px Nunito}.summary-promise{margin-top:23px;background:rgba(255,255,255,.07);border-radius:14px;padding:14px;display:flex;gap:11px;align-items:center}.summary-promise svg{width:25px;color:var(--lime);flex:none}.summary-promise p{display:grid;font-size:9px;color:#b9c9c3;margin:0;line-height:1.45}.summary-promise b{font:800 11px Nunito;color:white;margin-bottom:2px}.checkout-state{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px;background:var(--paper)}.checkout-state>img{border-radius:50%;margin-bottom:18px}.checkout-state .state-loader{border-color:rgba(8,45,34,.16);border-top-color:var(--green);margin:10px}.checkout-state h1{font:900 42px/1 Nunito;letter-spacing:-.04em;margin:20px 0 9px}.checkout-state p{color:#60746d;max-width:430px;line-height:1.55}.checkout-state .primary-btn{margin-top:17px}.state-icon{width:78px;height:78px;border-radius:25px;background:var(--lime);display:grid;place-items:center;transform:rotate(-4deg)}.state-icon svg{width:35px;height:35px}.state-icon.error{background:#ffd8cd;color:#9c3829}.success-page{min-height:100vh;background:var(--ink);display:grid;place-items:center;padding:40px;position:relative;overflow:hidden}.success-page:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;border:1px solid rgba(200,243,107,.12)}.success-card{position:relative;z-index:2;width:min(620px,100%);background:var(--paper);border-radius:32px;padding:42px;text-align:center}.success-card>.brand{justify-content:center}.success-icon{width:88px;height:88px;border-radius:28px;background:var(--cream);display:grid;place-items:center;margin:38px auto 24px;transform:rotate(-5deg)}.success-icon.paid{background:var(--lime)}.success-icon svg{width:40px;height:40px}.success-card .eyebrow{align-items:center;gap:6px}.success-card .eyebrow svg{width:14px}.success-card h1{font:900 clamp(46px,7vw,68px)/.95 Nunito;letter-spacing:-.05em;margin:0}.success-card h1 em{font-style:normal;color:var(--green)}.success-card>p{font-size:13px;line-height:1.65;color:#5a7067;max-width:490px;margin:22px auto}.success-next{background:var(--cream);border-radius:18px;padding:18px;text-align:left;margin:28px 0}.success-next>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#688078}.success-next ol{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;padding:0;margin:13px 0 0;list-style:none}.success-next li{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:700}.success-next li b{width:22px;height:22px;border-radius:50%;background:white;display:grid;place-items:center;color:var(--green)}.success-card>.primary-btn{box-shadow:none}.success-orbit{position:absolute;z-index:1;background:var(--lime);color:var(--ink);border-radius:99px;padding:11px 15px;font:800 10px Nunito;text-transform:uppercase}.success-orbit.one{left:8%;top:18%;transform:rotate(-8deg)}.success-orbit.two{right:7%;bottom:15%;background:var(--orange);color:white;transform:rotate(7deg)}@keyframes checkout-spin{to{transform:rotate(1turn)}}@media(max-width:900px){.checkout-header{grid-template-columns:1fr auto}.checkout-steps{display:none}.checkout-shell{grid-template-columns:1fr;gap:38px}.checkout-form-column{max-width:none}.order-summary{position:static;grid-row:1}.checkout-title{display:none}.checkout-back{margin-bottom:20px}}@media(max-width:600px){.checkout-page{background:var(--paper)}.checkout-header{height:74px}.checkout-header .brand span{display:none}.checkout-header .secure-label{font-size:9px}.checkout-shell{width:min(100% - 24px,1180px);padding-block:22px 55px}.order-summary{padding:24px 20px;border-radius:22px}.checkout-section{padding:19px 15px;border-radius:18px}.checkout-fields{grid-template-columns:1fr}.checkout-field.full{grid-column:auto}.checkout-pay{min-height:55px}.checkout-trust{gap:10px}.summary-items{max-height:none}.success-page{padding:12px}.success-card{padding:30px 20px;border-radius:24px}.success-next ol{grid-template-columns:1fr}.success-orbit{display:none}}.add-toast{position:fixed;z-index:30;right:22px;bottom:22px;width:min(430px,calc(100% - 28px));background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:12px;display:grid;grid-template-columns:66px 1fr auto;grid-gap:13px;gap:13px;align-items:center;box-shadow:0 22px 70px rgba(3,20,15,.22)}.add-toast>div{height:66px;border-radius:13px;position:relative;overflow:hidden}.add-toast>div img{object-fit:contain;padding:4px}.add-toast>span{display:grid;min-width:0}.add-toast small{display:flex;align-items:center;gap:5px;color:#4f8b3f;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.add-toast small svg{width:13px}.add-toast b{font:900 17px Nunito;margin-top:3px}.add-toast em{font-style:normal;color:#72837d;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-toast>button{border:0;background:var(--ink);color:white;border-radius:99px;padding:11px 13px;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.add-toast>button svg{width:14px}@media(max-width:600px){.add-toast{right:14px;bottom:14px;grid-template-columns:58px 1fr;padding:10px}.add-toast>div{height:58px}.add-toast>button{grid-column:1/-1;justify-content:center}.product-page .cart{width:100%}}.color-picker{margin:27px 0 20px}.color-picker>div:first-child{display:flex;align-items:center;justify-content:space-between;font-size:12px}.color-picker>div:first-child span{color:#6b7e77}.color-swatches{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.color-swatch{width:27px;height:27px;border-radius:50%;border:4px solid var(--paper);box-shadow:0 0 0 1px rgba(8,45,34,.22);transition:transform .18s,box-shadow .18s}.color-swatch:hover{transform:translateY(-2px);box-shadow:0 0 0 2px var(--green)}.color-swatch.active{box-shadow:0 0 0 2px var(--ink),0 0 0 5px var(--paper);transform:scale(.92)}.fit-confirmation{display:flex;align-items:center;gap:10px;background:#edf5dc;border-radius:13px;padding:12px 14px;margin-top:11px}.fit-confirmation>svg{width:19px;height:19px;flex:none;color:#4f883d;background:white;border-radius:50%;padding:3px}.fit-confirmation span{display:grid}.fit-confirmation b{font:800 11px Nunito}.fit-confirmation small{font-size:9px;color:#64786f;margin-top:2px}.availability-card{border:1px solid var(--line);border-radius:15px;padding:14px;margin-top:12px;display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:12px;gap:12px}.availability-card>div{display:flex;align-items:center;gap:9px}.availability-card>div+div{border-left:1px solid var(--line);padding-left:14px}.availability-card i{width:9px;height:9px;background:#62a544;border-radius:50%;box-shadow:0 0 0 4px #e6f2dd;flex:none}.availability-card svg{width:18px;color:#568b40;flex:none}.availability-card span{display:grid}.availability-card b{font:800 10px Nunito}.availability-card small{font-size:8px;color:#70817a;margin-top:2px;line-height:1.35}.inline-bundle-nudge{background:var(--ink);color:white;border-radius:15px;padding:13px 14px;margin-top:15px;display:grid;grid-template-columns:24px 1fr auto;grid-gap:10px;gap:10px;align-items:center;overflow:hidden}.inline-bundle-nudge>svg{width:21px;color:var(--lime)}.inline-bundle-nudge span{display:grid}.inline-bundle-nudge b{font:800 11px Nunito}.inline-bundle-nudge small{font-size:8px;color:#b8c9c2;margin-top:2px}.inline-bundle-nudge a{display:flex;align-items:center;gap:5px;background:var(--lime);color:var(--ink);border-radius:99px;padding:8px 10px;font-size:8px;font-weight:800;white-space:nowrap}.inline-bundle-nudge a svg{width:12px}@media(max-width:650px){.availability-card{grid-template-columns:1fr}.availability-card>div+div{border-left:0;border-top:1px solid var(--line);padding:11px 0 0}.inline-bundle-nudge{grid-template-columns:22px 1fr}.inline-bundle-nudge a{grid-column:1/-1;justify-content:center}.color-swatch{width:30px;height:30px}}.success-actions{display:flex;align-items:center;justify-content:center;gap:20px}.success-actions .primary-btn{box-shadow:none}.success-actions svg{width:17px}.success-secondary{font-size:12px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:3px}.tracking-page{min-height:100vh;background:linear-gradient(180deg,var(--paper) 0 47%,#f4f1e5 47%)}.tracking-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.tracking-powered{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#60736c}.tracking-help svg,.tracking-powered svg{width:15px}.tracking-help{justify-self:end;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:99px;padding:10px 14px;font-size:11px;font-weight:800;background:white}.tracking-shell{padding-block:30px 42px}.tracking-back{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:#60746d}.tracking-back svg{width:15px}.tracking-hero{display:grid;grid-template-columns:1fr 310px;grid-gap:60px;gap:60px;align-items:end;padding:58px 0 46px}.tracking-hero .eyebrow{align-items:center;gap:7px}.tracking-hero .eyebrow svg{width:14px}.tracking-hero h1{font:900 clamp(54px,7vw,88px)/.88 Nunito;letter-spacing:-.06em;margin:0}.tracking-hero h1 em{font-style:normal;color:var(--green)}.tracking-hero p{font-size:14px;line-height:1.6;color:#5b7169;max-width:520px;margin:24px 0 0}.tracking-eta{background:var(--lime);border-radius:25px;padding:26px 28px;box-shadow:0 9px 0 #9fc866;transform:rotate(1deg)}.tracking-eta span{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.tracking-eta span svg{width:17px}.tracking-eta strong{display:block;font:900 34px Nunito;margin:9px 0 2px}.tracking-eta small{font-size:9px;color:#41612f}.tracking-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:16px;gap:16px}.tracking-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 18px 50px rgba(8,45,34,.055)}.tracking-section-title{display:flex;justify-content:space-between;align-items:flex-start}.tracking-section-title .eyebrow{margin-bottom:5px}.tracking-section-title h2{font:900 27px Nunito;margin:0}.live-pill,.order-paid{display:flex;align-items:center;gap:7px;background:#eaf4dd;border-radius:99px;padding:8px 11px;font-size:9px;font-weight:800;color:#416f32}.live-pill i{width:7px;height:7px;border-radius:50%;background:#67ac49;box-shadow:0 0 0 4px rgba(103,172,73,.14)}.order-paid svg{width:13px}.tracking-timeline{list-style:none;margin:31px 0 28px;padding:0 0 0 4px}.tracking-timeline li{position:relative;display:grid;grid-template-columns:42px 1fr auto;grid-gap:14px;gap:14px;align-items:center;min-height:68px}.tracking-timeline li:not(:last-child):before{content:"";position:absolute;left:20px;top:44px;width:2px;height:39px;background:#dce3df}.tracking-timeline li.complete:not(:last-child):before{background:var(--green)}.timeline-icon{width:42px;height:42px;border-radius:14px;background:#eef0eb;color:#95a19d;display:grid;place-items:center;z-index:1}.timeline-icon svg{width:19px}.complete .timeline-icon{background:#e9f4dc;color:#4f873d}.current .timeline-icon{background:var(--ink);color:var(--lime);box-shadow:0 0 0 5px rgba(8,45,34,.08)}.tracking-timeline li>div{display:grid;grid-gap:3px;gap:3px}.tracking-timeline b{font:800 13px Nunito}.tracking-timeline small{font-size:9px;color:#71827b}.current-tag{background:var(--lime);border-radius:99px;padding:5px 8px;font-size:8px;font-weight:900;text-transform:uppercase}.locker-card{display:flex;align-items:center;gap:15px;background:var(--ink);color:white;border-radius:18px;padding:18px}.locker-card>svg{width:36px;height:36px;color:var(--lime);background:rgba(255,255,255,.08);padding:8px;border-radius:11px}.locker-card>div{display:grid}.locker-card small{font-size:8px;color:#96aba3;text-transform:uppercase;letter-spacing:.08em}.locker-card b{font:800 13px Nunito;margin-top:3px}.locker-card span{font-size:9px;color:#bac9c4;margin-top:2px}.tracking-product{display:grid;grid-template-columns:92px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}.tracking-product>div{height:108px;border-radius:17px;position:relative;overflow:hidden}.tracking-product img{object-fit:contain;padding:6px}.tracking-product>span{display:grid;grid-gap:4px;gap:4px}.tracking-product b{font:800 15px Nunito}.tracking-product small{font-size:9px;color:#6d8179}.tracking-product strong{font:800 14px Nunito}.tracking-total{display:grid;grid-gap:12px;gap:12px;padding:21px 0;margin:0;border-bottom:1px solid var(--line)}.tracking-total>div{display:flex;justify-content:space-between;font-size:10px}.tracking-total dd,.tracking-total dt{margin:0}.tracking-total dd{font-weight:800}.tracking-total>div:last-child{font-size:14px;font-weight:800}.tracking-total>div:last-child dd{font:900 22px Nunito}.tracking-order-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding-top:21px}.tracking-order-meta span{display:grid;grid-gap:4px;gap:4px}.tracking-order-meta small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#82918c}.tracking-order-meta b{font:800 10px Nunito}.aftercare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:16px}.aftercare-card{min-height:260px;border-radius:28px;padding:32px;display:grid;grid-template-columns:54px 1fr;grid-gap:21px;gap:21px}.aftercare-card.support{background:#f2c8b5}.aftercare-card.returns{background:var(--ink);color:white}.aftercare-icon{width:54px;height:54px;border-radius:17px;background:rgba(255,255,255,.58);display:grid;place-items:center}.returns .aftercare-icon{background:rgba(255,255,255,.08);color:var(--lime)}.aftercare-icon svg{width:24px}.aftercare-card .eyebrow{margin-bottom:7px}.returns .eyebrow{color:var(--lime)}.aftercare-card h2{font:900 28px Nunito;margin:0}.aftercare-card p{font-size:11px;line-height:1.6;color:#526b62;max-width:380px;margin:14px 0 20px}.returns p{color:#b9c9c3}.aftercare-card a{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;border-bottom:1px solid;padding-bottom:3px}.aftercare-card a svg{width:14px}.tracking-footer{border-top:1px solid var(--line);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;font-size:9px;color:#6c7f77}.tracking-footer span:first-child{display:flex;align-items:center;gap:7px}.tracking-footer svg{width:13px}@media(max-width:900px){.tracking-header{grid-template-columns:1fr 1fr}.tracking-powered{display:none}.tracking-hero{grid-template-columns:1fr;gap:30px}.tracking-eta{max-width:390px}.aftercare-grid,.tracking-grid{grid-template-columns:1fr}}@media(max-width:600px){.success-actions{flex-direction:column;gap:16px}.tracking-header{height:74px}.tracking-header .brand span{display:none}.tracking-help{font-size:9px;padding:9px 11px}.tracking-shell{width:min(100% - 24px,1180px);padding-top:22px}.tracking-hero{padding:40px 0 34px}.tracking-hero h1{font-size:53px}.tracking-hero p{font-size:12px}.tracking-eta{padding:22px;border-radius:20px}.tracking-card{padding:23px 19px;border-radius:22px}.tracking-section-title h2{font-size:24px}.tracking-timeline li{grid-template-columns:42px 1fr}.current-tag{display:none}.tracking-product{grid-template-columns:78px 1fr auto}.tracking-product>div{height:95px}.aftercare-card,.tracking-order-meta{grid-template-columns:1fr}.aftercare-card{min-height:auto;padding:25px;border-radius:22px}.tracking-footer{flex-direction:column;gap:9px}}.legal-links{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.legal-links a{font-size:10px;color:#61756e}.legal-links a:hover{text-decoration:underline}.checkout-consent{font-size:9px;line-height:1.55;text-align:center;color:#76867f;margin:16px auto 10px;max-width:540px}.checkout-consent a{text-decoration:underline;font-weight:700;color:var(--ink)}.checkout-legal-links{padding-top:12px;border-top:1px solid var(--line)}.checkout-legal-links a{font-size:8px}.tracking-footer .legal-links{flex:1 1}.tracking-footer .legal-links a{font-size:8px}.product-footer .legal{gap:18px}.product-footer .legal-links{flex:1 1}.policy-page{min-height:100vh;background:var(--paper)}.policy-header{height:92px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.policy-header>span{display:flex;align-items:center;gap:7px;color:#667a72;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.policy-header>span svg{width:15px}.policy-header>a:last-child{justify-self:end;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800}.policy-header>a:last-child svg{width:14px}.policy-shell{padding-block:30px 100px}.policy-back{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:#60746d}.policy-back svg{width:15px}.policy-hero{display:grid;grid-template-columns:1fr 270px;grid-gap:70px;gap:70px;align-items:end;padding:64px 0 54px;border-bottom:1px solid var(--line)}.policy-hero .eyebrow{margin-bottom:11px}.policy-hero h1{font:900 clamp(54px,7vw,86px)/.92 Nunito;letter-spacing:-.055em;margin:0}.policy-hero>div>p{font-size:15px;line-height:1.65;color:#5a7168;max-width:670px;margin:24px 0 0}.policy-hero aside{background:var(--cream);border-radius:20px;padding:22px;display:grid;grid-gap:5px;gap:5px}.policy-hero aside>span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#71827c}.policy-hero aside>b{font:800 16px Nunito}.policy-hero aside>small{font-size:9px;color:#6b7f77;margin-top:10px}.policy-hero aside a{text-decoration:underline}.policy-notice{display:flex;gap:15px;align-items:flex-start;background:#edf5dc;border:1px solid #d9e8c9;border-radius:18px;padding:20px 22px;margin-top:24px}.policy-notice>svg{width:22px;color:#4f873d;flex:none}.policy-notice p{font-size:12px;line-height:1.6;margin:0;color:#425c52}.policy-layout{display:grid;grid-template-columns:230px minmax(0,720px);grid-gap:90px;gap:90px;justify-content:center;padding-top:54px}.policy-index{position:-webkit-sticky;position:sticky;top:25px;align-self:start;display:grid}.policy-index>span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#809089;margin-bottom:11px}.policy-index a{display:grid;grid-template-columns:28px 1fr;grid-gap:8px;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:10px;color:#5d736a}.policy-index a b{color:var(--green);font:800 9px Nunito}.policy-index a:hover{color:var(--ink)}.policy-content>section{display:grid;grid-template-columns:42px 1fr;grid-gap:20px;gap:20px;padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid var(--line);scroll-margin-top:25px}.policy-content>section>span{width:34px;height:34px;border-radius:11px;background:var(--lime);display:grid;place-items:center;font:900 9px Nunito}.policy-content h2{font:900 28px Nunito;margin:1px 0 16px}.policy-content li,.policy-content p{font-size:13px;line-height:1.75;color:#526b62}.policy-content p{margin:0 0 13px}.policy-content p:last-child{margin-bottom:0}.policy-content a{text-decoration:underline;font-weight:700;color:var(--ink)}.policy-content ol,.policy-content ul{padding-left:20px;margin:0}.policy-content li+li{margin-top:8px}.policy-content blockquote{margin:18px 0 0;border-left:3px solid var(--green);background:var(--cream);padding:15px 18px;font-size:11px;line-height:1.65;color:#536a61}.business-details{display:grid;margin:0}.business-details>div{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:18px;gap:18px;padding:13px 0;border-bottom:1px solid var(--line)}.business-details dt{font-size:10px;color:#6e8179}.business-details dd{font-size:11px;font-weight:800;margin:0}.policy-footer{background:var(--cream);padding:46px 0 22px}.policy-footer>.shell:first-child{display:grid;grid-template-columns:1fr 1.5fr 1fr;grid-gap:35px;gap:35px;align-items:center}.policy-footer p{font-size:10px;color:#63776f;margin:8px 0 0}.policy-email{justify-self:end;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800}.policy-email svg{width:15px}.policy-legal{border-top:1px solid var(--line);padding-top:19px;margin-top:35px;display:flex;justify-content:space-between;font-size:9px;color:#70817b}@media(max-width:900px){.policy-header{grid-template-columns:1fr 1fr}.policy-header>span{display:none}.policy-hero{grid-template-columns:1fr;gap:28px}.policy-hero aside{max-width:340px}.policy-layout{grid-template-columns:1fr;gap:35px}.policy-index{position:static;grid-template-columns:repeat(2,1fr);gap:0 18px}.policy-index>span{grid-column:1/-1}.policy-footer>.shell:first-child{grid-template-columns:1fr}.policy-email{justify-self:start}.policy-footer .legal-links{justify-content:flex-start}}@media(max-width:650px){.legal{flex-direction:column}.legal-links{gap:10px 13px}.policy-header{height:74px}.policy-header .brand span{display:none}.policy-header>a:last-child{font-size:9px}.policy-shell{width:min(100% - 28px,1180px);padding-top:22px;padding-bottom:70px}.policy-hero{padding:42px 0 35px}.policy-hero h1{font-size:49px}.policy-hero>div>p{font-size:13px}.policy-content>section,.policy-index{grid-template-columns:1fr}.policy-content>section{gap:13px}.policy-content h2{font-size:25px}.policy-content li,.policy-content p{font-size:12px}.business-details>div{grid-template-columns:1fr;gap:5px}.policy-footer>.shell{width:min(100% - 28px,1180px)}.tracking-footer .legal-links{justify-content:flex-start}}.policy-hero .eyebrow{align-items:center;gap:7px}.policy-hero .eyebrow svg{width:14px}.selected-phone{display:flex;align-items:center;gap:10px;background:#edf5dc;border-radius:99px;padding:9px 15px 9px 10px}.selected-phone>svg{width:24px;height:24px;border-radius:50%;background:var(--green);color:white;padding:5px}.selected-phone span{display:grid}.selected-phone small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#6d8078}.selected-phone b{font:800 12px Nunito;margin-top:1px}.phone-finder{background:var(--cream);border:1px solid var(--line);border-radius:25px;padding:23px;margin:-10px 0 42px;box-shadow:0 15px 45px rgba(8,45,34,.04)}.phone-finder-head{display:grid;grid-template-columns:42px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding-bottom:19px;border-bottom:1px solid var(--line)}.phone-finder-head>span{width:42px;height:42px;border-radius:13px;background:var(--ink);color:var(--lime);display:grid;place-items:center}.phone-finder-head>span svg{width:21px}.phone-finder-head>div{display:grid;grid-gap:2px;gap:2px}.phone-finder-head b{font:800 16px Nunito}.phone-finder-head small{font-size:9px;color:#697d75}.phone-finder-head>strong{background:var(--lime);border-radius:99px;padding:7px 10px;font-size:9px}.phone-finder-steps{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:34px;gap:34px;padding-top:21px}.phone-finder-step{min-width:0}.finder-label{display:flex;align-items:center;gap:9px;margin-bottom:13px}.finder-label>i{width:24px;height:24px;border-radius:8px;background:white;display:grid;place-items:center;font:900 9px Nunito;font-style:normal;color:var(--green)}.finder-label>span{display:grid}.finder-label b{font:800 11px Nunito}.finder-label small{font-size:8px;color:#75867f;margin-top:1px}.series-options{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px}.series-options button,.version-options button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:12px;min-height:46px;font-size:9px;font-weight:600;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s}.series-options button{position:relative}.series-options button b{font:900 15px Nunito;margin-left:2px}.series-options button>svg{position:absolute;width:13px;right:5px;top:5px;color:var(--green)}.series-options button:hover,.version-options button:hover{transform:translateY(-2px);border-color:var(--green)}.series-options button.active,.version-options button.active{background:white;border-color:var(--ink);box-shadow:0 4px 0 var(--green)}.version-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px}.version-options button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;position:relative;padding:7px}.version-options button>svg:first-child{width:16px;color:#60746c}.version-options button>svg:last-child{position:absolute;right:5px;top:5px;width:12px;color:var(--green)}.version-options button span{font:800 9px Nunito}.phone-model-help{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.62);border-radius:11px;padding:10px 12px;margin-top:18px;font-size:8px;color:#62776e}.phone-model-help svg{width:15px;flex:none;color:#4f873d}.phone-model-help b{color:var(--ink);margin-right:3px}@media(max-width:900px){.phone-finder-steps{grid-template-columns:1fr}.version-options{max-width:520px}}@media(max-width:650px){.selected-phone{width:100%;border-radius:14px}.phone-finder{padding:17px 14px;border-radius:19px;margin-top:-4px}.phone-finder-head{grid-template-columns:38px 1fr}.phone-finder-head>span{width:38px;height:38px}.phone-finder-head>strong{grid-column:1/-1;text-align:center}.phone-finder-steps{gap:24px}.series-options{grid-template-columns:repeat(3,1fr)}.series-options button{min-height:48px}.version-options{grid-template-columns:repeat(3,1fr)}.phone-model-help{align-items:flex-start;line-height:1.45}.product-grid{margin-top:6px}}.bundle-visual{background:radial-gradient(circle at 50% 43%,#f9decd 0 19%,#f3c7b4 48%,#eeb99f 100%);isolation:isolate;overflow:hidden}.bundle-visual:before{content:"";position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(8,45,34,.11);border-radius:50%;left:14%;top:7%;box-shadow:0 0 0 70px rgba(255,255,255,.07),0 0 0 140px rgba(255,255,255,.045)}.bundle-grid-lines{position:absolute;inset:0;opacity:.15;background-image:linear-gradient(rgba(8,45,34,.16) 1px,transparent 0),linear-gradient(90deg,rgba(8,45,34,.16) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 82%)}.bundle-scene-label{position:absolute!important;z-index:5!important;left:18px!important;right:auto!important;top:18px!important;bottom:auto!important;display:flex!important;align-items:center!important;gap:6px!important;background:rgba(255,253,248,.84)!important;color:var(--ink)!important;border:1px solid rgba(8,45,34,.08)!important;border-radius:99px!important;padding:9px 12px!important;font:800 9px Nunito!important;text-transform:uppercase!important;transform:none!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bundle-scene-label svg{width:13px;color:var(--green)}.bundle-case-scene{position:absolute;inset:50px 14px 66px;z-index:2}.bundle-case{position:absolute;filter:drop-shadow(0 27px 19px rgba(8,45,34,.22))}.bundle-case img{object-fit:contain}.scene-2 .bundle-case{width:61%;height:94%;top:1%}.scene-2 .coral{left:-2%;rotate:-10deg}.scene-2 .mint{right:-1%;rotate:10deg}.scene-3 .bundle-case{width:50%;height:90%;top:3%}.scene-3 .coral{left:-10%;rotate:-13deg}.scene-3 .mint{left:25%;top:0;z-index:2;rotate:0deg}.scene-3 .lime{right:-9%;z-index:1}.bundle-star{position:absolute!important;z-index:4!important;right:auto!important;bottom:auto!important;background:transparent!important;color:var(--ink)!important;border:0!important;padding:0!important;border-radius:0!important;font:900 24px Nunito!important;transform:none!important}.bundle-star.star-a{left:8%!important;top:24%!important}.bundle-star.star-b{right:7%!important;left:auto!important;top:20%!important;color:white!important}.bundle-visual-meta{position:absolute;z-index:6;left:16px;right:16px;bottom:15px;background:rgba(8,45,34,.9);color:white;border-radius:15px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.bundle-visual-meta>span{display:grid}.bundle-visual-meta small{font-size:8px;color:#b9cbc4;text-transform:uppercase;letter-spacing:.09em}.bundle-visual-meta b{font:800 14px Nunito;margin-top:1px}.bundle-visual-meta>strong{background:var(--lime);color:var(--ink);border-radius:99px;padding:8px 11px;font:900 10px Nunito;text-transform:uppercase}.bundle-options button{cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.bundle-options button:hover{transform:translateX(3px);background:rgba(255,255,255,.09)}.bundle-options button.active{background:rgba(200,243,107,.08)}@media(max-width:650px){.bundle-case-scene{inset:48px 6px 64px}.scene-2 .bundle-case{width:65%}.scene-3 .bundle-case{width:54%}.bundle-scene-label{left:12px!important;top:12px!important}.bundle-visual-meta{left:10px;right:10px;bottom:10px}.bundle-star{display:none!important}}.hero-art{background:radial-gradient(circle at 54% 42%,#eef9bc 0 17%,#def19a 49%,#c9e872 100%);isolation:isolate;border:1px solid rgba(8,45,34,.08);box-shadow:inset 0 1px rgba(255,255,255,.55)}.hero-art:before{display:none}.hero-art-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(8,45,34,.18) 1px,transparent 0),linear-gradient(90deg,rgba(8,45,34,.18) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 75%);mask-image:radial-gradient(circle at center,#000,transparent 75%)}.hero-art-top{position:absolute;z-index:7;left:18px;right:18px;top:16px;display:flex;align-items:center;justify-content:space-between}.hero-art-top>span{display:flex;align-items:center;gap:7px;background:rgba(255,253,248,.86);border:1px solid rgba(8,45,34,.08);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-radius:99px;padding:9px 12px;font:800 9px Nunito;text-transform:uppercase}.hero-art-top svg{width:13px;color:var(--green)}.hero-art-top>div{display:flex;gap:5px;background:rgba(255,253,248,.72);border-radius:99px;padding:8px 10px}.hero-art-top i{width:9px;height:9px;border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,.75)}.hero-stage{position:absolute;z-index:1;inset:70px 25px 92px}.stage-ring{position:absolute;border-radius:50%;left:50%;top:48%;translate:-50% -50%}.ring-one{width:82%;aspect-ratio:1;border:1px solid rgba(8,45,34,.18)}.ring-two{width:60%;aspect-ratio:1;background:rgba(255,255,255,.11);border:1px dashed rgba(8,45,34,.14)}.stage-shadow{position:absolute;width:58%;height:12%;left:22%;bottom:7%;border-radius:50%;background:rgba(42,80,24,.22);filter:blur(24px)}.hero-art .case-stack{z-index:3;width:57%;height:72%;filter:drop-shadow(0 31px 23px rgba(8,45,34,.24))}.hero-art .case-stack img{object-fit:contain}.hero-art .case-back{right:1%;top:8%;left:auto;bottom:auto}.hero-art .case-front{left:0;bottom:9%;right:auto;top:auto;z-index:4}.hero-art .hero-orbit{display:flex;align-items:center;gap:7px;background:rgba(255,253,248,.9);border-color:rgba(8,45,34,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:9px;box-shadow:0 10px 30px rgba(8,45,34,.12)}.hero-art .hero-orbit svg{width:14px;color:#4f873d}.hero-art .orbit-one{right:3%;top:25%;transform:rotate(4deg)}.hero-art .orbit-two{left:3%;bottom:24%;transform:rotate(-4deg)}.hero-art-product{position:absolute;z-index:8;left:16px;right:16px;bottom:15px;min-height:64px;background:rgba(8,45,34,.91);color:white;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:11px 13px 11px 16px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-art-product>span{display:grid}.hero-art-product small{font-size:8px;color:#b6c9c1;text-transform:uppercase;letter-spacing:.1em}.hero-art-product b{font:900 19px Nunito;margin-top:1px}.hero-art-product a{display:flex;align-items:center;gap:8px;background:var(--lime);color:var(--ink);border-radius:99px;padding:10px 13px;font-size:9px;font-weight:800}.hero-art-product a svg{width:14px}.hero-art .pixel-star{z-index:6}.hero-art .star-one{left:8%;top:22%}.hero-art .star-two{right:8%;bottom:22%;color:var(--orange)}@media(max-width:650px){.hero-art-top{left:12px;right:12px;top:12px}.hero-art-top>span{font-size:8px}.hero-art .case-stack{width:62%;height:70%}.hero-art .case-back{right:-3%;top:10%}.hero-art .case-front{left:-4%;bottom:10%}.hero-art .orbit-one{right:2%;top:28%}.hero-art .orbit-two{left:2%;bottom:26%}.hero-art-product{left:10px;right:10px;bottom:10px;min-height:58px}.hero-stage{inset:58px 8px 78px}.hero-art .pixel-star{display:none}}.delivery-progress{align-items:center;gap:10px;border-radius:12px;padding:11px 12px;font-weight:400}.delivery-progress>svg{width:18px;height:18px;flex:none}.delivery-progress>span{display:grid;grid-gap:1px;gap:1px;line-height:1.35}.delivery-progress b{font:800 11px Nunito}.delivery-progress small{font-size:9px;font-weight:500;color:#557849}.checkout-pay{position:relative;padding-inline:58px;gap:0}.checkout-pay>.pay-spinner,.checkout-pay>svg{position:absolute}.checkout-pay>.pay-spinner,.checkout-pay>svg:first-child{left:22px}.checkout-pay>svg:last-child{right:22px;margin:0}.checkout-pay-label{display:inline-flex;align-items:baseline;justify-content:center;gap:3px;text-align:center}.checkout-pay-label b{font:inherit}@media(max-width:600px){.checkout-pay{padding-inline:50px}.checkout-pay>.pay-spinner,.checkout-pay>svg:first-child{left:19px}.checkout-pay>svg:last-child{right:19px}.checkout-pay-label{font-size:14px}}