/* --- 1. SİSTEM MESAJLARI VE MODAL FİX (ORİJİNAL BOYUT) --- */
#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, .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. ÜRÜN İSİMLERİ (TAM 3 SATIR - GARANTİ AYAR) --- */
a[class*="urun_ismi"] {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* 3 satır sınırı */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    /* 22px satır boyu x 3 satır = 66px yapar, 2px de esneme payı verdik = 68px */
    line-height: 22px !important; 
    height: 68px !important; 
    min-height: 68px !important;
    font-size: 13px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    padding: 2px 5px !important;
    box-sizing: border-box !important;
}

/* --- 4. SAĞA KAYMA ENGELLEYİCİ --- */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* --- 5. MOBİL ALT MENÜ (SABİTLENMİŞ) --- */
.ecem-mobile-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: 60px !important;
    background: #ffffff !important;
    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;
}

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

/* Menü Elemanları */
.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; }
.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; }

/* Footer Buton Hover */
.footer-action-btn { transition: all 0.3s ease; }
.footer-action-btn:hover { transform: translateY(-5px); filter: brightness(1.2); }

/* Gereksizler */
.whatsapp, .whatsapp_link, #ecem-cookie-mini, .cookie-notification, #cookiePolicy { display: none !important; }