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

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
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 !important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-wrapper,
section.s-block.s-block--photos-slider .swiper-slide img, section.s-block.s-block--photos-slider .up_selling1-product-image2 {
    width: 100% !important;
    transform: unset !important;
    margin: 0 !important;
    max-width: 100% !important;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav,
section.s-block.s-block--photos-slider .s-slider-block__title{
  display: none;
}

/* cats */
.g_cat .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width: 480px) {
    .g_cat .swiper-slide {
        width: 100% !important;
        max-width: unset !important;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-bottom: 5%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: 44% 55% !important;
    gap: 1rem !important;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 325px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:nth-child(1) {
    grid-row: 1/3;
    height: 100%;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 280px;
}
}
@media(max-width:992px){
a.banner-entry{
    height: 230px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 170px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container .grid {
    gap: 0.5rem !important;
}
a.banner-entry{
    height: 100px;
}
}
/* Categories List End */

/* 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);
}
@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;
    }
}
@media (max-width: 480px) {
    .weeklyOffers .swiper-slide {
        width: 100% !important;
        max-width: unset !important;
    }
}

/* Cust Opinions */
.section_c_r .content_tistimonial .imag_raduse {
  max-width: 65px;
  height: 65px;
}

/* footer */
.store-footer > div > .m-auto *:not(i) {
    color: #fff !important;
}
#mc-embedded-subscribe {
    background: #fff !important;
    color: var(--color-primary) !important;
}
#mce-EMAIL {
    color: #000;
}
.store-footer + div *,
.copyright-text p {
    color: #fff !important;
}
.copyright-text a:hover {
    color: #bbb;
}
.store-footer__inner {
    background-color: #fff;
}