.uahpf-form .uahpf-tax-select,
.uahpf-form .tax-select {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
}

.uahpf-form .uahpf-group {
    position: relative;
}

.uahpf-form .uahpf-dropdown-toggle,
.uahpf-form .filter-label {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    text-transform: uppercase;
}

.uahpf-form .uahpf-dropdown-toggle::after {
    content: '›';
    display: inline-block;
    margin-left: 10px;
    transform: rotate(90deg);
}

.uahpf-form .uahpf-options,
.uahpf-form .filter-options {
    display: none;
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 12px 0 0;
    padding: 18px 22px;
    list-style: none;
    background: #050505;
}

.uahpf-form .uahpf-group.is-open .uahpf-options {
    display: block;
}

.uahpf-form .uahpf-options a {
    display: block;
    padding: 7px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.uahpf-form .uahpf-options a.active {
    text-decoration: underline;
    font-weight: 700;
}

.uahpf-form .uahpf-active-filters {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}

.uahpf-form .uahpf-chip {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 6px 12px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
}

.uahpf-form .uahpf-chip span {
    margin-left: 6px;
    font-weight: 700;
}

.uahpf-form .uahpf-price-amount {
    border: 0;
    background: transparent;
    color: inherit;
    font-weight: 700;
    width: 100%;
    pointer-events: none;
}

.uahpf-form .uahpf-price-slider {
    margin-top: 24px;
}
