// Sticky Product Filter // @media screen and (min-width: 720px) { .ProductList-filter { position: -webkit-sticky; position: sticky; top: 100px; } }