/* Add custom CSS styles below */ 

.product-card__content{
    background-color:#2b1e16;
}
.product-card__price .total-price{
    color: #D4AF37;
}

.carousel-slider .swiper-wrapper>div .flex.flex-col{
    background-color: #1C1815 !important;
    border: 1px solid #D4AF37;
    color: #fff !important;
}
body.index .bg-storeBG {
    background-color: #221910;
}

body.product-single p
,body.product-single li
,body.product-single h2
,body.product-single h3
,body.page-single h1,
body.page-single p,
body.page-single h3{
  color:#fff;
}
body.product-single li::marker {
    color:#fff !important;
}

select#product-filter,
button.btn-tab.btn--collapse{
    background-color: #221910 !important;
}
.product-single .product-single__info button.btn--wishlist, .product-single .product-single__info button.s-social-share-btn {
    color: #221910 !important;
}

.s-product-options-thumbnails-wrapper p {
    color: #fff !important;
}