.product img {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
