.products-section{padding:3rem 0}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h1,.section-header h2{color:#1f2937;margin-bottom:1rem;font-size:3rem;font-weight:700}.section-header p{color:#6b7280;max-width:42rem;margin:0 auto;font-size:1.125rem}.products-layout{grid-template-columns:280px 1fr;gap:3rem;margin-top:3rem;display:grid}.filters-sidebar{flex-direction:column;gap:2rem;display:flex}.filter-group{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 15px #0000000d}.filter-title{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:700;display:flex}.filter-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.filter-item{cursor:pointer;color:#6b7280;align-items:center;gap:.75rem;transition:color .3s;display:flex}.filter-item:hover{color:#d97706}.filter-item input[type=checkbox]{accent-color:#f59e0b;cursor:pointer;width:1.2rem;height:1.2rem}.clear-filters-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:.75rem;padding:.9rem 1rem;font-weight:600;transition:background .3s}.clear-filters-btn:hover{background:#d97706}.search-container{margin-bottom:2rem;position:relative}.search-input{background:#fff;border:2px solid #e5e7eb;border-radius:9999px;width:100%;padding:1rem 1.5rem 1rem 3.5rem;font-size:1rem;transition:all .3s;box-shadow:0 4px 15px #0000000d}.search-input:focus{border-color:#f59e0b;outline:none;box-shadow:0 4px 20px #f59e0b26}.search-icon{color:#9ca3af;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.products-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.results-count{color:#6b7280;font-weight:500}.sort-select{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.products-layout{grid-template-columns:1fr}.filters-sidebar{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}}@media (max-width:640px){.products-grid,.filters-sidebar{grid-template-columns:1fr}}.product-card{background:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.product-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0003}.product-image-container{aspect-ratio:1;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.1)}.product-badge{color:#fff;background:#f59e0b;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-info{flex-direction:column;flex-grow:1;padding:15px;display:flex}.product-name{color:#1f2937;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3.4rem;margin-bottom:8px;font-size:1.1rem;font-weight:700;line-height:1.6;transition:color .3s;display:-webkit-box;overflow:hidden}.product-card:hover .product-name{color:#d97706}.product-description{color:#6b7280;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:15px;font-size:.9rem;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;margin-bottom:10px;display:flex}.product-price{color:#d97706;font-size:1.25rem;font-weight:700}.rating{align-items:center;display:flex}.star{fill:#fbbf24;width:1rem;height:1rem}.star.inactive{fill:#e5e7eb}.rating-text-small{color:#6b7280;margin-left:.35rem;font-size:.8rem}.product-actions{gap:10px;display:flex}.product-actions .btn{text-align:center;white-space:nowrap;flex:1;justify-content:center;align-items:center;min-height:40px;padding:8px 5px;font-size:.875rem;display:flex}.sales-count{color:#6b7280;margin-top:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600}.pagination{justify-content:center;gap:.5rem;margin-top:2rem;padding:2rem 0;display:flex}.pagination button{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1.25rem;font-weight:600;transition:all .3s}.pagination button:hover{border-color:#f59e0b;box-shadow:0 4px 20px #f59e0b26}.pagination button:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb;border-color:#e5e7eb}.pagination span{color:#fff;background:#f59e0b;border:2px solid #f59e0b;border-radius:.75rem;padding:.75rem 1.25rem;font-weight:600}.products-page-wrapper{min-height:100vh;padding:4rem 0}.product-not-found{text-align:center;grid-column:1/-1}
