.products > ul > li >form {height: 100%;}
body.page-products .page-main {margin-top: 0px;}
body.page-products #category-view-container {padding-top: 0px;}
#filters-content > div > div {max-height: 180px;overflow-x: auto;padding-right: 10px;}
#filters-content > div > div::-webkit-scrollbar {width: 3px;}
#filters-content > div > div::-webkit-scrollbar-track {background: #E0E0E0; }
#filters-content > div > div::-webkit-scrollbar-thumb {background: #000000; }
#filters-content > div > div::-webkit-scrollbar-thumb:hover {background: #555; }
.columns .price-including-tax:before {
    content: attr(data-label) ": ";
}
.catalog-category-view .sidebar-main #filters-content #active-filtering-content{ padding-right: 0 }
.catalog-category-view .sidebar-main #filters-content #active-filtering-heading{
    border-bottom: 1px solid rgb(231 231 231);
    padding-bottom: 16px;
}
.catalog-category-view .sidebar-main #filters-content #active-filtering-content {
    padding: 10px 0;
}
.catalog-category-view .sidebar-main #filters-content #active-filtering-content .item{
    margin-bottom: 10px
}
.catalog-category-view .sidebar-main #filters-content .filter-current {
    border: 3px solid #21b6fc61;
}   
.catalog-category-view .product-info .normal-price .price-including-tax{
    display: block
}
.catalog-category-view #filters-content .filter-options-content .swatch-attribute-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap:5px 10px;
}
.catalog-category-view #filters-content .filter-options-content .swatch-attribute-options a{
    width: 60px;
    min-height: 35px;
    background-size: contain !important;

}

/*@media(max-width:1360px){*/
@media(max-width:1279px){
    body.catalog-category-view #filters-content .filter-options-content .swatch-attribute-options {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }
}
@media(max-width:767px){
    .catalog-category-view .category-view h1 { margin-top: 20px; }
    body.catalog-category-view #filters-content .filter-options-content .swatch-attribute-options {
        grid-template-columns: auto auto auto;
    }
}