.category-products .dce-grid-filters-container .dce-posts-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  height: max-content !important;
}

.category-products .dce-grid-filters-container .dce-posts-wrapper article {
  position: static !important;
  flex: 0 0 auto !important;
  height: max-content !important;
}
