select.filter-select {
    height: 2.5rem;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--G-color-gray-dark);
    font-size: 0.9375rem;
    font-weight: 400;
    color: #202527;
    color: var(--G-color-default);
    font-family: inherit;
    padding-left: 0.75rem;
    padding-right: 2.5rem;
    width: 100%;
    border-radius: 0.25rem;
}
select.filter-select--no-border {
    font-size: 0.9375rem;
    font-weight: 400;
    border: none;
    text-align: right;
    padding: 0;
    width: 100%;
}
select.filter-select--arrow {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    padding-left: 1rem;
    padding-top: 0.125rem;
}
select.filter-select--product {
    height: 3.125rem;
    font-weight: 600;
}
@media screen and (min-width: 1024px) {
    select.filter-select--product {
        height: 2.1875rem;
    }
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single.filter-select,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single.filter-select {
    border-radius: 0.25rem;
}
.select2-container .select2-selection--single.filter-select {
    height: 2.5rem;
    border-color: #D1D1D1;
    border-color: var(--G-color-gray-dark);
}
.select2-container .select2-selection--single.filter-select:focus {
    outline: none;
}
.select2-container .select2-selection--single.filter-select .select2-selection__rendered {
    line-height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #202527;
    color: var(--G-color-default);
    font-family: inherit;
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.select2-container .select2-selection--single.filter-select .select2-selection__placeholder {
    color: #202527;
    color: var(--G-color-default);
}
.select2-container .select2-selection--single.filter-select .select2-selection__arrow {
    width: 2.5rem;
    height: 2.375rem;
    background-color: #f7f7f7;
    background-color: var(--G-color-gray-lighter);
    border-left: 1px solid #D1D1D1;
    border-left: 1px solid var(--G-color-gray-dark);
    border-radius: 0 0.25rem 0.25rem 0;
}
.select2-container .select2-selection--single.filter-select .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill='%23545658' d='M9.763.242A.813.813 0 009.183 0H9.18a.804.804 0 00-.574.243l-3.52 3.532a.12.12 0 01-.17 0L1.395.242a.818.818 0 00-1.16.002.827.827 0 00.003 1.158L4.42 5.597a.804.804 0 00.575.244H5a.813.813 0 00.58-.242l4.186-4.2A.827.827 0 009.763.242z'/%3E%3C/svg%3E");
    border: none;
    display: block;
    height: 0.375rem;
    left: auto;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 0.125rem);
    width: 0.625rem;
}
.select2-container .select2-selection--single.filter-select--no-border .select2-selection__rendered {
    font-weight: 400;
    font-size: 0.9375rem;
    padding-right: 1.0625rem;
}
.select2-container .select2-selection--single.filter-select--no-border .select2-selection__arrow {
    width: 1.0625rem;
}
.select2-container .select2-selection--single.filter-select--no-border .select2-selection__arrow b {
    margin-left: 0.5rem;
    margin-right: 0;
}
.select2-container .select2-selection--single.filter-select--arrow .select2-selection__arrow {
    background-color: transparent;
    border-left: none;
}
.select2-container .select2-selection--single.filter-select--arrow .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill='%23202527' d='M9.763.242A.813.813 0 009.183 0H9.18a.804.804 0 00-.574.243l-3.52 3.532a.12.12 0 01-.17 0L1.395.242a.818.818 0 00-1.16.002.827.827 0 00.003 1.158L4.42 5.597a.804.804 0 00.575.244H5a.813.813 0 00.58-.242l4.186-4.2A.827.827 0 009.763.242z'/%3E%3C/svg%3E");
}
.select2-container .select2-selection--single.filter-select--product {
    height: 3.125rem;
}
@media screen and (min-width: 1024px) {
    .select2-container .select2-selection--single.filter-select--product {
        height: 2.1875rem;
    }
}
.select2-container .select2-selection--single.filter-select--product .select2-selection__rendered {
    line-height: 3.125rem;
    font-weight: 600;
    font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
    .select2-container .select2-selection--single.filter-select--product .select2-selection__rendered {
        line-height: 2.0625rem;
    }
}
.select2-container .select2-selection--single.filter-select--product .select2-selection__arrow {
    width: 3.125rem;
    height: 3rem;
}
@media screen and (min-width: 1024px) {
    .select2-container .select2-selection--single.filter-select--product .select2-selection__arrow {
        width: 2.5rem;
        height: 2.0625rem;
    }
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    transform: rotate(180deg);
}
.select2-container--default.select2-container--open .filter-select--product {
    border-color: #00AEF0;
    border-color: var(--G-color-blue-active);
}
.select2-container .select2-selection--single.filter-select--no-border {
    border: none;
}
.select2-container .select2-selection--single.filter-select--no-border .select2-selection__rendered {
    text-align: right;
}
.select2-container .select2-selection--single.filter-select--no-border .select2-selection__arrow {
    border: none;
    background-color: transparent;
}
@media screen and (max-width: 1023px) {
    .select2-container .select2-selection--single.filter-select--storefront {
        display: flex;
        align-items: center;
    }
    .select2-container .select2-selection--single.filter-select--storefront .select2-selection__rendered {
        text-align: left;
        padding-left: 0;
    }
    .select2-container .select2-selection--single.filter-select--storefront .select2-selection__arrow {
        position: relative;
        right: 0.9375rem;
    }
}
.filter-select-dropdown {
    font-family: "Open Sans", sans-serif;
    border: none;
}
.filter-select-dropdown .select2-search--dropdown {
    display: none;
}
.filter-select-dropdown.select2-dropdown--below .select2-results {
    margin-top: -1px;
}
.filter-select-dropdown.select2-dropdown--above .select2-results {
    margin-top: 0;
    margin-bottom: -1px;
}
.filter-select-dropdown .select2-results {
    font-size: 0.875rem;
}
.filter-select-dropdown .select2-results__options {
    border: 1px solid #E9EAEC;
    border: 1px solid var(--G-color-gray-light);
    border-radius: 0.3125rem;
    padding: 0.4375rem 0;
}
.filter-select-dropdown .select2-results__option {
    font-size: 0.875rem;
    padding: 0.5rem 0.9375rem;
}
.filter-select-dropdown .select2-results__option:empty {
    display: none;
}
.filter-select-dropdown .select2-results__option:last-child {
    border: none;
}
.filter-select-dropdown .select2-results__option--selected {
    background-color: transparent;
}
.filter-select-dropdown .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ECF7FD;
    color: #202527;
}