@font-face{font-family:Golos Text;src:url(/assets/fonts/golos-400.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/fonts/golos-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/fonts/golos-600.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/fonts/golos-700.woff2)format("woff2");font-weight:700;font-display:swap}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f6f6f7;--bg:#1e1f24;--panel:#26272e;--panel-2:#2d2e36;--border:#393a43;--muted:#9799a3;--green:#08b226;--green-hover:#0bc72c;--danger:#ff355e;--radius:12px;background:#1e1f24;font-family:Golos Text,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);-webkit-font-smoothing:antialiased;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline-offset:2px;outline:2px solid #63df78}img{max-width:100%;display:block}.app{min-height:100vh}.shell{width:min(100%,1464px);margin-inline:auto;padding-inline:32px}.site-header{z-index:30;background:#1d1e23;border-bottom:1px solid #303139;position:relative}.top-line{justify-content:space-between;align-items:center;height:42px;display:flex}.top-line nav{align-items:center;gap:22px;font-size:13px;display:flex}.top-line nav a{align-items:center;gap:4px;transition:color .2s;display:inline-flex}.top-line nav a:hover{color:var(--green)}.main-line{grid-template-columns:230px 130px minmax(260px,1fr) repeat(4,86px);align-items:center;gap:16px;height:134px;display:grid}.brand{width:205px}.brand img{object-fit:contain;width:205px;height:64px}.catalog-button,.primary-button,.card-cart,.drawer-catalog{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:7px;font-weight:600;transition:background .2s,transform .2s}.catalog-button:hover,.primary-button:hover,.card-cart:hover,.drawer-catalog:hover{background:var(--green-hover)}.catalog-button{justify-content:center;align-items:center;gap:12px;min-height:47px;display:flex}.header-search{color:#b6b7be;border:1px solid #51525b;border-radius:7px;align-items:center;gap:14px;min-width:0;height:47px;padding:0 14px;display:flex;position:relative}.header-search.active{border-color:#777985}.header-search input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%}.header-search input::placeholder{color:#777984}.header-search>button{cursor:pointer;background:0 0;border:0;border-left:1px solid #555761;padding:0 0 0 14px}.search-suggest{border:1px solid var(--border);z-index:10;background:#292a31;border-radius:9px;gap:8px;padding:18px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 45px #00000073}.search-suggest span{color:var(--muted);font-size:12px}.search-suggest button{text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 0}.header-action{cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-items:center;gap:8px;font-size:12px;display:grid}.header-action>span,.mobile-bottom button>span{position:relative}.header-action b,.with-count b,.mobile-bottom b{background:var(--green);color:#fff;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;display:grid;position:absolute;top:-8px;right:-10px}.icon-button{cursor:pointer;background:0 0;border:0;padding:6px}.mobile-header{display:none}.catalog-popover{position:absolute;top:159px;left:50%;transform:translate(-50%)}.catalog-popover-panel{border:1px solid var(--border);border-radius:var(--radius);background:#292a31;grid-template-columns:1fr 270px;gap:28px;width:min(1400px,100vw - 64px);margin-left:0;padding:24px;display:grid;box-shadow:0 24px 60px #00000075}.catalog-popover-panel>div:first-child{grid-template-columns:repeat(4,1fr);align-content:start;gap:4px 30px;display:grid}.catalog-popover-panel strong{grid-column:1/-1;margin-bottom:10px;font-size:20px}.catalog-popover-panel a{color:#d6d7dc;align-items:center;gap:11px;min-height:54px;padding:4px 0;display:flex}.catalog-popover-panel a:hover{color:var(--green)}.catalog-popover-panel a img{object-fit:cover;border-radius:50%;width:44px;height:44px}.catalog-popover-feature{background:#17181c;border-radius:9px;min-height:270px;position:relative;overflow:hidden}.catalog-popover-feature img{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.catalog-popover-feature span,.catalog-popover-feature strong,.catalog-popover-feature button{z-index:1;margin-left:20px;position:relative}.catalog-popover-feature span{color:#d8d8dd;padding-top:120px;font-size:12px;display:block}.catalog-popover-feature strong{width:180px;margin-top:7px;font-size:18px;display:block}.catalog-popover-feature button{background:var(--green);cursor:pointer;border:0;border-radius:6px;margin-top:16px;padding:8px 14px}.hero{padding-top:18px}.hero-inner{border-radius:var(--radius);background-image:linear-gradient(90deg, #0d0e119e, #0d0e110d), var(--hero-bg);background-position:50%;background-size:cover;height:628px;position:relative;overflow:hidden}.hero-copy{z-index:2;width:610px;position:absolute;top:48px;left:44px}.hero h1{margin:0;font-size:36px;font-weight:500;line-height:1.16}.hero p{max-width:650px;margin:18px 0 0;font-size:15px;line-height:1.55}.hero-copy .primary-button{position:absolute;top:505px;left:0}.primary-button,.secondary-button{justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 20px;display:inline-flex}.secondary-button{color:#fff;cursor:pointer;background:#303139;border:1px solid #4b4c55;border-radius:7px;font-weight:500}.secondary-button:hover{background:#3a3b44}.hero-object{pointer-events:none;width:auto;max-height:580px;position:absolute;bottom:40px;right:82px}.hero-controls{z-index:3;align-items:center;gap:10px;display:flex;position:absolute;bottom:28px;right:30px}.hero-controls>span{gap:4px;margin-right:20px;display:flex}.hero-controls i{background:#fff6;border-radius:1px;width:26px;height:2px}.hero-controls i.active{background:#fff}.hero-controls button{cursor:pointer;background:#24252bb8;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.promo-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:12px;padding-top:12px;display:grid}.promo-card{border-radius:var(--radius);text-align:left;cursor:pointer;background:#25262c;border:0;padding:24px;position:relative;overflow:hidden}.promo-card.big{grid-column:span 2}.promo-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;position:absolute;inset:0}.promo-card:hover img{transform:scale(1.025)}.promo-card:after{content:"";background:linear-gradient(90deg,#00000094,#00000005 72%);position:absolute;inset:0}.promo-card span,.promo-card small{z-index:1;display:block;position:relative}.promo-card .promo-title{max-width:280px;font-size:21px;font-weight:500;line-height:1.2}.promo-card .promo-eyebrow{color:#ffffffc7;margin-bottom:8px;font-size:12px}.promo-tags{z-index:2;flex-wrap:wrap;gap:8px;margin-top:18px;display:flex;position:relative}.promo-tags i{border:1px solid #ffffff73;border-radius:6px;padding:8px 12px;font-size:12px;font-style:normal}.promo-card small{align-items:center;gap:8px;margin-top:14px;display:flex}.section-heading{justify-content:space-between;align-items:end;padding-top:86px;padding-bottom:28px;display:flex}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.section-heading h2,.about-preview h2{margin:9px 0 0;font-size:34px;font-weight:500}.category-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.category-strip button{border-radius:var(--radius);text-align:left;background:var(--panel);cursor:pointer;border:0;padding:0 0 16px;overflow:hidden}.category-strip img{aspect-ratio:1/1.1;object-fit:cover;width:100%}.category-strip strong,.category-strip span{margin-inline:16px;display:block}.category-strip strong{margin-top:14px;font-size:16px}.category-strip span{color:var(--muted);margin-top:4px;font-size:12px}.cutout-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:84px;display:grid}.cutout-grid button{border-radius:var(--radius);text-align:left;color:#202126;cursor:pointer;background:#e9e7de;border:0;min-height:250px;padding:24px;position:relative;overflow:hidden}.cutout-grid button>span{z-index:1;max-width:170px;font-size:22px;font-weight:600;display:block;position:relative}.cutout-grid small{align-items:center;gap:3px;margin-top:14px;font-size:13px;font-weight:400;display:flex}.cutout-grid img{object-fit:contain;width:70%;height:94%;position:absolute;bottom:0;right:-4%}.about-preview{border-radius:var(--radius);background:var(--panel);grid-template-columns:1.15fr 1fr;gap:0;margin-top:84px;margin-bottom:84px;display:grid;overflow:hidden}.about-preview>img{object-fit:cover;width:100%;height:100%;min-height:500px}.about-preview>div{padding:64px}.about-preview p{color:#b6b7bf;margin:24px 0;line-height:1.65}.about-metrics{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:20px;margin:30px 0 38px;padding-top:24px;display:grid}.about-metrics span{color:var(--muted);font-size:13px}.about-metrics strong{color:#fff;margin-bottom:5px;font-size:22px;display:block}.page-main{min-height:520px;padding-top:24px;padding-bottom:86px}.breadcrumbs{color:#898b95;flex-wrap:wrap;gap:9px;margin-bottom:27px;font-size:12px;display:flex}.breadcrumbs span{gap:9px;display:flex}.breadcrumbs a:hover{color:#fff}.breadcrumbs i{font-style:normal}h1{margin:0 0 38px;font-size:36px;font-weight:500;line-height:1.15}.title-row h1 span{border:1px solid var(--border);color:#8e9099;vertical-align:middle;border-radius:6px;margin-left:8px;padding:4px 9px;font-size:16px}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.catalog-grid button{border-radius:var(--radius);text-align:left;background:var(--panel);cursor:pointer;border:0;height:350px;padding:0;position:relative;overflow:hidden}.catalog-grid img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.catalog-grid button:hover img{transform:scale(1.02)}.catalog-grid button:after{content:"";background:linear-gradient(#0000,#0d0e11e0);position:absolute;inset:48% 0 0}.catalog-grid button>span{z-index:1;position:absolute;bottom:19px;left:20px;right:35px}.catalog-grid strong,.catalog-grid small{display:block}.catalog-grid strong{font-size:18px}.catalog-grid small{color:#dedee2;margin-top:7px}.catalog-grid svg{z-index:2;position:absolute;bottom:19px;right:15px}.catalog-toolbar{align-items:center;gap:10px;margin-bottom:18px;display:flex}.filter-chips{flex:1;gap:8px;display:flex}.filter-chips button,.view-buttons button,.mobile-filter,.mobile-sort{border:1px solid var(--border);background:#26272d;border-radius:6px;min-height:37px}.filter-chips button{cursor:pointer;align-items:center;gap:7px;padding:0 13px;font-size:12px;display:flex}.view-buttons{gap:4px;display:flex}.view-buttons button{place-items:center;width:37px;display:grid}.mobile-filter,.mobile-sort{display:none}.category-layout{grid-template-columns:minmax(0,1fr) 185px;gap:30px;display:grid}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.product-card{border:1px solid var(--border);background:#222329;border-radius:8px;min-width:0;padding:9px 9px 12px}.product-image{position:relative}.product-image>button:first-child{cursor:pointer;background:0 0;border:0;width:100%;padding:0}.product-image img{aspect-ratio:.93;object-fit:cover;border-radius:6px;width:100%}.round-action{color:#84858b;cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;right:8px}.round-action.favorite{top:8px}.round-action.compare{top:48px}.round-action.selected{color:var(--danger)}.sticker{background:var(--green);border-radius:5px;padding:5px 8px;font-size:11px;position:absolute;top:8px;left:8px}.product-info{padding:16px 3px 0}.price{margin-bottom:12px;font-size:16px;display:block}.product-name{text-align:left;cursor:pointer;color:#fff;background:0 0;border:0;min-height:42px;padding:0;line-height:1.35}.rating{color:#c8c9ce;margin-top:10px;font-size:12px}.stock{color:var(--danger);margin-top:6px;font-size:12px}.stock.available{color:#1fca44}.product-info>small{color:#8e909a;margin-top:6px;font-size:11px;display:block}.card-cart,.card-more{cursor:pointer;border-radius:6px;width:100%;min-height:38px;margin-top:14px}.card-more{background:0 0;border:1px solid #4a4b54;font-weight:500}.category-sidebar{flex-direction:column;display:flex}.category-sidebar strong{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.category-sidebar button{text-align:left;color:#c5c6cc;cursor:pointer;background:0 0;border:0;padding:7px 0;font-size:13px}.category-sidebar button:hover{color:var(--green)}.product-detail{grid-template-columns:548px minmax(300px,1fr) 360px;gap:38px;display:grid}.gallery{grid-template-columns:72px minmax(0,1fr);gap:14px;display:grid}.thumbs{flex-direction:column;gap:8px;display:flex}.thumbs button,.color-options button{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:5px;padding:0;overflow:hidden}.thumbs button.active,.color-options button.active{border-color:#fff;outline:1px solid #575963}.thumbs img{object-fit:cover;width:100%;height:61px}.gallery-main{cursor:zoom-in;background:#fff;border:0;border-radius:7px;align-self:start;height:472px;padding:0;position:relative;overflow:hidden}.gallery-main img{object-fit:contain;width:100%;height:472px}.gallery-main span{display:none}.product-summary h1{margin-bottom:13px;font-size:24px}.summary-meta{color:#b7b8c0;align-items:center;gap:12px;font-size:13px;display:flex}.summary-meta button{color:#8f919b;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:2px}.summary-meta button+button{margin-left:0}.summary-meta svg{width:20px}.sku{color:#8e9099;margin:14px 0 22px;font-size:13px}.product-summary hr{border:0;border-top:1px solid var(--border)}.mobile-product-price{display:none}.option-block{margin-top:24px}.option-block>span{color:#c6c7cd;margin-bottom:12px;font-size:13px;display:block}.color-options{grid-template-columns:repeat(3,76px);gap:8px;display:grid}.color-options img{object-fit:cover;width:100%;height:92px}.size-options{gap:8px;display:flex}.size-options button{border:1px solid var(--border);cursor:pointer;background:#26272d;border-radius:5px;min-width:66px;min-height:36px}.size-options button.active{color:#fff;border-color:#fff}.buy-box{border:1px solid var(--border);background:#222329;border-radius:9px;height:max-content;padding:24px}.buy-box>strong{font-size:24px;display:block}.buy-box>small{color:#a7a8b0;margin:10px 0 22px;display:block}.buy-box>button{width:100%;margin-top:9px}.buy-box ul{border-top:1px solid var(--border);color:#cacbd1;gap:13px;margin:22px 0 0;padding:17px 0 0;font-size:13px;list-style:none;display:grid}.buy-box li{align-items:center;gap:9px;display:flex}.buy-box li svg{width:18px}.status-dot{background:var(--danger);border-radius:50%;width:8px;height:8px}.mobile-buy{display:none}.product-tabs{border-top:1px solid var(--border);margin-top:48px;padding-top:28px}.product-tabs nav{gap:30px;display:flex}.product-tabs nav button{color:#9d9fa8;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 0 12px}.product-tabs nav button.active{border-color:var(--green);color:#fff}.product-tabs p{color:#c1c2c8;max-width:900px;line-height:1.7}.product-tabs dl{max-width:700px}.product-tabs dl div{border-bottom:1px solid var(--border);justify-content:space-between;padding:12px 0;display:flex}.lightbox{z-index:90;background:#0b0c0feb;grid-template-columns:70px minmax(0,700px) 70px;justify-content:center;align-items:center;gap:25px;padding:30px;display:grid;position:fixed;inset:0}.lightbox>.icon-button{position:absolute;top:24px;right:24px}.lightbox>button:not(.icon-button){cursor:pointer;background:#292a31;border:1px solid #595b65;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.lightbox img{max-height:calc(100vh - 60px);margin:auto}.lightbox-thumbs{gap:8px;display:grid;position:absolute;top:110px;left:22px}.lightbox-thumbs button{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:5px;width:54px;height:68px;padding:0;overflow:hidden}.lightbox-thumbs button.active{border-color:#fff}.lightbox-thumbs img{object-fit:cover;width:100%;height:100%}.company-layout{grid-template-columns:minmax(0,1fr) 260px;gap:36px;display:grid}.company-hero{object-fit:cover;border-radius:9px;width:100%;max-height:550px}.benefit-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px;display:grid}.benefit-grid article{border:1px solid var(--border);background:#23242a;border-radius:8px;min-height:190px;padding:22px}.benefit-grid img{object-fit:contain;width:34px;height:34px;margin-bottom:35px}.benefit-grid strong{font-size:14px;display:block}.benefit-grid p{color:#999ba4;font-size:12px;line-height:1.45}.text-section{max-width:900px;padding-top:46px}.text-section h2{font-size:28px}.text-section p{color:#b4b5bd;line-height:1.7}.page-side-nav{flex-direction:column;display:flex}.page-side-nav button{text-align:left;color:#c0c1c7;cursor:pointer;background:0 0;border:0;border-radius:5px;min-height:36px;padding:0 13px}.page-side-nav button.active{color:#fff;background:#393a42}.contacts-top{grid-template-columns:minmax(0,1fr) 350px;gap:38px;display:grid}.map-image{object-fit:cover;border-radius:10px;width:100%;height:520px}.office-card{border:1px solid var(--border);background:#27282f;border-radius:10px;overflow:hidden}.office-card>div{height:250px;position:relative}.office-card>div img{object-fit:cover;width:100%;height:100%}.office-card>div span{background:#464854b8;border-radius:5px;padding:7px 10px;font-size:12px;position:absolute;top:24px;left:24px}.office-card h2,.office-card p,.office-card small,.office-card>a,.office-card>button{margin-left:24px;margin-right:24px}.office-card h2{margin-top:26px;margin-bottom:0;font-size:19px}.office-card p{color:#acadb5}.office-card small{color:#8f9199;margin-top:22px;display:block}.office-card>a{margin-top:4px;display:block}.office-card>button{width:calc(100% - 48px);margin-top:26px}.regional{max-width:980px;padding-top:50px}.regional h2,.regional h3{font-weight:500}.regional p{color:#c1c2c8;line-height:1.6}.regional h3{margin-top:50px;font-size:23px}.regional-row{border-top:1px solid var(--border);color:#b2b3bb;grid-template-columns:auto repeat(3,1fr);gap:20px;padding:24px 0;display:grid}.regional-row>span{gap:5px;display:grid}.regional-row strong{color:#fff}.empty-page{min-height:650px}.empty-state{flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.empty-state>svg{color:#d1d2d7;width:82px;height:82px}.empty-state h2{color:#c2c3ca;margin:25px 0 7px;font-weight:400}.empty-state p{color:#92949e;margin-bottom:24px;font-size:13px}.favorite-empty{grid-template-columns:1fr 210px;align-items:start;gap:30px;display:grid}.favorite-empty>div{background:#3d4f84;padding:16px;font-size:13px}.cart-layout{grid-template-columns:minmax(0,1fr) 360px;gap:30px;display:grid}.cart-items article{border:1px solid var(--border);background:#24252b;border-radius:10px;grid-template-columns:120px 1fr auto 36px;align-items:center;gap:22px;padding:18px;display:grid}.cart-items article>img{object-fit:cover;border-radius:7px;width:120px;height:150px}.cart-items article>div:nth-child(2){flex-direction:column;align-self:stretch;padding-block:10px;display:flex}.cart-name{text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:17px;font-weight:500}.cart-items article span{color:var(--muted);margin-top:12px;font-size:13px}.cart-items article strong{margin-top:auto}.quantity{border:1px solid var(--border);border-radius:6px;align-items:center;height:40px;display:flex}.quantity button{cursor:pointer;background:0 0;border:0;width:38px;height:38px}.quantity svg{width:16px}.quantity span{text-align:center;min-width:26px;margin:0;color:#fff!important}.remove-cart{color:#8f919a;cursor:pointer;background:0 0;border:0}.cart-summary{border:1px solid var(--border);background:#24252b;border-radius:10px;height:max-content;padding:24px}.cart-summary h2{margin:0 0 24px}.cart-summary p{color:#a9aab2;justify-content:space-between;gap:18px;display:flex}.cart-summary p strong{color:#fff;text-align:right}.cart-summary hr{border:0;border-top:1px solid var(--border);margin:20px 0}.cart-summary .cart-total{color:#fff;font-size:19px}.cart-summary .primary-button{width:100%;margin-top:16px}.favorite-products{grid-template-columns:repeat(5,minmax(0,1fr))}.site-footer{background:#1a1b20;border-top:1px solid #33343c;padding-top:60px}.footer-grid{grid-template-columns:1.3fr repeat(3,.8fr) 1.35fr;gap:50px;display:grid}.footer-brand img{object-fit:contain;width:190px;height:65px}.footer-brand p,.newsletter p{color:#92949d;font-size:13px;line-height:1.55}.footer-grid nav{flex-direction:column;gap:11px;display:flex}.footer-grid nav strong,.newsletter strong{margin-bottom:6px}.footer-grid nav a{color:#aaaab2;font-size:13px}.footer-grid nav a:hover{color:var(--green)}.newsletter label{border:1px solid var(--border);border-radius:6px;height:42px;display:flex;overflow:hidden}.newsletter input{background:#24252b;border:0;outline:0;flex:1;min-width:0;padding:0 12px}.newsletter button{background:var(--green);cursor:pointer;border:0;width:45px}.footer-bottom{color:#8e9099;border-top:1px solid #303139;justify-content:space-between;align-items:center;min-height:90px;margin-top:50px;font-size:12px;display:flex}.footer-bottom div{align-items:center;gap:10px;display:flex}.footer-bottom img{max-width:36px;max-height:22px}.mobile-bottom,.mobile-drawer-layer,.filter-drawer-layer{display:none}@media (max-width:1180px){.main-line{grid-template-columns:185px 115px minmax(220px,1fr) repeat(4,70px);gap:10px}.brand,.brand img{width:170px}.top-line nav{gap:14px}.product-detail{grid-template-columns:minmax(430px,1.1fr) minmax(270px,.75fr)}.buy-box{grid-column:2}.gallery{grid-row:span 2}}@media (max-width:767px){body{padding-bottom:68px}.shell{padding-inline:16px}.desktop-header{display:none}.site-header{height:59px;position:sticky;top:0}.mobile-header{grid-template-columns:32px 1fr auto;align-items:center;gap:8px;height:58px;padding-inline:12px;display:grid}.mobile-header .brand,.mobile-header .brand img{width:74px;height:37px}.mobile-header-actions{gap:4px;display:flex}.mobile-header-actions svg,.mobile-header>.icon-button svg{width:22px;height:22px}.with-count{position:relative}.mobile-search{z-index:90;border-bottom:1px solid var(--border);background:#24252b;align-items:center;gap:10px;height:58px;padding:8px 12px;display:flex;position:fixed;top:0;left:0;right:0}.mobile-search:after{content:"";z-index:-1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#16171c9e;position:fixed;inset:58px 0 0}.mobile-search input{background:0 0;border:0;outline:0;flex:1;min-width:0}.mobile-search>.icon-button{background:0 0;border:0;height:38px;padding:5px}.mobile-drawer-layer,.filter-drawer-layer{z-index:80;display:block;position:fixed;inset:0}.drawer-backdrop{background:#0000009e;border:0;position:absolute;inset:0}.mobile-drawer,.filter-drawer{background:#25262c;width:100%;height:100%;padding:16px;position:relative;overflow-y:auto;box-shadow:14px 0 44px #0000008c}.filter-drawer{margin-left:auto;box-shadow:-14px 0 44px #0000008c}.drawer-head{justify-content:space-between;align-items:center;min-height:54px;display:flex}.drawer-head img{display:none}.drawer-catalog{align-items:center;gap:10px;width:100%;min-height:48px;margin:16px 0;padding-inline:15px;display:flex}.drawer-quick{border-bottom:1px solid var(--border);padding:5px 0 16px;display:grid}.drawer-quick button{cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;min-height:44px;padding:0 8px;display:flex}.drawer-quick svg{width:20px}.drawer-catalog svg:last-child{margin-left:auto}.mobile-drawer nav{flex-direction:column;display:flex}.mobile-drawer nav a{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;display:flex}.drawer-contact{gap:5px;padding-top:24px;display:grid}.drawer-contact span{color:var(--muted);font-size:12px}.filter-group{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:58px;display:flex}.filter-drawer .primary-button{width:100%;margin-top:24px}.hero{padding-inline:24px;padding-top:21px}.hero-inner{background-image:var(--hero-mobile);background-position:50%;height:233px}.hero-copy{display:none}.hero h1{font-size:27px;line-height:1.14}.hero p{margin-top:12px;font-size:13px;line-height:1.45}.hero-copy .primary-button{top:398px}.hero-object,.hero-controls,.hero-controls>span{display:none}.hero-controls button{width:38px;height:38px}.promo-grid{scrollbar-width:none;gap:8px;margin-right:0;padding-top:20px;display:flex;overflow-x:auto}.promo-card,.promo-card.big{flex:0 0 260px;height:309px;padding:20px}.promo-card .promo-eyebrow{margin-top:92px}.promo-card .promo-title{margin-top:0;font-size:19px}.promo-card small{font-size:11px}.section-heading{padding-top:50px;padding-bottom:18px}.section-heading h2,.about-preview h2{font-size:25px}.section-heading .secondary-button{display:none}.category-strip{scrollbar-width:none;gap:10px;margin-right:-16px;display:flex;overflow-x:auto}.category-strip button{flex:0 0 150px}.cutout-grid{grid-template-columns:1fr;padding-top:0}.cutout-grid button{min-height:185px}.about-preview{grid-template-columns:1fr;margin-top:50px;margin-bottom:50px}.about-preview>img{min-height:240px}.about-preview>div{padding:28px 22px 32px}.about-metrics{grid-template-columns:1fr}.page-main{padding-top:15px;padding-bottom:54px}.breadcrumbs{white-space:nowrap;margin-bottom:17px;overflow:hidden}h1{margin-bottom:24px;font-size:27px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.catalog-grid button{height:220px}.catalog-grid button>span{bottom:17px;left:14px}.catalog-grid strong{font-size:16px}.catalog-grid svg{display:none}.catalog-toolbar{grid-template-columns:1fr 1.15fr;margin-bottom:18px;display:grid}.filter-chips,.view-buttons{display:none}.mobile-filter,.mobile-sort{justify-content:center;align-items:center;gap:8px;min-width:0;min-height:43px;display:flex}.mobile-sort select{color:#fff;background:0 0;border:0;outline:0;min-width:0}.category-layout{display:block}.category-sidebar{display:none}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{padding:7px 7px 10px}.product-image img{aspect-ratio:.76}.round-action{width:30px;height:30px}.round-action.compare{top:43px}.product-info{padding-top:12px}.price{margin-bottom:8px;font-size:14px}.product-name{min-height:49px;font-size:13px}.rating,.stock,.product-info>small{font-size:11px}.card-cart,.card-more{min-height:38px;margin-top:10px}.card-more{border-color:var(--green);background:var(--green)}.product-detail{flex-direction:column;gap:19px;display:flex}.gallery{display:block}.thumbs{display:none}.gallery-main{width:300px;height:300px;margin-inline:auto;display:block}.gallery-main img{aspect-ratio:1;object-fit:contain;width:100%;height:100%}.gallery-main span{background:#202126a8;border-radius:12px;padding:4px 9px;font-size:11px;display:block;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.product-summary h1{font-size:21px}.summary-meta button{margin-left:0}.summary-meta span:nth-child(2){margin-right:auto}.mobile-product-price{gap:9px;margin-top:22px;display:grid}.mobile-product-price strong{font-size:23px}.mobile-product-price small{color:#9fa1aa}.color-options{grid-template-columns:repeat(3,1fr)}.color-options img{aspect-ratio:.76;height:auto}.size-options{grid-template-columns:repeat(4,1fr);display:grid}.size-options button{min-width:0;font-size:12px}.buy-box{display:none}.mobile-buy{width:100%;margin-top:20px;display:flex;position:static;box-shadow:0 8px 30px #0006}.product-tabs{margin-top:30px}.product-tabs nav{gap:20px;overflow-x:auto}.product-tabs nav button{white-space:nowrap}.lightbox{padding:70px 12px 20px;display:flex}.lightbox>button:not(.icon-button){z-index:2;position:absolute;top:50%}.lightbox>button:nth-of-type(2){left:14px}.lightbox>button:last-child{right:14px}.lightbox-thumbs{display:none}.company-layout{flex-direction:column;display:flex}.company-layout>div{display:contents}.company-hero{order:1;height:180px}.page-side-nav{display:none}.page-side-nav button{flex:none;padding-inline:12px}.benefit-grid{scrollbar-width:none;order:2;gap:8px;display:flex;overflow-x:auto}.benefit-grid article{flex:0 0 200px;min-height:190px;padding:16px}.benefit-grid img{margin-bottom:28px}.text-section{order:3;padding-top:25px}.contacts-top{grid-template-columns:1fr;gap:14px}.contacts-top .office-card{order:-1;padding:18px}.map-image{height:300px}.office-card>div{border-radius:8px;height:180px;overflow:hidden}.office-card h2,.office-card p,.office-card small,.office-card>a,.office-card>button{margin-left:0;margin-right:0}.office-card>button{width:100%}.regional{padding-top:35px}.regional-row{grid-template-columns:auto 1fr}.regional-row>span{grid-column:2}.empty-page{min-height:600px}.favorite-empty,.cart-layout{grid-template-columns:1fr}.cart-items article{grid-template-columns:88px 1fr 30px;gap:12px;padding:12px}.cart-items article>img{width:88px;height:115px}.quantity{grid-column:2;width:max-content}.remove-cart{grid-area:1/3;align-self:start}.favorite-products{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{padding-top:42px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}.footer-brand,.newsletter,.footer-grid nav:nth-of-type(3){grid-column:1/-1}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;min-height:110px;margin-top:38px;padding-top:20px;padding-bottom:20px}.mobile-bottom{z-index:50;background:#292a31;border-top:1px solid #3a3b44;border-radius:11px 11px 0 0;grid-template-columns:repeat(5,1fr);height:63px;padding:5px 8px 4px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000042}.mobile-bottom button{color:#b2b3bb;cursor:pointer;background:0 0;border:0;justify-items:center;gap:3px;min-width:0;padding:2px 0;font-size:9px;display:grid}.mobile-bottom button svg{width:21px;height:21px}.mobile-bottom button.active{color:var(--green)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.skip-link{z-index:1000;background:var(--green);border-radius:6px;padding:12px 18px;position:fixed;top:-60px;left:16px}.skip-link:focus{top:16px}.main-content{min-height:55vh}.header-search form{align-items:center;gap:12px;width:100%;display:flex}.header-search form input{flex:1}.header-search form button{cursor:pointer;background:0 0;border:0;border-left:1px solid #555761;padding-left:14px}.catalog-popover{z-index:50}.hero-inner.store-hero{background-image:radial-gradient(circle at 70% 25%,#d28f9c73,#0000 30%),linear-gradient(120deg,#292229,#70505a)}.hero-object.store-object{max-width:54%;right:4%}.hero-copy .primary-button.store-hero-button{margin-top:28px;position:static}.product-card .product-image>a{width:100%;height:100%;display:block}.product-card .product-image>a img{object-fit:cover;width:100%;height:100%}.product-info .product-name{min-height:44px}.product-info .card-cart{width:100%;min-height:42px;margin-top:12px}.rating{color:#f4b844}.stock.available{color:#57ce70}.empty-result{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);padding:72px 24px}.toolbar-search{gap:10px;min-width:min(100%,520px);display:flex}.toolbar-search input,.form-control{color:#fff;background:#24252b;border:1px solid #4a4b55;border-radius:7px;width:100%;min-height:46px;padding:0 14px}.toolbar-search button{min-width:110px}.form-control:focus{border-color:var(--green);outline:0}textarea.form-control{resize:vertical;min-height:110px;padding-block:12px}select.form-control{appearance:auto}.field{gap:8px;display:grid}.field>span{color:#b8bac2;font-size:13px}.field-error,.form-error{color:#ff718c;font-size:13px}.form-success{color:#65d57a}.auth-shell{border:1px solid var(--border);background:var(--panel);border-radius:12px;width:min(100% - 32px,520px);margin:60px auto 100px;padding:34px}.auth-shell h1{margin-top:0}.auth-form{gap:18px;display:grid}.auth-links{color:var(--muted);margin-top:22px;font-size:14px}.auth-links a{color:#fff;text-decoration:underline}.checkbox-field{color:#b8bac2;align-items:flex-start;gap:10px;font-size:13px;display:flex}.checkbox-field input{accent-color:var(--green);margin-top:3px}.account-layout{grid-template-columns:240px 1fr;gap:28px;display:grid}.account-nav,.admin-nav{border:1px solid var(--border);background:var(--panel);border-radius:10px;align-content:start;gap:4px;padding:12px;display:grid}.account-nav a,.admin-nav a,.signout-button{color:#d7d8dd;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:12px}.account-nav a:hover,.admin-nav a:hover{background:var(--panel-2);color:#fff}.info-card{border:1px solid var(--border);background:var(--panel);border-radius:10px;padding:24px}.info-card h2,.info-card h3{margin-top:0}.order-list{gap:12px;display:grid}.order-card{border:1px solid var(--border);background:var(--panel);border-radius:9px;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:20px;display:grid}.status-pill{color:#67d77c;background:#08b22624;border-radius:20px;padding:5px 9px;font-size:12px;display:inline-flex}.checkout-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:24px;display:grid}.checkout-form{gap:20px;display:grid}.checkout-section{border:1px solid var(--border);background:var(--panel);border-radius:10px;gap:16px;padding:26px;display:grid}.checkout-section h2{margin:0 0 6px;font-size:21px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.choice-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.choice{border:1px solid var(--border);cursor:pointer;border-radius:8px;gap:10px;padding:16px;display:flex}.choice:has(input:checked){border-color:var(--green);background:#08b22612}.choice input{accent-color:var(--green)}.checkout-summary{border:1px solid var(--border);background:var(--panel);border-radius:10px;padding:24px;position:sticky;top:20px}.checkout-summary h2{margin-top:0}.summary-line{color:#c8c9cf;justify-content:space-between;gap:20px;padding:9px 0;display:flex}.summary-line.total{border-top:1px solid var(--border);color:#fff;margin-top:12px;padding-top:18px;font-size:20px}.checkout-summary .primary-button{width:100%;margin-top:18px}.admin-shell{grid-template-columns:250px 1fr;gap:24px;width:min(100%,1600px);margin:0 auto;padding:26px 30px 80px;display:grid}.admin-brand{padding:14px 12px 24px;font-weight:700}.admin-brand small{color:var(--muted);margin-top:5px;font-weight:400;display:block}.admin-main{min-width:0}.admin-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.admin-head h1{margin:0}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-card{border:1px solid var(--border);background:var(--panel);border-radius:10px;min-height:130px;padding:22px}.metric-card span{color:var(--muted);font-size:13px}.metric-card strong{margin-top:14px;font-size:28px;display:block}.data-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.data-table{border-collapse:collapse;background:var(--panel);width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:14px 16px}.data-table th{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:500}.data-table td.title-cell{white-space:normal;min-width:260px}.data-table tr:last-child td{border-bottom:0}.data-table a{color:#7fe090}.admin-actions{gap:10px;display:flex}.notice{color:#c8c9cf;background:#292a31;border:1px solid #4b4d56;border-radius:8px;padding:14px 16px}.notice.warning{color:#f2d67f;background:#332d1e;border-color:#7b6526}.success-text{color:#65d57a}.inline-control{gap:8px;display:flex}.inline-control .secondary-button{flex:none}.account-settings{gap:20px;margin-top:20px;display:grid}.content-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.upload-button{cursor:pointer;width:max-content}.upload-button input{display:none}.admin-image-row{grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.admin-image-row img{object-fit:cover;border-radius:8px;width:100px;height:120px}.admin-image-row>div{gap:10px;display:grid}.property-row{grid-template-columns:1fr 1fr auto;align-items:end}.variant-editor{border:1px solid var(--border);border-radius:8px;gap:12px;padding:16px;display:grid}.address-list{gap:12px;display:grid}.reviews-panel{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.review-list{gap:12px;display:grid}.review-list .info-card small{color:var(--muted);margin-top:5px;display:block}.compare-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.compare-table{border-collapse:collapse;background:var(--panel);width:100%;min-width:760px}.compare-table th,.compare-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:top;text-align:left;min-width:180px;padding:16px}.compare-table th:first-child{min-width:170px;color:var(--muted)}.compare-table thead th{position:relative}.compare-table thead img{aspect-ratio:3/4;object-fit:cover;border-radius:8px;width:150px;margin-bottom:10px}.compare-table thead button{z-index:1;background:var(--panel-2);cursor:pointer;border:0;border-radius:50%;position:absolute;top:8px;right:8px}.order-timeline>div{border-bottom:1px solid var(--border);grid-template-columns:170px 130px 1fr;gap:12px;padding:10px 0;display:grid}.order-timeline time{color:var(--muted);font-size:13px}.newsletter form small{color:#c7c9d1;margin-top:8px;display:block}.newsletter-result{margin-top:20px}.buy-box li button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.mobile-product-actions{display:none}.color-name-options{flex-wrap:wrap;gap:8px;display:flex}.color-name-options button{border:1px solid var(--border);background:var(--panel-2);cursor:pointer;border-radius:6px;min-height:38px;padding:0 13px}.color-name-options button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.color-name-options button:disabled{cursor:not-allowed;opacity:.4}.request-modal-layer{z-index:120;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.request-modal-backdrop{cursor:default;background:#08090cc7;border:0;width:100%;position:absolute;inset:0}.request-modal{border:1px solid var(--border);background:var(--panel);border-radius:12px;width:min(100%,620px);max-height:calc(100vh - 40px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000073}.request-modal-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.request-modal-head h2{margin:6px 0 0}.request-form{gap:16px;display:grid}.request-form>.primary-button{min-height:46px}.request-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-request-section{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);align-items:start;gap:28px;margin-top:36px;display:grid}.contact-request-section h2{margin:8px 0 12px;font-size:32px}.contact-request-section>div>p{color:var(--muted);line-height:1.6}.request-admin-list{gap:14px;margin-top:20px;display:grid}.request-admin-card{grid-template-columns:minmax(0,1fr) 360px;gap:24px;display:grid}.request-admin-card small{color:var(--muted);margin-top:8px;display:block}.request-admin-card h2{margin:14px 0 8px;font-size:20px}.request-admin-card a{color:#7fe090}.request-message{background:var(--panel-2);white-space:pre-wrap;border-radius:7px;padding:12px}.request-admin-control{align-content:start;gap:10px;display:grid}.request-admin-control textarea.form-control{min-height:90px}.inventory-adjustment{grid-template-columns:92px 1fr auto;align-items:center;gap:8px;min-width:410px;display:grid}.inventory-adjustment small{grid-column:1/-1}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1d1e22;--bg:#f5f5f6;--panel:#fff;--panel-2:#ececef;--border:#d8d8de;--muted:#666872;background:#f5f5f6}html[data-theme=light] .site-header,html[data-theme=light] .site-footer{color:#1d1e22;background:#fff}html[data-theme=light] .form-control,html[data-theme=light] .toolbar-search input{color:#17181b;background:#fff;border-color:#cacbd1}html[data-theme=light] .field>span,html[data-theme=light] .checkbox-field,html[data-theme=light] .summary-line,html[data-theme=light] .content-page p,html[data-theme=light] .content-page li{color:#5f616a}html[data-theme=light] .summary-line.total,html[data-theme=light] .auth-links a,html[data-theme=light] .account-nav a,html[data-theme=light] .admin-nav a{color:#1d1e22}html[data-theme=light] .notice{color:#44464e;background:#f0f1f3;border-color:#d5d6da}html[data-theme=light] .color-name-options button{color:#1d1e22;background:#f4f4f6}.pagination{gap:8px;margin-top:20px;display:flex}.pagination a{border:1px solid var(--border);border-radius:6px;padding:9px 13px}.pagination a.active{border-color:var(--green);background:var(--green);color:#fff}.pagination a.disabled{pointer-events:none;opacity:.4}.danger-button{color:#ff9aaa;cursor:pointer;background:#3b252a;border:1px solid #7b3d48;border-radius:6px;min-height:40px;padding:0 14px}.danger-button:disabled{cursor:not-allowed;opacity:.45}.old-price{color:var(--muted);margin-left:10px;font-size:13px}.product-image .sale-sticker{background:#b82342;top:46px}.filter-chips{flex-wrap:wrap;align-items:center}.filter-chips select,.filter-chips input[type=number]{border:1px solid var(--border);background:var(--panel-2);min-height:38px;color:inherit;border-radius:6px;padding:0 10px}.filter-chips input[type=number]{width:105px}.filter-chips label{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.managed-copy{white-space:normal}.checkbox-field a{color:#8be59b;text-decoration:underline}.content-page{max-width:850px}.content-page p,.content-page li{color:#babcc4;line-height:1.65}.category-strip>a{border-radius:var(--radius);text-align:left;background:var(--panel);border:0;padding:0 0 16px;overflow:hidden}.category-strip>a img{aspect-ratio:1/1.1;object-fit:cover;width:100%}.category-strip>a strong,.category-strip>a span{margin-inline:16px;display:block}.category-strip>a strong{margin-top:14px;font-size:16px}.category-strip>a span{color:var(--muted);margin-top:4px;font-size:12px}.catalog-grid>a{border:1px solid var(--border);background:var(--panel);border-radius:10px;grid-template-columns:84px 1fr auto;align-items:center;gap:16px;min-height:110px;padding:12px;display:grid}.catalog-grid>a img{object-fit:cover;border-radius:8px;width:84px;height:84px}.catalog-grid>a span{gap:5px;display:grid}.catalog-grid>a small{color:var(--muted)}.mobile-bottom a{color:#a5a7af;background:0 0;border:0;justify-items:center;gap:4px;font-size:10px;display:grid}.mobile-bottom a.active{color:var(--green)}.mobile-bottom a>span{position:relative}@media (max-width:767px){.mobile-product-actions{grid-template-columns:1fr;gap:8px;margin-top:10px;display:grid}}@media (max-width:900px){.account-layout,.checkout-layout,.admin-shell{grid-template-columns:1fr}.account-nav,.admin-nav{grid-template-columns:repeat(2,1fr)}.checkout-summary{position:static}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{padding:18px 12px 90px}.reviews-panel,.content-admin-grid,.contact-request-section,.request-admin-card{grid-template-columns:1fr}}@media (max-width:640px){.hero-inner.store-hero{background-image:radial-gradient(circle at 70% 25%,#d28f9c73,#0000 30%),linear-gradient(120deg,#292229,#70505a);height:330px}.store-hero .hero-copy{width:54%;display:block;top:24px;left:20px}.store-hero .hero-copy h1{font-size:23px}.store-hero .hero-copy p{display:none}.store-hero .hero-object{width:auto;max-width:none;height:305px;display:block;bottom:0;right:-88px}.hero-copy .primary-button.store-hero-button{min-height:38px;margin-top:18px;padding-inline:12px;font-size:12px;display:inline-flex}.category-strip>a{flex:0 0 150px}.form-grid,.choice-grid{grid-template-columns:1fr}.auth-shell{margin-top:24px;padding:22px}.order-card{grid-template-columns:1fr;gap:10px}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-card{min-height:110px;padding:16px}.account-nav,.admin-nav{grid-template-columns:1fr 1fr}.catalog-toolbar{display:block}.filter-chips{grid-template-columns:1fr 1fr;display:grid}.filter-chips select,.filter-chips label,.filter-chips button{width:100%;min-width:0}.filter-chips input[type=number]{width:100%}.admin-actions{flex-wrap:wrap}.order-timeline>div{grid-template-columns:1fr;gap:4px}.request-modal{padding:22px 18px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.catalog-toolbar{justify-content:space-between;align-items:flex-start}.catalog-filter-form{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.catalog-mobile-filter-form{display:none}.catalog-sort-control select,.catalog-select-chip,.catalog-filter-dropdown>summary,.catalog-apply-button{border:1px solid var(--border);background:var(--panel);min-height:38px;color:inherit;border-radius:6px}.catalog-sort-control select{cursor:pointer;padding:0 34px 0 12px}.catalog-select-chip{color:var(--muted);align-items:center;gap:5px;padding:0 4px 0 12px;font-size:12px;display:inline-flex}.catalog-select-chip select{max-width:130px;min-height:34px;color:inherit;cursor:pointer;background:0 0;border:0;outline:0}.catalog-filter-dropdown{position:relative}.catalog-filter-dropdown>summary{cursor:pointer;align-items:center;padding:0 13px;font-size:12px;list-style:none;display:flex}.catalog-filter-dropdown>summary::-webkit-details-marker{display:none}.catalog-filter-dropdown[open]>summary{border-color:var(--green)}.catalog-filter-popover{z-index:24;border:1px solid var(--border);background:var(--panel);border-radius:8px;width:260px;padding:16px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 16px 40px #00000047}.price-filter-popover{grid-template-columns:1fr 1fr;gap:10px;display:grid}.catalog-filter-popover label{color:var(--muted);gap:7px;font-size:12px;display:grid}.catalog-filter-popover input[type=number]{border:1px solid var(--border);background:var(--panel-2);width:100%;min-height:38px;color:inherit;border-radius:6px;padding:0 10px}.catalog-filter-popover .catalog-checkbox{color:inherit;align-items:center;gap:9px;display:flex}.catalog-checkbox input{accent-color:var(--green)}.catalog-apply-button{cursor:pointer;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.catalog-apply-button:hover{border-color:var(--green)}.catalog-reset-link{color:var(--muted);text-underline-offset:3px;font-size:12px;text-decoration:underline}.catalog-view-buttons{flex:none;gap:4px;display:flex}.catalog-view-buttons button{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;display:grid}.catalog-view-buttons button:hover,.catalog-view-buttons button.active{border-color:var(--border);background:var(--panel);color:var(--green)}.catalog-results-column{min-width:0}.category-sidebar nav{display:grid}.category-sidebar a{min-height:35px;color:var(--muted);justify-content:space-between;align-items:center;gap:8px;padding:7px 0;font-size:13px;display:flex}.category-sidebar a:hover,.category-sidebar a.active{color:var(--green)}.category-sidebar a.active{font-weight:600}.category-sidebar small{color:var(--muted);font-size:11px}.products-grid.view-compact{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.products-grid.view-roomy{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.products-grid.view-list{grid-template-columns:1fr}.products-grid.view-list .product-card{grid-template-rows:auto 1fr;grid-template-columns:250px minmax(0,1fr);column-gap:24px;min-height:330px;display:grid}.products-grid.view-list .product-image{grid-row:1/span 2}.products-grid.view-list .product-image img{aspect-ratio:auto;height:310px}.products-grid.view-list .card-image-progress{display:none}.products-grid.view-list .product-info{padding:12px 0 0}.products-grid.view-list .product-name{min-height:0;font-size:18px}.products-grid.view-list .card-variants-panel{box-shadow:none;border:0;grid-column:2;padding:12px 0 0;display:block;position:static}.load-more-button{border:1px solid var(--border);background:var(--panel);width:min(100%,480px);min-height:43px;color:inherit;cursor:pointer;border-radius:7px;margin:22px auto 0;display:block}.load-more-button:hover{border-color:var(--green);color:var(--green)}.empty-result .secondary-button{align-items:center;width:max-content;margin:18px auto 0;display:inline-flex}.product-card{z-index:1;background:var(--panel);transition:border-color .2s,box-shadow .2s;position:relative;overflow:visible}.product-card:hover,.product-card:focus-within{z-index:12;border-color:var(--green);box-shadow:0 14px 36px #0000003d}.product-image{border-radius:6px;overflow:hidden}.product-image>a{border-radius:inherit;overflow:hidden}.product-image img{transition:transform .35s,opacity .2s}.product-card:hover .product-image>a img{transform:scale(1.018)}.quick-view-trigger{z-index:3;color:#fff;opacity:0;pointer-events:none;cursor:pointer;white-space:nowrap;background:#16171cd1;border:0;border-radius:7px;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:12px;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%,8px)}.product-card:hover .quick-view-trigger,.product-card:focus-within .quick-view-trigger{opacity:1;pointer-events:auto;transform:translate(-50%)}.round-action{z-index:4}.round-action.one-click{top:88px}.rating{align-items:center;gap:5px;display:flex}.rating span+span{color:var(--muted);margin-left:4px}.stock{align-items:center;gap:5px;display:flex}.card-image-progress{justify-content:center;align-items:center;gap:4px;min-height:18px;display:flex}.card-image-progress span{background:var(--border);border-radius:2px;width:13px;height:2px}.card-image-progress span.active{background:currentColor}.card-buy-row{grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:12px;display:grid}.card-buy-row .card-cart,.card-buy-row .card-more{justify-content:center;align-items:center;gap:7px;min-height:40px;margin-top:0;display:inline-flex}.card-counter{border:1px solid var(--border);background:var(--panel-2);border-radius:6px;grid-template-columns:30px 1fr 30px;align-items:center;min-width:96px;height:40px;display:none;overflow:hidden}.product-card:hover .card-counter,.product-card:focus-within .card-counter,.view-list .card-counter{display:grid}.card-counter button{height:100%;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.card-counter button:disabled{opacity:.3;cursor:not-allowed}.card-counter output{text-align:center;font-size:12px}.card-variants-panel{z-index:-1;border:1px solid var(--green);background:var(--panel);border-top:0;border-radius:0 0 8px 8px;padding:5px 12px 14px;display:none;position:absolute;top:calc(100% - 2px);left:-1px;right:-1px;box-shadow:0 18px 36px #00000047}.product-card:hover .card-variants-panel,.product-card:focus-within .card-variants-panel{z-index:2;display:block}.card-option-block{margin-top:12px}.card-option-block>span{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.card-color-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.card-color-options button{aspect-ratio:.78;border:1px solid var(--border);background:var(--panel-2);cursor:pointer;border-radius:6px;min-width:0;padding:2px;position:relative;overflow:hidden}.card-color-options button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.card-color-options img{object-fit:cover;border-radius:4px;width:100%;height:100%}.card-color-options button>span,.card-color-options button>i{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.card-color-options button:has(i) img{opacity:.38}.card-size-options{flex-wrap:wrap;gap:7px;display:flex}.card-size-options button{border:1px solid var(--border);background:var(--panel-2);min-width:48px;min-height:36px;color:inherit;cursor:pointer;border-radius:6px;padding:0 9px;font-size:12px}.card-size-options button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.card-size-options button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.product-card-modal{grid-template-columns:minmax(320px,.95fr) minmax(360px,1.05fr);width:min(100%,980px);padding:0;display:grid;overflow:hidden}.product-card-modal-close{z-index:4;position:absolute;top:14px;right:14px}.product-card-modal-media{background:var(--panel-2);align-content:start;gap:12px;min-width:0;padding:28px;display:grid}.product-card-modal-media>img{object-fit:contain;background:var(--panel);border-radius:8px;width:100%;max-height:610px}.product-card-modal-thumbs{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.product-card-modal-thumbs button{background:var(--panel);cursor:pointer;border:1px solid #0000;border-radius:5px;min-width:0;padding:2px;overflow:hidden}.product-card-modal-thumbs button.active{border-color:var(--green)}.product-card-modal-thumbs img{aspect-ratio:.78;object-fit:cover;border-radius:3px;width:100%}.product-card-modal-content{min-width:0;padding:42px 36px 34px;overflow-y:auto}.product-card-modal-content h2{margin:7px 48px 22px 0;font-size:27px}.modal-product-price{margin-bottom:12px;font-size:24px;display:block}.product-card-modal-content>small{color:var(--muted);margin-top:9px;display:block}.modal-variant-options{margin-top:18px}.modal-buy-row{grid-template-columns:1fr 1fr;gap:9px;margin-top:24px;display:grid}.modal-buy-row button{justify-content:center;align-items:center;gap:8px;min-height:46px;display:flex}.modal-product-link{color:var(--green);text-underline-offset:4px;margin-top:18px;text-decoration:underline;display:inline-block}.modal-product-line{border:1px solid var(--border);background:var(--panel-2);border-radius:8px;grid-template-columns:1fr auto;gap:7px 14px;margin-bottom:20px;padding:14px 16px;display:grid}.modal-product-line small{color:var(--muted);grid-column:1/-1}.product-quantity{background:var(--panel-2);justify-content:space-between;width:100%;margin-top:18px}.product-quantity button:disabled{opacity:.35;cursor:not-allowed}html[data-theme=light] .catalog-sort-control select,html[data-theme=light] .catalog-select-chip,html[data-theme=light] .catalog-filter-dropdown>summary,html[data-theme=light] .catalog-apply-button,html[data-theme=light] .product-card,html[data-theme=light] .load-more-button{background:#fff}@media (max-width:1100px){.products-grid.view-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.products-grid.view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-view-buttons button:first-child{display:none}}@media (max-width:767px){.catalog-toolbar{display:block}.catalog-filter-form--desktop,.catalog-view-buttons{display:none}.catalog-mobile-filter-form{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px;display:grid;position:relative}.catalog-mobile-filter-details{min-width:0}.catalog-mobile-filter-details>summary,.catalog-mobile-sort{border:1px solid var(--border);background:var(--panel);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:43px;font-size:12px;list-style:none;display:flex}.catalog-mobile-filter-details>summary::-webkit-details-marker{display:none}.catalog-mobile-filter-details[open]>summary{border-color:var(--green);color:var(--green)}.catalog-mobile-sort{padding:0 8px}.catalog-mobile-sort select{width:100%;min-width:0;color:inherit;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;outline:0}.catalog-mobile-filter-sheet{z-index:30;border:1px solid var(--border);background:var(--panel);border-radius:8px;gap:15px;padding:18px;display:grid;position:absolute;top:51px;left:0;right:0;box-shadow:0 20px 48px #00000061}.catalog-mobile-filter-sheet>strong{font-size:18px}.catalog-mobile-filter-sheet>label{color:var(--muted);gap:7px;font-size:12px;display:grid}.catalog-mobile-filter-sheet>label.catalog-checkbox{color:inherit;display:flex}.catalog-mobile-filter-sheet input[type=number],.catalog-mobile-filter-sheet select{border:1px solid var(--border);background:var(--panel-2);width:100%;min-height:42px;color:inherit;border-radius:6px;padding:0 10px}.catalog-mobile-price-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.catalog-mobile-price-row label{color:var(--muted);gap:7px;font-size:12px;display:grid}.catalog-mobile-filter-sheet .catalog-apply-button{justify-content:center;width:100%}.catalog-mobile-filter-sheet .catalog-reset-link{justify-self:center}.products-grid.view-compact,.products-grid.view-grid,.products-grid.view-roomy{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.products-grid.view-list .product-card{grid-template-columns:135px minmax(0,1fr);column-gap:12px;min-height:210px}.products-grid.view-list .product-image img{height:195px}.products-grid.view-list .card-variants-panel{grid-column:1/-1}.round-action.one-click{top:78px}.quick-view-trigger{display:none}.card-buy-row{grid-template-columns:1fr}.card-counter{width:100%}.product-card:hover .card-counter,.product-card:focus-within .card-counter{display:none}.view-list .product-card:hover .card-counter,.view-list .product-card:focus-within .card-counter{display:grid}.card-variants-panel{display:none!important}.view-list .card-variants-panel{display:block!important}.product-card-modal{grid-template-columns:1fr;overflow-y:auto}.product-card-modal-media{padding:18px}.product-card-modal-media>img{max-height:42vh}.product-card-modal-content{padding:26px 18px 24px;overflow:visible}.product-card-modal-content h2{font-size:22px}.modal-buy-row{grid-template-columns:1fr}}@media (max-width:460px){.product-info .rating span:last-child,.round-action.one-click,.products-grid:not(.view-list) .card-buy-row .card-cart svg{display:none}.products-grid:not(.view-list) .card-buy-row .card-cart{padding-inline:7px;font-size:12px}}
