@media only screen and (min-width: 767px){
  .facets-container.js-all-products__filters{
    position: fixed;
        top: 122px !important;
        z-index: 9;
        width: 100%;
        background: #fff !important;
  }
}