/* --- MODERN KURUMSAL FONT --- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

body, table, td, tr, p, a, span, div, input, button, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/* Robotistan tarzı tok ve net yazılar */
body, p, a, span, div { font-weight: 600 !important; }
.urun_ismi a, .baslik a, .urun_fiyati, .urun_kdvdahil_fiyati span { font-weight: 700 !important; }

/* --- GEREKSİZ BİLDİRİM VE SİSTEM TEMİZLİĞİ --- */
#ecem-cookie-mini, .cookie-mini-btn, .cookie-mini-text, .cookie-notification, #cookiePolicy, .sp-notification { 
    display: none !important; 
}
.havale-fiyati, .havale_indirim_secenkeleri { display: none !important; }

/* --- ÜRÜN STOK KUTULARI --- */
.ecem-stok-container { display: flex !important; gap: 10px !important; margin: 15px 0 !important; flex-wrap: wrap; }
.ecem-stok-item { background-color: #c92e27 !important; color: #ffffff !important; padding: 7px 14px !important; border-radius: 4px !important; font-weight: 700 !important; font-size: 13px !important; }

/* --- YUKARI ÇIK BUTONU (#toTop) --- */
#PM_main #PM_ust a#toTop {
    all: unset !important;
    background-color: #c92e27 !important;
    width: 50px !important; height: 50px !important;
    position: fixed !important; bottom: 30px !important; right: 25px !important;
    border-radius: 50% !important; z-index: 9999999 !important;
    cursor: pointer !important; display: none; align-items: center !important; justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4) !important; pointer-events: auto !important;
    transition: background 0.3s ease !important;
}
#ecem-up-text { color: #ffffff !important; font-size: 28px !important; font-weight: bold !important; line-height: 1 !important; display: block !important; }

/* --- AKILLI WHATSAPP BUTONU --- */
#ecem-whatsapp-float {
    position: fixed !important;
    bottom: 30px !important;
    left: 25px !important; /* Sağda Yukarı Çık, solda WhatsApp */
    width: 60px !important;
    height: 60px !important;
    background-color: #25d366 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999998 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s ease !important;
}
#ecem-whatsapp-float:hover { transform: scale(1.1) !important; }
#ecem-whatsapp-float svg { width: 35px !important; height: 35px !important; fill: #fff !important; }

/* --- ÜRÜN RESİMLERİ GEÇİŞ EFEKTİ --- */
.urun_resmi img, .urun img { transition: transform 0.4s ease-in-out !important; }
.urun:hover .urun_resmi img, .urun:hover img { transform: scale(1.07) !important; }

/* MOBİL ÖZEL ÖLÇEKLENDİRME */
@media (max-width: 768px) {
    #PM_main #PM_ust a#toTop { width: 45px !important; height: 45px !important; bottom: 20px !important; right: 15px !important; }
    #ecem-whatsapp-float { width: 50px !important; height: 50px !important; bottom: 20px !important; left: 15px !important; }
    #ecem-whatsapp-float svg { width: 30px !important; height: 30px !important; }
}