How to make the products above the suggestion

in mobile view
url: testing (makerlab-electronics-ph.myshopify.com)

pass: saboten

like this one

Hi @niceeee , you can do that by adding this code

@media screen and (max-width: 749px){
.predictive-search__results-groups-wrapper {
    flex-direction: column-reverse !important;
}
}