
/* Correctif final : logos alignés à gauche, même largeur et même hauteur */
body.page-fleurs .prod-name .main-product-logo,
body.page-fleurs .prod-name > img:first-of-type,
body.page-resines .prod-name .main-product-logo,
body.page-resines .prod-name > img:first-of-type,
body.page-infuses .prod-name .main-product-logo,
body.page-infuses .prod-name > img:first-of-type{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:88px!important;
  min-height:88px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
}
body.page-resines .prod-name,
body.page-infuses .prod-name,
body.page-fleurs .prod-name{
  padding-left:4px!important;
  padding-right:4px!important;
  overflow:hidden!important;
}
