/* Sadece seçili marka logolarını büyüt */

/* Hepsiburada %200 daha büyük */
.trust-item[data-logo="hepsiburada"] .real-logo-bubble img,
.trust-item[data-logo="hepsiburada"] .round-logo-ball img{
  max-width:224px!important;
  max-height:84px!important;
  transform:scale(2)!important;
  transform-origin:center!important;
}

/* Amazon %200 daha büyük */
.trust-item[data-logo="amazon"] .real-logo-bubble img,
.trust-item[data-logo="amazon"] .round-logo-ball img{
  max-width:208px!important;
  max-height:84px!important;
  transform:scale(2)!important;
  transform-origin:center!important;
}

/* idefix %200 daha büyük */
.trust-item[data-logo="idefix"] .real-logo-bubble img,
.trust-item[data-logo="idefix"] .round-logo-ball img{
  max-width:196px!important;
  max-height:96px!important;
  transform:scale(2)!important;
  transform-origin:center!important;
}

/* Trendyol %30 daha büyük */
.trust-item[data-logo="trendyol"] .real-logo-bubble img,
.trust-item[data-logo="trendyol"] .round-logo-ball img{
  max-width:125px!important;
  max-height:125px!important;
  transform:scale(1.3)!important;
  transform-origin:center!important;
}
