.product-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .3s ease}.product-image-loaded{opacity:1}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(213,179,106,.08),rgba(213,179,106,.03))}.product-image-icon{font-size:2.5rem;opacity:.5}.product-card-img{width:100%;max-width:100%;aspect-ratio:16/9;border-radius:.5rem;margin:0 auto var(--space-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-card-img.product-hero-img{max-width:min(100%,680px);aspect-ratio:21/9;border-radius:1rem;margin:0 auto var(--space-md);box-shadow:0 4px 24px rgba(0,0,0,.3)}@media (min-width:768px){.product-card-img{aspect-ratio:5/3}.product-card-img.product-hero-img{aspect-ratio:16/9}}