/* --- 1. SİSTEM MESAJLARI VE MODAL FİX --- */
#system_msg, .modal, .modal-dialog, .ui-pnotify, .jGrowl {
    font-weight: normal !important;
    text-transform: none !important;
}
.modal-title { font-size: 16px !important; font-weight: 700 !important; }
.modal-body { font-size: 14px !important; line-height: 1.4 !important; }

/* --- 2. GENEL TİPOGRAFİ VE ZOOM --- */
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, .fiyat { font-weight: 700 !important; }
.domi-item-wrapper, #PM_orta .urun { position: relative !important; overflow: hidden !important; }
.domi-zoom-img, #PM_orta .urun img { transition: transform 0.5s ease !important; }
.domi-item-wrapper:hover .domi-zoom-img, #PM_orta .urun:hover img { transform: scale(1.1) !important; }

/* --- 3. ÇEREZ BİLDİRİMİ İMHA (CSS KİLİDİ) --- */
.cookie-notification, .btn-close-cookie-notification, #cookiePolicy, .cookie-notification.row {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -9999 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* --- 4. MOBİL ALT MENÜ (DİJİTAL ZIRH) --- */
html, body { overflow-x: hidden !important; width: 100% !important; position: relative !important; }

.ecem-mobile-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 60px !important;
    background: #ffffff !important;
    /* Dünyadaki en yüksek z-index (Sistemi ezer geçer) */
    z-index: 2147483647 !important; 
    display: none; 
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: center !important;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1) !important;
    border-top: 1px solid #eeeeee !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    /* Tıklamayı engelleyen her şeyi yok sayar */
    pointer-events: auto !important; 
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 900px) {
    .ecem-mobile-nav { display: flex !important; }
    body { padding-bottom: 150px !important; } 
    #satin_al, .alt_butonlar { margin-bottom: 64px !important; position: relative !important; }
}

.nav-item { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-decoration: none !important; color: #333333 !important; flex: 1; height: 100% !important; pointer-events: auto !important; }
.nav-item svg { width: 18px !important; height: 18px !important; fill: #333333; margin-bottom: 3px !important; }
.nav-item span { font-size: 10px !important; font-weight: 700 !important; text-transform: uppercase; line-height: 1 !important; }
.wa-nav svg { fill: #25D366 !important; }

/* Gereksizler */
.whatsapp, .whatsapp_link { display: none !important; }