/* Yalnızca açılır menüye özel overflow düzeltmesi */
#notifications-wrapper,
.dropdown-menu.show {
  position: fixed !important;
  z-index: 10000 !important;
  top: 60px !important;
  right: 40px !important;
  transform: none !important;
  overflow: visible !important;
}

/* Sadece slider'daki stacking problemine özel müdahale */
.swiper-wrapper,
.swiper,
.mySwiper {
  z-index: 0 !important;
}

/* Tüm sayfayı etkilemeden sadece header dropdown'lar overflow yapsın */
.header__content,
.header_dropdown,
.header_actions {
  overflow: visible !important;
}
