body.woocommerce:not(.tax-product_cat) ul.products.columns-4{
	column-gap: 2%;
	row-gap: 20px;
}

body.woocommerce ul.products li.product-category {
    display: block;
    margin: 0;
    box-shadow: none;
    box-sizing: border-box;
    flex: 0 0 23.5% !important;
    margin-right: 0% !important;
    border: 1px solid #c9c9c9;
    margin-top: 0% !important;
    border-radius: 3px;
}

body.woocommerce ul.products li.product-category:nth-child(n+5) {
    margin-top: 20px !important;
}

body.woocommerce .woocommerce-products-header .categoryslider{
	margin-top: 40px;
}

body.woocommerce .woocommerce-products-header .categoryslider ul .splide__slide{
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}

body.woocommerce .woocommerce-products-header .categoryslider ul .splide__slide img{
	height: 150px;
	width: 100%;
	object-fit: contain;
}

body.woocommerce .woocommerce-products-header .categoryslider ul .splide__slide h3{
	color: black;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	padding: 20px 10px;
	margin: 0;
	box-sizing: border-box;
} 

body.woocommerce .woocommerce-products-header .categoryslider .splide__arrow{
	border-radius: 2px!important;
}

body.woocommerce .woocommerce-products-header .categoryslider .splide__arrow svg{
	width: 0.8em;
	height: 0.8em;
}

body.woocommerce .categoryslider .splide__track:before{
    height: 100%;
    width: 70px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
	top: 0;
}

body.woocommerce .categoryslider .splide__track:after{
	height: 100%;
    width: 70px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: 0;
    content: '';
    z-index: 1;
	top: 0;
}

@media screen and (max-width: 1500px) and (min-width: 650px) {

	body.woocommerce ul.products li.product-category {
		flex: 0 0 32% !important;
	}

	body.woocommerce ul.products li.product-category:nth-child(n+4) {
	    margin-top: 1% !important;
	}

}

@media screen and (max-width: 850px) {

	body.tax-product_cat #cat-filter-wrapper #primary-sidebar, .post-type-archive-product #cat-filter-wrapper #primary-sidebar{
		flex: 0 0 100%;
	}

}

@media screen and (max-width: 650px) {

	body.woocommerce ul.products li.product-category {
		flex: 0 0 49% !important;
	}

	body.woocommerce ul.products li.product-category:nth-child(n+3) {
	    margin-top: 1% !important;
	}

	.woocommerce ul.products li.product-category a img{
		height: 150px;
	}

	.woocommerce ul.products li.product-category h2{
		margin: 10px 15px !important;
	}

	body.woocommerce:not(.tax-product_cat) ul.products.columns-4{
		row-gap: 0px;
	}

}