/* V54 — Ürün görsel gösterim, SEO alt/title uyumu ve başlık kontrast düzeltmesi */
body.product-page .v31-hero .v31-picture,
.v31-product-card.product-card-premium .v31-picture,
body.product-detail .v31-gallery .v31-picture{
  overflow:hidden!important;
  border-radius:22px!important;
}
body.product-page .v31-hero .v31-picture img,
.v31-product-card.product-card-premium .v31-picture img,
body.product-detail .v31-gallery .v31-picture img,
body.product-theme-metal-kenet-cati .v31-gallery img,
body.product-theme-galvaniz-kenet .v31-gallery img,
body.product-theme-aluminyum-kenet-cati .v31-gallery img,
body.product-theme-bakir-kenet-cati .v31-gallery img,
body.product-theme-cinko-kenet-cati .v31-gallery img,
body.product-theme-titanyum-kenet .v31-gallery img,
body.product-theme-tonoz-kenet-cati .v31-gallery img,
body.product-theme-alin-kaplama .v31-gallery img{
  filter:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
body.product-page .v31-hero .v31-picture::before,
body.product-page .v31-hero .v31-picture::after,
.v31-product-card.product-card-premium .v31-picture::before,
.v31-product-card.product-card-premium .v31-picture::after,
body.product-detail .v31-gallery .v31-picture::before,
body.product-detail .v31-gallery .v31-picture::after{
  content:none!important;
  display:none!important;
  background:none!important;
}

/* Galeri başlık okunabilirliği: özellikle Titanyum Çinko ve açık/koyu çakışan ürünlerde */
body.product-detail .v31-gallery{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  color:#111827!important;
  border-top:1px solid rgba(var(--product-rgb),.22)!important;
  border-bottom:1px solid rgba(var(--product-rgb),.18)!important;
}
body.product-detail .v31-gallery h2,
body.product-detail .v31-gallery p{
  position:relative!important;
  z-index:2!important;
  background:transparent!important;
  text-shadow:none!important;
}
body.product-detail .v31-gallery h2{
  color:#111827!important;
  display:inline-block!important;
  padding:0 0 12px!important;
  margin-bottom:12px!important;
  letter-spacing:-.035em!important;
}
body.product-detail .v31-gallery h2::after{
  content:""!important;
  display:block!important;
  width:96px!important;
  height:4px!important;
  margin-top:12px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--product-accent),var(--product-accent-2),transparent)!important;
}
body.product-detail .v31-gallery p{
  color:#334155!important;
  max-width:860px!important;
}
body.product-theme-titanyum-kenet .v31-gallery{
  background:linear-gradient(180deg,#ffffff 0%,#f7f5ff 100%)!important;
}
body.product-theme-titanyum-kenet .v31-gallery h2{
  color:#151122!important;
}

/* Mobil ve web görsel oranı */
body.product-page .v31-hero .v31-picture{aspect-ratio:1.833/1!important;}
.v31-product-card.product-card-premium .v31-picture{aspect-ratio:1.55/1!important;}
body.product-detail .v31-gallery .v31-picture{aspect-ratio:1.833/1!important;max-width:1120px!important;margin:24px auto 0!important;}

@media (max-width:768px){
  body.product-page .v31-hero .v31-picture,
  body.product-detail .v31-gallery .v31-picture{
    aspect-ratio:1.34/1!important;
    border-radius:16px!important;
  }
  .v31-product-card.product-card-premium .v31-picture{
    aspect-ratio:1.28/1!important;
    border-radius:0!important;
  }
  body.product-detail .v31-gallery h2{
    font-size:clamp(24px,7vw,34px)!important;
    line-height:1.12!important;
  }
  body.product-detail .v31-gallery p{
    font-size:15px!important;
    line-height:1.7!important;
  }
}
