/* WEB DISCO: COLLECTION PAGE - NO LIQUID */

.sorting-filters--wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.collection-filter--wrapper {
  grid-column: span 3;
}
