/** Shopify CDN: Minification failed

Line 13:0 Unexpected "}"

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 var(--pp);
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  min-height: 100vh;
}

.collection-inline-media {
  position: relative;
  grid-column: span 2;
}

.collection-inline-media .media > * {
  object-fit: cover;
}

.collection-inline-media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--br);
}

.collection-inline-media-content > div {
  padding: 4rem;
  max-width: 52rem;
}

.collection-inline-media-content > div > * {
  margin: 2rem 0 0;
}

@media screen and (max-width: 749px) {
  .collection-inline-media .media {
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .collection-inline-media .media {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 990px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Collection header */

.collection-title {
  margin: 0;
}

.collection-title + .collection-description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

@media screen and (min-width: 750px) {
  .collection-title + .collection-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-description {
    max-width: 50rem;
    margin: 2rem auto;
  }

  .collection-hero-text-wrapper.left .collection-description {
    margin-left: 0;
    max-width: 75rem;
  }

  .collection-hero-text-wrapper.left .collection-description {
    margin-right: 0;
    max-width: 75rem;
  }
}
