/* Header Start */
#mainnav {
    height: unset !important;
}
@media (min-width: 768px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 170px;
        width: 170px !important;
    }
}
@media (max-width: 992px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 140px;
    }
}

/* landing 1 */
.landing-page-first-banner .pa-fbanner-star {
    padding-block: 8px;
}
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-banner) .txt {
        margin-right: 5%;
    }
    section:nth-child(1 of .landing-page-first-banner) .txt .item-text {
        max-width: unset !important;
    }
    section:nth-child(1 of .landing-page-first-banner) h1 {
        font-size: 50px !important;
    }
    section:nth-child(1 of .landing-page-first-banner) p {
        font-size: 24px !important;
        margin-top: 1rem !important;
    }
}
@media (max-width: 768px) {
    .landing-page-first-banner .txt {
        justify-content: end;
    }
    .landing-page-first-banner .txt .item-text {
        align-items: center !important;
        padding-block: 5%;
        background-image: linear-gradient(0deg, #ffffffaa, transparent);
    }
    .landing-page-first-banner h1 {
        text-align: center !important;
        font-size: 34px !important;
    }
    .landing-page-first-banner .txt {
        justify-content: end !important;
        padding: 0;
    }
    .landing-page-first-banner p {
        display: block !important;
        font-size: 16px !important;
        text-align: center;
    }
    section:nth-child(1 of .landing-page-first-banner) .txt .item-text {
        background-image: linear-gradient(0deg, #000000aa, transparent);
    }
}

/* cats */
@media (max-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .g_cat .grid > div {
        grid-column: span 2;
    }
    .g_cat .grid > div:nth-child(4) {
        grid-column: 2/4;
    }
}

/* ads */
.ads .img {
    max-height: unset;
}

/* products */
.s-block--best-offers {
    margin-bottom: 5%;
}
custom-salla-product-card {
    height: 100% !important;
}
.image-title .title-heade {
  background-color: transparent;
}

/* Cust Opinions */
.section_c_r .content_tistimonial .imag_raduse {
  max-width: 65px;
  height: 65px;
}

/* نشرة */
.store-footer > div > .m-auto *:not(i) {
    color: #fff;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary);
}
#mce-EMAIL {
    color: #000;
}

/* footer */
.store-footer + div * {
    color: #fff;
}
.s-block--photos-slider {
    margin-top: 0rem;
    margin-bottom: 3rem;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .s-slider-block__title {
    margin-top: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}