.--svg__filter-arrow {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
}

.--svg__filter-sort {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='7.27246' y1='0.5' x2='13.6361' y2='0.5' stroke='white'/%3E%3Cline x1='3.63721' y1='6.5' x2='16.3645' y2='6.5' stroke='white'/%3E%3Cline y1='12.5' x2='20' y2='12.5' stroke='white'/%3E%3C/svg%3E");
}

.--svg__filter-clear {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5M10 10L5.5 5.5M5.5 5.5L10 1M5.5 5.5L1 10' stroke='white' stroke-width='1'/%3E%3C/svg%3E");
}