/* Add custom CSS styles below */ 
.product-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}