/* =========================
   إخفاء التوب نافبار وإلغاء أي فراغ
========================= */

.top-navbar {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}


/* =========================
   توسيط الفوتر بالكامل
========================= */

.store-footer__inner {
  text-align: center;
}

/* توسيط أعمدة الفوتر */
.store-footer__inner .container {
  justify-items: center;
  text-align: center;
}

/* توسيط الشعار / اسم المتجر */
.store-footer__inner a.flex {
  justify-content: center !important;
}

/* توسيط السجل التجاري */
.store-footer__inner .flex.gap-4 {
  justify-content: center !important;
}

/* توسيط بيانات التواصل */
.store-footer__inner .s-contacts-list,
.store-footer__inner .s-contacts-item {
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

/* توسيط روابط الفوتر */
.store-footer__inner .s-menu-footer-list {
  text-align: center;
}

/* توسيط السوشيال */
.store-footer__inner .s-social-list {
  justify-content: center !important;
}


/* =========================
   إخفاء البحث
========================= */

/* =========================
   إخفاء التوب نافبار بالكامل
========================= */

.top-navbar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* إخفاء القائمة العلوية + البحث + الأزرار داخل الهيدر */
.top-navbar .flex-1.flex.items-center.gap-2,
.top-navbar salla-menu[topnav],
.top-navbar .s-menu-topnav-list,
.top-navbar .header-buttons,
.top-navbar .header-search,
.top-navbar salla-search,
.top-navbar .s-search-modal,
.top-navbar .s-search-container,
.top-navbar .s-search-input-wrapper,
.top-navbar .s-search-input {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}