*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}img,video{display:block;max-width:100%;height:auto}[hidden]{display:none!important}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}button{color:inherit}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visually-hidden:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;margin:0;padding:12px 16px;clip:auto;background:#fff;z-index:1000}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:13px 26px;border:2px solid var(--ink);border-radius:9px;background:var(--ink);color:#fff;font-weight:900;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;cursor:pointer;box-shadow:4px 4px 0 var(--accent);transition:transform .15s,background .15s,box-shadow .15s}.button:hover{transform:translate(-1px,-1px);background:var(--accent);box-shadow:6px 6px 0 var(--ink)}.button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.icon-button{display:grid;place-items:center;width:44px;height:44px;border:0;background:none;cursor:pointer;text-decoration:none}.icon-button svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}h1,h2,h3{font-family:Arial Black,Impact,ui-sans-serif,sans-serif;line-height:.98;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,5vw,4.9rem);margin:.25em 0}h2{font-size:clamp(2rem,3.5vw,3.6rem)}.announcement{background:var(--announcement-bg);color:var(--announcement-text);font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:center}.announcement p{margin:0}.announcement__shipping{padding:8px 16px;font-size:.88rem}.marquee{overflow:hidden;border-top:1px solid rgba(255,255,255,.16);padding:7px 0}.marquee__track{display:flex;width:max-content;gap:70px;animation:marquee 24s linear infinite}.marquee span{font-size:.83rem;white-space:nowrap}@keyframes marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee__track{animation:none}.button{transition:none}}.site-header{position:relative;border-bottom:1px solid #dedbd5;background:#fffffff7;z-index:20}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:128px}.header__nav{display:flex;gap:32px}.header__nav a,.mobile-menu a{font-size:.92rem;font-weight:900;letter-spacing:.035em;text-decoration:none;text-transform:uppercase}.header__nav a:hover{color:var(--accent)}.header__brand{display:block;width:min(var(--logo-width),32vw)}.header__brand img{width:100%;max-height:108px;object-fit:contain}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:3px}.header__menu-button{display:none}.cart-link{position:relative}.cart-count{position:absolute;right:1px;top:1px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:800}.mobile-menu{display:grid;gap:1px;padding:10px 16px 20px;background:#fff;border-top:1px solid #ddd}.mobile-menu a{padding:12px;border-radius:8px}.mobile-menu a:hover{background:var(--cream)}.product-section{padding-block:38px 72px}.product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(36px,5vw,72px);align-items:start}.product-gallery__stage{overflow:hidden;border-radius:var(--radius);background:#0f0f0f;aspect-ratio:1/1}.product-gallery__media,.product-gallery__media>*{width:100%;height:100%}.product-gallery__image,.product-gallery__media video{object-fit:cover}.product-gallery__placeholder{display:grid;place-items:center;width:100%;height:100%;padding:12%;background:radial-gradient(circle at 50% 35%,#34302b,#111 68%)}.product-gallery__placeholder img{max-height:80%;object-fit:contain}.product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:78px;gap:10px;overflow:auto;padding:12px 2px}.product-gallery__thumb{padding:0;overflow:hidden;aspect-ratio:1;border:2px solid transparent;border-radius:9px;background:#eee;cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:20px}.demand-pill{display:flex;width:max-content;max-width:100%;align-items:center;gap:8px;padding:7px 12px;border-radius:99px;background:var(--ink);color:#fff;font-size:.82rem}.demand-pill__faces{letter-spacing:-.3em;margin-right:.3em}.stock-banner{display:inline-block;margin:8px 0 4px;padding:5px 9px;border:2px solid var(--ink);font-weight:900;font-size:.82rem;letter-spacing:.06em}.rating{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.rating>span{color:#f2b91f;letter-spacing:.1em}.rating a{color:var(--muted)}.product-benefits{margin:22px 0}.product-benefits p{margin:13px 0;font-size:1.04rem}.price{display:flex;align-items:center;gap:12px;margin:16px 0 22px}.price__current{font-size:1.7rem;font-weight:900}.price__compare{color:var(--muted)}.price__save{padding:3px 7px;background:var(--accent);color:#fff;border-radius:5px;font-size:.75rem;font-weight:900;text-transform:uppercase}.product-form>label{font-weight:800}.product-form select{width:100%;min-height:48px;margin:8px 0 18px;border:2px solid #c9c3bb;border-radius:8px;padding:8px;background:#fff}.bundle-picker{display:block}.bundle-picker h2{font-size:1rem;text-align:center;letter-spacing:.13em;margin:0 0 11px}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.bundle-card{position:relative;display:flex;flex-direction:column;gap:3px;min-height:94px;padding:19px 8px 10px;border:2px solid #bbb4aa;border-radius:10px;background:#fff;cursor:pointer}.bundle-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#fff9f4}.bundle-card__flag{position:absolute;inset:-2px -2px auto;padding:3px;border-radius:8px 8px 0 0;background:var(--accent);color:#fff;font-size:.62rem;font-weight:900;text-transform:uppercase}.bundle-card strong{font-size:.9rem}.bundle-card span:not(.bundle-card__flag){font-size:.76rem;color:var(--muted)}.add-ons{display:grid;gap:8px;margin:15px 0}.add-on{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid #d5d0c9;border-radius:9px;cursor:pointer}.add-on input{width:20px;height:20px;accent-color:var(--accent)}.add-on span{display:flex;flex-direction:column}.add-on small{color:var(--muted)}.product-form__submit{width:100%;font-size:1.05rem}.product-form__status{min-height:1.5em;margin:8px 0 0;font-weight:700}.product-form__status.is-error{color:#a52117}.microcopy{text-align:center;color:var(--muted);font-size:.82rem}.sticky-buy{position:fixed;left:12px;right:12px;bottom:12px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 15px;border:1px solid #333;border-radius:12px;background:#fff;box-shadow:0 10px 40px #0003}.sticky-buy[hidden]{display:none}.sticky-buy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-buy .button{min-height:44px;padding:8px 16px;flex:none}.editor-placeholder{display:grid;place-items:center;min-height:560px;padding:40px;text-align:center;border-radius:var(--radius);background:var(--cream)}.editor-placeholder img{width:min(500px,80%)}.empty-product-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);overflow:hidden;border:2px solid var(--ink);border-radius:22px;background:var(--cream);box-shadow:10px 10px 0 var(--ink)}.empty-product-hero__media{position:relative;min-height:680px;background:#0b0b0b}.empty-product-hero__media:after{content:"THE ORIGINAL SPOOKY COPILOT";position:absolute;left:20px;bottom:20px;padding:7px 11px;border:2px solid white;background:var(--ink);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.12em}.empty-product-hero__media img{width:100%;height:100%;object-fit:cover}.empty-product-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px)}.empty-product-hero__content h1{max-width:620px;font-size:clamp(3.4rem,5vw,5.25rem);overflow-wrap:anywhere;text-transform:uppercase}.empty-product-hero__lead{max-width:580px;margin:4px 0 22px;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:750;line-height:1.35}.empty-product-benefits{display:grid;gap:8px;margin:8px 0 20px}.empty-product-benefits p{margin:0;font-weight:800}.empty-product-benefits span{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:7px;border-radius:50%;background:var(--accent);color:#fff}.empty-product-hero__price{margin:6px 0 14px;font-family:Arial Black,Impact,sans-serif;font-size:1.65rem;text-transform:uppercase}.empty-product-hero .button{max-width:430px}.empty-product-hero .button:disabled{opacity:1}.empty-product-hero .microcopy{max-width:430px}.site-footer{padding:68px 0 20px;background:var(--ink);color:#fff}.footer__grid{display:grid;grid-template-columns:1.15fr .8fr 1.25fr;gap:60px}.site-footer h2{font-size:1.2rem}.footer__brand{font-size:2.3rem!important;color:var(--accent)}.site-footer ul{list-style:none;padding:0}.site-footer li{margin:8px 0}.newsletter{display:flex;flex-wrap:wrap;gap:8px}.newsletter input{flex:1;min-width:190px;min-height:52px;border:1px solid #777;border-radius:8px;padding:10px}.newsletter .button{background:var(--accent);border-color:var(--accent)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:50px;padding-top:18px;border-top:1px solid #444}.footer__bottom svg{height:24px;width:auto}@media(max-width:899px){.header__inner{min-height:92px}.header__nav{display:none}.header__menu-button{display:grid}.header__brand{width:min(var(--logo-width),48vw)}.header__brand img{max-height:82px}.product-layout,.empty-product-hero{grid-template-columns:1fr}.product-info{position:static}.empty-product-hero__media{min-height:0;aspect-ratio:1}.empty-product-hero__content{padding:34px 24px 38px}.empty-product-hero__content h1{font-size:clamp(3.1rem,14vw,5rem)}.footer__grid{grid-template-columns:1fr;gap:28px}.bundle-grid{gap:6px}.bundle-card{padding-inline:4px}.header__actions .icon-button:nth-child(2){display:none}}@media(min-width:900px){.sticky-buy{display:none!important}}@media(max-width:480px){.page-width{width:min(calc(100% - 20px),var(--page))}.announcement__shipping{font-size:.75rem}.header__actions{gap:0}.icon-button{width:39px}.product-section{padding-top:18px}.product-gallery__stage{border-radius:10px}.demand-pill{font-size:.68rem}.bundle-card strong{font-size:.79rem}.bundle-card__flag{font-size:.54rem}.sticky-buy>span{max-width:54%}.footer__bottom{align-items:flex-start;flex-direction:column}.empty-product-hero{border-radius:13px;box-shadow:5px 5px 0 var(--ink)}.empty-product-hero__media:after{left:12px;bottom:12px;font-size:.58rem}.empty-product-hero__lead{font-size:1.1rem}}.quote-section,.content-section,.story-section,.faq-section,.testimonials-section,.guarantee-section{padding:72px 0}.quote-section,.faq-section{background:var(--cream)}.quote-card{display:grid;grid-template-columns:minmax(0,320px) 1fr;gap:40px;align-items:center;padding:30px;border:2px solid var(--ink);border-radius:var(--radius);background:#fff}.quote-card>img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.quote-card blockquote{margin:10px 0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:800}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.content-card{padding:35px;border:2px solid var(--ink);border-radius:var(--radius);box-shadow:7px 7px 0 var(--accent)}.content-card__icon{font-size:2.4rem}.content-card h2{font-size:1.65rem}.story-section{background:var(--ink);color:#fff}.story{max-width:850px;text-align:center}.story h2{color:var(--accent);font-size:clamp(2.8rem,7vw,6rem);margin:.15em 0}.story p:not(.eyebrow){font-size:1.2rem}.story .button{background:#fff;color:var(--ink);border-color:#fff}.eyebrow{font-weight:900;letter-spacing:.15em;color:var(--accent)}.narrow{max-width:850px}.faq-list details{border-top:2px solid var(--ink)}.faq-list details:last-child{border-bottom:2px solid var(--ink)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.12rem;font-weight:900;cursor:pointer}.faq-list summary span{font-size:1.8rem}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list .rte{padding:0 0 22px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{padding:26px;border-radius:var(--radius);background:var(--cream)}.testimonial h3{font-size:1.25rem}.testimonial blockquote{margin:14px 0}.review-disclaimer{color:var(--muted);font-size:.78rem;text-align:center}.guarantee-section{background:var(--accent);color:#fff}.guarantee{display:flex;align-items:center;justify-content:center;gap:28px;max-width:900px}.guarantee>span{font-size:4rem}.guarantee h2{margin:0}.guarantee p{margin-bottom:0}.route-section{min-height:55vh;padding-top:55px;padding-bottom:80px}.route-section h1{font-size:clamp(2.6rem,6vw,5.5rem)}.empty-state{padding:60px 20px;text-align:center;border-radius:var(--radius);background:var(--cream)}.error-code{font-size:1.1rem;font-weight:900;letter-spacing:.3em;color:var(--accent)}.search-form{display:flex;gap:8px;max-width:700px}.search-form input,.contact-form input,.contact-form textarea{width:100%;border:2px solid #bdb7af;border-radius:8px;padding:12px}.contact-form{display:grid;gap:8px}.contact-form label{margin-top:8px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:35px}.product-card{overflow:hidden;border:1px solid #ded8cf;border-radius:var(--radius);background:#fff}.product-card>a{display:block;text-decoration:none}.product-card img,.product-card__placeholder{width:100%;aspect-ratio:1;object-fit:cover}.product-card__placeholder{display:grid;place-items:center;background:var(--cream);font-size:5rem}.product-card h3,.product-card .price{margin-inline:16px}.product-card h3,.product-card .price__current{font-size:1.1rem}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:14px;border-bottom:1px solid #ddd}.cart-line img{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-line input{width:70px}.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:28px}.button--accent{background:var(--accent);border-color:var(--accent)}@media(max-width:749px){.quote-card{grid-template-columns:1fr}.quote-card>img{max-width:260px}.testimonial-grid{grid-template-columns:1fr}.guarantee{align-items:flex-start}.guarantee>span{font-size:3rem}.cart-line{grid-template-columns:76px 1fr}.cart-line>strong{grid-column:2}.search-form{align-items:stretch;flex-direction:column}}.empty-product-hero__content h1{font-size:clamp(3.2rem,4.4vw,4.4rem);overflow-wrap:normal}.empty-product-hero__content h1 span{display:block;font-size:.76em;white-space:nowrap}.bundle-card b{margin-top:3px;font-size:1rem}.bundle-card small{color:var(--accent);font-weight:900}.bundle-card:disabled{cursor:not-allowed;opacity:.48}.bundle-picker--static{margin:20px 0}.bundle-picker--static .bundle-card{cursor:default}.guarantee-section{padding:88px 0;background:var(--cream);color:var(--ink)}.guarantee-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:42px;align-items:center;padding:48px 54px;border:2px solid var(--ink);border-radius:22px;background:var(--ink);color:#fff;box-shadow:10px 10px 0 var(--accent)}.guarantee-seal{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:center;width:160px;height:160px;border:3px solid white;border-radius:50%;background:var(--accent);box-shadow:0 0 0 7px var(--ink),0 0 0 9px var(--accent);transform:rotate(-4deg)}.guarantee-seal span{font-family:Arial Black,Impact,sans-serif;font-size:4.7rem;line-height:1}.guarantee-seal small{font-weight:950;font-size:.76rem;line-height:1.05;letter-spacing:.08em}.guarantee-copy h2{margin:.12em 0 .25em;font-size:clamp(2.5rem,4.3vw,4.6rem)}.guarantee-lead{max-width:760px;margin:0 0 27px;color:#e7e3dc;font-size:1.06rem}.guarantee-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guarantee-points>div{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #454545;border-radius:10px;background:#1b1b1b}.guarantee-points>div>span{display:grid;place-items:center;flex:none;width:24px;height:24px;border-radius:50%;background:var(--accent);font-weight:900}.guarantee-points p{display:flex;flex-direction:column;margin:0;line-height:1.25}.guarantee-points strong{font-size:.88rem}.guarantee-points small{margin-top:3px;color:#bcb8b1;font-size:.73rem}@media(max-width:749px){.guarantee-section{padding:58px 0}.guarantee-card{grid-template-columns:1fr;gap:27px;padding:36px 24px 40px;text-align:center;box-shadow:6px 6px 0 var(--accent)}.guarantee-seal{width:132px;height:132px;margin:auto}.guarantee-seal span{font-size:3.8rem}.guarantee-copy .eyebrow{font-size:.76rem}.guarantee-lead{font-size:.98rem}.guarantee-points{grid-template-columns:1fr;text-align:left}}.bundle-picker{margin:22px 0;padding:20px;border:1px solid #d9d2c9;border-radius:14px;background:var(--cream)}.bundle-picker h2{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 16px;text-align:center}.bundle-picker h2:before,.bundle-picker h2:after{content:"";width:36px;height:2px;background:var(--ink)}.bundle-grid{max-width:760px;margin-inline:auto}.bundle-card{align-items:flex-start;min-height:150px;padding:18px 42px 17px 16px;text-align:left;border-color:#c7c0b7;background:#fff;box-shadow:none}.bundle-card:after{content:"";position:absolute;right:13px;top:13px;display:grid;place-items:center;width:24px;height:24px;border:2px solid #9c958c;border-radius:50%;background:#fff;color:#fff;font-size:.82rem;font-weight:950}.bundle-card:hover{border-color:#777069}.bundle-card.is-selected{border-color:var(--accent);background:#fff7f1;box-shadow:0 0 0 2px var(--accent)}.bundle-card.is-selected:after{content:"\2713";border-color:var(--accent);background:var(--accent)}.bundle-card__flag{position:static;align-self:flex-start;margin:0 0 5px;padding:3px 7px;border-radius:99px;background:var(--ink);font-size:.58rem;line-height:1.15}.bundle-card.is-selected .bundle-card__flag{background:var(--accent)}.bundle-card small{color:#356c48}@media(max-width:749px){.bundle-picker{padding:18px 14px}.bundle-picker h2{font-size:1.02rem}.bundle-picker h2:before,.bundle-picker h2:after{width:24px}.bundle-grid{grid-template-columns:1fr;gap:10px}.bundle-card{min-height:108px;padding:15px 54px 14px 16px}.bundle-card:after{right:16px;top:50%;transform:translateY(-50%)}.bundle-card__flag{margin-bottom:2px}}.bundle-card__flag{margin:8px 0 12px;padding:5px 11px;white-space:nowrap}.sticky-buy__offer{display:flex;min-width:0;flex-direction:column;line-height:1.08}.sticky-buy__offer>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy__offer>span{display:flex;align-items:baseline;gap:7px;margin-top:3px}.sticky-buy__offer b{font-size:1.15rem}.sticky-buy__offer s{color:var(--muted);font-size:.85rem}.sticky-buy__offer small{margin-top:4px;color:var(--accent);font-size:.66rem;font-weight:900;text-transform:uppercase}@media(max-width:749px){.bundle-card__flag{margin:6px 0 8px}.sticky-buy{padding-block:9px}.sticky-buy__offer{max-width:59%}.sticky-buy__offer>strong{font-size:.8rem}.sticky-buy__offer b{font-size:1.08rem}.sticky-buy__offer small{font-size:.58rem}}.bundle-card__flag{margin-left:12px}@media(max-width:749px){.bundle-card__flag{margin-left:8px}}.content-section{padding:52px 0}.content-grid{gap:16px}.content-card{padding:22px 20px;box-shadow:5px 5px 0 var(--accent)}.content-card__icon{font-size:2rem}.content-card h2{margin:.45em 0;font-size:1.45rem}.content-card p{margin-bottom:0}@media(max-width:749px){.content-section{padding:38px 0}.content-grid{gap:12px}.content-card{display:grid;grid-template-columns:42px 1fr;column-gap:12px;row-gap:5px;align-items:center;padding:18px 16px}.content-card__icon{grid-row:1 / span 2;font-size:1.7rem}.content-card h2{margin:0;font-size:1.28rem}.content-card p{grid-column:2;margin:0;font-size:.9rem;line-height:1.4}}.product-layout,.product-gallery,.product-info{min-width:0}.product-gallery{display:block;width:100%;max-width:100%}.product-gallery__stage,.product-gallery__media{min-width:0;max-width:100%}.single-bundle{display:grid;grid-template-columns:1fr auto;gap:3px 18px;align-items:center;margin:20px 0;padding:16px 18px;border:2px solid var(--accent);border-radius:12px;background:#fff7f1}.single-bundle>span{grid-column:1 / -1;color:var(--accent);font-size:.7rem;font-weight:950;letter-spacing:.12em}.single-bundle>strong{font-size:1.05rem}.single-bundle>b{font-size:1.05rem}@media(max-width:899px){.product-layout{display:block}.product-info{margin-top:24px}.product-info h1{font-size:clamp(2.25rem,11vw,3.4rem);overflow-wrap:anywhere}.product-gallery__thumbs{max-width:100%}}@media(max-width:480px){html,body{max-width:100%;overflow-x:clip}.product-section{width:calc(100% - 20px);max-width:100%}.demand-pill{max-width:100%;line-height:1.25}.price{flex-wrap:wrap}.sticky-buy{max-width:calc(100% - 24px)}}.bundle-picker{overflow:visible;padding:22px 16px}.bundle-grid{grid-template-columns:1fr;gap:14px;max-width:none}.bundle-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;column-gap:14px;align-items:center;min-height:104px;padding:19px 20px;border:2px solid #b7b7b7;border-radius:12px;background:#fff;text-align:left;overflow:visible}.bundle-card:after{content:none}.bundle-card:hover{border-color:var(--ink)}.bundle-card.is-selected{border-color:var(--ink);background:#ededed;box-shadow:none}.bundle-card__radio{display:grid;width:24px;height:24px;border:3px solid #b7b7b7;border-radius:50%;background:#fff}.bundle-card.is-selected .bundle-card__radio{border:3px solid var(--ink);box-shadow:inset 0 0 0 4px #fff;background:var(--ink)}.bundle-card__copy{display:flex;min-width:0;flex-direction:column;color:var(--ink)!important;font-size:1rem!important;line-height:1.15}.bundle-card__copy strong{font-size:1.2rem}.bundle-card__copy>span{margin-top:5px;color:var(--ink)!important;font-size:.96rem!important}.bundle-card__prices{display:flex;align-items:flex-end;flex-direction:column;color:var(--ink)!important;line-height:1.05}.bundle-card__prices b{margin:0;font-size:1.22rem}.bundle-card__prices s{margin-top:5px;font-size:.94rem}.bundle-card__flag{position:absolute;z-index:2;inset:-14px 18px auto auto;margin:0;padding:6px 14px;border-radius:6px;background:var(--ink)!important;color:#fff;font-size:.72rem;line-height:1;letter-spacing:.02em;white-space:nowrap}.bundle-picker--static .bundle-card{cursor:pointer}@media(max-width:480px){.bundle-picker{padding:20px 10px}.bundle-grid{gap:13px}.bundle-card{grid-template-columns:28px minmax(0,1fr) auto;column-gap:10px;min-height:94px;padding:17px 13px}.bundle-card__radio{width:22px;height:22px}.bundle-card__copy strong{font-size:1.03rem}.bundle-card__copy>span{font-size:.8rem!important}.bundle-card__prices b{font-size:1.03rem}.bundle-card__prices s{font-size:.78rem}.bundle-card__flag{right:12px;padding:5px 9px;font-size:.62rem}}.bundle-card__timer{display:block;margin-top:7px;color:var(--accent)!important;font-size:.72rem;font-weight:900;line-height:1.15}.bundle-card__timer b{font-size:inherit;font-variant-numeric:tabular-nums}.sticky-buy{min-height:72px;padding:7px 8px 7px 12px}.sticky-buy__offer>strong{font-size:.82rem}.sticky-buy__offer small{display:block;white-space:normal;font-variant-numeric:tabular-nums}.sticky-buy .button{min-height:48px;max-width:46%;padding:7px 13px;font-size:.78rem;line-height:1.05;text-align:center}@media(max-width:480px){.sticky-buy{left:6px;right:6px;bottom:6px;max-width:calc(100% - 12px);gap:7px;min-height:66px;padding:6px 6px 6px 10px}.sticky-buy__offer{max-width:55%}.sticky-buy__offer>strong{font-size:.72rem}.sticky-buy__offer>span{gap:5px}.sticky-buy__offer b{font-size:1rem}.sticky-buy__offer s{font-size:.72rem}.sticky-buy__offer small{font-size:.55rem}.sticky-buy .button{width:42%;max-width:42%;min-height:46px;padding:6px 7px;font-size:.7rem}.bundle-card__timer{font-size:.66rem}}.bundle-card.is-selected:after{content:none}@media(max-width:480px){.sticky-buy{bottom:calc(14px + env(safe-area-inset-bottom,0px));min-height:78px;padding:8px 7px 8px 11px}.sticky-buy__offer{max-width:56%}.sticky-buy__offer>strong{font-size:.86rem}.sticky-buy__offer b{font-size:1.2rem}.sticky-buy__offer s{font-size:.82rem}.sticky-buy__offer small{font-size:.68rem;line-height:1.15}.sticky-buy .button{width:42%;max-width:42%;min-height:54px;padding:7px 8px;font-size:.84rem}}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.testimonial{padding:18px;border:1px solid #e0d9d0;border-radius:14px;background:var(--cream)}.testimonial__topline{display:flex;align-items:center;gap:10px}.testimonial__avatar{flex:none;width:40px;height:40px;border:2px solid white;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #d6cec4}.testimonial__topline>div{min-width:0;line-height:1.1}.testimonial__topline strong{font-size:.86rem}.testimonial__topline .rating{margin-top:3px;font-size:.65rem}.testimonial h3{margin:14px 0 6px;font-size:1.02rem}.testimonial blockquote{margin:0;color:#393633;font-size:.9rem;line-height:1.45}.review-disclaimer{max-width:760px;margin:22px auto 0;line-height:1.45}@media(max-width:749px){.testimonial-grid{grid-template-columns:1fr}.testimonial{padding:15px}.testimonials-section{padding:52px 0}}.demand-pill__message{display:flex;align-items:center;gap:7px;min-width:0}.live-badge{display:inline-flex;align-items:center;gap:4px;color:#ff453a;font-size:.72rem;font-weight:950;letter-spacing:.08em}.live-badge__dot{width:7px;height:7px;border-radius:50%;background:#ff453a;box-shadow:0 0 #ff453aa6;animation:live-pulse 1.4s ease-out infinite}.demand-pill__count-copy{white-space:nowrap}@keyframes live-pulse{0%{box-shadow:0 0 #ff453aa6}70%{box-shadow:0 0 0 6px #ff453a00}to{box-shadow:0 0 #ff453a00}}@media(prefers-reduced-motion:reduce){.live-badge__dot{animation:none}}@media(max-width:480px){.demand-pill__faces{display:none}.demand-pill__message{gap:6px}.live-badge{font-size:.66rem}}.cart-line__bundle{margin:10px 0 4px;font-weight:900}.cart-line__remove{color:var(--muted);font-size:.86rem}.cart-shipping{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;padding:13px 16px;border:2px solid var(--ink);border-radius:10px;background:var(--cream)}.cart-shipping p{margin:0;font-weight:800}.cart-shipping strong{color:#267143}.cart-shipping small{color:var(--muted)}@media(max-width:480px){.cart-shipping{align-items:flex-start;flex-direction:column;gap:3px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/base.css.map */
