/*
 * Category code goes here.
 * 
 */
 h1.h1.page-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.category-description {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.category-description h2 {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.2;
}
#category-desc.collapse {
    margin-bottom: 1rem !important;
}
#category-desc.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
    background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 4rem;
}



/*PRODUCT TOP*/
.products-sort-order .form-control-select {
    border:0;
    border-bottom: solid 1px #000000;
}
.select-title .select-title-name {
    max-width: fit-content;
}

/*FILTERS*/
#facets_search_center {
    background: #fff;
    border: none 1px;
    box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 15%);
}
#facets_search_center {
    height: 100vh;
    position: fixed;
    z-index: 5005;
    right: 0;
    top:0;
    overflow-x: hidden;
    transform: translate3d(115%,0,0);
    transition: transform .5s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    padding-bottom: 50px;
}
#facets_search_center {
    background: #fff;
    border: none 1px;
}
#facets_search_center {
    padding: 0;
    text-align: left;
    min-width: 380px;
    max-width: 437px;
    width: 100%;
}
#products.showFi #facets_search_center {
    transform: translate3d(0, 0, 0);
}
#search_filters .facet>.facet-type-checkbox {
    max-height: initial;
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    #facets_search_center {
		max-width: 100vw;
		min-width: 100vw;
		max-height: 100vh;
		min-height: 100vh;
		margin: auto;
		position: fixed;
        left: auto;
        top: 0 !important;
        right: 0;
        border:0;
    }
    #search_filters .facet>.facet-type-checkbox {
        flex-wrap: nowrap;
    }
    /* #search_filters {
        max-height: 75vh;
        overflow-y: auto;
    } */
}

#search_filters .facet .facet-label .color,
#search_filters .facet .facet-type-checkbox .facet-label a {
    min-width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.facet-type-checkbox:not(.facet_color) > li, 
.facet-type-radio:not(.facet_color) > li {
    width: calc(90% / 4);
}
#search_filters .facet .facet-type-checkbox .facet-label.active a,
#search_filters .facet .facet-type-checkbox .facet-label a:hover{
    color: #fff;
}
#search_filters .facet .facet-type-checkbox .facet-label a {
    font-size: 0.9rem;
}
.facet-type-checkbox .facet-label {
    border-color:#CCCCCC;
    margin-bottom: 0 !important;
    width: 100%;
}
#search_filters .noUi-horizontal .noUi-handle {
    background: #000000;
    width: 15px;
    height: 15px;
    top: -5px;
    border-radius: 50%;
}
