/* Force square product images to fill the box on category/product grid */
.card-figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1; }

/* Force main product image to fill the box on product page */
.productView-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1; }
