/* +50% garantat, indiferent de max-height/max-width din tema */
.blockreassurance_product .item-product{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:66px !important;      /* zona de control */
  height:66px !important;
}

.blockreassurance_product .item-product img{
  transform: scale(1.5) !important;
  transform-origin: center center !important;
  max-width:none !important;
  max-height:none !important;
}
/* ===== MOBIL: marire +50% garantat ===== */
@media (max-width: 768px){
  .blockreassurance_product .item-product{
    width:66px !important;
    height:66px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .blockreassurance_product .item-product img{
    transform: scale(1.5) !important;
    transform-origin:center center !important;
    max-width:none !important;
    max-height:none !important;
  }
}
/* MOBIL/TABLETA (bootstrap md/lg): fortam marirea si pe ecrane < 992px */
@media (max-width: 991.98px){
  .blockreassurance_product .item-product{
    width:66px !important;
    height:66px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .blockreassurance_product .item-product img{
    transform: scale(1.5) !important;
    transform-origin:center center !important;
    max-width:none !important;
    max-height:none !important;
  }
}

/* iOS/Safari (ca sa nu fie ignorat transform in unele cazuri) */
@supports (-webkit-touch-callout: none){
  .blockreassurance_product .item-product img{
    -webkit-transform: scale(1.5) !important;
    -webkit-transform-origin: center center !important;
  }
}
