.collection-list-swiper {
  width: stretch;
}

.collection-list-swiper  .quick-add__submit {
  width: stretch !important;
}

.swiper-wrapper {
  padding-bottom: 16px;
}

.swiper-slide {
  height: auto;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none;      /* Internet Explorer/Edge */
  user-select: none;  
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-brand-green);
}

.collection-grid-limited > *:nth-child(n+5) {
  display: none;
}