.mobile-menu.mm-spn {
    background: #fff;
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* إظهار الأيقونة في الهيدر بالجوال بس، وإخفاءها في الديسكتوب لتفادي التكرار */
@media (max-width: 768px) {
  .custom-mobile-login-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-inline-start: 8px;
  }
  .custom-mobile-login-icon img,
  .custom-mobile-login-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 769px) {
  .custom-mobile-login-icon {
    display: none !important;
  }
}

.s-block--photos-slider {
  margin-bottom: 20px
}