.products-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.product-card{background:#fff;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.product-image-wrapper{background:#f5f5f5;width:100%;padding-top:100%;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.product-info{padding:.75rem}.product-sku{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.7rem}.product-name{color:var(--primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-description{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.8em;margin-bottom:.5rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price{color:var(--accent);margin-bottom:.65rem;font-size:1rem;font-weight:700}.product-add-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.6rem;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.product-add-btn:hover{background:var(--primary-light)}.products-filters{background:#fff;border-radius:8px;grid-template-columns:2fr 1fr 1fr;align-items:end;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:grid;box-shadow:0 2px 8px #0000000f}.filter-group{flex-direction:column;gap:.4rem;display:flex}.filter-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.filter-input,.filter-select{font-size:.85rem;font-family:var(--font-sans);border:1px solid #ddd;border-radius:6px;padding:.6rem .75rem;transition:all .3s}.filter-input:focus,.filter-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #0a26471a}.products-skeleton{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.skeleton-card{background:#f0f0f0;border-radius:8px;height:280px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:991px){.products-grid,.products-skeleton{grid-template-columns:repeat(3,1fr);gap:.85rem}.products-filters{grid-template-columns:1fr;gap:.65rem}.product-info{padding:.65rem}.product-name{font-size:.8rem}}@media (max-width:767px){.products-grid,.products-skeleton{grid-template-columns:repeat(2,1fr);gap:.65rem}.skeleton-card{height:240px}.product-card{border-radius:6px}.product-info{padding:.6rem}.product-sku{margin-bottom:.2rem;font-size:.6rem}.product-name{height:2.04rem;margin-bottom:.4rem;line-height:1.3;font-size:.68rem!important}.product-description{display:none}.product-price{margin-bottom:.5rem;font-size:.85rem}.product-add-btn{padding:.45rem;font-size:.7rem}.products-filters{grid-template-columns:1fr;gap:.5rem;margin-bottom:1rem;padding:.6rem}.filter-label{margin-bottom:.2rem;font-size:.65rem}.filter-input,.filter-select{border-radius:4px;padding:.45rem .6rem;font-size:.75rem}.category-pills{display:none!important}.category-heading{margin-bottom:.65rem!important;font-size:.95rem!important}h1{font-size:1.5rem!important}p{font-size:.8rem!important}}@media (max-width:575px){.container{padding:0 .75rem}.products-grid,.products-skeleton{gap:.5rem}.product-info{padding:.5rem}.product-sku{font-size:.58rem}.product-name{height:1.95rem;line-height:1.3;font-size:.65rem!important}.product-price{font-size:.8rem}.product-add-btn{padding:.4rem;font-size:.65rem}.products-filters{padding:.5rem}.filter-label{font-size:.6rem}.filter-input,.filter-select{padding:.4rem .55rem;font-size:.7rem}h1{font-size:1.35rem!important}}@media (max-width:399px){.products-grid{gap:.4rem}.product-name{font-size:.68rem}.product-price{font-size:.8rem}.product-add-btn{padding:.4rem;font-size:.65rem}}
