/* --- 1. YAZI TİPLERİ VE OKUNAKLILIK (SEMİ-BOLD) --- */
body, p, span, div, li, a { 
    font-weight: 500 !important; 
    -webkit-font-smoothing: antialiased; 
}
h1, h2, h3, h4, h5, h6, .urun_isim, .card-title, strong, b, .fiyat, .baslik, .urun_kdvdahil_fiyati { 
    font-weight: 700 !important; 
}

/* --- 2. SAYFA GENEL DÜZENİ --- */
html, body { 
    overflow-x: hidden !important; 
    width: 100% !important; 
    position: relative !important;
}

/* --- 3. SEPET SAYFASI: KIRMIZI SABİT BLOK TASARIMI --- */
@media (max-width: 768px) {
    /* Alt Barın Arka Planı Kırmızı */
    .alt_butonlar {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
        background: #c92e27 !important; /* Ecem Kırmızı */
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 12px 15px !important;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.3) !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-top: 2px solid #b12b25 !important;
    }

    /* "Satın Al" Butonu - Beyaz Tasarım */
    #satin_al {
        flex: 1.2 !important;
        background: #ffffff !important; /* Beyaz Buton */
        color: #c92e27 !important; /* Kırmızı Yazı */
        font-weight: 800 !important;
        text-transform: uppercase !important;
        border-radius: 10px !important;
        padding: 14px 5px !important;
        font-size: 15px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
        margin-left: 10px !important;
        text-decoration: none !important;
        text-align: center !important;
    }

    /* "Alışverişe Devam Et" Butonu - Hafif Transparan */
    #alisverise_devam {
        flex: 0.8 !important;
        background: rgba(255,255,255,0.15) !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        padding: 10px 5px !important;
        text-align: center !important;
        text-decoration: none !important;
    }

    /* Sepet Toplam Yazıları (Kırmızı Bar İçindeki Bilgiler) */
    .sepet_toplamlar, .sepet_toplamlar b, .sepet_toplamlar td {
        color: #000000 !important; /* Tutar Yazıları Siyah */
    }

    /* Ürün listesinin butonun altında kalmaması için boşluk */
    #sepet_detay .icerik { padding-bottom: 100px !important; }
}

/* --- 4. WHATSAPP VE KATMAN AYARLARI --- */
.whatsapp, .whatsapp_link, #whatsapp-fixed { 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important; 
}

/* --- 5. SİSTEM ENGELLERİ --- */
.modal-backdrop, .ui-widget-overlay, .mm-blocker { display: none !important; z-index: -1 !important; }