/** Shopify CDN: Minification failed

Line 80:0 Unexpected "}"

**/
.collection-list {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.collection-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(255, 215, 0, 0.3) 2px, transparent 2px),
    radial-gradient(circle at 70% 60%, rgba(255, 215, 0, 0.2) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 215, 0, 0.4) 2px, transparent 2px),
    radial-gradient(circle at 85% 30%, rgba(255, 215, 0, 0.25) 1px, transparent 1px),
    radial-gradient(circle at 25% 70%, rgba(255, 215, 0, 0.35) 2px, transparent 2px);
  background-size: 400px 400px, 300px 300px, 450px 450px, 350px 350px, 380px 380px;
  animation: collectionParticleFloat 18s linear infinite;
  z-index: 0;
}

@keyframes collectionParticleFloat {
  0% {
    background-position: 
      0% 100%, 
      100% 0%, 
      30% 100%, 
      80% 50%, 
      50% 100%;
  }
  100% {
    background-position: 
      0% -100%, 
      100% 200%, 
      30% -100%, 
      80% -150%, 
      50% -100%;
  }
}

.collection-list-title {
  margin: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
  .collection-list::before {
    animation: none;
  }
}

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.collection-list__item:only-child {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection-list__item a:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 989px) {
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
}

.collection-list-view-all {
  margin-top: 2rem;
}
