body, .s-comments-product{
background-color: #FFFDF6;
}


.bg-inherit {
background: transparent;
backdrop-filter: blur(10px);
}

.bg-white{
background-color: #FFFDF6;
}

.top-navbar {
display:none;
}

.s-block--features__item:hover{
box-shadow: none;
}


.s-button-btn{
padding:18px 30px 18px 30px;
}

.s-block__title{
display:none;
}

.s-product-card-sale-price{
font-size: 25px !important;
line-height: 4.25rem;
color: #FA579C
}


.s-product-card-content-sub{
justify-content: center;
}

.s-product-card-content{
align-items: center;
background-color: #FFFDF6;
}

.contact-slot::nth-child(2){
display:none;
}


.footer-is-light .store-footer .store-footer__inner{
background-color: #FFFDF6;
    background-image: url(https://i.postimg.cc/zv8dQ4r2/Group-37.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px;
    padding-top: 100px;
    color:#FFFFFF;
}

.div.md\:flex, .py-4, .gap-8{
background-color:#26A393 !important;
}



.s-block--features__item .feature-icon{
height: 8rem;
width: 8rem;
border-radius: 0px;
background-color: transparent !important;
}


.sicon-database-add:before{
    content: '';
    display: block;
    background-image: url(https://i.postimg.cc/nzC7hk1V/Group-13.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width:90px;
    height: 90px;
    }
    
    
.sicon-database-cancel:before{
content: '';
display: block;
background-image: url(https://i.postimg.cc/59ZxG3Y5/Group-14-1.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width:90px;
    height: 90px;
    }
    
.sicon-database-lock:before{
content: '';
display: block;
background-image: url(https://i.postimg.cc/QMxs5YwD/Group-15.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width:120px;
    height: 120px;
    }
    
.banner--fixed img{
background-color: transparent !important;
}

.sicon-user-circle, .sicon-shopping-bag, .sicon-menu{
color: black;
}

.s-product-card-wishlist-btn{
display:none;
}

#mobile-menu{
color:black;
}

.full-banner-entry::after{
display:none;
}

.full-banner-entry::before{
display:none;
}

.full-banner-entry{
background-color: transparent !important;
}

.copyright-text p{
color: white;
}




@media screen and (max-width: 959px){

.full-banner-entry{
display:none;
}

.s-products-list-vertical-cards{
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.s-block--features__item{
background-color: transparent;
border-radius: 0px;
}

.s-product-card-content-title a{
font-size: 16px;
}

.py-4{
padding-top: 9rem;
}

}



@media screen and (min-width: 960px){

.s-block--fixed-banner{
display:none;
}

.s-block--features__item{
background-color: transparent;
border-radius: 0px;
}

.s-block--features__item:first-child{
border-left: solid 4px #FA579C;
}

.s-block--features__item:nth-child(2){
border-left: solid 4px #FA579C;
}

.s-products-list-vertical-cards{
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-product-card-content-title a{
font-size: 25px;
}



}