/* ROLEX / LUXURY WATCHES listing: sidebar + grid scroll together */
@media (min-width: 1101px) {
  .shop-layout {
    align-items: start !important;
  }
  .shop-layout .shop-sidebar,
  .shop-layout aside.shop-sidebar {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    align-self: start !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .shop-layout .shop-sidebar .shop-filter-list {
    max-height: none !important;
    overflow: visible !important;
  }
}
