@media only screen and (max-width: 760px) {
    .sticky-filter {
        background-color: white;
        position: sticky;
        z-index: 10;
        top: var(--fsb-bar-height);
        padding-top: 20px;
    }
}