/* Mayroka Tema 2 Fix v4
   - Kategori resmi varsa kartta resim gösterir
   - Resim yoksa ikon fallback kalır
   - Trend fiyatlarını normal boyuta çeker
*/
body.ys-theme-2 .category-home-card{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
body.ys-theme-2 .category-home-card > img{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:.78!important;
  z-index:0!important;
  filter:saturate(1.08) contrast(1.05) brightness(.78)!important;
}
body.ys-theme-2 .category-home-card:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.56))!important;
  z-index:1!important;
  pointer-events:none!important;
}
body.ys-theme-2 .category-home-card .category-home-empty,
body.ys-theme-2 .category-home-card .category-home-info{
  position:relative!important;
  z-index:2!important;
}
body.ys-theme-2 .category-home-card:not(.category-home-card-no-image) .category-home-empty{
  display:none!important;
}
body.ys-theme-2 .category-home-card.category-home-card-no-image:after{
  background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.18),rgba(255,255,255,0) 34%),linear-gradient(180deg,rgba(24,29,37,.97),rgba(11,14,19,.98))!important;
}
body.ys-theme-2 .featured .mini-info b,
body.ys-theme-2 .featured .mini-product .mini-info b{
  font-size:13px!important;
  line-height:1.1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin-top:4px!important;
  display:block!important;
  transform:none!important;
  letter-spacing:.1px!important;
}
body.ys-theme-2 .featured .mini-info h3{
  font-size:10.5px!important;
  line-height:1.12!important;
}
body.ys-theme-2 .featured .mini-info p{
  font-size:8.8px!important;
  line-height:1.18!important;
}

/* Mayroka v6 - Ana sayfa kategori isimleri Lune hizası
   Resimli/resimsiz tüm kategori kartlarında isim altta sabit durur. */
body.ys-theme-2 .category-home-grid .category-home-card{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
}
body.ys-theme-2 .category-home-grid .category-home-card > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  z-index:0!important;
}
body.ys-theme-2 .category-home-grid .category-home-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 46%,rgba(0,0,0,.68) 100%)!important;
}
body.ys-theme-2 .category-home-grid .category-home-card .category-home-empty{
  z-index:2!important;
}
body.ys-theme-2 .category-home-grid .category-home-card .category-home-info{
  position:absolute!important;
  left:8px!important;
  right:8px!important;
  top:auto!important;
  bottom:8px!important;
  z-index:3!important;
  min-height:31px!important;
  padding:7px 9px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  background:linear-gradient(180deg,rgba(7,9,13,.82),rgba(7,9,13,.70))!important;
  border:1px solid color-mix(in srgb,var(--ys2-accent) 46%,rgba(255,255,255,.10))!important;
  box-shadow:0 14px 28px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.055)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
body.ys-theme-2 .category-home-grid .category-home-card .category-home-info h3{
  margin:0!important;
  width:100%!important;
  color:var(--ys2-accent)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.ys-theme-2 .category-home-grid .category-home-card .category-home-info p{
  display:none!important;
}
@media(max-width:380px){
  body.ys-theme-2 .category-home-grid .category-home-card .category-home-info{
    bottom:7px!important;
    min-height:29px!important;
    padding:6px 8px!important;
  }
  body.ys-theme-2 .category-home-grid .category-home-card .category-home-info h3{
    font-size:12px!important;
  }
}
