.grouped-collections {
  overflow: hidden;
}
.grouped-collections .page-width .group-collections {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.grouped-collections .page-width .group-collections .collection-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
  border-bottom: solid 1px #F1F2F7;
}
.grouped-collections .page-width .group-collections .collection-group:last-of-type {
  border-bottom: none;
}
.grouped-collections .page-width .group-collections .collection-group[aria-hidden=true] {
  display: none;
}
.grouped-collections .page-width .group-collections .collection-group .group-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.grouped-collections .page-width .group-collections .collection-group .group-header .heading {
  margin-bottom: 10px;
}
.grouped-collections .page-width .group-collections .collection-group .group-header .description {
  margin-bottom: 20px;
}
.grouped-collections .page-width .group-collections .collection-group .group-swiper {
  overflow: visible;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.grouped-collections .page-width .group-collections .load {
  margin: 60px auto 80px;
}
