/* Four compact catalogue cards per desktop row; mobile remains unchanged. */
@media (min-width: 992px) {
  #shop-live-area .st-shop-grid-row > .st-shop-grid-col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  #shop-live-area .st-shop-product-card .st-product-image {
    aspect-ratio: 4 / 3 !important;
  }
}
