.swiper {
  width: 100%;
}

.collection-carousel-card a {
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: none;
}

@media (max-width: 749px) {
  .collection-carousel-card a {
    font-size: 18px;
  }
}