/* --- 1. SİSTEM TEMİZLİĞİ --- */
#ecem-cookie-mini, .cookie-mini-btn, .cookie-mini-text, .cookie-notification, #cookiePolicy, .sp-notification {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* --- 2. HAVALE GİZLEME VE STOK KUTULARI --- */
.havale-fiyati, .havale_indirim_secenkeleri { display: none !important; }
.ecem-stok-container { display: flex !important; gap: 10px !important; margin: 15px 0 !important; }
.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; }

/* --- 3. YUKARI ÇIK BUTONU (MASAÜSTÜ & MOBİL) --- */
#PM_main #PM_ust a#toTop {
    all: unset !important;
    background-color: #c92e27 !important;
    width: 50px !important;
    height: 50px !important;
    position: fixed !important;
    bottom: 25px !important;
    right: 20px !important;
    border-radius: 50% !important;
    z-index: 2147483647 !important; 
    cursor: pointer !important;
    display: none; /* JS ile görünecek */
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4) !important;
    pointer-events: auto !important;
}

/* Ok İkonu Tasarımı */
#ecem-up-text {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    display: block !important;
    pointer-events: none !important;
}

/* Mobilde butonu biraz küçültelim ki ekranı kaplamasın */
@media (max-width: 768px) {
    #PM_main #PM_ust a#toTop {
        width: 45px !important;
        height: 45px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
}