/* ══ HEADER V2 - EgzotikMarket - EJDER KIRMIZISI ══ */

/* ═══ DRIP - Sticky header altında ═══ */
#sticky-wrap {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

/* Drip kaldırıldı */

.drip-overlay-v2 { display: none !important; }

/* ═══ TOPBAR - Koyu Bordo ═══ */
body #topbar,
html body #topbar,
#topbar {
    background: #5c0020 !important;
    background-color: #5c0020 !important;
}

/* ═══ HEADER - Ejder Kırmızısı ═══ */
body #header,
html body #header,
#header,
div#header {
    background: linear-gradient(180deg, #8B0035 0%, #A31545 100%) !important;
    background-color: #8B0035 !important;
}

/* ═══ NAVBAR - Pembe Bordo ═══ */
body #navbar,
html body #navbar,
#navbar,
nav#navbar {
    background: linear-gradient(180deg, #C71585 0%, #ec4899 100%) !important;
    background-color: #C71585 !important;
}

#navbar .nit,
#navbar a,
nav#navbar .nit,
nav#navbar a {
    color: white !important;
}

#navbar .nit:hover {
    background: rgba(255,255,255,0.2) !important;
}

/* ═══ HEADER TEXT - Beyaz ═══ */
#header .hdr-r,
#header .hdr-r *,
#header .hic,
#header .hic * {
    color: white !important;
}

/* ═══ SEARCH BOX ═══ */
#header .srch {
    background: white !important;
}
#header .srch input {
    background: white !important;
    color: #333 !important;
}
#header .srch button {
    background: #06b6d4 !important;
}

/* ═══ BUTONLAR ═══ */
#header .register-btn-hdr,
body #header .register-btn-hdr {
    background: white !important;
    color: #8B0035 !important;
    border-color: white !important;
}
#header .login-btn-hdr,
body #header .login-btn-hdr {
    background: transparent !important;
    color: white !important;
    border: 2px solid white !important;
}

/* ═══ SEPET ═══ */
#header .hic {
    background: rgba(255,255,255,0.15) !important;
    border-color: rgba(255,255,255,0.3) !important;
}
#header .cbdg {
    background: #06b6d4 !important;
}

/* ═══ MAIN CONTENT ═══ */
#main-content,
main#main-content {
    margin-top: 20px !important;
    position: relative;
    z-index: 1;
}

/* ═══ TOPBAR TEXT ═══ */
#topbar *,
#topbar a,
#topbar span {
    color: #ffccdd !important;
}
#topbar a:hover {
    color: white !important;
}

/* ═══ LOGO - Yuvarlak Beyaz ═══ */
#header .logo,
body #header .logo,
html body #header .logo,
.logo {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    background: white !important;
    border-radius: 50% !important;
    border: 4px solid #06b6d4 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
    padding: 10px !important;
    margin: 5px 20px !important;
    font-family: 'Pacifico', cursive !important;
    font-size: 16px !important;
    color: #06b6d4 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    overflow: hidden !important;
}
#header .logo em,
body #header .logo em {
    font-style: normal !important;
    color: #C71585 !important;
    font-size: 14px !important;
    display: block !important;
}
#header .logo small,
body #header .logo small {
    display: none !important;
}


/* ═══ MODAL Z-INDEX FIX ═══ */
#auth-modal-wrap,
#auth-modal-backdrop,
#cart-panel,
#adm-login-modal,
#adm-modal,
.modal,
.modal-overlay {
  z-index: 99999 !important;
}
#auth-modal-box,
.modal-box,
.modal-content {
  z-index: 100000 !important;
}


/* ═══ CANLI DESTEK Z-INDEX FIX ═══ */
#chat-widget,
#chat-bubble,
#live-chat,
.chat-widget,
.chat-bubble,
.chat-container,
#support-chat,
.support-widget {
  z-index: 999999 !important;
}


/* ═══ MOBİL MENÜ VE MODAL Z-INDEX ═══ */
#mob-cat-panel,
#order-modal,
.mob-cat-panel,
.order-modal,
#cart-panel {
  z-index: 9999 !important;
}

/* Backdrop'ları da düzelt */
.mob-cat-backdrop,
.modal-bd,
#mob-cat-backdrop {
  z-index: 9998 !important;
}


/* ═══ GİZLİ ELEMENTLER ═══ */
#mob-cat-menu:not(.on),
#order-detail:not(.on),
.od-wrap:not(.on) {
  display: none !important;
}

/* Mobil kategori menüsü */
#mob-cat-menu {
  display: none !important;
}
#mob-cat-menu.on {
  display: block !important;
}

/* Sipariş detay */
#order-detail,
.od-wrap {
  display: none !important;
}
#order-detail.on,
.od-wrap.on {
  display: block !important;
}


/* ═══ MOBİL MENÜYÜ MASAÜSTÜNDE GİZLE ═══ */
#mob-nav {
  display: none !important;
}

#mob-search-overlay {
  display: none !important;
}

/* Sadece mobilde göster */
@media (max-width: 768px) {
  #mob-nav {
    display: flex !important;
  }
}
