/* The approved three-bottle plate is one PNG. No per-bottle transform/blend/decode layers. */
.zc-approved .hero__product-stage {display:flex;align-items:center;justify-content:center;isolation:auto}
.zc-approved .hero__product-stage::before {content:none}
.zc-approved .hero-product-visual {display:block;width:100%;height:550px;flex:0 0 100%;pointer-events:auto}
.zc-approved .hero-product-visual__image {display:block;position:static;width:100%;height:550px;max-width:100%;margin:0;object-fit:contain;object-position:center;transform:none;filter:none;mix-blend-mode:normal;opacity:1;visibility:visible;clip-path:none}
@media(max-width:1180px){.zc-approved .hero-product-visual,.zc-approved .hero-product-visual__image{height:498px}}
@media(max-width:960px){.zc-approved .hero-product-visual,.zc-approved .hero-product-visual__image{height:518px}}
@media(max-width:680px){.zc-approved .hero-product-visual,.zc-approved .hero-product-visual__image{height:286px}}
@supports not (object-fit:contain){
 .zc-approved .hero-product-visual{display:flex;align-items:center;justify-content:center}
 .zc-approved .hero-product-visual__image{width:auto;height:auto;max-width:100%;max-height:550px}
 @media(max-width:1180px){.zc-approved .hero-product-visual__image{max-height:498px}}
 @media(max-width:960px){.zc-approved .hero-product-visual__image{max-height:518px}}
 @media(max-width:680px){.zc-approved .hero-product-visual__image{max-height:286px}}
}
