/* Category banner (full-width hero) */
.category-banner img {
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Heading styling */
.product-list-heading {
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .category-banner img {
    max-height: 200px;
  }
}
