/* 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 */
section:nth-child(1 of .landing-page-first-banner) .txt {
    justify-content: end !important;
    padding-bottom: 2rem;
}
@media (min-width: 768px) {
    .slider-banner-main-0, .video-banner-main-0 {
        height: 120vh;
    }
    section:nth-child(1 of .landing-page-first-banner) h1 {
        font-size: 54px !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%;
    }
    .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;
    }
}

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

/* offers end soon */
.dead_line .product_deadline img {
    object-fit: contain;
    height: 175px;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 5%;
}
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%;
}

/* products */
.s-block--best-offers {
    margin-bottom: 5%;
}
custom-salla-product-card {
    height: 100% !important;
}
.image-title .title-heade {
  background-color: transparent;
}
@media (min-width: 1280px) {
    .s-block--best-offers.container {
        max-width: 1580px;
    }
}

/* ad banner */
.banner_ad .img1 div {
    background-position: 50% 70%;
}
.banner_ad img + a {
    background-color: var(--color-primary);
}
@media (min-width: 992px) {
    .banner_ad .text {
        align-items: start !important;
        gap: 2rem !important;
    }
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        margin-inline: 5% !important;
    }
    .banner_ad .img1 p {
        font-size: 54px;
        max-width: 400px;
        line-height: 5rem !important;
    }
}
@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;
    }
}

/* weeklyOffers */
.weeklyOffers p {
    line-height: 2.8rem;
}
@media (max-width: 768px) {
    .weeklyOffers {
        height: 70vh;
    }
    .weeklyOffers p:first-of-type {
        font-size: 28px;
        margin-top: 3%;
        
    }
    .weeklyOffers p {
        line-height: 1.8rem;
        text-align: center;
    }
}

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