/* BRENNER v62 — cleaning PDP hero image state.
   Consolidated from v35/v36/v37; Related Products portions removed as superseded. */
.cleaning-master-product-image{
  display:block!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
}
.pdp-visual{
  height:430px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.pdp-visual img.cleaning-master-product-image{
  width:auto!important;
  height:410px!important;
  max-height:410px!important;
  max-width:92%!important;
  object-fit:contain!important;
  background:transparent!important;
}
@media(max-width:760px){
  .pdp-visual{height:350px!important;}
  .pdp-visual img.cleaning-master-product-image{
    height:330px!important;
    max-height:330px!important;
  }
}
