.image-wrapper {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 540 / 507;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto 10px;
}

.product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}