@media screen and (min-width: 750px) {
  .facets-wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
    max-height: 100vh;
    overflow-y: auto;
    align-self: flex-start;
    background: rgb(var(--color-background));
  }
}