/* 1. Ürün Kutuları Hizalama ve CLS Çözümü */
.urun_liste_icerik, .card.urun_kart {
    min-height: 380px !important; 
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .urun_liste_icerik, .card.urun_kart {
        min-height: 320px !important; 
    }
}

.urun_liste_fiyat {
    min-height: 45px;
    margin-top: auto;
}

/* 2. Mobil Banner Kesilme Sorunu Çözümü */
@media (max-width: 768px) {
    /* Banner alanının yüksekliğini serbest bırakır */
    .flexslider, .main-slider, .owl-carousel.home-slider { 
        height: auto !important; 
        min-height: 0 !important;
    }

    .home-slider .item img, .flexslider .slides img {
        object-fit: contain !important; 
        height: auto !important;
        max-height: none !important;
    }
}
