/* --- 1. GENEL YAZI VE HOVER EFEKTİ --- */
body, p, span, div, li, a { font-weight: 500 !important; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, strong, b, .fiyat, .baslik { font-weight: 700 !important; }
html, body { overflow-x: hidden !important; width: 100% !important; position: relative !important; }

/* Ürün Resim Büyüme Efekti */
#PM_orta .urun img, .urun_kutu img, .urun_resmi img { 
    transition: transform 0.4s ease !important; 
}
#PM_orta .urun:hover img, .urun_kutu:hover img, .urun_resmi:hover img { 
    transform: scale(1.08) !important; 
}

/* --- 2. SEPET VE ONAY: TUTARLARI SAĞA YASLA --- */
.sepet_toplamlar table { width: 100% !important; margin-left: auto !important; }
.sepet_toplamlar td { text-align: right !important; padding: 5px 0 !important; }

/* --- 3. MOBİL SEPET: SADECE SEPET SAYFASINDA ÇALIŞAN KAPSÜL --- */
/* Bu kod sadece body üzerinde 'is-ecem-cart' sınıfı varsa aktif olur */
body.is-ecem-cart .alt_butonlar {
    position: fixed !important;
    bottom: 25px !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    height: 55px !important;
    background: #c92e27 !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4) !important;
    border-radius: 50px !important;
    box-sizing: border-box !important;
}

/* Kapsül içindeki gereksizleri sil (Sadece buton kalsın) */
body.is-ecem-cart .alt_butonlar .sepet_toplamlar, 
body.is-ecem-cart .alt_butonlar #alisverise_devam,
body.is-ecem-cart .alt_butonlar br { display: none !important; }

/* Beyaz Kibar Satın Al Butonu */
body.is-ecem-cart #satin_al {
    background: #ffffff !important;
    color: #c92e27 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 40px !important;
    padding: 10px 45px !important;
    font-size: 15px !important;
    text-decoration: none !important;
    border: none !important;
}

/* --- 4. WHATSAPP KATMANI (KATEGORİLERİN ALTINDA KALMASI İÇİN) --- */
.whatsapp, .whatsapp_link, #whatsapp-fixed { z-index: 10 !important; }
#menu, .mobile-menu, .side-menu, .mm-menu, .mm-wrapper, #PM_siparis_sayfasi_adim3 { 
    z-index: 2147483647 !important; 
}

/* --- 5. ONAY SAYFASI ÖZEL AYAR (TIKLAMA KİLİDİ AÇICI) --- */
#PM_siparis_sayfasi_adim3, .siparisi_tamamla {
    pointer-events: auto !important;
    visibility: visible !important;
}