.js-collection-list-sidebar {
  width: 100%;
}

.collection_list__subtitle {
  grid-column: 1 / -1;
}

.collection_list__subtitle h5 {
  margin-bottom: 0;
}

.collection_list__subtitle:not(:first-child) h5 {
  margin-top: 32px;
}

@media (min-width: 769px) {
  .js-collection-list-sidebar {
    width: 280px;
  }
}
