:root{--bg: #eef1f4;--surface: #ffffff;--text: #132341;--muted: #61708a;--line: #d4dae4;--primary: #0a9b6f;--primary-dark: #097255;--primary-deep: #07513c;--primary-light: #ecfbf3;--primary-rgb: 10, 155, 111;--secondary: #102b4e;--secondary-dark: #0c223e;--secondary-light: #eef3f8;--secondary-rgb: 16, 43, 78;--danger: #f94144;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-heading: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--text);background:linear-gradient(180deg,#f4f7f9,#ecf1f5 65%,#edf1f7)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em}a{color:inherit;text-decoration:none}a:not(.btn):not(.anchor-tab):not(.pill-link):not(.product-image-link):not(.js-aff-cta):not(.search-dot):not(.drawer-close):not(.search-result-item){text-decoration:none;background-image:linear-gradient(var(--secondary),var(--secondary));background-repeat:no-repeat;background-position:0 100%;background-size:0% 2px;transition:color .2s ease,background-size .22s ease}a:not(.btn):not(.anchor-tab):not(.pill-link):not(.product-image-link):not(.js-aff-cta):not(.search-dot):not(.drawer-close):not(.search-result-item):hover{color:var(--secondary);background-size:100% 2px}.container{width:min(1200px,92vw);margin:0 auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 22px #0f22440f}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:none;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:800;padding:.78rem 1.2rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--secondary);border:1px solid var(--line)}.btn-secondary:hover{background:var(--secondary-light)}.badge{display:inline-block;border-radius:999px;padding:.24rem .65rem;font-size:.74rem;font-weight:800;background:var(--primary-light);color:var(--primary-dark)}.price-now{font-size:1.9rem;font-weight:900;color:var(--secondary-dark);letter-spacing:-.02em}.price-old{text-decoration:line-through;color:var(--muted);margin-left:.45rem;font-weight:700}.grid{display:grid;gap:1rem}main h2{display:flex;align-items:center;gap:.62rem}main h2:before{content:"";width:8px;height:.92em;border-radius:10px;background:var(--secondary);box-shadow:0 0 0 1px #00000014;flex:0 0 auto}.product-card .product-title{display:block}.product-card .product-title:before{content:none}.top-strip{background:var(--primary-deep);color:#ffffffeb;font-size:.9rem;font-weight:600}.top-strip .container{min-height:44px;display:flex;align-items:center;justify-content:center;gap:2rem}header.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:84px;gap:1.2rem}.nav-links{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center}.nav-link{font-weight:700;color:#3f5170}.nav-link:hover{color:var(--secondary)}.search-dot{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:#4f5f79;font-size:1.05rem;font-weight:700}.header-search-shell{position:relative}.header-search-toggle{width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4f5f79;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header-search-toggle svg{width:18px;height:18px}.header-search-panel{position:absolute;right:0;top:calc(100% + .45rem);width:min(360px,44vw);z-index:39}.header-search-input{width:100%;height:42px;border:1px solid #d7dfeb;border-radius:12px;padding:0 2.35rem 0 .82rem;font-size:.9rem;color:#28405f;background:#fff}.header-search-input:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px rgba(var(--secondary-rgb),.16)}.header-search-results{position:relative;margin-top:.35rem;left:0;right:0;border:1px solid #d8e2ee;border-radius:12px;background:#fff;box-shadow:0 14px 26px #10223824;overflow:hidden;z-index:38}.header-search-empty{padding:.8rem .85rem;color:#5c7190;font-size:.86rem}.search-result-item{display:grid;gap:.1rem;padding:.68rem .85rem;border-bottom:1px solid #edf2f8;text-decoration:none;transition:background-color .18s ease}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f2f8ff}.search-result-name{font-size:.9rem;font-weight:700;color:#1b3558}.search-result-meta{font-size:.77rem;color:#5f7290}.drawer-search{margin-bottom:.5rem;border:1px solid #dce4ef;background:#f8fbff;border-radius:12px;padding:.55rem}.drawer-search-head{font-size:.78rem;font-weight:700;color:#4d6482;margin-bottom:.35rem}.drawer-search-panel{position:static;width:100%}.burger-btn{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:0;cursor:pointer}.burger-btn span{display:block;width:17px;height:2px;border-radius:99px;background:#35506f}.drawer-backdrop{position:fixed;inset:0;background:#0b182975;z-index:45;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.drawer-backdrop.is-open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;right:0;height:100dvh;width:min(82vw,360px);background:#fff;z-index:46;box-shadow:-18px 0 36px #0e1f3433;transform:translate(105%);transition:transform .24s ease;display:flex;flex-direction:column}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer-head{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid var(--line)}.drawer-close{width:34px;height:34px;border-radius:8px;border:1px solid var(--line);background:#fff;cursor:pointer}.mobile-drawer-links{display:grid;gap:.2rem;padding:.8rem;overflow-y:auto}.mobile-drawer-links a{padding:.72rem .7rem;border-radius:10px;font-weight:700;color:#29405d}.mobile-drawer-links a:hover{background:#f1f6fb}body.drawer-open{overflow:hidden}.hero-banner{margin-top:1rem;background-image:linear-gradient(0deg,#0000008c,#0000008c),var(--hero-bg-image),linear-gradient(120deg,var(--primary) 0%,var(--primary-dark) 52%,var(--secondary) 100%);background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;border-radius:0 0 26px 26px;min-height:420px;display:grid;place-items:center;text-align:center;color:#fff;box-shadow:0 24px 40px #083f5029}.hero-banner h1{margin:0;font-size:clamp(2rem,5vw,4.4rem);line-height:1.08;letter-spacing:-.03em;text-shadow:0 4px 0 rgba(9,37,66,.3)}.hero-banner p{margin:.85rem auto 0;max-width:70ch;font-size:1.03rem;color:#f4fbffeb}.hero{text-align:center;padding:1.8rem 0 .9rem}.hero h1{margin:0;font-size:clamp(2rem,4vw,3.2rem)}.hero p{margin-top:.65rem;color:var(--muted);max-width:78ch;margin-left:auto;margin-right:auto;line-height:1.6}.pill-row{display:flex;gap:.6rem;flex-wrap:wrap;margin:1rem 0}.pill-link{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.5rem .75rem;font-size:.93rem;font-weight:700;color:#334a69;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.pill-link:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.result-chip{display:inline-block;margin:.2rem 0 1rem;background:var(--primary-light);color:var(--primary-dark);font-weight:800;border-radius:8px;padding:.3rem .62rem;font-size:.9rem}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.filter-control{position:relative;display:inline-flex;align-items:center;gap:.55rem}.filter-toggle-btn{border:1px solid var(--line);border-radius:10px;background:#fff;color:#2f4767;font-weight:700;padding:.55rem .8rem;min-height:40px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.filter-toggle-btn:hover,.filter-toggle-btn.is-open{color:var(--primary);border-color:#9fd7c4;background:#f7fffb}.filter-range-preview{color:#58708f;font-size:.86rem;font-weight:600}.filter-popover{position:absolute;top:calc(100% + .45rem);left:0;width:min(340px,84vw);z-index:12;border:1px solid #d8e0eb;border-radius:12px;background:#fff;box-shadow:0 14px 26px #0f21381f;padding:.72rem .8rem .78rem}.filter-popover-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.filter-popover-head strong{font-size:.88rem}.filter-popover-head span{color:#4a6383;font-size:.82rem;font-weight:700}.dual-range-wrap{position:relative;height:24px}.dual-range-track,.dual-range-progress{position:absolute;left:0;right:0;top:50%;height:5px;border-radius:999px;transform:translateY(-50%)}.dual-range-track{background:#dce5f1}.dual-range-progress{background:var(--primary);left:0;width:100%}.dual-range-input{position:absolute;left:0;top:0;width:100%;height:24px;margin:0;background:none;appearance:none;pointer-events:none}.dual-range-input::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;border:2px solid var(--primary);background:#fff;pointer-events:auto;cursor:pointer;box-shadow:0 2px 8px #0b31542e}.dual-range-input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:2px solid var(--primary);background:#fff;pointer-events:auto;cursor:pointer;box-shadow:0 2px 8px #0b31542e}.dual-range-values{margin-top:.38rem;display:flex;align-items:center;justify-content:space-between;color:#607892;font-size:.8rem;font-weight:600}.sort-row{display:flex;justify-content:flex-end;margin-bottom:.8rem}.sort-select{border:1px solid var(--line);border-radius:9px;background:#fff;padding:.55rem .75rem;font-weight:700;color:#2f4767}footer.site-footer{margin-top:3rem;padding:2.2rem 0;background:var(--primary-deep);color:#fff;border-top:none}.footer-columns{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}footer.site-footer .footer-columns>div>h3{display:flex;align-items:center;gap:.55rem;color:#fff;margin:0;font-size:1.05rem;font-weight:900}footer.site-footer .footer-columns>div>h3:before{content:"";width:8px;height:.92em;border-radius:10px;background:var(--secondary);box-shadow:0 0 0 1px #ffffff38;flex:0 0 auto}footer.site-footer a{color:#ffffffeb}footer.site-footer a:not(.footer-logo):not(.btn):not(.anchor-tab):not(.pill-link):not(.product-image-link):not(.js-aff-cta):not(.search-dot):not(.drawer-close):not(.search-result-item){display:inline-flex;align-items:center;gap:.45rem;background-image:linear-gradient(#ffffffeb,#ffffffeb)}footer.site-footer a:not(.footer-logo):not(.btn):not(.anchor-tab):not(.pill-link):not(.product-image-link):not(.js-aff-cta):not(.search-dot):not(.drawer-close):not(.search-result-item):before{content:"→";color:var(--secondary);font-weight:900;transform:translateY(-.02em)}footer.site-footer a:not(.footer-logo):not(.btn):not(.anchor-tab):not(.pill-link):not(.product-image-link):not(.js-aff-cta):not(.search-dot):not(.drawer-close):not(.search-result-item):hover{color:#fff}.footer-bottom{margin-top:1.8rem;padding:.95rem 0;border-top:1px solid rgba(255,255,255,.14);color:#ffffffc7;font-size:.86rem;font-weight:600;text-align:center;background:linear-gradient(180deg,#ffffff05,#0000001a)}.footer-logo{display:inline-flex;align-items:center;background-image:none!important}.footer-logo-img{height:34px;width:auto;max-width:220px;display:block}.footer-logo-img--auto-white{filter:brightness(0) invert(1)}.footer-desc{margin:.7rem 0 0;color:#ffffffdb;line-height:1.55;max-width:40ch}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;border-radius:20px;border:1px solid #cdd8e5;padding:.75rem;background:#f7faf9;box-shadow:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:10px;background:#fff}.product-card .card-content{padding:.9rem .3rem .15rem}.discount-pill{position:absolute;top:-.42rem;right:-.42rem;background:var(--danger);color:#fff;font-weight:900;width:58px;height:58px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;z-index:2;line-height:1;font-size:.93rem;box-shadow:0 10px 18px #f8384547}.bestseller-pill{position:absolute;top:.6rem;left:.6rem;z-index:2;background:#fff2c7;color:#8a5a00;border:1px solid #f2d988;border-radius:999px;font-size:.72rem;font-weight:800;padding:.28rem .56rem;line-height:1;box-shadow:0 7px 12px #c8981024}.save-line{margin-top:.35rem;color:#6a7891;font-size:.93rem;font-weight:500}.product-card .badge{font-size:.72rem;letter-spacing:.01em;text-transform:uppercase}.product-card .product-title{font-size:.88rem;letter-spacing:-.01em}.product-card .price-now{font-size:.95rem;font-weight:800}.product-card .price-old{font-size:.78rem}.product-card .btn{border-radius:12px;font-size:.8rem;font-weight:800;margin-top:1rem;min-height:42px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:.18rem}.product-card .btn .buy-prefix{font-weight:500;flex:0 0 auto}.product-card .btn .buy-name{font-weight:800;min-width:0;overflow:hidden;text-overflow:ellipsis}.product-card .save-line{font-size:.82rem;margin-top:.32rem;display:inline-flex;align-items:center;gap:.36rem;color:#6d7890;font-weight:500;letter-spacing:.01em}.product-card .save-check{color:#95a3b8;font-size:.95rem;line-height:1}.product-card:hover{transform:translateY(-4px);border-color:#b8c6d8;box-shadow:0 16px 26px #0d2d4d1f}.product-card:hover img{transform:scale(1.03)}.product-card img{transition:transform .26s ease}.product-image-link{display:block;background:#fff;border-radius:12px;overflow:hidden;background-image:none!important}.product-image-link:hover{background-image:none!important}.product-card:hover .btn{transform:translateY(-1px);box-shadow:0 10px 16px rgba(var(--primary-rgb),.22)}.product-card:focus-within{transform:translateY(-3px);border-color:#b8c6d8;box-shadow:0 14px 24px #0d2d4d1c}.category-links-row{display:flex;gap:.6rem;margin:1rem 0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;flex-wrap:nowrap;padding-bottom:.3rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-links-row .pill-link{flex:0 0 auto;scroll-snap-align:start}.breadcrumb{margin:.8rem 0 .4rem;color:var(--muted);font-size:.9rem}.breadcrumb span{margin:0 .45rem}.product-hero{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(320px,.95fr);gap:1.2rem;align-items:start}.product-shell{margin-top:.25rem;padding:0;display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(320px,.95fr);gap:1.2rem;align-items:start}.gallery-main{padding:.9rem;border:1px solid #d8dee8;border-radius:16px;background:#fff}.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:12px;background:#fff}.buybox{position:sticky;top:104px;padding:.2rem .35rem 0 0;border-left:none;background:transparent;box-shadow:none}.product-aida-brief{margin-top:.9rem;border:none;border-radius:0;background:transparent;padding:.25rem 0}.payment-logos-block{margin-top:.68rem;border:1px solid #cfd7e4;border-radius:10px;background:#f6f8fb;min-height:46px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.28rem .58rem;white-space:nowrap;overflow:clip}.payment-logos-label{color:#1e2f4d;font-weight:500;font-size:.92rem;letter-spacing:.01em;flex:0 0 auto;line-height:1}.payment-logos-row{display:inline-flex;align-items:center;gap:.2rem;min-width:0;overflow:clip}.payment-logo-tile{width:48px;height:26px;border:1px solid #d7deea;border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.payment-logo{width:92%;height:86%;display:block;object-fit:contain;transform-origin:center}.payment-logo--visa{width:88%;height:80%}.payment-logo--mastercard{transform:scale(1.36)}.payment-logo--amex{transform:scale(1.38)}.payment-logo--paypal{transform:scale(1.34)}.payment-logo--cb{transform:scale(1.2)}.offer-badge{background:#f04343;color:#fff;border:1px solid #e73737;box-shadow:0 8px 14px #f043433d}.product-aida-brief p{margin:0;color:#2c4663;font-size:.93rem;line-height:1.58}.buybox-main-cta,.sticky-cta-btn{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .24s ease,background-color .2s ease}.buybox-main-cta:after,.sticky-cta-btn:after{content:"";position:absolute;top:0;left:-42%;width:32%;height:100%;background:linear-gradient(100deg,#fff0,#ffffff57,#fff0);transform:skew(-20deg);transition:left .42s ease}.buybox-main-cta:hover,.sticky-cta-btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(var(--primary-rgb),.26)}.buybox-main-cta:hover:after,.sticky-cta-btn:hover:after{left:118%}.buybox-main-cta{animation:ctaPulse 3s ease-in-out infinite}.buybox-more-info{width:100%;margin-top:.6rem}.stock-indicator{margin-top:.52rem;display:inline-flex;align-items:center;gap:.42rem}.stock-dot{width:11px;height:11px;border-radius:50%;flex:0 0 auto}.stock-text{font-size:.9rem;font-weight:700}.stock-indicator.is-in-stock .stock-dot{background:#58e7a2;box-shadow:0 0 0 3px #58e7a233,0 0 14px #58e7a2e6;animation:stockGlow 1.8s ease-in-out infinite}.stock-indicator.is-in-stock .stock-text{color:#10a66c}.stock-indicator.is-out-stock .stock-dot{background:#e25252;box-shadow:0 0 0 3px #e252522e}.stock-indicator.is-out-stock .stock-text{color:#9b4040}.product-inline-cta{padding:.95rem 0 1.1rem;border-bottom:1px solid #e8edf4}.product-inline-cta--bottom{border-bottom:none;padding-top:.8rem}.inline-offer-cta{width:100%;min-height:88px;border:1px solid var(--secondary-dark);border-radius:14px;background:var(--secondary);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:.6rem;padding:.9rem 1.1rem;cursor:pointer;font-family:inherit;transition:transform .18s ease,box-shadow .2s ease,background-color .2s ease}.inline-offer-cta:hover{transform:translateY(-1px);background:var(--secondary-dark);box-shadow:0 10px 20px rgba(var(--secondary-rgb),.22)}.inline-offer-cta:focus-visible{outline:3px solid rgba(var(--secondary-rgb),.26);outline-offset:2px}.inline-offer-cta__text{font-size:clamp(1.05rem,2vw,1.06rem);font-weight:700;text-align:center;line-height:1.25;justify-self:center}.inline-offer-cta__icon{font-size:1.56rem;line-height:1;opacity:.9}.inline-offer-cta__icon svg{width:27px;height:27px;display:block}.faq-section{margin-top:1.4rem}.faq-header{text-align:center;margin-bottom:.9rem}.faq-header h2{margin:0;font-size:clamp(1.7rem,3.4vw,2.75rem);line-height:1.08;letter-spacing:-.02em;text-transform:uppercase;justify-content:center}.faq-header p{margin:.45rem 0 0;color:#5f6f86;font-size:1.02rem}.faq-list{display:grid;gap:.8rem}.faq-item{border:1px solid #dbe2ed;border-radius:16px;background:#f3f6fa;overflow:hidden}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.05rem 1.15rem;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span:first-child{font-size:1.02rem;font-weight:700;color:#102849}.faq-chevron{width:11px;height:11px;border-right:3px solid var(--primary);border-bottom:3px solid var(--primary);transform:rotate(45deg);margin-right:.2rem;transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(-135deg);margin-top:.25rem}.faq-answer{padding:0 1.15rem 1rem}.faq-answer p{margin:0;color:#2b425e;line-height:1.68}@keyframes ctaPulse{0%,to{box-shadow:0 0 rgba(var(--primary-rgb),0)}50%{box-shadow:0 0 0 7px rgba(var(--primary-rgb),.11)}}@keyframes stockGlow{0%,to{box-shadow:0 0 0 3px #58e7a233,0 0 10px #58e7a2bf}50%{box-shadow:0 0 0 4px #58e7a245,0 0 18px #58e7a2}}.trust-icons{margin-top:.75rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.trust-icons div{border:1px solid var(--line);border-radius:10px;padding:.5rem .6rem;text-align:center;font-size:.88rem;color:#35506f;font-weight:700}.product-long{margin-top:.9rem;line-height:1.65;color:#243954}.product-anchor-tabs{margin-top:1rem;position:sticky;top:86px;z-index:18;display:flex;gap:.55rem;padding:.72rem;border-radius:12px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}.anchor-tab{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:#2f4666;border-radius:999px;padding:.45rem .78rem;font-weight:700;font-size:.9rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.anchor-tab.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.product-sections-shell{margin-top:1rem;padding:0;background:transparent;border:none;box-shadow:none}.product-section{padding:1rem .1rem;border-bottom:1px solid #e8edf4;scroll-margin-top:150px}.product-section:last-child{border-bottom:none}.product-section h2{margin:0 0 .65rem;font-size:1.25rem;letter-spacing:-.01em}.product-section p,.product-section li{color:#2a415e;line-height:1.7}.spec-table{margin-top:1rem;width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.spec-table td{padding:.74rem .82rem;border-bottom:1px solid var(--line);border-right:1px solid var(--line);vertical-align:top}.spec-table a{text-decoration:underline;text-underline-offset:2px;background-image:none}.spec-table a:hover{opacity:.9}.spec-table tr:last-child td{border-bottom:none}.spec-table td:last-child{border-right:none;font-weight:700;color:#183153}.seo-block{margin-top:1.4rem;padding:.2rem .1rem 0;background:transparent;border:none;box-shadow:none;border-radius:0}.seo-block h2{margin:0 0 .75rem;font-size:clamp(1.5rem,2.5vw,2.25rem);letter-spacing:-.02em}.seo-block p{margin:0 0 .8rem;color:#29405d;line-height:1.75}.sticky-buybar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fffffffb;border-top:1px solid var(--line);box-shadow:0 -6px 14px #172a4314;transform:translateY(110%);transition:transform .24s ease}.sticky-buybar.is-visible{transform:translateY(0)}.sticky-buybar .inner{width:min(1200px,92vw);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.56rem 0}.sticky-buybar-price{display:inline-flex;align-items:baseline;gap:.65rem;min-width:0}.sticky-discount{background:#f04242;color:#fff;font-weight:800;font-size:1rem;border-radius:10px;padding:.34rem .56rem;line-height:1}.sticky-price-now{color:var(--primary-dark);font-size:2rem;font-weight:800;line-height:1}.sticky-price-old{color:#7a869a;text-decoration:line-through;font-weight:500;font-size:1.45rem}.sticky-cta-btn{border-radius:12px;min-height:52px;min-width:min(46vw,360px);font-size:1rem;font-weight:700}@media(max-width:940px){.top-strip .container{gap:.8rem;font-size:.82rem}.nav{min-height:70px}.nav-links,.search-dot,.header-search-shell{display:none}.burger-btn{display:inline-flex}.hero-banner{min-height:310px;border-radius:0 0 18px 18px}.product-hero{grid-template-columns:1fr}.product-shell{grid-template-columns:1fr;padding:.35rem 0}.buybox{position:static}.buybox{border-left:none;border-top:1px solid #dce2eb;padding-top:.9rem}.payment-logos-block{min-height:42px;justify-content:flex-start;gap:.25rem;padding:.22rem .38rem}.payment-logos-label{font-size:.75rem}.payment-logos-row{gap:.11rem}.payment-logo-tile{width:40px;height:22px}.catalog-toolbar{gap:.5rem}.filter-control{width:100%;justify-content:space-between}.filter-range-preview{font-size:.8rem}.filter-popover{width:min(94vw,360px)}.sort-row{margin-bottom:0}.product-inline-cta{padding:.75rem 0 .9rem}.inline-offer-cta{min-height:74px;border-radius:12px;padding:.7rem .78rem}.inline-offer-cta__text{font-size:.96rem}.inline-offer-cta__icon{font-size:1.35rem}.inline-offer-cta__icon svg{width:23px;height:23px}.faq-header h2{font-size:1.65rem}.faq-header p{font-size:.92rem}.faq-item{border-radius:13px}.faq-item summary{padding:.9rem .92rem}.faq-item summary span:first-child{font-size:.94rem}.trust-icons{grid-template-columns:1fr}.product-anchor-tabs{top:69px}.sticky-buybar .inner{gap:.6rem;padding:.5rem 0}.sticky-discount{font-size:.84rem;border-radius:8px;padding:.28rem .42rem}.sticky-price-now{font-size:1.45rem}.sticky-price-old{font-size:1.08rem}.sticky-cta-btn{min-width:auto;width:55%;min-height:44px;font-size:.9rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card .product-title{font-size:.86rem}.discount-pill{width:50px;height:50px;font-size:.82rem;top:-.32rem;right:-.32rem}.bestseller-pill{font-size:.68rem;padding:.24rem .48rem}}
