/* Hide email/contact from top header only */
header.store-header .top-navbar salla-contacts[is-header] {
  display: none !important;
}

/* تقليل المسافات بين أقسام الصفحة الرئيسية */
body.index .s-block {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* منع جمع مسافة القسم السابق مع القسم التالي */
body.index .s-block + .s-block {
  margin-top: 12px !important;
}

/* تثبيت مقاسات بنرات الصفحة الرئيسية لمنع اللخبطة CLS */
body.index main .s-block--bundle-hero-banner {
  overflow: hidden !important;
}

body.index main .s-block--bundle-hero-banner > * {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

/* الهيرو الرئيسي 1000x584 أو 1400x818 */
body.index main .s-block--bundle-hero-banner:nth-of-type(1) {
  aspect-ratio: 1000 / 584 !important;
}

/* بنر العرض الأول 1440x480 */
body.index main .s-block--bundle-hero-banner:nth-of-type(3) {
  aspect-ratio: 1440 / 480 !important;
}

/* بنر العرض الثاني 1440x515 */
body.index main .s-block--bundle-hero-banner:nth-of-type(4) {
  aspect-ratio: 1440 / 515 !important;
}

/* التابلت */
@media (max-width: 1199px) {
  body.index .s-block,
  body.index .s-block + .s-block {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

/* الجوال */
@media (max-width: 767px) {
  body.index .s-block,
  body.index .s-block + .s-block {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}