/* Shared product-image fit: full packshot on white, no crop, no stretch. */
.card-image,
.detail-image {
  background: #fff !important;
}
.card-image img,
.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
}
