@media screen and (max-width:768px){
    body .slide-nav__wrapper:after {
        background-color: #fff;
    }
     body .collection-filter:has( .filter-wrapper.is-active) {
        top: 87px;
        position: sticky;
    }
}