/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2026 | 08:34:11 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.top-bar {
  
    margin-bottom: 50px;
}
.white-text #primary {
    background-color: black;
}

.white-text .product-card_text h3 a {
    color: white !important;
}

.white-text span.dark-mode.span{
	color: white !important;
}

.white-text .top-bar{
	border-bottom: 1px solid #ffffff;
}

.white-text h1.woocommerce-products-header__title.page-title {
	color: white !important;
}

.white-text .sort span{
	color: white !important;
}

.white-text span.filter-text{
	color: white !important;
}

.white-text span.icon.filter-icon svg{
	color: white;
}

body.archive.tax-product_cat h1.woocommerce-products-header__title.page-title{
font-weight: 300;
font-size: 64px;
line-height: 120%;
letter-spacing: 0%;
margin: 0;
}

body.archive.tax-product_cat header.woocommerce-products-header{
	display: flex;
    align-items: center;
	gap: 24px;

}

body.archive.tax-product_cat form.woocommerce-ordering{
	display: none;
}



body.archive.tax-product_cat p.woocommerce-result-count{
	display: none;
}

body.archive.tax-product_cat header.woocommerce-products-header p.woocommerce-result-count{
	display: block;
	color: #DFDDD8;
	font-weight: 300;
font-size: 64px;
line-height: 120%;
letter-spacing: 0%;
margin: 0;	

}
body.archive .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    right: 0px;
   
}
body.archive .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 24px;
    height: 24px;
}
body.archive.tax-product_cat .wrap_pp{
	display: none;
}

body.archive.tax-product_cat li.product.type-product {
    width: 12%;
    margin: 0 0.5% .1em 0;
}

body.archive.tax-product_cat ul.products.columns-8{
	padding-top: 40px;
}