.product-photo { align-items: center; display: flex; justify-content: center; margin: 0; }
.product-photo::before { background: radial-gradient(circle, rgba(231, 179, 57, .34), transparent 66%); content: ''; height: min(36vw, 430px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min(36vw, 430px); }
.product-photo img { display: block; filter: drop-shadow(0 28px 24px rgba(0, 0, 0, .42)); height: auto; max-height: 455px; object-fit: contain; position: relative; width: min(100%, 440px); z-index: 1; }

@media (max-width: 760px) {
  .product-photo { margin: 0 auto 42px; min-height: 270px; }
  .product-photo::before { height: 270px; width: 270px; }
  .product-photo img { max-height: 260px; width: min(100%, 255px); }
}
