
.wc-category-layout {
    display: flex;
    gap: 40px;
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 16PX;
}
/* Sidebar */
 .sidebar {
    width: 25%;
    background: #fff;
    position: sticky;
    top: 20px;
    height: fit-content;
    border-radius: 10px;
    z-index: 99;
}
.wc-category-products {
    max-width: 75%;
}
.p-14 {
    padding: 14px;
}
.category-header, .brand-header {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.filter-search {
    position: relative;
    margin-bottom: 5px;
}
.filter-search i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #777;
}
.filter-search input {
    width: 100%;
    padding: 7px 10px 7px 32px;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #B6B6B6;
    max-width: 250px;
    background: #fff;
}
.filter-box {
    background: #fff;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

 .filter-list {
    max-height: 220px;
    overflow-y: auto;
    padding-inline: 8px;
    border-top: 1px solid #b6b6b6;
}
.filter-item {
    font-size: 13px;
    padding: 10px 3px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar h4 {
    font-size: 16px;
    margin-block: 13px;
}
.category-header a, .brand-header a {
    font-size: 14px;
}
/*ul.products.columns-3 li {
    max-width: 200px !important;
}*/
ul.products.columns-3 li img {
    max-height: 140px;
    margin: 0;
}
ul.products.columns-3 li .price{
	margin-bottom: 0 !important;
}
ul.products.columns-3 li a {

    padding: 8px 0 !important;
}
