/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 3.9rem;
}

body{
background:#fff !important ;
}

.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.two-row .banner-entry:first-child {
    height: 200px;
} 
.s-block--banners .md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.banner-entry{
background :#fff !important ;
transition:0.3S;
}

.banner-entry:hover{
transform:scale(1.1);
}

.store-footer * {
color:#fff ;
}
.footer-is-light .store-footer {
    background-position: bottom;
    background-image: url(https://i.postimg.cc/LX5kGqG1/image.png);
    border-radius: 20px;
    padding: 10px;
    margin: 70px 12px 12px 12px;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
    border:none !important;
}

.copyright-text p{
color:#fff ;
}
.s-block--features__item .feature-icon {
    overflow: visible;
    background-color: #fff;
}
.s-slider-block__title h2 , .s-block__title h2 {
    font-size: 25px;
    color: #8c6239;
}
.s-block--features__item .feature-icon i {
    font-size: 65px;
    color: #8c6239;
}
.s-button-btn{
 background-color: #8c6239;
 color:#fff ;
 border-radius:30px;
}
.s-cart-summary-count {
    background-color: #8c6239;
}

.header-btn__icon{
font-size:25px !important;
color: #8c6239;
border:none !important;
}
.s-product-card-vertical .s-product-card-image{
 border-radius:0.75rem;
}
.s-block--features__item h2{
 font-size: 20px;
  color: #8c6239;
  margin-top:10px;
    margin-bottom:8px;
}

@media(max-width:992px){
.banner-entry  ,.two-row .banner-entry:first-child {
    height: 134px;
   
   
}
}
@media (max-width:768px){

.banner-entry {
    height: 70px;
}

.two-row .banner-entry:first-child {
    height: 70px;
} 

}