/* Header */
.navbar-brand img {
    aspect-ratio: unset;
    width: 200px !important;
    max-width: 200px;
}

/* Main Banner */
.s-main-banner .banner__content .section__title .title__description {
    text-align: start;
}
@media screen and (max-width: 768px) {
    .s-main-banner {
        min-height: 250px;
        align-items: start;
    }
}
@media screen and (max-width: 768px) {
    .s-main-banner.content_top .banner__content {
        margin: 0;
        margin-right: auto;
        max-width: 190px;
        z-index: 11;
        position: relative;
    }
    .s-main-banner.content_top picture img {
        object-fit: cover;
        object-position: 85%;
    }
    .s-main-banner.content_top .banner__content h2 {
        text-align: start;
    }
    .s-main-banner.content_top .banner__content p {
        font-size: 19px !important;
    }
    /* Overlay */
    section.s-main-banner::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(90deg, #ffffffaa, transparent);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}

/* Features */
@media (min-width: 1024px) {
    .features.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 1rem;
    }
}
@media (max-width: 1024px) {
    .features.grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 1rem;
    }
    .features.grid .feature {
        grid-column: span 2;
    }
    .features.grid .feature:last-child {
        grid-column: 2/4;
    }
}

/* HIDE */
.header__svg,
section.fixbanner-sec .icons {
    display: none;
}

/* fixbanner-sec */
section.fixbanner-sec .mainside {
    background-color: #ae894e;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}


/* review_cus_sec */
section.review_cus_sec #thumbsrev .swiper-slide {
    background-color: var(--color-primary);
}
section.review_cus_sec #thumbsrev .swiper-slide * {
    color: #fff !important;
}


/* footer */
@media (max-width: 1024px) {
    .store-footer * {
        text-align: center;
        margin-inline: auto;
    }
    .store-footer img[alt="حكاية بُن logo"] {
        background-color: #fff;
    }
}
.top-navbar {
    display: none;
}