.block-category {
    min-height: 0;
    margin-bottom: 0;
    flex: 1;
}
.page-category #main{
    display: flow-root;
}
.page-category .icone-category{
    max-width: 45px;
    height: auto;
}
.page-category .category-title{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
}
#cust-sticky-header.custom-elt-sticky--active {
    background-color: #FFF;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
}
#cust-sticky-header.custom-elt-sticky--active #product-list-header{
    margin-bottom: 0!important;
}
.block-category h1 {
    margin-bottom: 0;
    font-size: .95rem;
    text-transform: inherit;
}
.btn.btn-filter{
    border-radius: 40px;
    background-color: var(--color-blue-light);
    color: #FFF;
    text-transform: inherit;
    font-size: 0;
    font-weight: 400;
    padding: .25rem .75rem;
    border: 2px solid var(--color-blue-light);
}
.page-category .category-menu-filter{
    gap: 25px;
}
.page-category .custom-category-products >div:first-child {
    grid-column: inherit;
}
.page-category  .subcategories-list{
    margin-bottom: 0;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.page-category  .subcategories-list .subcat .name-subcateg{
    padding: .25rem .75rem;
    border: 2px solid transparent;
    border-color: var(--color-blue-dark);
    border-radius: 40px;
    color: var(--color-blue-dark);
    display: flex;
    gap: 10px;
    align-items: center;
}
.page-category .name-subcateg:before{
    content: "";
    background-color: var(--current-theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
}
.page-category .subcat.active .name-subcateg {
    border-color: #F8F1E7;
    background-color: #F8F1E7;
}
.category-banner-description{
    display: flex;
    flex-direction: column;
}
.category-banner-description .container-banner{
    order: 0;
    position: relative;
}
.category-banner-description .container-text{
    order: 1;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.category-banner-description .container-banner img{
    width: 100%;
    height: auto;
}
.category-banner-description .container-banner::before,
.category-banner-description .container-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: var(--current-theme-color);
}
.category-banner-description .container-banner::before {
    clip-path: polygon(0% 0%, 100% 60%, 100% 100%, 0% 100%);
}
.category-banner-description .container-banner::after {
    clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
    opacity: .5;
}
.category-banner-description .container-text *{
    color: #FFF;
}
.container-filter-category{
    padding: 1rem;
    overflow: auto;
    max-height: 100%;
}
#category #left-column #search_filter_controls{
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
}
#search_filters, #search_filters_brands, #search_filters_suppliers,#category #left-column #search_filters{
    padding: 0;
    border: none;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet,
#category #left-column #search_filters .facet {
    padding-top: 1.5rem;
    border: none;
}
#category #left-column #search_filters .facet ul li{
    padding: .25rem 0 0;
    border: none;
}
#category #search_filters .facet .facet-title, #category #search_filters_brands .facet .facet-title, #category #search_filters_suppliers .facet .facet-title,
#category #left-column #search_filters .facet .facet-title {
    font-size: 1.25rem;
    color: var(--color-blue-dark);
    padding: 0;
    padding-bottom: 1rem;
    text-transform: none;
}
#category  .border-bottom {
    border-bottom: 1px solid var(--color-blue-dark);
    margin-bottom: 1rem;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
    color: var(--color-blue-dark);
}
.custom-checkbox input[type=checkbox]+span{
    border-color: var(--color-blue-dark);
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked{
    color: var(--color-blue-dark);
}

.page-category .product-faq-section {
    margin-top: 0;
}
.page-category .related-categories{
    background-color: #D8E4F5;
    border-radius: 10px;
    flex-direction: column;
    padding: 20px;
    margin: 15px;
    margin-top: 20px;
    text-align: center;
}
.page-category .related-categories .related-item{
    max-width: 26%;
}
.page-category .related-categories .icone-category{
    max-width: 55px;
}
.page-category .related-categories .related-item >a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.page-category .related-categories .related-items{
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    width: 100%;
}
#search_filters >.subcategories-list{
    flex-wrap: wrap;
}
#search_filters >.subcategories-list .subcat{
    width: fit-content;
}
.offcanvas-footer-abs{
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    left: 0;
    width: 100vw;
    text-align: center;
    padding: 5px;
}
#category #left-column #search_filters .facet .facet-label a{
    pointer-events: none;
}
.related-categories .juva-title{
    margin-bottom: 20px;
    display: inline-block;
}
.page-category .footer-container{
    padding-top: 2.5rem;
}
@media (max-width: 767px) {
    #category #left-column #search_filters {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 640px) {
}

@media screen and (min-width: 768px) {
    .offcanvas-footer-abs{
        display: none;
        width: 100%;
    }
    .block-category h1 {
        font-size: 1.25rem;
    }
    .btn.btn-filter{
        font-size: 1rem;
    }
    .page-category .custom-category-products >div:first-child {
        grid-column: span 3 / span 3;
    }
    .category-banner-description{
        flex-direction: row;
    }
    .category-banner-description .container-text{
        max-width: 50%;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 3em;
    }
    .category-banner-description .container-banner{
        order: 2;
        width: 100%;
    }

    .category-banner-description .container-banner::before,
    .category-banner-description .container-banner::after {
        width: 40px;
        height: 100%;
    }
    .category-banner-description .container-banner::before {
        clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
    }
    .category-banner-description .container-banner::after {
        clip-path: polygon(0 0%, 100% 0%, 0% 100%, 0% 100%);
        opacity: .5;
    }
    .part-content-text{
        max-width: 55%;
    }
    .page-category .related-categories{
        flex-direction: row;
        padding: 3em;
        margin: 0;
        text-align: left;
        gap: 5em;
    }
    .page-category .related-categories .related-items{
        margin-top: 0;
        justify-content: space-between;
    }
    .page-category .related-categories .related-item{
        max-width: 35%;
    }
    .page-category .related-categories .icone-category{
        max-width: 80px;
    }

    #category #left-column #search_filter_controls{
        padding-right: 5px;
    }
}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1280px) {

}
