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

.product-container {
  max-width: 1100px;
}

.product-price {
  font-size: 1.5rem;
  font-weight: 600;
}
