/* 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 */
.landing-page-first-banner .pa-fbanner-star {
    padding-block: 8px;
}
section:nth-child(1 of .landing-page-first-banner) p {
    font-weight: 600 !important;
}
@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: 460px;
    }
    section:nth-child(1 of .landing-page-first-banner) h1 {
        font-size: 58px !important;
        line-height: 5.5rem;
        max-width: 300px !important;
    }
    section:nth-child(1 of .landing-page-first-banner) p {
        font-size: 26px !important;
        margin-top: 8%;
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    section:nth-child(1 of .landing-page-first-banner) .txt {
        justify-content: end;
    }
    section:nth-child(1 of .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;
    }
}

/* cats */
@media (max-width: 992px) {
    .g_cat .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

/* landing 1 */
section:nth-child(2 of .landing-page-first-banner) h1 {
    font-weight: 500 !important;
}
@media (min-width: 768px) {
    section:nth-child(2 of .landing-page-first-banner) .txt {
        margin-left: 5%;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt .item-text {
        max-width: 460px;
    }
    section:nth-child(2 of .landing-page-first-banner) h1 {
        font-size: 58px !important;
        line-height: 5.5rem;
        max-width: 500px !important;
    }
    section:nth-child(2 of .landing-page-first-banner) p {
        font-size: 26px !important;
        margin-top: 8%;
        max-width: 100% !important;
    }
}
@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%;
        background-image: linear-gradient(0deg, #00000077 60%, transparent);
    }
    section:nth-child(2 of .landing-page-first-banner) .txt .item-text h1 {
        text-align: center;
        font-size: 32px;
    }
}

/* ad banner */
.banner_ad .img1 div {
    background-position: 50% 70%;
}
@media (min-width: 992px) {
    .banner_ad .text {
        align-items: start !important;
        gap: 2rem;
    }
    .banner_ad .img1 p {
        font-size: 52px !important;
        max-width: 400px;
        line-height: 1.7 !important;
    }
    .banner_ad .img2 .text,
    .banner_ad .img3 .text {
        margin-right: 5%;
        max-width: 300px;
        gap: 2rem !important;
        align-items: center !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 .bg-\[var\(--s-color\)\] {
    background-color: #F3EDE9 !important;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary);
}
#mce-EMAIL {
    color: #000;
}

/* footer */
.store-footer + div * {
    color: #fff;
}


/* إخفاء قسم "آراء العملاء" في صفحات التصنيف */
/*.product-index .section_c_r,
.category-index .section_c_r {
  display: none !important;
}*/