/** Shopify CDN: Minification failed

Line 173:0 Expected "}" to go with "{"

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

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

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

.collection .slider-buttons {
  display: none;
}

@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;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
  font-family: 'Styrene A Web Regular';
}

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

.collection__title .title:not(:only-child) {
  margin-bottom: 11px;
}

.collection__title a {
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #27262C;
    text-decoration: none;
    color: inherit;
}



@media screen and (min-width: 750px) {
  .collection__title a {
      font-size: 15px;
      margin: 5rem 0 3rem;
      display: block;
  }
}

.collection__title a svg {
    width: 11.9px;
    height: 9.1px;
    margin-left: 11px;
}

.collection__title a svg #Product---Wallpaper_A {
    fill: #27262c;
}

.collection__description {
  margin-bottom: 5px;
  max-width: 800px;
}

.collection--full-width .slider-component-full-width .slider--desktop {
  column-gap: 14px;
}


.collection .underline-links-hover:hover a{
  text-decoration: none;
}


.collection--full-width .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
  width: 75%;
}

.collection--full-width .slider-component-full-width .slider--desktop, .slider--desktop, .slider--tablet {
  column-gap: 14px;
}

.collection .slider.slider--tablet li.grid__item {
    width: 75%;
  }

@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 5rem;
  }

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

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }

  .collection--full-width .slider-component-full-width .slider--desktop, .slider--desktop, .slider--tablet {
    column-gap: 40px;
  }

  .collection .slider--tablet.grid--3-col-desktop li.grid__item {
    width: calc(33.33% - 40px * 2 / 3);
  }

  .collection__title {
      display: flex;
      /*align-items: center;*/
  }

  .collection__title>div:first-child {
    flex: 1;
}

.collection__title .title{

  font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;

}

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



