/*
Theme Name: WizardFloat WP
Theme URI: https://knitveya.com/
Author: Knitveya
Description: A WooCommerce storefront inspired by the WizardFloat visual system.
Version: 1.0.10
Text Domain: wizardfloat-wp
*/

@font-face{font-family:Poppins;src:url('assets/fonts/poppins-regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Poppins;src:url('assets/fonts/poppins-bold.woff2') format('woff2');font-weight:700;font-display:swap}
:root{--ink:#050505;--wine:#571014;--soft:#f5f5f3;--line:#deded9;--white:#fff;--page:1300px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;color:var(--ink);background:#fff;font-family:Poppins,Arial,sans-serif;font-size:15px;line-height:1.65;overflow-x:clip}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
img{display:block;max-width:100%}
.site-shell{min-height:100vh;display:flex;flex-direction:column}
.site-main{flex:1}
.container{width:min(calc(100% - 40px),var(--page));margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Announcement/header */
.announcement-track{height:50px;background:#050505;color:#fff;overflow:hidden;display:flex;align-items:center;font-size:14px;font-weight:700;letter-spacing:.04em}
.announcement-track__inner{display:flex;align-items:center;width:max-content;animation:marquee 24s linear infinite}
.announcement-track span{padding:0 42px;white-space:nowrap}
@keyframes marquee{to{transform:translateX(-50%)}}
.magic-banner{height:58px;background:var(--wine);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:700;letter-spacing:.02em}
.site-header{height:100px;border-bottom:1px solid #ececec;background:#fff;position:sticky;top:0;z-index:30}
.header-inner{height:100%;display:grid;grid-template-columns:1fr 240px 1fr;align-items:center}
.primary-nav{display:flex;gap:34px;align-items:center}
.primary-nav a{position:relative;padding:8px 0;font-size:15px}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:2px;background:#000;transition:right .2s ease}
.primary-nav a:hover::after,.primary-nav a.is-active::after{right:0}
.brand{justify-self:center;width:230px}
.brand img{width:100%;height:auto}
.header-actions{justify-self:end;display:flex;gap:22px;align-items:center}
.icon-button{border:0;background:transparent;padding:6px;cursor:pointer;position:relative;color:#050505}
.icon-button svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.8}
.cart-count{position:absolute;right:-1px;top:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--wine);color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:700}
.mobile-menu-toggle{display:none}
.mobile-panel,.search-panel{display:none}
.search-panel{position:absolute;z-index:35;left:0;right:0;top:208px;background:#fff;border-bottom:1px solid #ddd;padding:20px}
.search-panel.is-open{display:block}.search-panel form{width:min(700px,calc(100% - 30px));margin:auto;display:flex}.search-panel input[type=search]{flex:1;min-width:0;border:1px solid #aaa;padding:0 15px}

/* Home */
.hero{min-height:560px;background:#12100f var(--hero-image) center 46%/cover no-repeat;display:grid;place-items:center;padding:48px 20px}
.hero-mobile-image{display:none}
.hero-card{width:min(545px,100%);background:#fff;border-radius:9px;padding:50px 55px 52px;text-align:center;box-shadow:0 18px 60px rgba(0,0,0,.12)}
.hero-card h1{font-size:39px;line-height:1.12;margin:0 0 22px;letter-spacing:-.04em}
.hero-card p{font-size:17px;line-height:1.7;margin:0 auto 28px;max-width:410px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 28px;border:1px solid #000;background:#000;color:#fff;font-weight:700;border-radius:2px;cursor:pointer;transition:transform .18s ease,background .18s ease}
.btn:hover{background:#222;transform:translateY(-1px)}
.btn--outline{background:#fff;color:#000}
.btn--wide{width:100%}
.home-intro{padding:95px 20px;text-align:center}
.home-intro h2{font-size:34px;margin:0 0 16px}
.home-intro p{max-width:650px;margin:0 auto;color:#3f3f3f;font-size:16px}

/* Footer */
.newsletter{padding:80px 20px;background:#f5f5f4;text-align:center}
.newsletter h2{font-size:31px;margin:0 0 10px}
.newsletter p{margin:0 0 28px;color:#444}
.newsletter-form{width:min(560px,100%);display:flex;margin:auto}
.newsletter-form input{flex:1;min-width:0;height:52px;border:1px solid #aaa;padding:0 17px;background:#fff;border-radius:0}
.newsletter-form button{height:52px;border:0;background:#000;color:#fff;padding:0 28px;font-weight:700;cursor:pointer}
.site-footer{background:#050505;color:#fff;padding:66px 0 22px}
.footer-grid{display:grid;grid-template-columns:1fr 240px 1fr;gap:50px;align-items:start}
.footer-links h3{font-size:18px;margin:0 0 18px}
.footer-links nav{display:flex;flex-direction:column;gap:9px;color:#d9d9d9;font-size:13px}
.footer-logo{width:150px;margin:7px auto 0}
.footer-note{justify-self:end;max-width:300px;text-align:right;color:#c9c9c9;font-size:13px}
.footer-bottom{border-top:1px solid #272727;margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;color:#aaa;font-size:12px}
.footer-payments img{width:420px;max-width:100%;filter:none}

/* Catalog */
.catalog-page{padding:72px 0 100px}
.catalog-title{text-align:center;font-size:40px;line-height:1.2;margin:0 0 62px}
.catalog-tools{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;padding-bottom:16px;margin-bottom:35px;color:#444}
.catalog-tools__left{display:flex;gap:30px}
.catalog-select{border:0;background:#fff;padding:5px 26px 5px 0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.product-card{border:1px solid #ededed;background:#fff;box-shadow:0 12px 26px rgba(0,0,0,.06);display:flex;flex-direction:column;min-height:100%}
.product-card__image{aspect-ratio:1;background:#fafafa;display:grid;place-items:center;overflow:hidden}
.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}
.product-card:hover .product-card__image img{transform:scale(1.03)}
.product-card__body{padding:22px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-card h2{font-size:16px;margin:0}
.price{font-weight:700;font-size:15px}
.price del{font-weight:400;color:#777;font-size:13px;margin-left:5px}
.product-card .btn{margin-top:auto;width:100%;min-height:43px}
.empty-products{text-align:center;grid-column:1/-1;padding:60px}

/* Contact/content pages */
.content-page{padding:80px 0 110px}
.narrow{width:min(calc(100% - 40px),760px);margin-inline:auto}
.eyebrow{color:var(--wine);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px}
.page-title{font-size:58px;line-height:1.08;letter-spacing:-.045em;margin:0 0 18px}
.page-lead{font-size:17px;max-width:680px;margin:0 0 44px}
.contact-form{border:1px solid #dedede;padding:34px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px}
.field{display:flex;flex-direction:column;gap:7px}
.field--wide{grid-column:1/-1}
.field label{font-size:13px;font-weight:700}
.field input,.field textarea{width:100%;border:1px solid #d9d9d9;border-radius:0;padding:13px 14px;background:#fff}
.field input{height:51px}.field textarea{min-height:190px;resize:vertical}
.form-status{padding:12px 14px;margin-bottom:20px;background:#edf7ef;border:1px solid #b6d7bc}
.form-status.error{background:#fff0f0;border-color:#e2bbbb}
.policy-content h2{font-size:28px;margin-top:40px}.policy-content p{color:#333}

/* Product */
.product-page{padding:36px 0 0}
.product-hero{display:grid;grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:0;align-items:start}
.product-media{position:sticky;top:120px;min-width:0}
.product-main-image{background:#fff;aspect-ratio:1;display:grid;place-items:center;overflow:hidden}
.product-main-image img{width:100%;height:100%;object-fit:contain}
.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
.product-thumb{border:1px solid #ddd;background:#fafafa;aspect-ratio:1;padding:0;cursor:pointer}
.product-thumb.is-active{border:2px solid #000}.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-info{padding:0 0 89px 50px;min-width:0}
.stars{color:#f5b700;font-size:18px;letter-spacing:1px}.stars span{color:#1b1b1b;font-size:14px;font-style:italic;letter-spacing:0;margin-left:7px}
.product-info h1{font-size:39px;line-height:1.23;margin:0 0 2px;letter-spacing:-.035em}
.product-price{font-size:22px;margin-bottom:22px}.product-price del{font-size:16px;color:#6b6b6b;margin-left:7px}.save-badge{background:var(--wine);color:#fff;font-size:11px;padding:5px 9px;border-radius:3px;margin-left:8px;vertical-align:3px}
.benefit-list{list-style:none;padding:0;margin:14px 0 10px}.benefit-list li{margin:6px 0;font-size:15px}.benefit-list strong{font-weight:700}
.bundle-title{text-align:center;display:flex;align-items:center;gap:12px;font-size:22px;font-weight:700;line-height:31px;margin:0 0 15px}.bundle-title::before,.bundle-title::after{content:"";height:1px;background:#8c8c8c;flex:1}
.bundle-deal{position:relative;border:1px solid #aaa;border-radius:8px;overflow:visible;margin-bottom:10px;background:#ededed;color:#000}
.bundle-deal.is-selected{border:2px solid #000;background:#fff}
.bundle-deal__main{min-height:72px;padding:13px 16px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:center;cursor:pointer;border-radius:7px;background:inherit}
.bundle-deal__main input{position:absolute;opacity:0;pointer-events:none}
.bundle-radio{width:24px;height:24px;border:2px solid #b4b4b4;border-radius:50%;background:#fff;display:grid;place-items:center}
.bundle-deal.is-selected .bundle-radio{border-color:#000}
.bundle-deal.is-selected .bundle-radio::after{content:"";width:12px;height:12px;background:#000;border-radius:50%}
.bundle-copy{display:flex;align-items:center;gap:9px;min-width:0}.bundle-copy strong{font-size:19px;line-height:1.2;white-space:nowrap}.bundle-copy small{background:#d9d9d9;border-radius:6px;padding:3px 7px;font-size:10px;line-height:1.5;white-space:nowrap}
.bundle-option__price{text-align:right;font-size:19px;font-weight:700;line-height:1.25}.bundle-option__price del{display:block;color:#555;font-size:12px;font-weight:400}
.bundle-deal__addons{border-radius:0 0 6px 6px;overflow:hidden}
.bundle-addon{width:100%;height:56px;border:0;border-top:1px solid #fff;background:#ccc;padding:6px 12px 6px 8px;display:grid;grid-template-columns:20px 40px minmax(0,1fr) auto;gap:10px;align-items:center;color:#000;text-align:left;cursor:pointer}
.bundle-addon:first-child{border-top:0}.bundle-addon img{width:40px;height:40px;object-fit:contain;border-radius:4px}.bundle-addon strong{font-size:13px;line-height:1.2}.bundle-addon>span:last-child{font-size:13px;font-weight:700;white-space:nowrap}
.bundle-checkbox{width:20px;height:20px;border:2px solid #000;background:#fff;position:relative;opacity:0}
.bundle-deal.is-selected .bundle-checkbox{opacity:1}.bundle-addon.is-selected .bundle-checkbox::after{content:"";position:absolute;left:4px;top:0;width:6px;height:11px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}
.bundle-addon:not(.is-selected){opacity:.58}
.bundle-most-popular{position:absolute;z-index:2;right:-12px;top:-28px;width:100px;height:52px;border-radius:50%;background:#000;color:#fff;display:grid;place-items:center;text-align:center;font-family:Georgia,serif;font-size:16px;font-weight:700;font-style:italic;line-height:.85;transform:rotate(7deg);pointer-events:none}
.bundle-most-popular::after{content:"✦";position:absolute;right:8px;top:2px;font-size:11px;font-style:normal}
.add-to-cart{width:100%;height:49px;margin-top:14px;background:#000;color:#fff;border:0;border-radius:5px;font-size:19px;font-weight:700;cursor:pointer}.add-to-cart[disabled]{opacity:.6;cursor:wait}
.delivery-steps{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;margin:24px 0 8px;position:relative}.delivery-steps::before{content:"";height:3px;background:#111;position:absolute;left:16%;right:16%;top:24px}.delivery-step{position:relative;display:flex;flex-direction:column;align-items:center;font-size:13px;line-height:1.4}.delivery-step b{z-index:1;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#111;color:#fff;margin:0 auto 7px}.delivery-step b svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.delivery-step strong{font-size:13px}.delivery-step span{font-size:14px}
.payments img{width:390px;max-width:100%;margin:20px auto}
.product-proof{min-height:75px;padding:13px 0 10px;display:grid;grid-template-columns:50px 1fr;gap:13px;border-bottom:1px solid #d7d7d7;font-size:11px;line-height:1.45}.product-proof>img{width:50px;height:50px;border-radius:50%;object-fit:cover}.product-proof p{margin:0}.product-proof__meta{display:flex;align-items:center;gap:12px;margin-top:2px}.product-proof__meta strong{font-style:italic}.product-proof__meta .stars{font-size:12px;line-height:1}
.accordions{margin-top:0}.accordion{border-top:1px solid #d7d7d7}.accordion:first-child{border-top:0}.accordion:last-child{border-bottom:1px solid #d7d7d7}.accordion button{width:100%;min-height:50px;border:0;background:none;padding:13px 0;display:grid;grid-template-columns:24px 1fr 18px;gap:9px;align-items:center;font-weight:700;text-align:left;cursor:pointer}.accordion-icon{width:19px;height:19px;border:1.5px solid #4b4b4b;position:relative}.accordion-icon::after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:solid #333;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.accordion-label{min-width:0}.accordion-chevron{width:9px;height:9px;border-right:1px solid #777;border-bottom:1px solid #777;transform:rotate(45deg);justify-self:end;transition:transform .18s ease}.accordion__content{display:none;padding:0 30px 18px 33px;color:#444;font-size:13px}.accordion.is-open .accordion__content{display:block}.accordion.is-open .accordion-chevron{transform:rotate(225deg)}
.product-details{margin-top:0}
.fan-section{padding:86px 0 36px}.fan-section h2{font-size:39px;line-height:48px;text-align:center;margin:0 0 30px;letter-spacing:-.035em}.fan-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:857.3125px;margin:0}.fan-grid img{width:100%;height:auto;aspect-ratio:900/1599;object-fit:cover}
.story-section{padding:40px 0 48px}.story-copy{text-align:center}.story-copy h2{font-size:55.25px;line-height:68px;margin:0 0 24px;letter-spacing:-.045em}.story-copy p{max-width:900px;margin:0 auto;font-size:15px;line-height:28.8px}.product-page>.story-image{display:block;width:100%;max-width:none;height:560px!important;object-fit:cover}
.faq-section{padding:36px 20px 34px}.faq-wrap{max-width:694px;margin:auto}.faq-section h2{font-size:55.25px;line-height:68px;text-align:center;letter-spacing:-.045em;margin:0 0 30px}.faq-section .accordion button{height:49.40625px;min-height:0;padding-block:0}.faq-section .accordions{margin:0}
.guarantee-section{position:relative;overflow:hidden}.guarantee-wave{height:60px;overflow:hidden;background:#fff;color:var(--wine);line-height:0}.guarantee-wave svg{display:block;width:100%;height:60px}.guarantee-wave use{fill:currentColor;will-change:transform}.guarantee-wave--bottom svg{transform:scaleY(-1)}.wave-layer--1{color:#b497a3;opacity:.72}.wave-layer--2{color:#d1c0c7;opacity:.66}.wave-layer--3{color:#8d6372;opacity:.7}.wave-layer--4{color:var(--wine)}.wave-layer--1 use{animation:wf-wave-left 10s linear infinite}.wave-layer--2 use{animation:wf-wave-right 8s linear infinite}.wave-layer--3 use{animation:wf-wave-left 6s linear infinite}.wave-layer--4 use{animation:wf-wave-right 4s linear infinite}@keyframes wf-wave-left{from{transform:translateX(85px)}to{transform:translateX(-90px)}}@keyframes wf-wave-right{from{transform:translateX(-90px)}to{transform:translateX(85px)}}.guarantee-section.waves-paused use{animation-play-state:paused}.wave-motion-toggle{position:absolute;z-index:5;left:8px;top:8px;width:1px;height:1px;padding:0;border:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.wave-motion-toggle:focus-visible{width:auto;height:auto;padding:8px 12px;clip-path:none;background:#fff;color:#000;border:2px solid #000;border-radius:3px}.guarantee-visual{position:relative;height:560px;background:var(--wine);overflow:hidden}.guarantee-visual img{width:100%;height:100%!important;object-fit:cover}.guarantee-copy{position:relative;background:var(--wine);color:#fff;text-align:center;padding:40px 0 33px;min-height:364.78125px}.guarantee-copy h2{font-size:39px;line-height:48px;color:#fff;margin:0 0 20px;letter-spacing:-.035em}.guarantee-copy p{max-width:1300px;margin:0 auto 16px;padding-inline:80px;font-size:15px;line-height:28.8px}.guarantee-copy p:last-child{margin-bottom:0}
.testimonials{margin-top:0;padding:36px 0 19.23px;background:#fff}.testimonials h2{font-size:31.2px;line-height:38.4px;text-align:center;margin:0 0 30px;letter-spacing:-.035em}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.testimonial-card{min-width:0;background:#f1f1f1;border-radius:24px;overflow:hidden}.testimonial-media{position:relative}.testimonial-media>img{width:100%;aspect-ratio:1;object-fit:cover}.testimonial-quote{position:absolute;right:20px;bottom:-34px;width:68px;height:68px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:68px;line-height:1;padding-top:25px}.testimonial-body{min-height:303px;padding:22px 20px 29px;text-align:center;display:flex;flex-direction:column;align-items:stretch}.testimonial-body>.stars{font-size:19px;line-height:1;margin-bottom:4px}.testimonial-body h3{margin:0 0 8px;font-size:18px;line-height:26px}.testimonial-body p{margin:0 auto;color:#333;font-size:13px;line-height:20px;max-width:350px}.testimonial-avatar{display:flex;align-items:center;align-self:center;gap:9px;margin-top:auto;font-size:13px}.testimonial-avatar img{width:30px;height:30px;border-radius:50%;object-fit:cover}.product-scroll-top{position:fixed;z-index:25;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;background:#000;display:grid;place-items:center;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2)}.product-scroll-top span{width:10px;height:10px;border-left:2px solid #fff;border-top:2px solid #fff;transform:rotate(45deg) translate(2px,2px)}
.site-footer--product{min-height:394px;padding:32px 0 22px}.site-footer--product .footer-grid{grid-template-columns:1fr 240px 1fr;min-height:185px}.site-footer--product .footer-bottom{margin-top:18px;flex-direction:column-reverse;justify-content:center;gap:16px;border-top:0}.site-footer--product .footer-payments img{width:420px}

/* Drawer */
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.56);z-index:80;opacity:0;visibility:hidden;transition:.25s}
.cart-drawer{position:fixed;z-index:90;top:0;right:0;height:100dvh;width:min(450px,100%);background:#fff;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-10px 0 40px rgba(0,0,0,.18)}
.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .cart-drawer{transform:none}
.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:19px 22px;border-bottom:1px solid #eee}.cart-drawer__header h2{font-size:27px;margin:0}.drawer-close{border:0;background:none;font-size:36px;line-height:1;cursor:pointer}
.cart-drawer__body{overflow-y:auto;overflow-x:hidden;padding:5px 20px 20px;flex:1}
.cart-item{display:grid;grid-template-columns:74px 1fr 92px;gap:12px;padding:20px 0;border-bottom:1px solid #eee;align-items:start}.cart-item img{width:74px;height:74px;object-fit:contain}.cart-item h3{font-size:14px;line-height:1.3;margin:0 0 8px}.qty{display:inline-flex;border:1px solid #999}.qty button{width:27px;height:27px;border:0;background:#fff;cursor:pointer}.qty span{min-width:30px;text-align:center;line-height:27px;border-inline:1px solid #999}.cart-item__price{text-align:right;font-size:13px}.cart-item__price strong{display:block}.cart-item__price button{border:0;background:none;text-decoration:underline;font-size:11px;cursor:pointer}
.cart-empty{text-align:center;padding:80px 10px}.cart-drawer__footer{border-top:1px solid #ddd;padding:18px 20px 20px;background:#fff}.cart-total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;margin-bottom:14px}.cart-drawer__footer .btn{width:100%}
.toast{position:fixed;left:50%;bottom:24px;z-index:120;transform:translate(-50%,20px);background:#000;color:#fff;padding:12px 18px;opacity:0;pointer-events:none;transition:.2s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){
 .container{width:min(calc(100% - 30px),var(--page))}.announcement-track{height:40px;font-size:11px}.magic-banner{height:40px;font-size:13px}.site-header{height:70px}.header-inner{grid-template-columns:1fr 160px 1fr}.primary-nav,.account-button{display:none}.mobile-menu-toggle{display:block;justify-self:start}.brand{width:158px}.header-actions{gap:8px}.hero{min-height:0;padding:0;background:#fff;display:block}.hero-mobile-image{display:block;width:100%;height:100vw;max-height:520px;background-color:#12100f;background-position:center;background-size:cover}.hero-card{width:100%;border-radius:0;box-shadow:none;padding:34px 24px 44px}.hero-card h1{font-size:32px}.hero-card p{font-size:15px}
 .mobile-panel{display:block;position:fixed;z-index:95;inset:0 15% 0 0;background:#fff;padding:24px;transform:translateX(-110%);transition:.25s}.mobile-panel.is-open{transform:none}.mobile-panel__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}.mobile-panel nav{display:flex;flex-direction:column;gap:20px;font-size:20px}.mobile-panel button{border:0;background:none;font-size:32px}.search-panel{top:150px}
 .footer-grid{grid-template-columns:1fr;text-align:center}.footer-note{justify-self:center;text-align:center}.footer-logo{grid-row:1}.footer-bottom{flex-direction:column;gap:18px}.footer-payments img{width:330px}.newsletter{padding:55px 20px}.newsletter-form{display:block}.newsletter-form input,.newsletter-form button{width:100%}
 .catalog-page{padding:50px 0 70px}.catalog-title{font-size:34px;margin-bottom:40px}.catalog-tools{align-items:flex-start;font-size:12px}.catalog-tools__left{gap:14px}.product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-card__body{padding:16px 14px}
 .content-page{padding:55px 0 80px}.page-title{font-size:42px}.contact-form{padding:22px}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}
 .product-page{padding-top:25px}.product-hero{display:block}.product-media{position:relative;top:auto}.product-info{padding:35px 0 12px}.product-info h1{font-size:34px}.product-thumbs{gap:8px}.bundle-title{font-size:19px}.bundle-copy strong{font-size:16px}.bundle-copy small{font-size:9px}.bundle-option__price{font-size:16px}.bundle-most-popular{right:-5px;width:86px;height:46px;font-size:14px}.product-proof{font-size:11px}.fan-section{padding:64px 0 28px}.fan-section h2{font-size:30px;line-height:1.25;margin-bottom:26px}.fan-grid{gap:12px}.fan-grid img{height:auto}.story-section{padding:38px 0 32px}.story-copy h2,.faq-section h2{font-size:36px;line-height:1.2}.story-copy p{font-size:14px;line-height:1.8}.product-page>.story-image{height:58vw!important;min-height:310px}.faq-section{padding:42px 20px}.guarantee-wave,.guarantee-wave svg{height:40px}.guarantee-visual{height:72vw;min-height:360px}.guarantee-copy{padding:38px 20px 44px;min-height:0}.guarantee-copy h2{font-size:34px;line-height:1.2}.guarantee-copy p{padding-inline:0;font-size:13px;line-height:1.7}.testimonials{margin-top:0;padding-top:28px}.testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 5px 12px}.testimonial-card{min-width:82%;scroll-snap-align:center}.testimonial-body{min-height:292px}.site-footer--product{min-height:0}.site-footer--product .footer-grid{grid-template-columns:1fr;min-height:0}.site-footer--product .footer-links{display:none}
}
@media(max-width:520px){.product-grid{grid-template-columns:1fr}.catalog-tools__left{flex-direction:column;gap:5px}.catalog-tools{gap:10px}.page-title{font-size:38px}.product-main-image{margin-inline:-15px}.product-info h1{font-size:31px}.bundle-deal__main{padding-inline:12px;grid-template-columns:22px minmax(0,1fr) auto;gap:8px}.bundle-radio{width:22px;height:22px}.bundle-copy{gap:5px}.bundle-addon{grid-template-columns:18px 36px minmax(0,1fr) auto;gap:7px;padding-inline:7px}.bundle-addon img{width:36px;height:36px}.bundle-addon strong,.bundle-addon>span:last-child{font-size:11px}.bundle-checkbox{width:18px;height:18px}.delivery-step strong{font-size:11px}.delivery-step span{font-size:12px}.fan-grid img{height:auto}.fan-section .container{width:calc(100% - 24px)}.product-page>.story-image{height:72vw!important;min-height:280px}.guarantee-visual{height:92vw;min-height:350px}.testimonial-card{min-width:90%}.testimonial-body{padding-inline:16px}.cart-item{grid-template-columns:62px 1fr 78px}.cart-item img{width:62px;height:62px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.announcement-track__inner,.guarantee-wave use{animation:none!important}.guarantee-wave use{transform:translateX(0)!important}}
