/* Announcement bar always above header */
.announcement-bar,
.salla-announcement-bar,
.salla-theme__announcement,
.top-bar,
.header-announcement {
  position: relative !important;
  z-index: 9999 !important;
}

/* Header stays under the bar */
header,
.store-header,
.salla-theme__header,
.site-header {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 18px !important; /* زوّد/قلّل حسب الشكل */
}