/* Collection Sticky filter */

@media (min-width: 1024px) {
  .main-products-grid__filters {
    height: calc((var(--viewport-height) - var(--header-end)) - 15px);
    overflow: auto;
    position: sticky;
    top: calc(var(--header-end) + 10px);
  }
}