:root {
  --on-sale-bg: rgba(80, 173, 85, 1);
  --on-sale-color: #ffffff;
  --on-sale-font-size: 12px;
  --on-sale-line-height: 1.2;
  --on-sale-font-weight: 600;
  --on-sale-padding: 5px 10px;
  --on-sale-min-width: 50px;
  --on-sale-text-transform: uppercase;
	
  --breadcrumbs-color: #767676;
  --breadcrumbs-color-hover: #555555;
  --breadcrumbs-font-size: 15px;
  --breadcrumbs-font-weight: 400;
	
  --breadcrumbs-color-last: #242424;
  --breadcrumbs-color-last-hover: #242424;
  --breadcrumbs-font-weight-last: 600;
	
  --category-title-desctop: 30px;
  --category-title-mobile: 22px;
  --category-title-color: #242424;
  --category-title-line-height: 1.4;
  --category-title-font-weight: 600;
	  
  --filter-border-color: #005789;
  --filter-border-width: 3px 3px 3px 3px;
  --filter-border-radius: 0px 0px 0px 0px;
	
  --filter-title-font-size: 16px; 
  --filter-title-font-weight: 500; 
  --filter-title-color: #333333;
	
  --filter-category-color: #767676;
  --filter-category-color-hover: #242424;
  --filter-category-font-weight: 500;
	
  --product-card-gap: 12px;
  --product-card-title-font-size: 15px;
  --product-card-title-font-weight: 600;
  --product-card-title-color: #333333;
  --product-card-title-color-hover: #767676;
	
  --product-card-price-font-size: 15px;
  --product-card-price-color: rgba(229,63,83,1);
  --product-card-price-font-weight: 600;
	
  --product-card-price-font-size-del: 100%;
  --product-card-price-color-del: #242424;
  --product-card-price-font-weight-del: 400;
	
}

body, .separate-containers .inside-article{
	background-color: rgb(246,245,248);
}

.site-content{
	margin-bottom: 40px;
}
.container-ks{
    display: flex;
	width: 100%;
	gap: 30px;
}

@media only screen and (max-width: 600px) {
	.container-ks{
		flex-direction: column;
	}
}

.site-content .content-area{
	width: 100% !important;
}
body, html{
	overflow: visible;
}
@media only screen and (max-width: 600px) {
	body, html{
		overflow-x: hidden !important;
	}
}

/****/
/* FOOTER FIX */
.footer-logo{
	max-width: 230px !important;
}
.container.main-footer.wd-entry-content{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.site-footer .image-footer-fix-1{
	max-width: 86px !important;
}

.site-footer .image-footer-fix-2{
	max-width: 83px !important;
}

.breadcrumb-trail{
	display: none !important;
}

.block-ks-header{
	display: flex;
	align-items: start;
	gap: 10px;
	flex-direction: column;
}

.cat-link img{
	max-width: 25px !important;	
}

@media only screen and (max-width: 600px) {
	.ks-category-header{
		flex-direction: column;
	}
	.block-ks-header{
		flex-wrap: wrap;
	}
	
	.wc-columns-container .products{
		grid-gap: 10px;
	}
}
.woocommerce-result-count{
	margin-bottom: 0px !important;
}
.woocommerce-ordering{
	margin-bottom: 0px !important;
}
.ks-category-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
/****/

.woocommerce-breadcrumb{
	margin-bottom: 0px !important;
}

.woocommerce-products-header__title.page-title{
	margin-bottom: 0px !important;
}

.breadcrumb-trail a, .breadcrumb-trail span{
	color: var(--breadcrumbs-color);
	font-weight: var(--breadcrumbs-font-weight);
	font-size: var(--breadcrumbs-font-size);
}
.breadcrumb-trail .breadcrumb_last{
	color: var(--breadcrumbs-color-last);
	
	font-weight: var(--breadcrumbs-font-weight-last);
}

.ks-category-header .breadcrumb-trail{
	display: block !important;
}

.woocommerce-products-header__title.page-title{
	font-size: var(--category-title-desctop);
	color: var(--category-title-color);
	line-height: var(--category-title-line-height);
    font-weight: var(--category-title-font-weight);
}
.open-filter img{
	width: 21px;
}
.open-filter{
	display: none;
	font-size: 15px;
	color: #242424;
	font-weight: 600;
	gap: 5px;
}
@media only screen and (max-width: 600px) {
	.open-filter{
		display: flex;
	}
	
	.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar{
		height: 100%;
	}
	.woocommerce-products-header__title.page-title{
		font-size: var(--category-title-mobile);
	}
	.woocommerce-result-count{
		display: none;
	}
	.inside-article{
		padding: 0px 15px 0px 15px !important;
	}
	.woocommerce-pagination{
		width: 100% !important;
		margin-left: 0px !important;
	}
	.ks-category-header{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.ks-category-header .block-ks-header{
		width: 100%;
	}
	
	.ks-category-header .block-ks-header:first-of-type {
		padding-bottom: 0px;
		/*border-bottom: solid 1px #0000001C;*/
	}
	
	.ks-category-header .block-ks-header:nth-of-type(2){
		margin-top: 20px;
		justify-content: space-between;
	}
	.widget-area.sidebar{
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10002;
		height: 100vh;
		max-height: 100vh;
		background-color: #ffffff;
		width: 300px;
		max-width: 300px;
		transform: translateX(-340px);
		transition: all .3s ease-out;
	}
	
	.widget-area.sidebar.open{
		transform: translateX(0px);
	}
	
	.open-filter
	
	.inside-left-sidebar, .inside-right-sidebar{
		height: 100%;
	}
	
	
	.sidebar-overlay.open{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 100vh;
		z-index: 10001;
		background: rgba(0,0,0,.8);
		display: block !important;
	}
	
	.woocommerce-ordering {
		position: relative;
		width: 20px;
		height: 20px;
		margin: 0;
	}

	.woocommerce-ordering::before {
		content: "";
		position: absolute;
		inset: 0;
		background: url("/wp-content/uploads/2026/04/arrow-1.svg") center center no-repeat;
		background-size: 20px 20px;
		pointer-events: none;
		z-index: 2;
	}

	.woocommerce-ordering .orderby {
		position: absolute;
		inset: 0;
		width: 30px;
		height: 30px;
		opacity: 0;
		cursor: pointer;
		z-index: 3;
		-webkit-appearance: none;
		appearance: none;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.woocommerce-ordering::after {
		display: none;
	}
	
	.widget-area.sidebar.open:after{
		content: "";
		position: absolute;
		background: url("/wp-content/uploads/2026/03/close.svg") center center no-repeat;
		background-size: 20px 20px;
		pointer-events: none;
		top: 20px;
        right: -30px;
		width: 20px;
		height: 20px;
		pointer-events: none;
	}
	
}

select {
	min-width: unset !important;
	width: 100%;
	
	padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 35px;
    background-color: #ffffff;
    box-shadow: none;
    color: #242424 !important;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
	font-weight: 500;
}

.woocommerce-result-count{
	font-weight: 500;
}

/*FILTER*/

.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
	/*border-color: var(--filter-border-color);
	border-width: var(--filter-border-width);
	border-radius: var(--filter-border-radius);
	border-style: solid;*/
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	border-radius: 20px;
}
@media only screen and (min-width: 601px) {
	.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
		position: sticky;
    	top: 170px;
	}
}
.widget-area.sidebar.is-left-sidebar{
	overflow: visible;
}
.separate-containers .inside-right-sidebar *, .separate-containers .inside-left-sidebar *{
	padding: 0px;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
	float: right !important;
}


.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left;
}

.widget-title{
  font-size: var(--filter-title-font-size); 
  font-weight: var(--filter-title-font-weight); 
  color: var(--filter-title-color) !important;
  line-height: 1.4;
  margin-bottom: 20px;
}

.separate-containers .inside-right-sidebar aside.widget_price_filter, 
.separate-containers .inside-left-sidebar aside.widget_price_filter{
	/*padding-bottom: 30px;
	margin-bottom: 30px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.105);*/
}
.separate-containers .inside-right-sidebar aside.widget_price_filter .price_label,
.separate-containers .inside-left-sidebar aside.widget_price_filter .price_label{
	font-size: 16px;
	color: var(--breadcrumbs-color);
	font-weight: var(--breadcrumbs-font-weight);
}
.separate-containers .inside-right-sidebar aside.widget_price_filter .price_label .from,
.separate-containers .inside-left-sidebar aside.widget_price_filter .price_label .from,
.separate-containers .inside-right-sidebar aside.widget_price_filter .price_label .to,
.separate-containers .inside-left-sidebar aside.widget_price_filter .price_label .to
{
	color: var(--contrast-3) !important;
	font-weight: 600 !important;
}
.separate-containers .inside-right-sidebar aside.widget_price_filter button, 
.separate-containers .inside-left-sidebar aside.widget_price_filter button{
	min-height: 36px !important;
    font-size: 12px !important;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
	background-color: #f6f5f8;
	border-radius: 35px;
	color: #242424;
	font-weight: 600;
	transition: all .3s ease-out;
}

.separate-containers .inside-right-sidebar aside.widget_price_filter button:hover, 
.separate-containers .inside-left-sidebar aside.widget_price_filter button:hover{
	background-color: #e0e0e0;
}

.separate-containers aside.widget_product_categories .product-categories li a, 
.separate-containers aside.widget_product_categories .product-categories li .count {
	font-size: 16px;
	color: var(--filter-category-color);
	font-weight: var(--filter-category-font-weight);
}

.separate-containers aside.widget_product_categories .product-categories li:hover a, 
.separate-containers aside.widget_product_categories .product-categories li:hover .count
{
	color: var(--filter-category-color-hover);
}

.separate-containers aside.widget_product_categories .product-categories li.current-cat a, 
.separate-containers aside.widget_product_categories .product-categories li.current-cat .count {
	color: var(--filter-category-color-hover);
}
.separate-containers aside.widget_product_categories .product-categories li{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.separate-containers aside.widget_product_categories .widget-title{
	margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 2px !important;
	top: 0px !important;
}

.woocommerce .widget_price_filter .ui-slider{
	margin-left: 0px;
	margin-right: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 30px;
	height: 30px;
	border-radius: 0px;
	margin-left: 0px;
	margin-top: 0px;
	top: -15px;
	
	background-color: transparent;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1):after {
	position: absolute;
	left: 0px;
	content: '';
	height: 14px;
	width: 4px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background-color: rgba(229,63,83,1);
	
	margin-bottom: -2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2):after {
	position: absolute;
	right: 0px;
	content: '';
	height: 14px;
	width: 4px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background-color: rgba(229,63,83,1);
	
	margin-bottom: -2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: rgba(229,63,83,1);
}
.sidebar-overlay{
	display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2) {
	margin-left: -30px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: rgba(0,0,0,0.105);
	margin-bottom: 26px;
}

.woocommerce nav.woocommerce-pagination ul{
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	font-weight: 600;
	width: 30px;
	border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #ffffff;
	background-color: #9f6b84;
}

.woocommerce-pagination{
	width: 80%;
	margin-left: auto;
}

.woocommerce span.onsale{
	background-color: var(--on-sale-bg) !important;
	color: var(--on-sale-color) !important;
	
  	font-size: var(--on-sale-font-size) !important;
  	line-height: var(--on-sale-line-height) !important;
  	font-weight: var(--on-sale-font-weight) !important;
  	padding: var(--on-sale-padding) !important;
  	min-width: var(--on-sale-min-width) !important;
  	text-transform: var(--on-sale-text-transform) !important;
	border-radius: 12px !important;
	top: 7px !important;
	left: 7px !important;
	right: unset !important;
}

.woocommerce span.soldout-flash{
	background-color: #f6f5f8 !important;
	color: #242424 !important;
	
  	font-size: var(--on-sale-font-size) !important;
  	line-height: var(--on-sale-line-height) !important;
  	font-weight: var(--on-sale-font-weight) !important;
  	padding: var(--on-sale-padding) !important;
  	min-width: var(--on-sale-min-width) !important;
  	text-transform: var(--on-sale-text-transform) !important;
	border-radius: 12px !important;
	top: 7px !important;
	left: 7px !important;
	right: unset !important;
	position: absolute !important;
}

.product .add_to_cart_button{
	height: 36px !important;
	line-height: 1.4 !important;
}
.product .add_to_cart_button{
	padding-right: 14px !important;
	padding-left: 14px !important;
}
.woocommerce ul.products li.product a.add_to_cart_button img.cart-icon {
	max-width: 20px;
	width: 20px;
}

.woocommerce ul.products li.product .button {
    display: inline-flex !important;
	gap: 5px !important;
	text-transform: uppercase;
	color: var(--contrast-3);
	background-color: transparent;
	font-weight: 600;
	padding-top: 0px;
    padding-bottom: 0px;
    height: auto !important;
}


.woocommerce ul.products li.product .button {
	margin-top: var(--product-card-gap) !important;
}

.woocommerce ul.products li.product .price {
	margin-top: var(--product-card-gap);
	margin-bottom: 0px;
	color: var(--product-card-price-color);
	font-size: var(--product-card-price-font-size);
	font-weight: var(--product-card-price-font-weight);
}

.woocommerce ul.products li.product .price ins{
	font-weight: var(--product-card-price-font-weight);
}

.woocommerce ul.products li.product .price del{
	color: var(--product-card-price-color-del);
	font-size: var(--product-card-price-font-size-del);
	font-weight: var(--product-card-price-font-weight-del);
	opacity: 1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	margin-top: var(--product-card-gap) !important;
	font-size: var(--product-card-title-font-size);
	
	overflow: hidden;
    max-height: calc(2 * 1.4em);
    line-height: 1.4em;
	font-weight: var(--product-card-title-font-weight);
	color: var(--product-card-title-color);
	transition: all .3s ease-out;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title{
	color: var(--product-card-title-color-hover);
}

.is-left-sidebar{
	width: 20%;
}

.products-of-category{
	width: 80%;
}

@media only screen and (max-width: 600px) {
	.is-left-sidebar{
		width: 100%;
	}

	.products-of-category{
		width: 100%;
	}
}

.block-ks-header.sort{
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.woocommerce-ordering select{
	background-color: #ffffff;
	font-weight: 400;
}
.woocommerce-result-count{
	color: #242424;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce-ordering:after {
	color: #767676;
}

/* NEW PRODUCT STYLE */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 15px;
	background-color: #ffffff;
	border-radius: 20px;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img{
	border-radius: 20px;
}

.woocommerce ul.products li.product .price del {
	padding-right: 2px;
}

.product-brand{
	margin-bottom: 0px;
	line-height: 1 !important;
	font-size: calc(var(--product-card-title-font-size) * (95 / 100));
	margin-top: var(--product-card-gap);
	font-weight: 400;
	color: var(--product-card-title-color-hover);
	cursor: pointer;
	transition: all .3s ease-out;
}

.product-brand:hover{
	color: var(--product-card-title-color);
}

.ks-subcategories{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 40px !important;
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	row-gap: 15px;
	column-gap: 30px;
}
.ks-subcategories .ks-subcategory-item{
	list-style: none;
}

.ks-subcategories .ks-subcategory-item .inside-wc-product-image{
	display: flex;
	overflow: hidden;
	border-radius: 20px;
}
.ks-subcategories .ks-subcategory-item .woocommerce-loop-category__title{
	color: #242424;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.ks-subcategories .ks-subcategory-item a .inside-wc-product-image img{
	transform: scale(1);
	transition: all .3s ease-out;
}
.ks-subcategories .ks-subcategory-item a:hover .inside-wc-product-image img{
	transform: scale(1.1);
}

.wc-block-product-filter-checkbox-list__input-wrapper:before{
	background: rgb(246, 245, 248) !important;
	opacity: 1 !important;
}

.wc-block-product-filter-checkbox-list__mark path{
	stroke: rgba(229,63,83,1) !important;
}

.wc-block-product-filter-checkbox-list__text{
	font-weight: 500 !important;
	color: #333333 !important;
}

.wc-block-product-filter-price-slider__range:before{
	height: 2px;
	background-color: rgba(0,0,0,0.105);
	opacity: 1 !important;
}

.wc-block-product-filter-price-slider__range {
	--range-color: rgba(229,63,83,1) !important;
}
.wc-block-product-filter-price-slider__range .range-bar {
	height: 2px !important;
}
.wc-block-product-filter-price-slider .text input[type=text]{
	padding: 6px;
	font-size: 12px;
	font-weight: 500;
	color: #242424;
	text-align: center;
	border-width: 0px !important;
	background: #f6f5f8 !important;
	border-radius: 20px;
}
@media only screen and (max-width: 600px) {
	.ks-subcategories{
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.entry-content{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}

/* PRICE FILTER GRAB ELEMENT **/


.wc-block-product-filter-price-slider__range input[type="range"] {
	cursor: ew-resize;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	cursor: ew-resize;
	height: 14px;
	margin: -6px 0 0;
	padding: 0;
	pointer-events: auto;
	transform: none;
	transition: none;
	width: 4px;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	cursor: ew-resize;
	height: 14px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	transform: none;
	transition: none;
	width: 4px;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb {
	appearance: none;
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	cursor: ew-resize;
	height: 14px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	transform: none;
	transition: none;
	width: 4px;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb:hover,
.wc-block-product-filter-price-slider__range input[type="range"]:focus::-webkit-slider-thumb,
.wc-block-product-filter-price-slider__range input[type="range"]:active::-webkit-slider-thumb {
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: ew-resize;
	transform: none;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb:hover,
.wc-block-product-filter-price-slider__range input[type="range"]:focus::-moz-range-thumb,
.wc-block-product-filter-price-slider__range input[type="range"]:active::-moz-range-thumb {
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: ew-resize;
	transform: none;
}

.wc-block-product-filter-price-slider__range input[type="range"]::-ms-thumb:hover,
.wc-block-product-filter-price-slider__range input[type="range"]:focus::-ms-thumb,
.wc-block-product-filter-price-slider__range input[type="range"]:active::-ms-thumb {
	background: rgba(229, 63, 83, 1);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: ew-resize;
	transform: none;
}

.wc-block-product-filter-price-slider__range input[type="range"].min::-webkit-slider-thumb,
.wc-block-product-filter-price-slider__range input[type="range"].max::-webkit-slider-thumb {
	background-position: initial;
	margin-left: 0;
}

.wc-block-product-filter-price-slider__range input[type="range"].min::-moz-range-thumb,
.wc-block-product-filter-price-slider__range input[type="range"].max::-moz-range-thumb {
	background-position: initial;
	transform: none;
}

.wc-block-product-filter-price-slider__range input[type="range"].min::-ms-thumb,
.wc-block-product-filter-price-slider__range input[type="range"].max::-ms-thumb {
	background-position: initial;
	transform: none;
}

.wc-block-product-filter-price-slider__range input[type="range"]:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 768px) {
	/* Hide the mobile filter open button */
	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__open-overlay {
		display: none !important;
	}

	/* Keep the filter overlay permanently visible */
	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay {
		display: block !important;
		position: static !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
		overflow: visible !important;
		pointer-events: auto !important;
		transform: none !important;
		z-index: auto !important;
	}

	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay-wrapper {
		display: block !important;
		position: static !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		overflow: visible !important;
		transform: none !important;
	}

	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay-dialog {
		display: block !important;
		position: static !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
		transform: none !important;
	}

	/* Hide overlay-only controls */
	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay-header,
	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay-footer {
		display: none !important;
	}

	/* Show filter content as regular page content */
	.wp-block-woocommerce-product-filters
	.wc-block-product-filters__overlay-content {
		display: flex !important;
		position: static !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}
}
.wp-block-woocommerce-product-filter-active button{
	height: 36px;
    padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    border-radius: 35px;
	font-weight: 500;
	transition: all .3s ease-out;
	background: #9f6b84 !important;
}

.wp-block-woocommerce-product-filter-active button:hover{
	background: rgb(143, 96, 118) !important;
}

.wp-block-woocommerce-product-filter-active .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex{
	margin-top: 0px !important;
}
/******************************/