/* Add custom CSS styles below */ 
/* Header */

.default__header .main-menu li.root-level > a ,
.sicon-user-circle:before{
   
    color: #d79c9b;
}
.justify-end.icon-header path {
    stroke: #d79c9b;
}
.main-nav-container {
    min-height: 100px;
}
/* Main Banner */
.main_banner-0 .main-img img {
    transform: unset !important;
    animation: unset !important;
}
.main_banner-0 .dis_background,
.main_banner-0 .pro_background,
.main_banner-0 .pro_addit {
    display: none;
}

.about_products .sub_container {
    /* background-image: linear-gradient(90deg, #3ED2AD, #206C59); */
    background: linear-gradient(270deg, #FDAAAA 0%, #FFD5D5 100%) !important;
}
/* Categories List Start 1 */
section:nth-child(1 of .s-block--banners.container) {
    margin-top: 2rem !important;
    max-width: 900px;
}
section:nth-child(1 of .s-block--banners.container) .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(1 of .s-block--banners.container) a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section:nth-child(1 of .s-block--banners.container) .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
section.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block--banners.container .s-block__title * {
    padding: 0;
}
section.s-block--banners.container h2 {
    font-size: 32px;
}

.s-rating-stars-wrapper {
 
    display: none;
}
@media(min-width:768px) and (max-width:1200px){
    section:nth-child(1 of .s-block--banners.container) a.banner-entry {
        height: 225px;
    }
}
@media(max-width:768px){
    section:nth-child(1 of .s-block--banners.container) a.banner-entry {
        height: 250px;
    }

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  
}
@media(max-width: 576px){
    section:nth-child(1 of .s-block--banners.container) a.banner-entry {
        height: 150px;
    }
}
/* Categories List End 1 */

/* about_products */
.about_products .sub_container {
    background-image: linear-gradient(90deg, #3ED2AD, #206C59);
}
.about_products .slide_sub_head,
.about_products .slide_head {
    color: #111 !important;
}

/* fw */
section.s-block--photos-slider {
    margin-block: 3rem;
}
section.s-block--photos-slider .s-slider-container {
    padding: 0;
}
section.s-block--photos-slider .s-slider-block__title {
    display: none;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

/* Categories List Start 2 */
section:nth-child(2 of .s-block--banners.container) {
    margin-block: 3rem;
}

/* featuers_store */
.featuers_store {
    margin-block: 4rem;
}

/* Products */
section.s-block--best-offers {
    margin-block: 3rem;
}





/*Banner products*/
.about_products .sub_container {
  background-color: #e2cdb6 !important ;
}

.about_products .main_slider .mySwiper {
  background-color: hsl(0deg 0% 100% / 31%) !important;
}




/****/



/* footer */
.store-footer__inner {
    padding-bottom: 0;
}
.store-footer__inner p {
    font-size: 19px;
    line-height: 2rem;
}
.footer-bottom.bg-font-color {
    background-color: #231f1e;
}

.container.main_banner {
    animation: fadeIn 2s ease-in-out infinite alternate;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/**.swiper-backface-hidden .swiper-slide {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)),
    linear-gradient(90.04deg, rgba(0, 0, 0, 0) 24.36%, #4B5A2B 105.59%) !important ;
}

.swiper-slide-active {
    animation: fadeIn 1s ease forwards;
}*/
.swiper-backface-hidden .swiper-slide {
  
}