/* --- 1. GENEL YAZI KALINLIĞI (TİPOGRAFİ) --- */
/* Tüm sitedeki genel metinleri "Medium" (500) seviyesine çekerek dolgunlaştırdık */
body, p, span, div, li, a {
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased; /* Yazı kenarlarını pürüzsüzleştirir */
}

/* Başlıklar, Ürün İsimleri ve Fiyatlar "Bold" (700-800) olsun */
h1, h2, h3, h4, h5, h6, .urun_isim, .card-title, strong, .fiyat, .fiyat_indirimli {
    font-weight: 700 !important;
}

/* --- 2. ÜRÜN EFEKTLERİ (KORUNDU) --- */
.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.08) !important; }

/* --- 3. ÇEREZ KARTINI KURTAR (KORUNDU) --- */
.ecem-custom-cookie {
    position: fixed !important;
    bottom: 100px !important; 
    left: 20px !important;
    right: 20px !important;
    max-width: 400px !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    padding: 25px !important; 
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.8) !important;
    z-index: 2147483647 !important; 
    display: none;
    border: 2px solid #c92e27 !important; 
    pointer-events: auto !important;
}

.ecem-cookie-btn {
    display: block !important;
    width: 100% !important;
    background: #c92e27 !important;
    color: #fff !important;
    padding: 20px !important; 
    margin-top: 20px !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2147483647 !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent;
}

.ecem-cookie-btn:active {
    transform: scale(0.95) !important;
    background: #ff0000 !important;
}

/* --- 4. KAYAN YAZI (TICKER) - KORUNDU --- */
.ecem-ticker-wrap { 
    z-index: 100 !important; 
    pointer-events: none !important; 
}
.ecem-ticker-item { 
    pointer-events: auto !important; 
    font-weight: 700 !important; /* Kayan yazıyı da biraz kalınlaştırdık */
}

/* --- 5. TÜM ESKİLERİ SUSTUR (KORUNDU) --- */
#ecem-cookie-mini, .cookie-notification, #cookiePolicy, .sp-notification { 
    display: none !important; 
    visibility: hidden !important; 
    pointer-events: none !important;
}