#category.cp-only-filter #left-column > *:not(#search_filters_wrapper),
#category.cp-only-filter #search_filters_wrapper {
    margin-top: 0;
}
#subcategories {
    margin-bottom: 40px;
    .subcategory-heading {
        margin: 0 0 20px;
    }
    ul {
        gap: 30px;
        li {
            width: 25%;
        }
    }
}

.category-page-width-full #main-content .page-width.top-content nav,
.category-page-width-full #main-content .page-width.top-content,
.category-page-width-full #main-content .page-width.main-content,
.category-page-width-full #main-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
}
.category-page-type-masonry.masonry-active .product-list-container {
    flex-wrap: wrap;
    display: flex !important;
}
.category-desc-wrap {
    margin-bottom: 40px;
}
.category-desc-wrap.img_exist {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.category-desc-wrap h1 {
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 100;
}
.category-desc-wrap h1,
.category-desc-wrap p {
    margin: 0 0 20px 0;
}
.block-category {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.block-category img {
    width: 100%;
    margin-bottom: 40px;
}
.block-category #category-description p,
.block-category #category-description strong {
    font-weight: 400;
    color: #acaaa6;
}
.block-category #category-description p {
    color: #777;
    margin-bottom: 0;
}
.block-category #category-description p:first-child {
    margin-bottom: 1.25rem;
}
.category-page-type-modern-grid .listing_view,
.category-page-type-masonry #view_list,
.category-page-type-masonry #view_magic {
    display: none;
}
.category-page-type-modern-grid
    #main-content
    #products.view_grid
    .product_list
    #js-product-list
    .grid-container {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.category-page-type-modern-grid .product-list-container > .product-miniature:nth-child(3n + 1) {
    max-width: 70%;
}
.category-page-type-modern-grid .product-list-container > .product-miniature:nth-child(3n + 3) {
    max-width: 70%;
    margin-left: auto !important;
}
@media (max-width: 768px) {
    #subcategories ul {
        justify-content: space-between;
        li {
            width: 50%;
        }
    }
    #category #main-content #left-column #search_filters_wrapper {
        margin: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    #search_filters_wrapper #search_filters {
        padding: 0 0 20px 0;
        gap: 30px;
        margin-bottom: 20px;
        .facet {
            width: 100% !important;
            padding: 0 !important;
        }
    }
}
@media (max-width: 768px) and (min-width: 501px) {
    #category .product-miniature:nth-child(3n + 3) {
        margin-right: 0;
    }
}
