/** Shopify CDN: Minification failed

Line 6:8 Expected "]" to go with "["

**/
[object Object]
/* Consistent product image heights */
.product-card__image-wrapper,
.card__media {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-card__image,
.card__media img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
