
/* Genel görünüm kurtarma: görselleri eski düzenine alır, zoom sadece ürün detayda çalışır */
html, body{
  overflow-x:hidden!important;
}

img{
  max-width:100%;
}

/* Önceki zoom paketinden kalan geniş resim bozulmalarını sınırla */
.product-card img,
.card img,
.products img,
.product img{
  max-width:100%!important;
}

/* Ana sayfadaki kategori/yorum görselleri tam ekran büyümesin */
.category-card img,
.cat-card img,
.home-category img,
.category-strip img,
.review-card img,
.comments img,
.yorumlar img,
section img{
  max-width:100%;
}

/* Logo dışındaki bağımsız büyük logo görseli sayfada patlamasın */
body > img,
main > img,
.section > img{
  max-width:min(100%, 420px)!important;
  height:auto!important;
}

/* Ürün listesi kart görselleri */
.ebv-product-card .img{
  aspect-ratio:3/4!important;
  background:#fff4ee!important;
  overflow:hidden!important;
  display:block!important;
}
.ebv-product-card .img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

/* Ürün detay dışındaki görseller zoom cursor almasın */
body:not(.product-detail-page) .product-card img,
body:not(.product-detail-page) .card img{
  cursor:pointer;
}

/* Header sosyal ikonlar */
.ebv-header-socials{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin-left:8px!important;
}

.ebv-header-socials a{
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #ead8cf!important;
  background:#fff!important;
  color:#990f26!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(91,6,18,.08)!important;
  transition:.18s ease!important;
}

.ebv-header-socials a:hover{
  background:#990f26!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

.ebv-header-socials svg{
  width:16px!important;
  height:16px!important;
  display:block!important;
}

/* Header aksiyon alanı biraz genişlesin */
.ebv-header-inner{
  grid-template-columns:270px minmax(0,1fr) auto!important;
}

.ebv-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}

/* Footer sosyal ikonları */
.ebv-footer-socials,
.ebv-socials{
  display:flex!important;
  gap:9px!important;
  flex-wrap:wrap!important;
  margin-top:14px!important;
}

.ebv-footer-socials a,
.ebv-socials a{
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#990f26!important;
  text-decoration:none!important;
}

.ebv-footer-socials svg,
.ebv-socials svg{
  width:19px!important;
  height:19px!important;
}

/* Sağ sabit butonlar varsa görünür kalsın */
.ebv-float-actions{
  display:flex!important;
  z-index:12000!important;
}

/* Mobil sosyal ikonlar fazla sıkıştırmasın */
@media(max-width:1180px){
  .ebv-header-socials{
    display:none!important;
  }
}

@media(max-width:760px){
  .ebv-header-inner{
    grid-template-columns:minmax(0,1fr) 46px auto!important;
  }
}

/* Ürün detay zoom sadece detay ana görselde büyük davranır */
.ebv-main-image img{
  width:100%!important;
  max-height:660px!important;
  object-fit:contain!important;
}
