/* Add custom CSS styles below */ 
.s-button-btn, .s-price-range-number-input{
color:white;
background-color:#d4a172;

}

.s-product-card-image img.loaded{
border: 1px #aeaeae solid;
    border-radius: 8px;

}


.slide--cat-entry{
height:13rem;
padding:15px;
background-color:transparent!important;

}

.swiper-wrapper.s-slider-swiper-wrapper:has(.slide--cat-entry img) {
  display: flex !important;
  justify-content: center !important;
}

.main-nav-container{
background-color:#425f5b;
color:white;
}

.header-btn, [class^=sicon-], [class*=" sicon-"], .s-cart-summary-total{
color:white;
}

.store-footer__inner, .store-footer{
background-color:#425f5b;
}

.copyright-text p{
color:white!important;
}

.main-menu li>a:hover{
color:#b2b2b2;
}
.main-menu .sub-menu{
color:black;
}