/* Add custom CSS styles below */ 

.s-button-btn{
border-radius: 0.4rem;
    background: #775845;
    border: 0px;
    color: white;
    box-shadow: 0px 0px 7px gray;
    }
    
    .s-block--slider-with-bg .slider-bg{
        background-position: left;
    }
    
    .s-product-card-vertical{
    }
    
    
    .store-footer__inner{
        border-radius: 20px;
    margin: 16px;
    background: #775845 !important ;
    padding : 15px ;
    color: #fff;
    box-shadow: 0px 0px 12px 3px #80808082 , 0px -6px 0px 0px #3f342f;

    }
    
    .feature-icon{
box-shadow: 2px -4px 19px 1px #a27a0069 !important;    }


.bg-inherit{
background-color: rgba(255, 255, 255, 0.4) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(12px);
}

.s-product-card-image{
    background: white;

}





p > strong {
color : #775845!important

}

.s-product-card-promotion-title , .promotion-title{

background: #775845;
}