/* Product image aspect-ratio consistency across catalogue, product, and cart. */
body.page-template-page-catalog .product-card__img,
body.archive .product-card__img,
.product-gallery__img,
.product__img {
  aspect-ratio: 3 / 4;
}
