/* app */
.app-inner {
    background-image: url('https://cdn.salla.sa/form-builder/wuLW1jfjaGp9bb5fpcMUF2h6l0snR2mb9OKKZ3YA.webp') !important;
    background-size: cover !important;
}

/* Header */
#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-bannar .pa-fbanner-star {
    padding: 8px;
}
.landing-page-first-bannar .fbanner-star-btn {
    background-color: var(--color-primary) !important;
}
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) .txt {
        margin-left: 5%;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text {
        max-width: 500px;
    }
    section:nth-child(1 of .landing-page-first-bannar) h1 {
        font-size: 54px;
        line-height: 5.4rem;
    }
    section:nth-child(1 of .landing-page-first-bannar) p {
        font-size: 26px;
        margin-top: 7%;
    }
}
@media (max-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) .txt {
        justify-content: end;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text h1 {
        text-align: center;
        font-size: 32px;
    }
}

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

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

/* landing 2 */
.landing-page-first-bannar .pa-fbanner-star {
    padding: 8px;
}
@media (min-width: 768px) {
    section:nth-child(2 of .landing-page-first-bannar) .txt {
        margin-right: 10%;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt .item-text {
        max-width: 500px;
    }
    section:nth-child(2 of .landing-page-first-bannar) h1 {
        font-size: 54px;
        line-height: 5.4rem;
    }
    section:nth-child(2 of .landing-page-first-bannar) p {
        font-size: 26px;
        margin-top: 7%;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .landing-page-first-bannar) .txt {
        justify-content: end;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt .item-text {
        align-items: center !important;
        padding-bottom: 5%;
    }
    section:nth-child(2 of .landing-page-first-bannar) .txt .item-text h1 {
        text-align: center;
        font-size: 32px;
    }
}

/* products */
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 {
}
.banner_ad .img2 .text,
.banner_ad .img3 .text {
    gap: 2rem;
    max-width: 270px !important;
    margin: 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;
    }
}

/* weeklyOffers */
.weeklyOffers {
    background-color: #f7d9dfaa !important;
}
.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;
}.s-tabs-header salla-tab-header[name="tab_three"] {
    display: none;
}