.surcharge-list:has(.parameter-id-28),
.surcharge-list:has(.parameter-id-31),
.surcharge-list:has(.parameter-id-34),
.surcharge-list:has(.parameter-id-37) {
    display: nonex !important;
}

.voucher-picker {
    max-width: 600px;
    margin-top: 30px;
}

.voucher-picker__slider {
    width: 100%;
}

.js-voucher-slider {
    width: 100%;
    height: 6px;
    appearance: none;
    -webkit-appearance: none;
    background: #e5e5e5;
    border-radius: 999px;
    cursor: pointer;
}

/* Chrome / Safari */
.js-voucher-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;

    width: 22px;
    height: 22px;

    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;

    cursor: grab;
}

.js-voucher-slider::-webkit-slider-thumb:active {
    cursor: grabbing;
}

/* Firefox */
.js-voucher-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;

    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;

    cursor: grab;
}

.voucher-picker__limits {
    display: flex;
    justify-content: space-between;

    margin-top: 10px;

    font-size: 13px;
    color: #777;
}

.p-final-price-wrapper:has(.voucher-picker) .price-additional{
    display: none;
}