.catalog-page{max-width:1200px;margin:0 auto 60px;padding:0 20px}.catalog-content{display:flex;gap:24px;align-items:flex-start}.catalog-sidebar{width:260px;min-width:260px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;padding-right:4px}.catalog-sidebar::-webkit-scrollbar{width:4px}.catalog-sidebar::-webkit-scrollbar-thumb{background:var(--gray-border);border-radius:4px}.sidebar-filter-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--gray-border)}.sidebar-filter-group:last-of-type{border-bottom:none}.sidebar-filter-title{font-size:13px;font-weight:700;color:var(--dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.sidebar-filter-options{display:flex;flex-direction:column;gap:6px}.sidebar-reset{display:block;text-align:center;margin-top:4px}.brand-show-more{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:0;background:none;border:none;font-size:12px;font-weight:600;color:var(--accent);cursor:pointer;transition:color .15s}.brand-show-more:hover{color:var(--accent-hover)}.catalog-search-wrap{position:relative;margin-bottom:18px}.catalog-search{display:flex;border:2px solid var(--gray-border);border-radius:10px;overflow:hidden;background:var(--card-bg);transition:border-color .2s}.catalog-search:focus-within{border-color:var(--accent)}.catalog-search svg.search-icon{margin:0 0 0 14px;flex-shrink:0;align-self:center;color:var(--gray-text)}.catalog-search input{flex:1 1;border:none;padding:12px 14px;font-size:14px;outline:none;background:transparent;color:var(--dark)}.catalog-search .search-clear{display:none;align-items:center;justify-content:center;border:none;background:none;color:var(--gray-text);cursor:pointer;padding:0 12px;font-size:18px}.catalog-search .search-clear.show{display:flex}.catalog-search-btn{background:var(--accent);color:#fff;border:none;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer}.catalog-search-btn:hover{background:var(--accent-hover)}.autocomplete-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--card-bg);border:1.5px solid var(--gray-border);border-radius:10px;box-shadow:0 10px 36px var(--card-shadow);max-height:320px;overflow-y:auto;z-index:110}.autocomplete-dropdown.show{display:block}.autocomplete-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;font-size:13px;color:var(--dark)}.autocomplete-item:hover{background:rgba(0,174,239,.06)}.autocomplete-item .ac-art{color:var(--gray-text);font-size:11px;min-width:100px}.autocomplete-item .ac-title{flex:1 1;font-weight:500}.autocomplete-item .ac-price{font-weight:700;color:var(--primary);white-space:nowrap}.autocomplete-item mark{background:rgba(0,174,239,.15);color:var(--accent);border-radius:2px;padding:0 1px}.autocomplete-hint{padding:10px 16px;font-size:12px;color:var(--gray-text);border-top:1px solid var(--gray-border)}.catalog-main{flex:1 1;min-width:0}.catalog-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.catalog-title{font-size:24px;font-weight:800;color:var(--dark)}.catalog-count{font-size:14px;color:var(--gray-text);font-weight:400;margin-left:8px}.filter-chips-section{margin-bottom:18px}.filter-chips-group{margin-bottom:10px}.filter-chips-label{font-size:11px;font-weight:700;color:var(--gray-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.filter-chips-row{display:flex;gap:6px;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:var(--card-bg);border:1.5px solid var(--gray-border);border-radius:20px;font-size:12px;font-weight:500;color:var(--dark);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .15s;text-decoration:none}.filter-chip.active,.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.filter-chip.active{background:rgba(0,174,239,.08);font-weight:600}.filter-chip .chip-count{font-size:10px;color:var(--gray-text);background:var(--gray-light);padding:1px 6px;border-radius:8px;font-weight:600}.filter-chip.active .chip-count{background:rgba(0,174,239,.12);color:var(--accent)}.filter-chip .chip-x{font-size:13px;opacity:0;width:0;overflow:hidden;transition:all .15s}.filter-chip.active .chip-x{opacity:.7;width:13px;margin-left:2px}.filter-chips-reset{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:transparent;border:1.5px dashed var(--gray-border);border-radius:20px;font-size:12px;color:var(--gray-text);cursor:pointer;text-decoration:none}.filter-chips-reset:hover{border-color:var(--red);color:var(--red)}.catalog-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.sort-select{padding:8px 12px;border:1.5px solid var(--gray-border);border-radius:6px;font-size:13px;background:var(--input-bg);color:var(--dark);outline:none;cursor:pointer;transition:border-color .2s}.sort-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(0,174,239,.1)}.view-toggle{display:flex;gap:4px;margin-left:auto}.view-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--gray-border);border-radius:6px;background:var(--card-bg);color:var(--gray-text);cursor:pointer}.view-btn.active{color:var(--accent);background:rgba(0,174,239,.06)}.view-btn.active,.view-btn:hover{border-color:var(--accent)}.active-filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.active-filter-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:rgba(0,174,239,.08);border:1px solid rgba(0,174,239,.2);border-radius:16px;font-size:12px;color:var(--accent);font-weight:500;cursor:pointer;text-decoration:none}.active-filter-chip:hover{background:rgba(0,174,239,.15)}.active-filter-chip .chip-x{font-size:14px;opacity:.6}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.products-grid.view-list{grid-template-columns:1fr;gap:10px;justify-items:stretch}.product-card{background:var(--card-bg);border:1.5px solid var(--gray-border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;position:relative}.product-card:hover{box-shadow:0 6px 24px var(--card-shadow);transform:translateY(-2px)}.product-card-img{width:100%;aspect-ratio:4/3;background:var(--gray-light);display:flex;align-items:center;justify-content:center;color:var(--gray-text);font-size:12px;position:relative;overflow:hidden;cursor:pointer}.product-card-img img{width:100%;height:100%;object-fit:contain}.product-card-badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px}.card-badge{padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 1px 4px rgba(0,0,0,.15)}.card-badge-stock{background:#e6f7e9;color:#1a7a2e;border:1px solid #b8e6c1}.card-badge-order{background:#fff5e0;color:#8a6200;border:1px solid #f0d68a}.card-badge-sale{background:#fde8e8;color:#b92d29;border:1px solid #f5c6c6}.card-badge-new{background:#e3f5fd;color:#0078a8;border:1px solid #b0ddf0}.analogs-strip{border:1px solid rgba(255,152,0,.25);border-radius:6px;background:rgba(255,152,0,.04);overflow:hidden;transition:border-color .2s,box-shadow .2s}.analogs-strip:hover{border-color:rgba(255,152,0,.45);box-shadow:0 1px 4px rgba(255,152,0,.08)}.analogs-strip-header{display:flex;align-items:center;gap:5px;padding:5px 8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:11px;font-weight:600;color:#bf5600;transition:background .15s}.analogs-strip-header:hover{background:rgba(255,152,0,.06)}.analogs-strip-header svg.analogs-strip-icon{flex-shrink:0;width:12px;height:12px}.analogs-strip-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#e65100;color:#fff;font-size:9px;font-weight:800;line-height:1}.analogs-strip-label{flex:1 1;white-space:nowrap}.analogs-strip-arrow{transition:transform .25s ease;color:#bf5600;flex-shrink:0}.analogs-strip.open .analogs-strip-arrow{transform:rotate(180deg)}.analogs-strip-best{font-size:10px;font-weight:700;color:var(--green);margin-left:auto;white-space:nowrap}.analogs-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.analogs-strip.open .analogs-panel{max-height:500px}.analogs-panel-inner{padding:2px 6px 6px;border-top:1px solid rgba(255,152,0,.12)}.analog-item{display:flex;align-items:center;gap:8px;padding:6px;border-radius:5px;text-decoration:none;color:var(--dark);cursor:pointer;transition:background .15s}.analog-item:hover{background:rgba(255,152,0,.06)}.analog-item+.analog-item{border-top:1px dashed rgba(0,0,0,.05)}.analog-item-icon{width:28px;height:28px;border-radius:5px;background:var(--gray-light);border:1px solid var(--gray-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gray-text)}.analog-item-info{flex:1 1;min-width:0}.analog-item-name{font-weight:600;font-size:11px;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.analog-item-brand{font-size:9.5px;color:var(--gray-text);margin-top:1px}.analog-item-right{text-align:right;flex-shrink:0}.analog-item-price{font-weight:800;font-size:12px;color:var(--dark);white-space:nowrap;line-height:1.2}.analog-item-price.cheaper{color:var(--green)}.analog-item-price.expensive{color:var(--red)}.analog-item-diff{font-size:8.5px;font-weight:600;white-space:nowrap}.analog-item-diff.save{color:var(--green)}.analog-item-diff.overpay{color:var(--red)}.analog-item-cart{width:24px;height:24px;border-radius:5px;border:1.5px solid var(--accent);background:transparent;color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.analog-item-cart:hover{background:var(--accent);color:#fff}.products-grid:not(.view-list) .analogs-strip{margin-top:6px}.card-actions{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;opacity:0;transition:opacity .2s}.product-card:hover .card-actions{opacity:1}.card-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--card-bg);border:1px solid var(--gray-border);border-radius:8px;cursor:pointer;color:var(--gray-text);box-shadow:0 2px 8px rgba(0,0,0,.1)}.card-action-btn.compare-active,.card-action-btn:hover{color:var(--accent);border-color:var(--accent)}.card-action-btn.compare-active{background:rgba(0,174,239,.06)}.product-card-body{padding:14px;display:flex;flex-direction:column;flex:1 1;gap:8px}.product-card-art{font-size:13px;color:var(--dark);letter-spacing:.3px}.product-card-art-label{color:var(--gray-text);font-weight:400}.product-card-art-value{font-weight:700;color:var(--primary);font-family:Courier New,monospace}.product-card-title{font-size:14px;font-weight:700;color:var(--dark);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{color:inherit;text-decoration:none}.product-card-title a:hover{color:var(--accent)}.product-card-brand{font-size:13px}.product-card-brand-name{font-weight:600;padding:1px 8px;font-size:11px}.product-card-price-row{margin-top:auto;display:flex;align-items:baseline;gap:8px}.product-card-price{font-size:18px;font-weight:800;color:var(--dark)}.product-card-price-old{font-size:13px;color:var(--gray-text);text-decoration:line-through}.product-card-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;margin-top:6px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.product-card-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,174,239,.25)}.product-card-btn:active{transform:translateY(0);box-shadow:none}.product-card-btn.btn-request{background:transparent;border:1.5px solid var(--accent);color:var(--accent)}.product-card-btn.btn-request:hover{background:rgba(0,174,239,.06)}.product-card-delivery{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--green);font-weight:500;margin-top:4px}.product-card-delivery svg{flex-shrink:0}.products-grid.view-list .product-card{flex-direction:row;border-radius:10px;min-height:100px;width:100%}.products-grid.view-list .product-card-img{width:130px;min-width:130px;max-width:130px;aspect-ratio:auto;height:auto;min-height:100px;border-radius:10px 0 0 10px}.products-grid.view-list .product-card-body{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:0;padding:12px 0;flex:1 1;min-width:0}.products-grid.view-list .product-card-col-sku{width:140px;min-width:140px;padding:0 14px;border-right:1px solid var(--gray-border);display:flex;align-items:center}.products-grid.view-list .product-card-col-name{flex:1 1;min-width:0;padding:0 14px;border-right:1px solid var(--gray-border)}.products-grid.view-list .product-card-col-brand{width:120px;min-width:120px;text-align:center;padding:0 12px;border-right:1px solid var(--gray-border)}.products-grid.view-list .product-card-col-stock{width:100px;min-width:100px;text-align:center;padding:0 10px;border-right:1px solid var(--gray-border)}.products-grid.view-list .product-card-col-price{width:160px;min-width:160px;text-align:center;padding:0 14px;display:flex;flex-direction:column;align-items:center;gap:6px}.product-card-col-sku .product-card-art-value{font-weight:700;font-size:13px;color:var(--primary);font-family:Courier New,monospace;word-break:break-all;line-height:1.3}.product-card-col-name .product-card-title{font-size:14px;font-weight:600;line-height:1.3}.product-card-brand-name{font-weight:700;font-size:12px;color:var(--dark);background:var(--badge-bg);padding:3px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;display:inline-block}.product-card-brand-empty{color:var(--gray-text)}.product-card-stock-badge{display:inline-block;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px}.product-card-stock-badge.in-stock{color:var(--green);background:rgba(46,158,57,.08)}.product-card-stock-badge.on-order{color:#a07000;background:rgba(240,165,0,.08)}.products-grid.view-list .product-card-col-price .product-card-price{font-size:18px;font-weight:800}.products-grid.view-list .product-card-col-price .product-card-btn{width:auto;padding:8px 20px;margin-top:0;font-size:12px}.products-grid.view-list .product-card-body>.analogs-strip{flex-basis:100%;order:10;margin:0 -18px -1px;border-radius:0;border:none;border-top:1px solid rgba(255,152,0,.18);background:rgba(255,152,0,.03)}.catalog-counter{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:rgba(0,174,239,.07);border:1.5px solid rgba(0,174,239,.2);border-radius:20px;font-size:13px;color:var(--accent);font-weight:500}.catalog-counter strong{font-weight:800;font-size:15px}.catalog-counter svg{opacity:.6}.pagination-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:32px}.pagination-info{font-size:13px;color:var(--gray-text)}.pagination{gap:4px;flex-wrap:wrap}.page-btn,.pagination{display:flex;align-items:center;justify-content:center}.page-btn{min-width:40px;height:40px;border:1.5px solid var(--gray-border);border-radius:8px;background:var(--card-bg);color:var(--dark);font-size:14px;font-weight:600;cursor:pointer;padding:0 8px;transition:all .15s;text-decoration:none}.page-btn:hover{border-color:var(--accent);color:var(--accent)}.page-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.page-btn.active:hover{background:var(--accent-hover)}.page-btn.disabled{opacity:.35;cursor:default;pointer-events:none}.page-btn.arrow{font-size:12px}.page-dots{padding:0 6px;color:var(--gray-text);font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.catalog-page{padding:0 12px}.catalog-title{font-size:20px}.catalog-content{flex-direction:column}.catalog-sidebar{width:100%;min-width:auto;position:static;max-height:none;overflow-y:visible;padding-right:0}.sidebar-filter-options{flex-direction:row;flex-wrap:wrap}.sidebar-filter-group{margin-bottom:12px;padding-bottom:12px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.products-grid.view-list{grid-template-columns:1fr}.products-grid.view-list .product-card{flex-direction:column}.products-grid.view-list .product-card-img{width:100%;min-width:auto;max-width:none;height:140px;border-radius:10px 10px 0 0}.products-grid.view-list .product-card-body{flex-wrap:wrap;gap:8px;padding:12px}.products-grid.view-list .product-card-col-sku{border-right:none;padding:0;width:auto;min-width:auto}.products-grid.view-list .product-card-col-name{border-right:none;padding:0;flex-basis:100%}.products-grid.view-list .product-card-col-brand,.products-grid.view-list .product-card-col-stock{border-right:none;width:auto;min-width:auto;text-align:left;padding:0}.products-grid.view-list .product-card-col-price{width:100%;min-width:auto;padding:0;flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:480px){.products-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card-body{padding:10px}.product-card-title{font-size:12px}.product-card-price{font-size:15px}.product-card-btn{font-size:11px;padding:8px}.catalog-page{padding:0 12px}.filter-chips-row{gap:4px}.filter-chip{padding:5px 10px;font-size:11px}.page-btn{min-width:34px;height:34px;font-size:12px}.catalog-counter{font-size:12px;padding:5px 12px}.catalog-counter strong{font-size:13px}}.products-grid.view-list .product-card-delivery,.products-grid.view-list .product-card-price-row{margin-top:0}