/* Header Start */
#mainnav {
    height: unset !important;
}
.top-navbar {
    display: none;
}
@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 */
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-banner) .txt {
        margin-left: 5%;
    }
    section:nth-child(1 of .landing-page-first-banner) .txt .item-text {
        max-width: 600px;
    }
    section:nth-child(1 of .landing-page-first-banner) h1 {
        font-size: 58px;
        line-height: 5.5rem;
    }
    section:nth-child(1 of .landing-page-first-banner) p {
        font-size: 28px;
        margin-top: 4%;
    }
}
@media (max-width: 768px) {
    section:nth-child(1 of .landing-page-first-banner) .txt {
        justify-content: end;
        padding: 0;
    }
    section:nth-child(1 of .landing-page-first-banner) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
        background-image: linear-gradient(0deg, #ffffffaa 90%, transparent);
    }
    section:nth-child(1 of .landing-page-first-banner) .txt .item-text h1 {
        text-align: center;
        font-size: 32px;
    }
}

/* 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;
}

/* ad banner */
.banner_ad .img1 div {
    background-position: 50% 70%;
}
.banner_ad img + a {
    background-color: var(--color-primary);
    color: #fff !important;
}
.banner_ad .img1 p {
    font-size: 54px;
    max-width: 70%;
    margin-inline: auto;
    line-height: 1.4;
}
@media (min-width: 992px) {
    .banner_ad .text {
        align-items: start !important;
        gap: 2rem;
    }
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        margin-right: 5%;
    }
}
@media (max-width: 992px) {
    .banner_ad p {
        line-height: 2rem;
    }
    .banner_ad .text {
        margin: 0 0 10px 0 !important;
    }
    .banner_ad .over {
        justify-content: center !important;
    }
    .banner_ad .img1 p {
        font-size: 34px;
    }
}

/* landing 2 */
@media (min-width: 768px) {
    section:nth-child(2 of .landing-page-first-banner) .txt {
        margin-right: 5%;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt .item-text {
        max-width: 600px;
    }
    section:nth-child(2 of .landing-page-first-banner) h1 {
        font-size: 58px;
        line-height: 5.5rem;
    }
    section:nth-child(2 of .landing-page-first-banner) p {
        font-size: 32px;
        margin-top: 4%;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .landing-page-first-banner) .txt {
        justify-content: end;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt .item-text h1 {
        font-size: 32px;
        text-align: center !important;
    }
}

/* 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;
}
@media (max-width:1199px){
a#cart-button {
    display: block !important;
}
salla-cart-summary.ml-\[5px\].rtl\:ml-\[unset\].rtl\:mr-\[5px\].hidden.lg\:flex.items-center.justify-between.gap-\[7px\].pointer-events-none.hydrated {
    display: block !important;
}
.s-cart-summary-wrapper #s-cart-icon {
    display: none !important;
}}
/* Edit */
.article--main.product-description {
    height: 140px;
    overflow: hidden;
}
.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;
}