/* === fiyat-konum-fixi (MEZARISTAN) ===
   Amaç: Fiyatın ürün görselinin üzerinde çıkmasını engelleyip kartın altına (footer) almak.
   Dosyayı /tema/genel/assets/css/yeni.css olarak yükleyin ve <head> içine link verin (README'deki kod). */

/* Fiyat etiketleri normal akışta kalsın (görsel üstüne binmesin) */
.product [class*="price"], .price, .product-price, .fiyat, .urun_fiyat {
  position: static !important;
  top:auto!important; left:auto!important; right:auto!important; bottom:auto!important;
  transform:none!important;
  display:block!important;
  margin-top:8px!important;
  line-height:1.2;
}

/* Ürün bilgi/alt alanları görünür olsun */
.product-info, .product-details, .caption, .urun_bilgi, .product-footer {
  display:block !important;
  padding-top:8px !important;
}

/* Görsel blok gibi davransın */
.product img, .product-image img, .product-card img, .urun img, .product-cover img {
  display:block !important;
  width:100%;
  height:auto;
}

/* Bazı temalarda product-body mutlak konumlanmış olur, iptal et */
.product-body { position: static !important; top:auto!important; left:auto!important; }

/* Fiyat biçimi */
.product-price .new-price{ font-weight:600; }
.product-price .old-price{ margin-left:6px; text-decoration:line-through; opacity:.7; }

/* Güvenlik */
.product-header, .product-cover{ position:relative !IMPORTANT; }
.product-card{ overflow:visible !important; }