/* Mobil ürün/kategori kart görsel düzeltmesi */
@media(max-width:768px){
  .premium-card-img,
  .product-card .img,
  .product-card a.img{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#eef8ff!important;
  }

  .premium-card-img img,
  .product-card .img img,
  .product-card a.img img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
    display:block!important;
  }

  .premium-product-card,
  .product-card{
    height:auto!important;
    min-height:0!important;
  }

  .premium-card-body,
  .product-card .pb{
    min-height:auto!important;
  }

  .premium-card-title{
    min-height:auto!important;
    max-height:none!important;
  }

  .premium-card-desc{
    min-height:auto!important;
    max-height:96px!important;
  }
}

@media(max-width:480px){
  .product-card,
  .premium-product-card{
    border-radius:26px!important;
  }

  .product-card .pb,
  .premium-card-body{
    padding:22px!important;
  }

  .premium-card-actions{
    grid-template-columns:1fr!important;
  }
}
