/* css/styles.css */
body { background: #f8f9fa; }
.card-img-top { object-fit: contain; height: 170px; background: #fff; padding: 10px; }
.product-card { min-height: 100%; }
.badge-cart { font-size: 0.72rem; padding: 0.35rem 0.45rem; }

/* Small responsive tweak */
@media (max-width: 576px) {
  #searchInput { min-width: 120px; }
  #priceRange { width: 140px !important; }
}
