/* Header */
.top-navbar {
    display: none;
}
#mainnav,
#mainnav img[alt="msafat logo"] {
    height: unset !important;
}
i.sicon-menu {
    color: var(--color-primary);
}

/* gr-main-banner */
section.gr-main-banner .container {
    margin-right: 3%;
    justify-content: start;
}
section.gr-main-banner p:first-child {
    font-weight: bold;
}
section.gr-main-banner p:nth-child(2) {
    margin-block: 22px;
}
.before\:bg-black:before {
    display: none;
}
@media (max-width: 576px) {
    section.gr-main-banner .container {
        margin-right: 1%;
        max-width: 200px;
    }
    section.gr-main-banner .image {
        height: 250px;
    }
    section.gr-main-banner p:first-child {
        font-size: 18px;
        text-align: start !important;
        line-height: 28px;
    }
    section.gr-main-banner span {
        padding-bottom: 0;
    }
    section.gr-main-banner p:nth-child(2) {
        margin-block: 14px;
        line-height: 22px;
        font-size: 12px;
        font-weight: 600;
        text-align: start !important;
    }
    section.gr-main-banner .title-sub_title-links {
        align-items: start !important;
    }
    section.gr-main-banner .btn_link a {
        font-size: 13px !important;
    }
    section.gr-main-banner .btn-slider {
        display: flex;
        justify-content: center !important;
        padding-inline: 0px !important;
        width: 120px;
    }
    section.gr-main-banner .link {
        display: none;
    }
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding: 0;
    }
}

/* products */
.s-product-card-price::before,
.main-content h2:has( > i.sicon-sar )::before {
    content: "يبدء من";
    font-size: 17px;
    margin-left: 8px;
}
.single-product .main-content .s-add-product-button-main .s-button-element {
    color: #fff !important;
}

/* Mobile */
section:has(img[ src *= 'ee53bb5a5698_1440x583' ]) {
  display: none;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
}
@media (min-width: 576px) {
  section:has(img[ src *= 'ee53bb5a5698_1440x583' ]) {
    display: block;
  }
  section:has(img[ src *= '844d3eacf87e_879x900' ]) {
    display: none;
  }
}

/* store-footer  */
.store-footer img[alt="msafat"] {
    width: 140px;
    height: unset;
    filter: brightness(0) invert();
}