.filter-field-mobile {
    display: none;
    height: 100%;
    width: 100%;
}
.filter-field-mobile select.mobile-select {
    width: 100%;
    height: 44px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 5px 16px;
    font-size: 14px;
    color: inherit;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 32px;
}
.filter-field-mobile select.mobile-select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

@media (max-width: 991px) {
    .filter-field-desktop {
        display: none !important;
    }
    .filter-field-mobile {
        display: block !important;
    }
}
