/* MXonnowell v0.2.74 — Görsel Netlik Motoru
 * Statik ön yüz medyasında bulanıklık oluşturan filter/opacity/backface katmanlarını kapatır.
 * Kaynak seçimi functions.php içindeki orijinal medya kilidi tarafından yapılır. */
html body .mxon-sharp-image,
html body .mx-public-product-card img,
html body .mx-product-card__image img,
html body .mx49-product-card__media img,
html body .mx52-auto-media img,
html body .mx56-context-card img,
html body .mx-brochure-card img,
html body .mx58-gallery__card img,
html body .mx90-product-detail img{
  filter:none!important;
  -webkit-filter:none!important;
  opacity:1!important;
  image-rendering:auto!important;
  backface-visibility:visible!important;
  -webkit-backface-visibility:visible!important;
  will-change:auto!important;
}
html body .mx-public-product-card img,
html body .mx-product-card__image img,
html body .mx49-product-card__media img,
html body .mx90-related-card img{
  transform:none!important;
  -webkit-transform:none!important;
}
html body .mxon-sharp-image{max-width:100%;height:auto}
