.products-page{background:var(--gray);min-height:80vh;padding:32px 0 48px}.filter-sidebar{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.filter-header{padding:16px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.prod-price{color:#626161!important}.prod-price-old{font-size:12px;color:#bbb;text-decoration:line-through;margin-top:4px}.prod-price-block{min-height:46px;display:flex;flex-direction:column;justify-content:flex-end}.filter-header h6{font-size:14px;font-weight:700;color:var(--dark);margin:0}.btn-reset-filters{font-size:12px;color:var(--red);background:none;border:none;cursor:pointer;padding:0;font-weight:600;transition:opacity .2s}.btn-reset-filters:hover{opacity:.7}.filter-section{border-bottom:1px solid var(--border);padding:16px 18px}.filter-section:last-child{border-bottom:none}.filter-section-title{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-section-title i{font-size:10px;color:#aaa;transition:transform .2s}.filter-section-title.collapsed i{transform:rotate(-90deg)}.filter-section-body.collapsed{display:none}.filter-check-item{display:flex;align-items:center;gap:10px;padding:5px 0;cursor:pointer;font-size:13px;color:#444;transition:color .15s}.filter-check-item:hover{color:var(--red)}.filter-check-item input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:4px;cursor:pointer;flex-shrink:0;transition:border-color .2s,background .2s;position:relative}.filter-check-item input[type=checkbox]:checked{background:var(--red);border-color:var(--red)}.filter-check-item input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.filter-check-item input[type=radio]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:50%;cursor:pointer;flex-shrink:0;transition:border-color .2s,background .2s;position:relative}.filter-check-item input[type=radio]:checked{border-color:var(--red);background:var(--red)}.filter-check-item input[type=radio]:checked:after{content:"";position:absolute;left:3px;top:3px;width:6px;height:6px;border-radius:50%;background:#fff}.subcats-panel{max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:max-height .4s ease,opacity .3s ease,margin-top .4s ease}.subcats-panel.active{max-height:400px;opacity:1;margin-top:12px}.subcats-panel.no-anim{transition:none}.subcats-label{font-size:10px;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:flex;align-items:center;gap:5px}.subcats-label i{font-size:8px;color:var(--red)}.subcats-chips{display:flex;flex-wrap:wrap;gap:6px}.subcat-chip{display:inline-flex;align-items:center;padding:5px 13px;border-radius:20px;font-size:11px;font-weight:600;border:1.5px solid var(--border);background:transparent;color:#666;cursor:pointer;transition:border-color .2s,color .2s,background .2s;-webkit-user-select:none;user-select:none;line-height:1}.subcat-chip input[type=radio]{display:none}.subcat-chip:hover{border-color:var(--red);color:var(--red)}.subcat-chip.active{background:var(--red);border-color:var(--red);color:#fff}.filter-count{margin-left:auto;font-size:11px;color:#bbb;background:var(--gray);padding:1px 7px;border-radius:20px}.brand-check-item{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .15s}.brand-check-item:last-child{border-bottom:none}.brand-check-item input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #ddd;border-radius:4px;cursor:pointer;flex-shrink:0;transition:border-color .2s,background .2s;position:relative}.brand-check-item input[type=checkbox]:checked{background:var(--red);border-color:var(--red)}.brand-check-item input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.brands-list--collapsible{max-height:196px;overflow:hidden;transition:max-height .3s ease}.brands-list--collapsible.expanded{max-height:260px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.brands-list--collapsible.expanded::-webkit-scrollbar{width:4px}.brands-list--collapsible.expanded::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.btn-brands-toggle{display:flex;align-items:center;gap:5px;margin-top:8px;padding:0;background:none;border:none;font-size:12px;font-weight:600;color:var(--red);cursor:pointer;transition:color .2s}.btn-brands-toggle:hover{color:#b00018}.btn-brands-toggle i{font-size:10px}.brands-toggle-count{font-weight:400;color:#888}.brands-toggle-less,.btn-brands-toggle.expanded .brands-toggle-more{display:none}.btn-brands-toggle.expanded .brands-toggle-less{display:flex;align-items:center;gap:5px}.brands-empty{font-size:13px;color:#888}.brand-img-wrap{width:52px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-check-item img{max-height:26px;max-width:52px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);transition:filter .2s}.brand-check-item:hover img,.brand-check-item input:checked~img{filter:grayscale(0%)}.brand-check-item span{font-size:12px;color:#444;flex:1}.price-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:13px;color:var(--dark);font-weight:600}.price-display span{color:var(--red)}.slider-wrap{position:relative;height:20px;margin:0 4px}.slider-track{position:absolute;top:50%;left:0;right:0;height:4px;background:var(--border);border-radius:2px;transform:translateY(-50%)}.slider-range-fill{position:absolute;top:50%;height:4px;background:var(--red);border-radius:2px;transform:translateY(-50%)}.range-input{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:4px;appearance:none;-webkit-appearance:none;background:transparent;pointer-events:none;outline:none}.range-input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--red);box-shadow:0 1px 4px #0000002e;cursor:pointer;pointer-events:all;transition:box-shadow .2s}.range-input::-webkit-slider-thumb:hover{box-shadow:0 0 0 4px #d0021b1f}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--red);box-shadow:0 1px 4px #0000002e;cursor:pointer;pointer-events:all}.products-page .prod-card{border-radius:12px;box-shadow:0 1px 4px #0000000a;padding:0}.products-page .prod-body{padding:14px 16px 16px;background:#fff}.products-page .prod-card:hover{box-shadow:0 6px 24px #0000001a;border-color:#d4d4d4;transform:translateY(-2px)}.products-page a.prod-card-link{transition:none}.products-page .prod-img-box{height:180px;flex-shrink:0;background:#fff;border-radius:12px 12px 0 0;position:relative;overflow:hidden}.products-page .prod-img-box:after{content:"";position:absolute;inset:0;border-bottom:1px solid rgba(0,0,0,.05);border-radius:12px 12px 0 0;pointer-events:none}.products-page .prod-img-box img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .35s ease}.products-page .prod-card:hover .prod-img-box img{transform:scale(1.06)}.prod-name--clamp{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;background:linear-gradient(90deg,var(--dark) 0%,var(--dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 100%;background-position:100% 0;transition:background-position .4s ease}a.prod-card-link:hover .prod-name--clamp{background:linear-gradient(90deg,var(--red) 0%,#ff6b6b 50%,var(--dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 100%;background-position:0% 0}.products-area-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px}.products-count{font-size:13px;color:#888}.products-count strong{color:var(--dark)}.sort-select{font-size:13px;border:1px solid var(--border);border-radius:6px;padding:7px 30px 7px 12px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23aaa'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none;color:var(--dark)}.sort-select:focus{border-color:var(--red)}.products-search-wrap{position:relative;display:flex;align-items:center;flex:1;max-width:280px;min-width:160px}.products-search-icon{position:absolute;left:11px;font-size:12px;color:#aaa;pointer-events:none}.products-search-input{width:100%;padding:7px 32px;font-size:13px;border:1px solid var(--border);border-radius:6px;outline:none;color:var(--dark);transition:border-color .2s;background:#fff}.products-search-input::placeholder{color:#bbb}.products-search-input:focus{border-color:var(--red)}.products-search-clear{position:absolute;right:9px;background:none;border:none;cursor:pointer;color:#aaa;font-size:11px;padding:2px;line-height:1;transition:color .2s}.products-search-clear:hover{color:var(--red)}.btn-add-cart{width:100%;margin-top:10px;background:var(--dark);color:#fff;border:none;padding:9px;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .2s,transform .15s;letter-spacing:.3px}.btn-add-cart:hover{background:var(--red);transform:translateY(-1px)}.btn-add-cart i{font-size:13px;-webkit-text-fill-color:#fff!important}.prod-badge{position:absolute;top:10px;left:10px;background:var(--red);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.4px;z-index:1}.prod-badge.new{background:#22c55e}.prod-badge.flash{top:34px;background:#f97316;letter-spacing:.2px}.btn-wishlist{position:absolute;top:10px;right:10px;background:#fff;border:1px solid var(--border);color:#bbb;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:color .2s,border-color .2s;z-index:1}.btn-wishlist:hover{color:var(--red);border-color:var(--red)}.products-page .prod-body{position:relative}.btn-share{position:absolute;top:8px;right:8px;background:#fff;border:1px solid var(--border);color:#bbb;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:color .2s,border-color .2s;z-index:1}.btn-share:hover{color:var(--dark);border-color:var(--dark)}.products-page .prod-name--clamp{padding-right:34px}.btn-mobile-filter{display:none;width:100%;background:var(--dark);color:#fff;border:none;padding:11px 16px;border-radius:8px;font-size:13px;font-weight:600;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;cursor:pointer}.filter-drawer-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:3000}.filter-drawer-overlay.open{display:block}.filter-drawer{position:fixed;top:0;left:-320px;width:300px;height:100%;background:#fff;z-index:3001;overflow-y:auto;transition:left .3s ease;box-shadow:4px 0 20px #00000026}.filter-drawer.open{left:0}.filter-drawer-close{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border)}.filter-drawer-close span{font-size:15px;font-weight:700;color:var(--dark)}.filter-drawer-close button{background:none;border:none;font-size:18px;color:#aaa;cursor:pointer;line-height:1}@media(max-width:991px){.btn-mobile-filter{display:flex}.desktop-filter{display:none}}@media(max-width:767px){.products-page{padding:20px 0 36px}.products-area-header{flex-direction:column;align-items:flex-start}.products-search-wrap{max-width:100%;width:100%}}@media(max-width:575px){.products-page .prod-card{display:flex;flex-direction:row;align-items:stretch;min-height:130px}.products-page .prod-img-box{width:120px;height:auto;min-height:130px;flex-shrink:0;border-radius:12px 0 0 12px}.products-page .prod-img-box:after{border-radius:12px 0 0 12px;border-bottom:none;border-right:1px solid rgba(0,0,0,.05)}.products-page .prod-img-box img{padding:10px}.products-page .prod-separator{display:none}.products-page .prod-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:10px 12px 12px;border-radius:0 12px 12px 0}.products-page .prod-card:hover{transform:none}.products-page .prod-name--clamp{font-size:13px;min-height:auto;-webkit-line-clamp:2}.products-page .prod-price-block{min-height:auto;margin-top:4px}.products-page .prod-price{font-size:14px;font-weight:700}.products-page .prod-price-old{font-size:11px}.products-page .btn-add-cart,.products-page .btn-out-of-stock{margin-top:8px;padding:8px 10px;font-size:11px;gap:5px}.products-page .prod-badge{top:7px;left:7px;font-size:9px;padding:2px 6px}.products-page .btn-wishlist{top:7px;right:auto;left:82px}.products-page .prod-name--clamp{padding-right:25px;-webkit-line-clamp:2}}
