@media only screen and (min-width: 750px) {
    .collection-filters {   
        display: flex;
        gap: 1rem;
    }
}