/* Minimal overrides applied after styles.css to fix production layout regressions. */

/* Keep product cards as flex when the card is an <a>. */
.products-grid .product-card.product-card-link,
.products-grid a.product-card-link.product-card {
  display: flex;
}

/* Show subcategory on cards without changing the layout. */
.product-subcategory {
  color: rgba(229, 231, 235, 0.72);
  font-size: var(--fs-small);
  margin-top: 4px;
  font-weight: 700;
}
