/* Add custom CSS styles below */ 
.s-product-card-image {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

.s-product-card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}