.product .price {
  font-size: 1.2em;
  font-weight: 700;
}

.product label {
  display: block;
}

.product-image {
  grid-column: span 4;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
}
