.wcrs-filter-form {
    display: block;
    margin: 0 0 24px;
    position: relative;
}

.wcrs-filter-form--loading {
    opacity: .7;
    pointer-events: none;
}

.wcrs-filter-form--pending .wcrs-filter__title::after {
    content: '';
}

.wcrs-active-filters {
    margin: 0 0 20px;
}

.wcrs-active-filters__title {
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.3;
}

.wcrs-active-filters__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.wcrs-active-filter,
.wcrs-active-filters__clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.wcrs-active-filter__remove {
    font-size: 17px;
    line-height: 1;
}

.wcrs-active-filters__clear {
    border-color: transparent;
    text-decoration: underline;
}

.wcrs-filter {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

.wcrs-filter__title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
}

.wcrs-filter__values {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.wcrs-filter__separator {
    opacity: .65;
}

.wcrs-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wcrs-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1.35;
}

.wcrs-checkbox__input {
    flex: 0 0 auto;
    margin: 0;
}

.wcrs-checkbox__label {
    flex: 1 1 auto;
}

.wcrs-slider {
    position: relative;
    min-height: 28px;
    --wcrs-left: 0%;
    --wcrs-right: 0%;
}

.wcrs-slider__track,
.wcrs-slider__range {
    position: absolute;
    top: 13px;
    height: 4px;
    border-radius: 999px;
    pointer-events: none;
}

.wcrs-slider__track {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .14);
}

.wcrs-slider__range {
    left: var(--wcrs-left);
    right: var(--wcrs-right);
    background: currentColor;
    opacity: .8;
}

.wcrs-slider__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
}

.wcrs-slider__input::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
}

.wcrs-slider__input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
}

.wcrs-slider__input::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent;
}

.wcrs-slider__input::-moz-range-track {
    height: 4px;
    background: transparent;
}

.wcrs-filter-form__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.wcrs-filter-form__submit {
    cursor: pointer;
}

.wcrs-filter-form__reset {
    font-size: 14px;
    text-decoration: none;
}

.wcrs-checkbox__count {
    flex: 0 0 auto;
    opacity: .65;
    font-size: .92em;
}
