/* Header Start */
:root {
    --color-primary: radial-gradient(#9A7D7A, #7A5F5C);    
}

#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-bannar .pa-fbanner-star {
    padding: 8px;
}
.landing-page-first-bannar .fbanner-star-btn {
    background: var(--color-primary) !important;
    font-size: 22px;
}
@media (min-width: 768px) {
    section:nth-child(1 of .landing-page-first-bannar) .txt {
        margin-right: 5%;
    }
    section:nth-child(1 of .landing-page-first-bannar) .txt .item-text {
        max-width: 700px;
    }
    section:nth-child(1 of .landing-page-first-bannar) h1 {
        font-size: 64px;
        line-height: 5.5rem;
    }
    section:nth-child(1 of .landing-page-first-bannar) p {
        font-size: 32px;
        margin-top: 5%;
    }
}
@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;
    }
}

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

/* 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 {
    background-color: var(--color-primary);
}
.banner_ad .img3 {
    display: none;
}
@media (min-width: 992px) {
    .banner_ad .img2 {
        grid-column-start: 2;
        grid-row: span 1 / span 2;
        grid-row-start: 1;
    }
}

@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;
    }
}

/* FW */
section.s-block.s-block--photos-slider {
    margin-bottom: 5%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
    width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
    padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
    margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}
/* FW */

/* 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;
}
.store-footer img {
    filter: brightness(0);
    max-width: 10rem;
}
/* Modify Price Color */
.total-price,
.main-content p.font-bold {
    color: #cb5b67;
}
/* Edit */
.article--main.product-description {
    height: 140px;
    overflow: hidden;
}
.s-add-product-button-main .s-add-product-button-mini-checkout {
    --salla-fast-checkout-button-border-radius: .75rem !important;

border: 1px solid #42626a;
border-radius: 10px;
}
body:not(.index) .navbar-brand img {
    filter: brightness(0)
}