/* Optional full-width hero banner on product detail pages */
.product-hero-wallpaper {
  width: 100%;
  overflow: hidden;
  background: #f0fdf4;
}

.product-hero-wallpaper-img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .product-hero-wallpaper-img {
    max-height: 280px;
  }
}
