/* SECURIX Catalog v3 — preview-match design. Keeps the existing SECURIX visual language. */
:root{
  --sx-orange:#eca21c;
  --sx-orange-strong:#f2a000;
  --sx-orange-soft:#fff5e3;
  --sx-ink:#17191d;
  --sx-muted:#7f8793;
  --sx-border:#e6e9ee;
  --sx-surface:rgba(255,255,255,.88);
  --sx-shadow:0 12px 34px rgba(17,24,39,.055);
}
.sx-catalog-page{padding:20px 0 42px;color:var(--sx-ink)}
.sx-catalog-shell{width:calc(100% - 64px);max-width:1440px;margin:0 auto;min-width:0}
.sx-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:0 4px;color:#969da8;font-size:12px;font-weight:650}
.sx-breadcrumbs a{color:inherit;text-decoration:none}.sx-breadcrumbs strong{color:#3f444c}.sx-breadcrumbs a:hover{color:#111}

/* Category hero */
.sx-catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:stretch}
.sx-catalog-hero-copy{padding:18px 18px 16px}
.sx-catalog-title-row{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.sx-catalog-title-row h1{margin:0;font-size:34px;line-height:1.02;font-weight:950;letter-spacing:-.035em}
.sx-catalog-title-row>span{color:#8d949f;font-size:13px;font-weight:750}
.sx-catalog-hero-copy p{max-width:900px;margin:10px 0 0;color:#69717d;font-size:14px;line-height:1.55}
.sx-catalog-help{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:118px;padding:15px 16px;border:1px solid rgba(255,255,255,.92);border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fff9ef 100%);box-shadow:var(--sx-shadow);color:#1b1e23;text-decoration:none;overflow:hidden}
.sx-catalog-help>div{position:relative;z-index:2;display:grid;gap:5px;max-width:200px}.sx-catalog-help strong{font-size:16px;line-height:1.15;font-weight:900}.sx-catalog-help span{color:#8b919b;font-size:11.5px;line-height:1.35}.sx-catalog-help b{display:inline-flex;width:max-content;margin-top:4px;padding:8px 11px;border-radius:9px;background:var(--sx-orange);font-size:11px;font-weight:900}.sx-catalog-help img{width:90px;height:90px;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(0,0,0,.06))}

/* Quick category rail */
.sx-category-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-top:8px}
.sx-category-shortcut{display:grid;grid-template-columns:46px minmax(0,1fr) 16px;align-items:center;gap:8px;min-width:0;height:66px;padding:8px 10px;border:1px solid var(--sx-border);border-radius:14px;background:rgba(255,255,255,.86);box-shadow:0 7px 20px rgba(17,24,39,.03);color:#25292f;text-decoration:none;transition:.17s ease}
.sx-category-shortcut:hover,.sx-category-shortcut.is-active{transform:translateY(-1px);border-color:#efb653;background:#fff9ef;box-shadow:0 10px 25px rgba(17,24,39,.055)}
.sx-category-thumb{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#f8f9fa;overflow:hidden}.sx-category-thumb img{max-width:92%;max-height:42px;object-fit:contain}.sx-category-thumb svg{width:22px;height:22px;fill:none;stroke:#4e555f}.sx-category-shortcut strong{min-width:0;font-size:12px;line-height:1.15;font-weight:850}.sx-category-arrow{color:#8e949d;font-size:15px}

/* Popular brands */
.sx-popular-brands{margin-top:12px}.sx-popular-brands-head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 7px}.sx-popular-brands-head strong{font-size:13px}.sx-popular-brands-head a{color:#d28610;text-decoration:none;font-size:11px;font-weight:850}
.sx-brand-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.sx-brand-shortcut{display:grid;place-items:center;height:50px;border:1px solid var(--sx-border);border-radius:12px;background:rgba(255,255,255,.88);text-decoration:none;transition:.16s}.sx-brand-shortcut:hover,.sx-brand-shortcut.is-active{border-color:#efb653;background:#fff9ef;box-shadow:0 8px 22px rgba(17,24,39,.05)}.sx-brand-shortcut img{max-width:74%;max-height:25px;object-fit:contain}.sx-brand-shortcut strong{color:#2f343a;font-size:13px}

/* Main layout */
.sx-catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:14px;align-items:start;margin-top:14px;position:relative}
.sx-catalog-sidebar{position:sticky;top:82px;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:var(--sx-shadow);backdrop-filter:blur(12px);scrollbar-width:thin;scrollbar-color:#d9dde2 transparent}
.sx-catalog-sidebar::-webkit-scrollbar{width:6px}.sx-catalog-sidebar::-webkit-scrollbar-thumb{background:#d9dde2;border-radius:999px}
.sx-filter-form{padding:17px}.sx-filter-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 12px}.sx-filter-head strong{font-size:17px;font-weight:900}.sx-filter-head a{color:#5c8de7;text-decoration:none;font-size:11px;font-weight:800}
.sx-filter-block{padding:13px 0;border-top:1px solid #eceef1}.sx-filter-block-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sx-filter-block-title strong{font-size:13px}.sx-filter-block-title svg{width:13px;height:13px;fill:none;stroke:currentColor}
.sx-price-fields{display:grid;grid-template-columns:1fr 16px 1fr;align-items:center;gap:6px}.sx-price-fields>span{color:#b0b4bb;text-align:center}.sx-price-fields input{width:100%;height:38px;border:1px solid #dfe2e7;border-radius:9px;background:#fff;padding:0 9px;color:#363b43;font-size:12px;outline:none}.sx-price-fields input:focus{border-color:var(--sx-orange)}
.sx-price-range{--min-pct:0%;--max-pct:100%;position:relative;height:26px;margin-top:8px}.sx-price-range-track{position:absolute;left:3px;right:3px;top:12px;height:3px;border-radius:999px;background:linear-gradient(90deg,#e6e9ed 0 var(--min-pct),var(--sx-orange) var(--min-pct) var(--max-pct),#e6e9ed var(--max-pct) 100%)}.sx-price-range input[type=range]{position:absolute;left:0;top:3px;width:100%;height:18px;margin:0;background:transparent;pointer-events:none;appearance:none}.sx-price-range input[type=range]::-webkit-slider-thumb{appearance:none;width:15px;height:15px;border:2px solid var(--sx-orange);border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.08);pointer-events:auto;cursor:pointer}.sx-price-range input[type=range]::-moz-range-thumb{width:13px;height:13px;border:2px solid var(--sx-orange);border-radius:50%;background:#fff;pointer-events:auto;cursor:pointer}
.sx-filter-group{border-top:1px solid #eceef1}.sx-filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;list-style:none;cursor:pointer;font-size:13px;font-weight:850}.sx-filter-group summary::-webkit-details-marker{display:none}.sx-filter-group summary svg{width:14px;height:14px;fill:none;stroke:currentColor;transition:.18s}.sx-filter-group[open] summary svg{transform:rotate(180deg)}
.sx-filter-search{width:100%;height:36px;margin:-3px 0 10px;border:1px solid #e1e4e8;border-radius:9px;padding:0 10px;font-size:11.5px;outline:none}.sx-filter-search:focus{border-color:#efb653}
.sx-filter-options{display:grid;gap:9px;padding:0 0 13px}.sx-filter-options label{display:flex;align-items:center;gap:8px;min-width:0;cursor:pointer;color:#555d68;font-size:12px;font-weight:600}.sx-filter-options label[hidden]{display:none}.sx-filter-options label>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sx-filter-options input{appearance:none;width:16px;height:16px;flex:0 0 16px;border:1px solid #cdd2d9;border-radius:4px;background:#fff}.sx-filter-options input:checked{border-color:var(--sx-orange);background:var(--sx-orange);box-shadow:inset 0 0 0 3px #fff}.sx-filter-count{margin-left:auto;flex:0 0 auto;color:#a1a7b0;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums}.sx-filter-more{display:inline-flex;align-items:center;gap:5px;margin:-2px 0 12px;padding:0;border:0;background:none;color:#4f86e9;font-size:11px;font-weight:800;cursor:pointer}
.sx-filter-apply-wrap{display:none;position:sticky;z-index:9;bottom:0;margin:8px -6px -6px;padding:12px 6px 6px;background:linear-gradient(0deg,rgba(255,255,255,.99) 60%,rgba(255,255,255,0))}.sx-filter-form.is-dirty .sx-filter-apply-wrap{display:block}.sx-filter-apply{width:100%;height:45px;border:0;border-radius:10px;background:var(--sx-orange);color:#17191d;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 9px 22px rgba(236,162,28,.2)}

/* Toolbar */
.sx-catalog-main{min-width:0}.sx-catalog-toolbar{display:flex;align-items:center;gap:9px;min-height:54px;padding:7px 9px;border:1px solid rgba(255,255,255,.94);border-radius:14px;background:rgba(255,255,255,.84);box-shadow:0 7px 22px rgba(17,24,39,.035);backdrop-filter:blur(10px)}
.sx-catalog-found{margin-right:auto;color:#9299a3;font-size:11.5px}.sx-catalog-found strong{color:#565d66}.sx-filter-open{display:none}.sx-sort-form label{display:flex;align-items:center;gap:7px;color:#777f89;font-size:11.5px;font-weight:700}.sx-sort-form select{height:37px;min-width:156px;border:1px solid #e0e3e7;border-radius:9px;background:#fff;padding:0 32px 0 11px;color:#30353b;font-size:11.5px;font-weight:800;outline:none}.sx-view-switch{display:flex;gap:4px}.sx-view-switch button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #e0e3e7;border-radius:9px;background:#fff;color:#88909a;font-size:17px;cursor:pointer}.sx-view-switch button.is-active{border-color:#f0bd66;background:#fff5e3;color:#cb7b00}
.sx-active-row{display:flex;align-items:center;gap:8px;margin-top:8px}.sx-active-chips{display:flex;gap:6px;flex-wrap:wrap}.sx-active-chips a{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 10px;border-radius:9px;background:#edf8f1;color:#247249;text-decoration:none;font-size:10.5px;font-weight:800}.sx-active-chips a span{font-size:15px}.sx-clear-filters{display:inline-flex;align-items:center;gap:5px;margin-left:auto;color:#676e78;text-decoration:none;font-size:10.5px;font-weight:800}.sx-clear-filters svg{width:13px;height:13px;fill:none;stroke:currentColor}

/* Product cards */
.sx-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.sx-product-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:390px;padding:11px;border:1px solid #e3e6ea;border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 7px 22px rgba(17,24,39,.035);transition:.18s ease}.sx-product-card:hover{transform:translateY(-2px);border-color:#e9b65c;box-shadow:0 13px 28px rgba(17,24,39,.075)}
.sx-product-badge{position:absolute;z-index:4;left:10px;top:10px;max-width:108px;padding:5px 8px;border-radius:999px;background:#8c55dc;color:#fff;font-size:9px;font-weight:900}.sx-product-badge.is-discount{background:#ff643f}.sx-product-heart,.sx-product-compare{position:absolute;z-index:4;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.88);color:#68717b;cursor:pointer;backdrop-filter:blur(5px)}.sx-product-heart{right:8px;top:7px}.sx-product-compare{right:42px;top:7px}.sx-product-heart svg,.sx-product-compare svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65}.sx-product-heart:hover,.sx-product-compare:hover,.sx-product-heart.is-active,.sx-product-compare.is-active{color:#d7860b;background:#fff7e8}
.sx-product-media{position:relative;display:grid;place-items:center;height:205px;padding:8px;text-decoration:none}.sx-product-media img{max-width:96%;max-height:190px;object-fit:contain;transition:.2s ease}.sx-product-card:hover .sx-product-media img{transform:scale(1.02)}.sx-product-noimage svg{width:40px;height:40px;fill:none;stroke:#c8ccd2}.sx-product-video-mark{position:absolute;z-index:3;left:7px;bottom:7px;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:rgba(18,21,26,.88);color:#fff;box-shadow:0 6px 16px rgba(15,18,24,.18);pointer-events:none}.sx-product-video-mark svg{width:16px;height:16px;fill:currentColor;stroke:none;transform:translateX(1px)}
.sx-product-copy{min-width:0}.sx-product-brand{display:block;margin-bottom:4px;color:#d78400;font-size:9.5px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.sx-product-name{display:-webkit-box;min-height:49px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#1b1f24;text-decoration:none;font-size:13px;line-height:1.28;font-weight:850}.sx-product-specs{display:-webkit-box;min-height:19px;margin-top:6px;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#838b96;font-size:10.5px;line-height:1.35}.sx-product-stock{display:flex;align-items:center;gap:6px;margin-top:7px;font-size:10px;font-weight:800}.sx-product-stock i{width:6px;height:6px;border-radius:50%;background:currentColor}.sx-product-stock.is-stock{color:#16a45a}.sx-product-stock.is-preorder{color:#d08913}.sx-product-stock.is-out{color:#d45656}
.sx-product-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px}.sx-product-price-wrap{display:flex;align-items:baseline;gap:7px;min-width:0}.sx-product-price-wrap strong{white-space:nowrap;font-size:19px;line-height:1;font-weight:950;letter-spacing:-.025em}.sx-product-price-wrap s{color:#a8aeb6;font-size:10px}.sx-product-buy{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:94px;height:36px;padding:0 11px;border:0;border-radius:9px;background:var(--sx-orange);color:#17191d;text-decoration:none;font-size:10.5px;font-weight:900;cursor:pointer;transition:.16s}.sx-product-buy svg{width:15px;height:15px;fill:none;stroke:currentColor}.sx-product-buy:hover{background:#f4ad29}.sx-product-buy.is-in-cart{background:#171b20;color:#fff;border-color:#171b20;box-shadow:0 8px 18px rgba(17,27,32,.14)}.sx-product-buy.is-in-cart:hover{background:#0f1216;color:#fff}.sx-product-buy.is-in-cart .sx-product-buy-icon svg{stroke:#fff}.sx-product-buy:focus-visible{outline:2px solid rgba(236,162,28,.65);outline-offset:2px}.sx-product-buy.is-secondary{background:#f0f2f4;color:#59616b}

/* List view */
.sx-product-grid[data-view="list"]{grid-template-columns:1fr}.sx-product-grid[data-view="list"] .sx-product-card{display:grid;grid-template-columns:190px minmax(0,1fr) auto;grid-template-rows:auto auto;min-height:190px;gap:6px 18px}.sx-product-grid[data-view="list"] .sx-product-media{grid-row:1/3;height:165px}.sx-product-grid[data-view="list"] .sx-product-copy{align-self:center}.sx-product-grid[data-view="list"] .sx-product-name{font-size:15px;min-height:0}.sx-product-grid[data-view="list"] .sx-product-specs{font-size:11px}.sx-product-grid[data-view="list"] .sx-product-foot{grid-column:3;grid-row:1/3;align-self:center;flex-direction:column;align-items:flex-end}.sx-product-grid[data-view="list"] .sx-product-price-wrap strong{font-size:21px}

/* Load more + pagination */
.sx-catalog-infinite{display:flex;align-items:center;justify-content:center;gap:9px;min-height:62px;margin-top:12px;color:#8d949f;font-size:11px;font-weight:750}.sx-load-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 17px;border:1px solid #dde1e6;border-radius:10px;background:#fff;color:#424852;font-size:11.5px;font-weight:850;cursor:pointer}.sx-load-more:hover{border-color:#efb653;background:#fff9ef}.sx-load-more svg{width:15px;height:15px;fill:none;stroke:currentColor}.sx-catalog-infinite-spinner{display:none;width:22px;height:22px;border:2px solid rgba(236,162,28,.22);border-top-color:#eca21c;border-radius:50%;animation:sxCatalogSpin .7s linear infinite}.sx-catalog-infinite.is-loading .sx-catalog-infinite-spinner{display:block}.sx-catalog-infinite.is-loading .sx-load-more{opacity:.5;pointer-events:none}.sx-catalog-infinite-done{display:none}.sx-catalog-infinite.is-complete .sx-catalog-infinite-done{display:inline}.sx-catalog-infinite.is-complete .sx-load-more{display:none}@keyframes sxCatalogSpin{to{transform:rotate(360deg)}}
.sx-pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:5px 0 0}.sx-pagination a,.sx-pagination span{display:grid;place-items:center;min-width:34px;height:34px;padding:0 8px;border-radius:8px;color:#69717c;text-decoration:none;font-size:11px;font-weight:800}.sx-pagination a:hover{background:#fff}.sx-pagination a.is-current{background:var(--sx-orange);color:#17191d}.sx-pagination a[rel="next"]{display:flex;width:auto;color:#3f76dd}

/* SEO/info area */
.sx-catalog-seo{margin-top:16px;padding:20px 22px;border:1px solid rgba(255,255,255,.95);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:var(--sx-shadow)}.sx-catalog-seo h2{margin:0;font-size:26px;line-height:1.08;font-weight:950;letter-spacing:-.025em}.sx-catalog-seo>p{max-width:1050px;margin:9px 0 0;color:#69717c;font-size:12.5px;line-height:1.55}.sx-catalog-seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:16px;border-top:1px solid #ebedf0}.sx-catalog-seo-grid article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:16px 18px 4px 0}.sx-catalog-seo-grid article+article{border-left:1px solid #eceef1;padding-left:18px}.sx-catalog-seo-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff6e7;color:#d68911}.sx-catalog-seo-grid svg{width:18px;height:18px;fill:none;stroke:currentColor}.sx-catalog-seo-grid strong{font-size:12px}.sx-catalog-seo-grid p{margin:4px 0 0;color:#858c96;font-size:10.5px;line-height:1.45}.sx-catalog-seo-grid a{display:inline-block;margin-top:7px;color:#d4860c;text-decoration:none;font-size:10.5px;font-weight:850}
.sx-empty-catalog{padding:55px 20px;text-align:center;border-radius:18px;background:#fff}.sx-empty-catalog h2{margin:0 0 8px}.sx-empty-catalog p{color:#7f8792}.sx-empty-catalog a{color:#cf8009;font-weight:850}

/* AJAX loading */
.sx-catalog-page .sx-catalog-layout{position:relative}.sx-catalog-page.is-ajax-loading .sx-catalog-layout:before{content:"";position:absolute;z-index:45;inset:0;border-radius:20px;background:rgba(243,244,245,.50);backdrop-filter:blur(1.5px);pointer-events:all}.sx-catalog-page.is-ajax-loading .sx-catalog-layout:after{content:"";position:absolute;z-index:46;left:50%;top:120px;width:34px;height:34px;margin-left:-17px;border:3px solid rgba(236,162,28,.22);border-top-color:#eca21c;border-radius:50%;animation:sxCatalogSpin .7s linear infinite}

/* Filter drawer */
.sx-filter-drawer{position:fixed;z-index:130;inset:0;visibility:hidden;pointer-events:none}.sx-filter-drawer.is-open{visibility:visible;pointer-events:auto}.sx-filter-backdrop{position:absolute;inset:0;border:0;background:rgba(17,20,25,.34);opacity:0;transition:.2s}.sx-filter-drawer.is-open .sx-filter-backdrop{opacity:1}.sx-filter-drawer>aside{position:absolute;left:0;top:0;bottom:0;width:min(390px,92vw);overflow:auto;background:#f7f8f9;transform:translateX(-100%);transition:.24s;box-shadow:18px 0 48px rgba(0,0,0,.15)}.sx-filter-drawer.is-open>aside{transform:none}.sx-filter-drawer-head{position:sticky;z-index:12;top:0;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px;border-bottom:1px solid #e5e8ec;background:rgba(247,248,249,.96);backdrop-filter:blur(8px)}.sx-filter-drawer-head strong{font-size:18px}.sx-filter-drawer-head button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e1e4e8;border-radius:10px;background:#fff}.sx-filter-drawer-head svg{width:18px;height:18px;fill:none;stroke:currentColor}.sx-filter-drawer .sx-filter-form{padding:14px 16px 100px}.sx-filter-drawer .sx-filter-apply-wrap{display:block;position:fixed;z-index:20;left:0;bottom:0;width:min(390px,92vw);margin:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(247,248,249,.96);border-top:1px solid #e1e4e8;backdrop-filter:blur(9px)}

/* Tablet */
@media(max-width:1279px){
  .sx-catalog-shell{width:calc(100% - 36px)}
  .sx-catalog-layout{grid-template-columns:230px minmax(0,1fr)}
  .sx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sx-category-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sx-brand-shortcuts{grid-template-columns:repeat(6,minmax(0,1fr))}
}
@media(max-width:1023px){
  .sx-catalog-layout{grid-template-columns:1fr}.sx-catalog-sidebar{display:none}.sx-filter-open{position:relative;display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 12px;border:1px solid #efbd68;border-radius:9px;background:#fff5e3;color:#5b450e;font-size:11px;font-weight:850;cursor:pointer}.sx-filter-open svg{width:16px;height:16px;fill:none;stroke:currentColor}.sx-filter-open b{display:grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:var(--sx-orange);font-size:9px}.sx-catalog-found{display:none}
  .sx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sx-catalog-hero{grid-template-columns:minmax(0,1fr) 280px}.sx-category-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Mobile — two readable cards, compact rails, full-height filter */
@media(max-width:767px){
  .sx-catalog-page{padding:10px 0 120px}.sx-catalog-shell{width:100%;max-width:none;padding:0 12px}.sx-breadcrumbs{gap:6px;margin:0 2px 10px;font-size:10px;white-space:nowrap;overflow:auto;scrollbar-width:none}.sx-breadcrumbs::-webkit-scrollbar{display:none}
  .sx-catalog-hero{display:block}.sx-catalog-hero-copy{padding:8px 2px 7px}.sx-catalog-title-row{gap:8px}.sx-catalog-title-row h1{font-size:26px;line-height:1.02}.sx-catalog-title-row>span{font-size:10px}.sx-catalog-hero-copy p{margin-top:7px;font-size:11px;line-height:1.45}.sx-catalog-help{display:none}
  .sx-category-shortcuts{display:flex;gap:7px;margin:7px -12px 0;padding:0 12px 4px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.sx-category-shortcuts::-webkit-scrollbar{display:none}.sx-category-shortcut{grid-template-columns:38px auto;grid-template-rows:38px auto;width:94px;min-width:94px;height:84px;padding:7px;gap:3px;border-radius:12px;scroll-snap-align:start;text-align:center}.sx-category-thumb{grid-column:1/3;justify-self:center;width:38px;height:38px}.sx-category-thumb img{max-height:35px}.sx-category-thumb svg{width:21px;height:21px}.sx-category-shortcut strong{grid-column:1/3;font-size:9.5px;line-height:1.1}.sx-category-arrow{display:none}
  .sx-popular-brands{margin-top:8px}.sx-popular-brands-head{display:none}.sx-brand-shortcuts{display:flex;gap:7px;margin:0 -12px;padding:0 12px 3px;overflow-x:auto;scrollbar-width:none}.sx-brand-shortcuts::-webkit-scrollbar{display:none}.sx-brand-shortcut{min-width:102px;height:44px;border-radius:10px}.sx-brand-shortcut img{max-width:72%;max-height:21px}
  .sx-catalog-layout{display:block;margin-top:8px}.sx-catalog-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:7px;min-height:0;padding:6px;border-radius:12px}.sx-filter-open{display:inline-flex;justify-content:center;width:100%;height:39px}.sx-sort-form{min-width:0}.sx-sort-form label{display:block}.sx-sort-form label>span{display:none}.sx-sort-form select{width:100%;min-width:0;height:39px;font-size:10.5px}.sx-view-switch{display:none}.sx-active-row{margin-top:6px;overflow:hidden}.sx-active-chips{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.sx-active-chips::-webkit-scrollbar{display:none}.sx-active-chips a{flex:0 0 auto}.sx-clear-filters{display:none}
  .sx-product-grid,.sx-product-grid[data-view="list"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:8px!important}.sx-product-card,.sx-product-grid[data-view="list"] .sx-product-card{display:flex!important;flex-direction:column!important;min-height:318px!important;padding:8px!important;border-radius:13px!important;gap:0!important}.sx-product-badge{left:7px;top:7px;max-width:78px;padding:4px 6px;font-size:7.5px}.sx-product-heart,.sx-product-compare{width:29px;height:29px;border-radius:8px;background:rgba(255,255,255,.82)}.sx-product-heart{right:4px;top:4px}.sx-product-compare{right:32px;top:4px}.sx-product-heart svg,.sx-product-compare svg{width:16px;height:16px}
  .sx-product-media,.sx-product-grid[data-view="list"] .sx-product-media{grid-row:auto!important;width:100%!important;height:145px!important;margin:0!important;padding:3px!important}.sx-product-media img{max-width:96%!important;max-height:137px!important}.sx-product-video-mark{left:4px;bottom:4px;width:25px;height:25px}.sx-product-video-mark svg{width:13px;height:13px}
  .sx-product-copy{width:100%;margin-top:2px}.sx-product-brand{margin-bottom:3px;font-size:8px}.sx-product-name,.sx-product-grid[data-view="list"] .sx-product-name{min-height:43px;max-height:43px;-webkit-line-clamp:3;font-size:10.8px!important;line-height:1.3!important}.sx-product-specs{display:-webkit-box;min-height:15px;margin-top:4px;-webkit-line-clamp:1;font-size:8.8px;line-height:1.3}.sx-product-stock{margin-top:5px;font-size:8.8px}.sx-product-foot,.sx-product-grid[data-view="list"] .sx-product-foot{grid-column:auto!important;grid-row:auto!important;align-self:auto!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;margin-top:auto!important;padding-top:8px!important}.sx-product-price-wrap{min-height:21px;gap:5px}.sx-product-price-wrap strong,.sx-product-grid[data-view="list"] .sx-product-price-wrap strong{font-size:16px!important}.sx-product-price-wrap s{font-size:8px}.sx-product-buy{width:100%;min-width:0;height:35px;font-size:0;border-radius:8px}.sx-product-buy .sx-product-buy-icon{display:grid;place-items:center}.sx-product-buy .sx-product-buy-icon svg{width:17px;height:17px}.sx-product-buy.is-secondary{font-size:9px}.sx-product-buy.is-secondary .sx-product-buy-icon{display:none}.sx-product-buy.is-in-cart{font-size:9.3px;gap:5px;padding:0 7px}.sx-product-buy.is-in-cart .sx-product-buy-label{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .sx-catalog-infinite{min-height:54px;margin-top:8px}.sx-load-more{min-height:38px;font-size:10px}.sx-pagination{display:none}.sx-catalog-seo{margin-top:12px;padding:16px;border-radius:16px}.sx-catalog-seo h2{font-size:21px}.sx-catalog-seo>p{font-size:11px}.sx-catalog-seo-grid{grid-template-columns:1fr}.sx-catalog-seo-grid article{padding:12px 0}.sx-catalog-seo-grid article+article{border-left:0;border-top:1px solid #eceef1;padding-left:0}.sx-catalog-seo-grid p{font-size:10.5px}
  .sx-catalog-page.is-ajax-loading .sx-catalog-layout:after{top:90px}
}
@media(max-width:380px){.sx-catalog-shell{padding:0 9px}.sx-product-grid{gap:6px!important}.sx-product-card{padding:7px!important}.sx-product-media{height:132px!important}.sx-product-media img{max-height:126px!important}.sx-product-name{font-size:10.2px!important}.sx-category-shortcuts,.sx-brand-shortcuts{margin-left:-9px;margin-right:-9px;padding-left:9px;padding-right:9px}}
