.gi-price-filter-v3 {
    width: 100%;
    max-width: 430px;
    margin: 0 0 25px;
    padding: 0;
    box-sizing: border-box;
}

.gi-pf-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gi-pf-values {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.gi-pf-range {
    position: relative;
    height: 30px;
}

.gi-pf-range input {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    margin: 0;
    pointer-events: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.gi-pf-range input::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 4px;
    background: #ddd;
}

.gi-pf-range input::-moz-range-track {
    height: 4px;
    border-radius: 4px;
    background: #ddd;
}

.gi-pf-range input::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    margin-top: -6px;
    border: 0;
    border-radius: 50%;
    background: #777;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
}

.gi-pf-range input::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border: 0;
    border-radius: 50%;
    background: #777;
    cursor: pointer;
    pointer-events: auto;
}

.gi-pf-submit {
    display: inline-block;
    border: 0;
    border-radius: 20px;
    padding: 7px 18px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
}

.gi-pf-reset {
    font-size: 12px;
    text-decoration: none;
}

.gi-pf-error {
    font-size: 13px;
}
