/* --- 1. GENEL YAZI KALINLIĞI (TİPOGRAFİ) --- */
body, p, span, div, li, a { font-weight: 500 !important; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, .urun_isim, .card-title, strong, .fiyat, .fiyat_indirimli { font-weight: 700 !important; }

/* --- 2. SİSTEM MESAJLARI (KATMAN AYARI) --- */
#system_msg, .modal, .ui-pnotify, .jGrowl { z-index: 50000000 !important; }
.modal-backdrop { z-index: 49000000 !important; }

/* --- 3. MOBİL SABİT ARAMA (TAM ORTALI & KAPSÜL) --- */
@media (max-width: 900px) {
    .search.col-12 {
        position: fixed !important; top: 0 !important; left: 0 !important; 
        width: 100% !important; height: 55px !important;
        z-index: 15000000 !important; background: #ffffff !important;
        padding: 8px 12px !important; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        display: flex !important; align-items: center !important;
        box-sizing: border-box !important;
    }
    #urun_arama_form, .input-group { width: 100% !important; display: flex !important; flex-wrap: nowrap !important; align-items: center !important; }
    #urun_arama_input { flex: 1 !important; border-radius: 25px 0 0 25px !important; border: 2px solid #c92e27 !important; height: 36px !important; text-align: center !important; font-size: 13px !important; margin: 0 !important; }
    #search-btn { background: #c92e27 !important; border-radius: 0 25px 25px 0 !important; border: 2px solid #c92e27 !important; height: 36px !important; padding: 0 12px !important; font-size: 11px !important; color: #fff !important; margin: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; }
    #PM_main { padding-top: 60px !important; }
}

/* --- 4. KAYAN YAZI (TICKER) - DİKEY HİZALAMA DÜZELTİLDİ --- */
.ecem-ticker-wrap { 
    width: 100%; overflow: hidden; background: #1a1a1a; color: #fff; 
    height: 40px !important; /* Yükseklik sabitlendi */
    display: flex !important; align-items: center !important; /* Dikeyde tam orta */
    border-bottom: 2px solid #c92e27; 
}
.ecem-ticker { display: flex; white-space: nowrap; animation: ecemTicker 25s linear infinite; align-items: center !important; }
.ecem-ticker-item { padding: 0 30px; font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; line-height: 40px !important; }

@media (max-width: 900px) {
    .ecem-ticker-wrap { margin-top: 55px !important; }
}
@keyframes ecemTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

/* --- 5. ÜRÜN KARTLARI (BUTON DİKEY HİZALAMA DÜZELTİLDİ) --- */
@media (max-width: 900px) {
    .urun img { border-radius: 12px !important; }
    .urun_sepete_ekle { 
        font-size: 10px !important; 
        font-weight: 800 !important; 
        height: 38px !important; /* Buton yüksekliği sabit */
        padding: 0 5px !important; 
        white-space: nowrap !important; 
        display: flex !important; 
        align-items: center !important; /* Metni dikeyde tam ortalar */
        justify-content: center !important; /* Metni yatayda tam ortalar */
        line-height: 1 !important; 
        margin: 5px auto !important;
        border-radius: 8px !important;
        background: #c92e27 !important;
        color: #ffffff !important;
        text-align: center !important;
    }
}

/* --- 6. MOBİL ALT BAR VE YEŞİL WHATSAPP --- */
.ecem-mobile-nav {
    position: fixed !important; bottom: 0; left: 0; right: 0; width: 100%; height: 60px;
    background: #ffffff; display: none; justify-content: space-around; align-items: center;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.15); z-index: 20000000 !important; border-top: 1px solid #eeeeee;
}
@media (max-width: 900px) { .ecem-mobile-nav { display: flex !important; } body { padding-bottom: 75px !important; } .whatsapp { display: none !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; }
.nav-item svg { width: 18px !important; height: 18px !important; fill: #333333; margin-bottom: 3px !important; }
.nav-item span { display: block !important; font-size: 10px !important; font-weight: 700 !important; text-transform: uppercase; line-height: 1 !important; }
.wa-nav svg { fill: #25D366 !important; }

/* --- 7. YUKARI ÇIK VE DİĞERLERİ --- */
.ecem-scroll-top { position: fixed !important; bottom: 85px !important; right: 20px !important; width: 45px !important; height: 45px !important; background: #c92e27 !important; color: #fff !important; border-radius: 50% !important; display: none; align-items: center; justify-content: center; z-index: 25000000 !important; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
@media (min-width: 901px) { .ecem-scroll-top { display: none !important; } }
#ecem-cookie-mini, .cookie-notification, #cookiePolicy, .sp-notification, .ecem-custom-cookie { display: none !important; }