:root{--navy: #0d224f;--navy-deep: #07152f;--navy-soft: #162f64;--yellow: #fbe105;--yellow-soft: #fff47a;--red: #e22328;--white: #fff;--ink: #10182a;--muted: #5e687b;--surface: #f4f6fa;--line: rgba(13, 34, 79, .12);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--shadow-sm: 0 10px 30px rgba(7, 21, 47, .08);--shadow-lg: 0 30px 90px rgba(7, 21, 47, .22);--page-width: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--navy-deep)}body{margin:0;color:var(--ink);background:var(--white);font-family:Tahoma,Arial,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:inherit;line-height:1.18;letter-spacing:-.035em}h1{font-size:clamp(2.65rem,6vw,5.5rem);margin-bottom:22px}h2{font-size:clamp(2rem,4vw,3.65rem);margin-bottom:18px}h3{font-size:clamp(1.15rem,2vw,1.45rem);margin-bottom:10px}::selection{color:var(--navy);background:var(--yellow)}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.page-narrow{max-width:920px}.site-main{min-height:55vh}.section{padding:clamp(76px,10vw,130px) 0}.section-light{background:var(--surface)}.section-navy{color:var(--white);background:var(--navy)}.skip-link{position:fixed;inset-block-start:10px;inset-inline-start:10px;z-index:999;padding:10px 18px;color:var(--navy);background:var(--yellow);border-radius:8px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 26px;color:var(--navy);background:var(--yellow);border:2px solid var(--yellow);border-radius:999px;font-weight:800;line-height:1.2;cursor:pointer;box-shadow:0 10px 28px #fbe10533;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 15px 35px #fbe10545}.button:focus-visible{outline:3px solid var(--red);outline-offset:4px}.button-large{min-height:60px;padding-inline:34px;font-size:1.05rem}.button-full{width:100%}.button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--red);font-size:.81rem;font-weight:900;letter-spacing:.04em}.eyebrow:before,.kicker:before{content:"";width:28px;height:4px;background:currentColor;border-radius:999px}.section-heading{max-width:720px;margin-bottom:52px}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}.section-heading-light>p:last-child{color:#ffffffb3}.section-heading-light .kicker{color:var(--yellow)}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-decoration-color:var(--yellow);text-underline-offset:4px}.rte ul,.rte ol{padding-inline-start:24px}.site-header{position:sticky;inset-block-start:0;z-index:100;color:var(--white);background:#07152fed;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{display:flex;align-items:center;min-height:78px;gap:34px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;font-weight:900;letter-spacing:.02em}.brand-logo{width:auto;height:auto;max-height:48px}.brand-mark{display:inline-grid;place-items:center;width:38px;aspect-ratio:1;color:var(--navy);background:var(--yellow);border-radius:10px;font:900 1.25rem/1 Arial,sans-serif;transform:skew(-5deg)}.brand-name{font-size:.96rem}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}.desktop-nav a{position:relative;color:#ffffffc7;font-size:.91rem;font-weight:700;transition:color .2s}.desktop-nav a:after{content:"";position:absolute;inset-inline:0;inset-block-end:-8px;height:2px;background:var(--yellow);transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover{color:var(--white)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:12px;margin-inline-start:auto}.cart-link{position:relative;display:grid;place-items:center;width:46px;aspect-ratio:1;border:1px solid rgba(255,255,255,.16);border-radius:50%}.cart-link svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;inset-block-start:-4px;inset-inline-end:-3px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;color:var(--white);background:var(--red);border:2px solid var(--navy-deep);border-radius:99px;font-size:.67rem;font-weight:900}.menu-toggle{display:none;width:46px;height:46px;padding:12px;color:inherit;background:transparent;border:1px solid rgba(255,255,255,.16);border-radius:50%;cursor:pointer}.menu-toggle>span:not(.visually-hidden){display:block;width:100%;height:2px;margin:4px 0;background:currentColor;border-radius:3px;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;inset:78px 0 auto;padding:12px 20px 24px;color:var(--white);background:var(--navy-deep);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg)}.mobile-nav a{display:block;padding:14px 4px;border-bottom:1px solid rgba(255,255,255,.09);font-weight:700}.hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden;color:var(--white);background:radial-gradient(circle at 78% 20%,#244981 0,var(--navy) 32%,var(--navy-deep) 78%)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to left,black,transparent 72%);mask-image:linear-gradient(to left,black,transparent 72%)}.hero:after{content:"";position:absolute;width:28vw;height:120%;inset-block-start:-10%;inset-inline-start:-8%;background:var(--yellow);opacity:.06;transform:skew(-12deg)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:clamp(36px,7vw,100px)}.hero-copy{max-width:670px}.hero .eyebrow{color:var(--yellow)}.hero-text{max-width:610px;color:#ffffffc4;font-size:clamp(1rem,2vw,1.22rem)}.hero-price{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin:30px 0 26px}.sale-price{color:var(--yellow);font-size:2.15rem;font-weight:900;line-height:1}.old-price{color:#ffffff73;font-size:1.1rem;text-decoration:line-through 2px var(--red)}.discount-pill{padding:5px 11px;color:var(--white);background:var(--red);border-radius:99px;font-size:.75rem;font-weight:900}.trust-line{display:flex;align-items:center;gap:9px;margin:16px 10px 0 0;color:#ffffffad;font-size:.84rem}.trust-line span{display:inline-grid;place-items:center;width:21px;height:21px;color:var(--navy);background:var(--yellow);border-radius:50%;font-size:.72rem;font-weight:900}.cover-stage{position:relative;display:grid;place-items:center;min-height:560px}.glow{position:absolute;border-radius:50%;filter:blur(4px)}.glow-one{width:380px;height:380px;background:#fbe10526}.glow-two{width:500px;height:500px;border:1px solid rgba(251,225,5,.18);box-shadow:inset 0 0 80px #fbe1050d}.hero-cover-image{position:relative;z-index:2;width:min(100%,430px);max-height:590px;object-fit:contain;filter:drop-shadow(0 34px 40px rgba(0,0,0,.35));transform:rotate(2deg)}.digital-cover{position:relative;z-index:2;display:flex;flex-direction:column;width:min(100%,390px);aspect-ratio:.72;padding:34px;overflow:hidden;color:var(--white);background:linear-gradient(150deg,#132e60,#07142f 75%);border:1px solid rgba(255,255,255,.18);border-radius:6px 18px 18px 6px;box-shadow:-12px 16px #061027,-14px 18px 0 var(--yellow),var(--shadow-lg);transform:perspective(1000px) rotateY(-6deg) rotate(2deg)}.digital-cover:after{content:"";position:absolute;width:90%;height:36%;inset-inline-end:-18%;inset-block-end:-10%;background:var(--yellow);opacity:.12;transform:rotate(-23deg)}.cover-top{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:2px solid var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:.14em}.cover-lines{position:absolute;inset:20% 0 auto;height:40%;opacity:.22}.cover-lines i{position:absolute;display:block;width:120%;height:2px;background:var(--yellow);transform:rotate(-16deg)}.cover-lines i:nth-child(2){top:30%;transform:rotate(13deg)}.cover-lines i:nth-child(3){top:65%;transform:rotate(-7deg)}.digital-cover strong{position:relative;z-index:1;margin:auto 0 14px;font-size:clamp(2rem,4vw,3.15rem);line-height:1.16}.digital-cover small{position:relative;z-index:1;color:#ffffffab}.pdf-chip{position:relative;z-index:1;align-self:flex-end;margin-top:30px;padding:5px 12px;color:var(--white);background:var(--red);border-radius:6px;font-size:.77rem;font-weight:900}.floating-stat{position:absolute;z-index:3;min-width:145px;padding:12px 16px;color:var(--navy);background:#fffffff0;border:1px solid rgba(255,255,255,.4);border-radius:14px;box-shadow:0 18px 40px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.floating-stat b,.floating-stat span{display:block}.floating-stat b{font-size:.9rem}.floating-stat span{margin-top:1px;color:var(--muted);font-size:.71rem}.floating-stat-a{inset-block-start:13%;inset-inline-start:-2%}.floating-stat-b{inset-block-end:12%;inset-inline-end:-3%}.offer-bar{position:relative;overflow:hidden;color:var(--navy);background:var(--yellow)}.offer-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background:repeating-linear-gradient(120deg,transparent 0 20px,var(--navy) 20px 21px)}.offer-inner{position:relative;display:flex;align-items:center;justify-content:center;gap:16px;min-height:78px;text-align:center}.offer-inner p{margin:0;font-weight:900}.offer-badge{padding:4px 11px;color:var(--white);background:var(--red);border-radius:99px;font-size:.76rem;font-weight:900;transform:rotate(-2deg)}.offer-dot{width:9px;height:9px;background:var(--red);border-radius:50%;box-shadow:0 0 0 6px #e2232826}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feature-card{position:relative;min-height:260px;padding:30px 26px;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}.feature-card:after{content:"";position:absolute;width:100px;height:100px;inset-inline-end:-35px;inset-block-end:-35px;background:var(--yellow);border-radius:50%;opacity:.12}.feature-card:hover{transform:translateY(-7px);box-shadow:0 18px 50px #07152f1f}.feature-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:28px;color:var(--navy);background:var(--yellow);border-radius:16px;transform:rotate(-2deg)}.feature-icon svg{width:31px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{color:var(--navy)}.feature-card p{margin:0;color:var(--muted);font-size:.92rem}.preview-section{position:relative;overflow:hidden}.preview-section:before{content:"";position:absolute;width:550px;height:550px;inset-inline-end:-220px;inset-block-start:-220px;border:80px solid rgba(251,225,5,.05);border-radius:50%}.preview-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.preview-card{overflow:hidden;background:var(--white);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);box-shadow:0 24px 60px #00000029}.preview-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--navy-deep)}.preview-image{width:100%;height:100%;object-fit:cover;transition:transform .4s}.preview-card:hover .preview-image{transform:scale(1.035)}.preview-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:26px;color:var(--white);background:linear-gradient(145deg,#15366f,#091b3f)}.preview-placeholder:before{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border:1px solid rgba(251,225,5,.5)}.preview-brand{position:relative;color:var(--yellow);font-size:.64rem;font-weight:900;letter-spacing:.1em}.preview-placeholder b{position:relative;margin-top:auto;font-size:1.55rem}.preview-placeholder small{position:relative;color:#ffffff8c}.preview-skeleton{position:absolute;inset-inline-end:28px;inset-block-start:65px;width:45%}.preview-skeleton i{display:block;height:5px;margin:9px 0;background:#ffffff26;border-radius:5px}.preview-skeleton i:nth-child(2){width:72%}.preview-skeleton i:nth-child(3){width:88%}.preview-skeleton i:nth-child(4){width:58%}.preview-label{position:absolute;inset-block-start:16px;inset-inline-end:16px;padding:5px 11px;color:var(--white);background:var(--red);border-radius:99px;font-size:.72rem;font-weight:900}.preview-content{min-height:210px;padding:26px;color:var(--ink)}.preview-content h3{color:var(--navy)}.preview-content p{margin:0;color:var(--muted);font-size:.91rem}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.step-card{display:flex;gap:22px;padding:31px 26px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.step-number{flex:0 0 auto;display:grid;place-items:center;width:56px;height:56px;color:var(--navy);background:var(--yellow);border-radius:50%;font-size:1rem;font-weight:900;box-shadow:0 0 0 8px #fbe1052b}.step-card h3{color:var(--navy)}.step-card p{margin:0;color:var(--muted);font-size:.91rem}.faq-section{color:var(--white);background:var(--navy-deep)}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;align-items:start;gap:clamp(50px,8vw,120px)}.faq-intro{position:sticky;inset-block-start:120px}.faq-intro .kicker{color:var(--yellow)}.faq-intro .button{margin-top:14px}.faq-list{border-top:1px solid rgba(255,255,255,.14)}.faq-item{border-bottom:1px solid rgba(255,255,255,.14)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer;list-style:none;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{position:relative;flex:0 0 32px;width:32px;height:32px;background:#ffffff14;border-radius:50%}.faq-plus:before,.faq-plus:after{content:"";position:absolute;inset:50% auto auto 50%;width:12px;height:2px;background:var(--yellow);transform:translate(-50%,-50%)}.faq-plus:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s}.faq-item[open] .faq-plus:after{transform:translate(-50%,-50%) rotate(0)}.faq-answer{padding:0 0 24px;color:#ffffffad}.product-section{color:var(--white);background:linear-gradient(135deg,var(--navy-deep),var(--navy))}.product-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(50px,8vw,110px)}.product-media{min-width:0}.product-image{width:100%;max-height:680px;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(0,0,0,.32))}.digital-cover-product{width:min(100%,470px);margin-inline:auto}.product-info{max-width:620px}.product-info .eyebrow{color:var(--yellow)}.product-info h1{font-size:clamp(2.4rem,5vw,4.5rem)}.product-price{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin:24px 0}.price-current{color:var(--yellow);font-size:2.1rem;font-weight:900}.product-price s{color:#ffffff73}.save-badge{padding:5px 10px;color:var(--white);background:var(--red);border-radius:99px;font-size:.72rem;font-weight:900}.product-description{color:#ffffffb8}.product-form{margin-top:30px}.product-form label{display:block;margin-bottom:8px;font-weight:800}.product-form select{width:100%;margin-bottom:16px;padding:14px 16px;color:var(--ink);background:var(--white);border:1px solid rgba(255,255,255,.2);border-radius:12px}.product-guarantees{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;padding:22px 0 0;margin:22px 0 0;border-top:1px solid rgba(255,255,255,.12);list-style:none;color:#ffffffb8;font-size:.83rem}.product-guarantees span{display:inline-grid;place-items:center;width:19px;height:19px;margin-inline-end:6px;color:var(--navy);background:var(--yellow);border-radius:50%;font-size:.67rem;font-weight:900}.cart-section,.page-section{background:var(--surface)}.cart-items{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:115px minmax(0,1fr) auto;align-items:center;gap:22px;padding:18px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.cart-item-media{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;color:var(--white);background:var(--navy);border-radius:13px;font-weight:900}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-copy h2{margin-bottom:5px;color:var(--navy);font-size:1.14rem}.cart-item-copy p{margin-bottom:5px;color:var(--muted);font-size:.85rem}.cart-item-copy .digital-note{color:#247a4a;font-weight:700}.text-link{color:var(--navy);text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:4px;font-size:.84rem;font-weight:800}.cart-item-price{color:var(--navy)}.cart-summary{margin-top:24px;padding:28px;background:var(--navy);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.summary-row{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.15);font-size:1.25rem}.cart-summary>p{color:#ffffffa6;font-size:.83rem}.cart-summary .button{margin-top:14px}.back-link{display:block;width:max-content;margin:18px auto 0;color:var(--white)}.empty-state{padding:70px 26px;text-align:center;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.empty-icon{display:grid;place-items:center;width:78px;height:78px;margin:0 auto 24px;color:var(--navy);background:var(--yellow);border-radius:20px;font-weight:900;transform:rotate(-4deg)}.empty-state h1,.empty-state h2{color:var(--navy)}.empty-state p{color:var(--muted)}.error-code{display:block;color:var(--yellow);-webkit-text-stroke:2px var(--navy);font-size:clamp(5rem,15vw,10rem);font-weight:900;line-height:1}.page-header{padding-bottom:26px;margin-bottom:34px;border-bottom:4px solid var(--yellow)}.page-header h1{color:var(--navy);font-size:clamp(2.4rem,5vw,4rem)}.page-content{color:#3c4658}.page-content h2,.page-content h3{color:var(--navy)}.site-footer{padding:72px 0 24px;color:#ffffffb3;background:var(--navy-deep);border-top:5px solid var(--yellow)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:70px}.brand-footer{color:var(--white);margin-bottom:18px}.footer-brand p{max-width:420px;margin-bottom:0;font-size:.88rem}.footer-grid h2{margin-bottom:16px;color:var(--white);font-size:.93rem;letter-spacing:0}.footer-links a,.footer-legal a{display:block;width:max-content;max-width:100%;margin:8px 0;font-size:.84rem;transition:color .2s}.footer-links a:hover,.footer-legal a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;margin-top:55px;border-top:1px solid rgba(255,255,255,.1);font-size:.73rem}.footer-bottom p{margin:0}.footer-disclaimer{text-align:end}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.js .reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}@media(max-width:1050px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{min-height:230px}.desktop-nav{gap:18px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:35px}.floating-stat-a{inset-inline-start:-5%}}@media(max-width:820px){.page-width{width:min(calc(100% - 32px),var(--page-width))}.desktop-nav{display:none}.menu-toggle{display:block}.hero{min-height:auto;padding-top:66px}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy{max-width:680px;margin-inline:auto}.hero .eyebrow,.hero-price,.trust-line{justify-content:center}.hero-visual{max-width:570px;width:100%;margin-inline:auto}.cover-stage{min-height:520px}.preview-grid,.steps-grid{grid-template-columns:1fr}.preview-grid{max-width:620px;margin-inline:auto}.preview-media{aspect-ratio:16 / 10}.preview-content{min-height:auto}.faq-layout,.product-layout{grid-template-columns:1fr}.faq-intro{position:static}.product-info{max-width:none}.product-media{max-width:610px;width:100%;margin-inline:auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:35px}}@media(max-width:600px){body{font-size:15px}h1{font-size:clamp(2.35rem,12vw,3.55rem)}h2{font-size:clamp(1.85rem,9vw,2.65rem)}.section{padding:72px 0}.header-inner{min-height:70px}.mobile-nav{inset-block-start:70px}.brand-name{font-size:.82rem}.brand-mark{width:34px}.cart-link,.menu-toggle{width:42px;height:42px}.hero{padding-top:48px}.hero-text{font-size:1rem}.hero .button{width:100%}.hero-price{margin-top:24px}.cover-stage{min-height:440px}.digital-cover{width:min(78vw,330px);padding:28px}.floating-stat{min-width:126px;padding:9px 12px}.floating-stat-a{inset-block-start:7%;inset-inline-start:0}.floating-stat-b{inset-block-end:7%;inset-inline-end:0}.offer-inner{flex-wrap:wrap;gap:8px 12px;padding:14px 0}.offer-inner p{flex-basis:100%;font-size:.86rem}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.step-card{padding:25px 20px}.product-guarantees{grid-template-columns:1fr}.cart-item{grid-template-columns:82px 1fr;align-items:start;gap:14px}.cart-item-price{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:8px}.footer-disclaimer{text-align:start}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
