section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 3rem;
}
section.storefront_almas.relative.w-full.lg\:h-\[660px\].h-\[450px\].flex.items-center.justify-start.lg\:bg-cover.px-4.sm\:px-6.lg\:px-12.mt-\[45px\].bg-cover.bg-center.pt-\[100px\].lg\:top-\[-45px\].lg\:mb-0 {
    margin-top: 6rem;
}
.main-menu li > a:hover {
    color: #ffffff !important;
}
.main-menu .sub-menu li a {
    color: white;
}
.banner--fixed img {
    background-color: rgb(243 244 246 / 0%);
}
@media (min-width: 1024px) {
  /* تعديل عرض العنصر ليعرض 5 كروت ونصف الكارت السادس */
  .s-slider-swiper-wrapper .slide--one-fifth.swiper-slide {
    width: calc(100% / 5.5) !important;
    flex-shrink: 0 !important;
  }

  /* إتاحة إزاحة العناصر بسلاسة */
  .s-slider-swiper-wrapper {
    box-sizing: border-box;
  }
#main-content > section:nth-child(8) {
    display: none;
}
#main-content > section:nth-child(10) {
    display: none;
}
#main-content > section:nth-child(12) {
    display: none;
}
#main-content > section:nth-child(15) {
    display: none;
}
}
.s-button-primary {
    color: #f87979;
}
@media (max-width: 768px) {
  #main-content > section:nth-child(7) {
    display: none;
  }
#main-content > section:nth-child(9) {
    display: none;
}
  #main-content > section:nth-child(11) {
    display: none;
}
#main-content > section:nth-child(14) {
    display: none;
}
}

.index section.s-block--fixed-banner:nth-of-type(1) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}