.ski_selection_full_popup div.ski_selection_full_popup_content {
    overflow: initial;
}

div.ski_selection_full_popup div.results div.params span:empty {
    display: none!important;
}

div.ski_selection_full_popup div.results div.params span:after {
    content: initial;
}

div.ski_selection_full_popup div.results div.params span:not(:empty):after {
    content: '';
}

div.ski_selection_full_popup div.selects {
    grid-template-columns: 1fr 3fr 2fr max-content;
}

div.ski_selection_full_popup div.selects.selects-flex {
    display: flex;
}

div.ski_selection_full_popup div.selects.selects-flex .select-brand {
    flex-grow: 1;
}

div.ski_selection_full_popup div.selects.selects-flex .select-year {
    flex-basis: 220px;
}

div.ski_selection_full_popup div.selects.selects-flex .select-weight {
    flex-basis: 127px;
}

fieldset.select div.select_choice input:checked+span {
    white-space: nowrap;
}

.select_custom-wrapper {
    position: absolute;
    width: calc(100% - 45px);
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 1px solid #DBE1F8FF;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select_custom {
    border: 0;
    width: 100% !important;
    padding: 8px 0 8px 16px;
    pointer-events: unset !important;
    -moz-appearance: textfield;
    color: transparent;
    text-shadow: 0 0 0 #000;
    caret-color: #000;
}

.select_custom::-webkit-outer-spin-button,
.select_custom::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select_custom-wrapper:has(.select_custom:not(:placeholder-shown)) {
    background: #fff !important;
}

.select_custom-wrapper .select_custom-show {
    position: absolute;  
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    pointer-events: none !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.select_custom-show::after {
    content: attr(data-unit);
    margin-left: 3px;
    display: none;
}

.select_custom-wrapper:has(.select_custom:not(:placeholder-shown)) .select_custom-show::after {
    display: inline;
}

div.ski_selection_full_popup div.results div.details div.list span.item {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr max-content;
    grid-gap: 5px;
}

div.ski_selection_full_popup div.results div.details div.list span.item span:first-child {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #666666;
}

div.ski_selection_full_popup div.results div.details div.list span.item span:first-child:after {
    content: '';
    display: block;
    border-bottom: 1px dotted #999999;
}