/* --- 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. ÜRÜN ZOOM EFEKTLERİ --- */
.domi-item-wrapper, #PM_orta .urun { position: relative !important; overflow: hidden !important; }
.domi-zoom-img, #PM_orta .urun img, .urun_resmi img { transition: transform 0.5s ease !important; }
.domi-item-wrapper:hover .domi-zoom-img, #PM_orta .urun:hover img, .urun:hover .urun_resmi img { transform: scale(1.1) !important; }

/* --- 3. ÜRÜN KARTLARI VE BUTON SİMETRİSİ (MOBİL) --- */
@media (max-width: 900px) {
    .urun img { border-radius: 12px !important; }
    .urun_sepete_ekle { 
        font-size: 10px !important; 
        font-weight: 800 !important; 
        height: 38px !important; 
        display: flex !important; 
        align-items: center !important; 
        justify-content: center !important; 
        border-radius: 8px !important;
        background: #c92e27 !important; 
        color: #ffffff !important;
        margin: 5px auto !important;
        line-height: 1 !important;
        text-align: center !important;
    }
}

/* --- 4. SİSTEM MESAJLARI (HER ZAMAN EN ÜSTTE) --- */
#system_msg, .modal, .ui-pnotify, .jGrowl { z-index: 99999999 !important; }

/* --- 5. TÜM ÇEREZ UYARILARINI KÖKTEN SİLME (SUSTURUCU) --- */
#ecem-cookie-mini, 
.cookie-notification, 
#cookiePolicy, 
.sp-notification, 
.ecem-custom-cookie, 
#ecemCookieBox,
.cookie-mini-btn,
.btn-close-cookie-notification { 
    display: none !important; 
    visibility: hidden !important; 
    opacity: 0 !important; 
    pointer-events: none !important; 
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}