/* Kategori Sayfası Ürün Kutusu Hizalama */
#PM_orta div.urun {
    height: auto !important;
    min-height: 420px; /* Kutuları biraz daha genişlettim ki stok bilgileri sığsın */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-bottom: 15px !important;
}

/* Resim Alanı Sabitleme */
#PM_orta .urun_resim {
    height: 200px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px !important;
}

#PM_orta .urun_resim img {
    max-height: 100% !important;
    width: auto !important;
    object-fit: contain;
}

/* Başlık Alanı */
#PM_orta .urun_baslik {
    min-height: 45px;
    margin: 10px 0 !important;
    padding: 0 5px !important;
    text-align: center;
}

#PM_orta .urun_baslik a {
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #333 !important;
}

/* Fiyatı her zaman butonun hemen üstünde tutar */
#PM_orta .urun_fiyat {
    margin-top: auto !important;
    padding-bottom: 10px;
}