.catalog-page{background:var(--gray-50);min-height:80vh;padding:2rem 0 5rem}.catalog-page-header{margin-bottom:2rem}.catalog-page-header h1{margin-bottom:.5rem;font-size:2rem;font-weight:800}.catalog-page-header p{color:var(--gray-600)}.catalog-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.catalog-sidebar{scrollbar-width:thin;scrollbar-color:var(--gray-300)transparent;max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.catalog-sidebar::-webkit-scrollbar{width:4px}.catalog-sidebar::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.filter-section{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);padding:1.25rem}.filter-title{color:var(--dark);border-bottom:2px solid #e30613;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.65rem;font-size:.92rem;font-weight:700;display:flex}.category-filter-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.category-filter-link{color:var(--gray-700);border-radius:var(--radius-sm);transition:var(--transition);justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.85rem;text-decoration:none;display:flex}.category-filter-link:hover{background:var(--gray-50);color:#e30613}.category-filter-link.active{color:#e30613;background:#e306130f;font-weight:700}.category-filter-count{background:var(--gray-100);color:var(--gray-500);border-radius:var(--radius-full);padding:.1rem .5rem;font-size:.72rem;font-weight:700}.category-filter-link.active .category-filter-count{color:var(--white);background:#e30613}.category-filter-sublist{border-left:2px solid var(--gray-200);margin-top:.15rem;padding-left:1rem}.catalog-sidebar .filter-section+.filter-section,.catalog-filters-inner .filter-section+.filter-section{margin-top:.75rem}.filter-sort-select{border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;color:var(--gray-700);background:var(--white);cursor:pointer;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.55rem 2rem .55rem .75rem;font-size:.85rem}.filter-sort-select:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.filter-brand-search{margin-bottom:.75rem;position:relative}.filter-brand-search-icon{color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:.6rem;transform:translateY(-50%)}.filter-brand-search-input{border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;color:var(--gray-700);background:var(--white);transition:var(--transition);box-sizing:border-box;padding:.45rem 2rem;font-size:.82rem}.filter-brand-search-input:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.filter-brand-search-input::placeholder{color:var(--gray-400)}.filter-brand-search-clear{color:var(--gray-400);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.2rem;display:flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.filter-brand-search-clear:hover{color:#e30613;background:#e306130f}.filter-no-results{color:var(--gray-500);text-align:center;padding:.75rem;font-size:.82rem;font-style:italic}.filter-checkbox-list{scrollbar-width:thin;scrollbar-color:var(--gray-300)transparent;flex-direction:column;gap:.2rem;max-height:220px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.filter-checkbox-list::-webkit-scrollbar{width:4px}.filter-checkbox-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.filter-checkbox-item{display:block}.filter-checkbox-label{color:var(--gray-700);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.84rem;display:flex}.filter-checkbox-label:hover{background:var(--gray-50)}.filter-checkbox{accent-color:#e30613;cursor:pointer;flex-shrink:0;width:16px;height:16px}.filter-checkbox-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.filter-checkbox-count{background:var(--gray-100);color:var(--gray-500);border-radius:var(--radius-full);flex-shrink:0;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.filter-price-range-info{color:var(--gray-500);margin-bottom:.5rem;font-size:.78rem}.filter-price-slider-wrap{height:24px;margin-bottom:.75rem;position:relative}.filter-price-slider{appearance:none;pointer-events:none;background:0 0;width:100%;height:24px;margin:0;position:absolute;top:0;left:0}.filter-price-slider::-webkit-slider-runnable-track{background:var(--gray-200);border-radius:2px;height:4px}.filter-price-slider--min::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--gray-200)0%,#e30613 50%,var(--gray-200)100%)}.filter-price-slider--max::-webkit-slider-runnable-track{background:0 0}.filter-price-slider::-webkit-slider-thumb{appearance:none;border:2px solid var(--white);cursor:pointer;pointer-events:all;z-index:2;background:#e30613;border-radius:50%;width:18px;height:18px;margin-top:-7px;position:relative;box-shadow:0 1px 4px #0003}.filter-price-slider::-moz-range-track{background:var(--gray-200);border:none;border-radius:2px;height:4px}.filter-price-slider::-moz-range-thumb{border:2px solid var(--white);cursor:pointer;pointer-events:all;background:#e30613;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}.filter-price-inputs{align-items:flex-end;gap:.5rem;margin-bottom:.75rem;display:flex}.filter-price-field{flex:1}.filter-price-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.2rem;font-size:.7rem;font-weight:600;display:block}.filter-price-input-wrap{position:relative}.filter-price-input{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);width:100%;transition:var(--transition);box-sizing:border-box;padding:.45rem 1.8rem .45rem .5rem;font-size:.84rem}.filter-price-input:focus{border-color:#e30613;outline:none;box-shadow:0 0 0 2px #e306131a}.filter-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-price-input[type=number]{-moz-appearance:textfield}.filter-price-currency{color:var(--gray-400);pointer-events:none;font-size:.75rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.filter-price-separator{color:var(--gray-400);padding-bottom:.45rem}.filter-price-apply{width:100%;color:var(--white);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:#e30613;border:none;padding:.5rem;font-size:.82rem;font-weight:700}.filter-price-apply:hover{background:#c00511}.filter-toggle-label{cursor:pointer;align-items:center;gap:.75rem;padding:.25rem 0;display:flex}.filter-toggle-switch{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.filter-toggle-input{opacity:0;width:0;height:0;position:absolute}.filter-toggle-slider{background:var(--gray-300);transition:var(--transition);border-radius:22px;position:absolute;inset:0}.filter-toggle-slider:before{content:"";background:var(--white);width:16px;height:16px;transition:var(--transition);border-radius:50%;position:absolute;bottom:3px;left:3px}.filter-toggle-switch--active .filter-toggle-slider{background:#e30613}.filter-toggle-switch--active .filter-toggle-slider:before{transform:translate(18px)}.filter-toggle-text{color:var(--gray-700);font-size:.84rem}.filter-clear-section{background:0 0;border:none;padding:0}.filter-clear-btn{background:var(--white);border:1px dashed var(--gray-300);border-radius:var(--radius-sm);width:100%;color:var(--gray-600);cursor:pointer;transition:var(--transition);align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.82rem;display:flex}.filter-clear-btn:hover{color:#e30613;background:#e3061308;border-color:#e30613}.catalog-filter-toolbar{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.catalog-filter-toolbar-left{flex-wrap:wrap;flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.catalog-filter-toolbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.catalog-product-count{color:var(--gray-600);white-space:nowrap;font-size:.88rem}.catalog-product-count strong{color:var(--dark);font-weight:800}.catalog-active-filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.catalog-filter-chip{border-radius:var(--radius-full);color:#e30613;white-space:nowrap;background:#e306130f;border:1px solid #e3061333;align-items:center;gap:.4rem;padding:.3rem .5rem .3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.catalog-filter-chip-remove{color:#e30613;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.15rem;display:flex}.catalog-filter-chip-remove:hover{background:#e3061326}.catalog-view-toggle{border:1px solid var(--gray-200);border-radius:var(--radius-sm);display:flex;overflow:hidden}.catalog-view-btn{background:var(--white);color:var(--gray-400);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;padding:.45rem .6rem;display:flex}.catalog-view-btn+.catalog-view-btn{border-left:1px solid var(--gray-200)}.catalog-view-btn:hover{color:#e30613;background:#e3061308}.catalog-view-btn--active{color:#e30613;background:#e306130f}.catalog-products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.catalog-products-list{flex-direction:column;gap:.75rem;display:flex}.catalog-products-list .product-card{flex-direction:row;align-items:center}.catalog-products-list .product-card-image-wrap{aspect-ratio:1;width:140px;min-width:140px}.catalog-products-list .product-card-body{flex-direction:row;flex:1;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}.catalog-products-list .product-card-title{flex:1;font-size:.95rem}.catalog-products-list .product-card-price{white-space:nowrap;font-size:1.15rem}.catalog-product-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.catalog-product-card:before{content:"";transform-origin:0;z-index:1;background:linear-gradient(90deg,#e30613,#f44);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.catalog-product-card:hover:before{transform:scaleX(1)}.catalog-product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gray-200)}.catalog-product-image{aspect-ratio:1;background:var(--gray-50);justify-content:center;align-items:center;display:flex;overflow:hidden}.catalog-product-image img{object-fit:contain;width:100%;height:100%;padding:.5rem}.catalog-product-info{flex-direction:column;flex:1;gap:.35rem;padding:1rem;display:flex}.catalog-product-title{color:var(--dark);flex:1;font-size:.85rem;font-weight:600;line-height:1.4}.catalog-product-id{color:var(--gray-500);font-size:.75rem}.catalog-product-price{color:#e30613;margin-top:.25rem;font-size:1.1rem;font-weight:800}.catalog-empty{text-align:center;background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.catalog-empty h3{color:var(--dark);margin-top:1.5rem;font-size:1.2rem}.catalog-empty p{color:var(--gray-500);margin-top:.5rem;font-size:.9rem}.catalog-pagination{border-top:1px solid var(--gray-200);justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.pagination-btn{border:1px solid var(--gray-200);border-radius:var(--radius-sm);min-width:38px;height:38px;color:var(--gray-600);transition:var(--transition);background:var(--white);justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.pagination-btn:hover{color:#e30613;border-color:#e30613}.pagination-active{color:var(--white);background:#e30613;border-color:#e30613}.pagination-active:hover{color:var(--white);background:#c00511;border-color:#c00511}.pagination-ellipsis{color:var(--gray-400);padding:0 .25rem;font-size:.85rem}.catalog-filter-mobile-toggle{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-700);cursor:pointer;width:100%;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;display:none;position:relative}.catalog-filter-mobile-toggle:hover{color:#e30613;border-color:#e30613}.filter-badge{width:20px;height:20px;color:var(--white);background:#e30613;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.catalog-drawer-overlay,.catalog-drawer{display:none}.catalog-filters-panel{display:block}@media (max-width:1200px){.catalog-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.catalog-layout{grid-template-columns:260px 1fr}.catalog-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar,.catalog-filters-panel{display:none}.catalog-filter-mobile-toggle{display:flex}.catalog-drawer-overlay{z-index:999;background:#00000080;animation:.2s fadeIn;display:block;position:fixed;inset:0}.catalog-drawer{background:var(--gray-50);z-index:1000;width:320px;max-width:85vw;transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.catalog-drawer--open{transform:translate(0)}.catalog-drawer-header{background:var(--white);z-index:1;border-bottom:2px solid #e30613;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.catalog-drawer-title{color:var(--dark);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:800;display:flex}.catalog-drawer-close{color:var(--gray-500);cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:flex}.catalog-drawer-close:hover{color:#e30613;background:#e306130f}.catalog-drawer .catalog-filters-inner{padding:1rem}.catalog-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.catalog-filter-toolbar{flex-direction:column;align-items:flex-start}.catalog-filter-toolbar-right{justify-content:flex-end;width:100%}.catalog-products-list .product-card-image-wrap{width:100px;min-width:100px}.catalog-products-list .product-card-body{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}}@media (max-width:480px){.catalog-products-grid{grid-template-columns:1fr}.catalog-active-filters{gap:.35rem}.catalog-filter-chip{padding:.25rem .4rem .25rem .6rem;font-size:.72rem}.catalog-products-list .product-card{flex-direction:column}.catalog-products-list .product-card-image-wrap{width:100%;min-width:auto}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
