/* Filament Bildirimler için Özel CSS */
.fi-no {
    z-index: 99999 !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
}

.fi-no-notification {
    z-index: 99999 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
}

/* Mobil için ayar */
@media (max-width: 768px) {
    .fi-no {
        top: 10px !important;
        right: 10px !important;
        left: 10px !important;
        max-width: calc(100% - 20px) !important;
    }
    
    .fi-no-notification {
        max-width: 100% !important;
    }
}

/* Footer alanından daha üstte olması için */
.site-footer-two {
    z-index: 10 !important;
}

/* Mobil navigasyon ile çakışmaması için */
.mobile-nav__wrapper {
    z-index: 9998 !important;
}

.mobile-nav__content {
    z-index: 9999 !important;
}

/* Mobil sepet bildirimleri için */
.mobile-cart-notification {
    z-index: 99999 !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    background: rgba(16, 185, 129, 0.95) !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    font-weight: 500 !important;
    max-width: 300px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Mobil için bildirim ayarı */
@media (max-width: 768px) {
    .mobile-cart-notification {
        top: 10px !important;
        right: 10px !important;
        left: 10px !important;
        max-width: calc(100% - 20px) !important;
    }
}
