.filter__top {
    margin-bottom: 24px;
}

.filter__item {
    /* padding-top: 20px; */
    border-top: 1px solid #DDDDDD;
}

.filter__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom  : 20px; */
    cursor: pointer;
    width: 100%;
}

.filter__name span {
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 130%;
    user-select: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.filter__item .filter__name svg {
    transition: 0.5s ease;
    transform: rotate(0deg);
    width: 1.5vw;
    height: 1.5vw;
    min-width: 1.5vw;
}

.filter__item.opened .filter__name svg {
    transform: rotate(-180deg);
    transition: 0.3s ease;
}

.filter__content {
    display: none;
    padding-bottom: 0;
    position: absolute;
    top: 100%;
    right: -1px;
    background: #231f20;
    z-index: 5;
    width: 100%;
    border: 1px solid #404042;
    border-top: 0;
    /* left: 0; */
}

.filter__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 1vw;
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter__list::-webkit-scrollbar {
    display: none;
}

.filter__list label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 140%;
    color: #262726;
    cursor: pointer;
    user-select: none;
    padding-left: 2vw;
}

.filter__list label::before {
    content: '';
    width: 1.25vw;
    height: 1.25vw;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.filter__list label.active::before {
    background: #d03434;
    border: 1px solid transparent;
}

.filter__list label input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}


.filter__bottom {
    display: flex;
}

.filter__bottom .page__button {
    width: 100%;
}


.filter__slider_top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.filter__slider_top input {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    padding: 9.5px 0px;
    padding-left: 16px;
    box-sizing: border-box;
    width: 88px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #262726;
    border-radius: 12px;
}

/* ÃƒÂÃ…â€œÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â² ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â´ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸ */
.filter__mob {
    display: flex;
    padding: 9px 15.5px;
    gap: 12px;
    max-width: 120px;
    align-items: center;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #262726;
    cursor: pointer;
    margin-bottom: 22px;
}

.filters__active {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 30px 50px;
}

.filters__active_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters__active_name {
    font-size: 14px;
    font-weight: 400;
}

.filters__active_name span {
    font-size: 12px;
    font-weight: 300;
}

.filters__active_remove {
    cursor: pointer;
    user-select: none;
    position: relative;
    top: 2px;
}

.filter__active_remove path {
    fill: black;
    transition: 0.5s ease;
}

.filter__active_remove:hover path {
    fill: #b17f20;
    transition: 0.3s ease;
}


/* ÃƒÂÃ¢â‚¬â€ÃƒÂÃ‚Â°ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚ÂºÃƒÂÃ‚Â° */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #ffffff85;
    display: none;
}

.loader__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wf__tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wf__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 13px;
    color: white;
    background-color: transparent;
    text-transform: lowercase;
    box-sizing: border-box;
    transition: 0.25s ease;
    font-weight: 700;
    border: 1px solid #404042;
    background: #5959590f;
    border-radius: 15px;
}

.filter {
    margin-bottom: 3vw;
}

.product__filters_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1vw;
}


.filter__subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #262726;
}

.price__range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top     : 20px; */
    /* margin-bottom  : 30px; */
}

.price__range input {
    background: #231F20;
    border: 1px solid #404042;
    width: 50%;
    height: 3vw;
    color: white;
    padding-left: 7px;
    box-sizing: border-box;
    font-size: 0.9vw;
    padding: 0.5vw 1vw;
}


@media(min-width: 768px) {
    .wf__tag:hover {
        background: #595959;
    }
}

@media(max-width:767px) {
    .filters__active {
        grid-template-columns: 1fr 1fr;
    }
}