/** Shopify CDN: Minification failed

Line 100:0 Unexpected "@media"

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

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

.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 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__view-all a:not(.link) {
  margin-top: 1rem;
}

.template-collection .product-grid-container {background: #000;}
.template-collection .collection {padding: 0 40px;  max-width: 100%;}
.template-collection .section+.section{margin-top: 0px;}
.template-collection .content-for-layout .page-width {max-width: 100%; padding: 0px 40px;}
.template-collection .content-for-layout .collection {padding-bottom: 80px;}
.template-collection .collection .product-grid {margin: 40px 0 0;row-gap: 50px;}
.template-collection .product-grid .grid__item {position:relative;padding-bottom: 25px;}
.template-collection .product-grid .grid__item:after {content: '';position: absolute;bottom: 0;width: 4000px;height: 1px;background: #2b2b2b;left: -100px;right: 0;margin: auto;}
.template-collection .product-grid .grid__item:nth-child(9):after, .template-collection .product-grid .grid__item:nth-child(10):after, 
/* .template-collection .product-grid .grid__item:nth-child(11):after, .template-collection .product-grid .grid__item:nth-child(12):after{display:none;} */



@media screen and (max-width: 1366px) {
.template-collection .collection .product-grid { padding-bottom: 80px;}
}
@media screen and (max-width: 1280px) {
.template-collection .collection .product-grid { padding-bottom: 75px;}
}
@media screen and (max-width: 1199px) {
.template-collection .content-for-layout .collection {padding-bottom: 70px;}
}
@media screen and (max-width: 1024px) {
.template-collection .collection .product-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 70px; gap: 20px;}
.template-collection .collection .product-grid .grid__item {width: 100%; max-width: 100%;}
.template-collection .product-grid .grid__item {
    position: relative;
    padding-bottom: 10px;
}
}
@media screen and (max-width: 991px) {
.template-collection .content-for-layout .page-width{padding: 0 20px;}
.template-collection .content-for-layout .collection {padding-bottom: 60px;}
}
@media screen and (max-width: 767px) {
.template-collection .collection .product-grid { grid-template-columns:1fr 1fr; padding-bottom: 0px;}
.template-collection .content-for-layout .collection {padding-bottom: 50px;}
}
@media screen and (max-width: 400px) {
 .template-collection .collection .product-grid { grid-template-columns:1fr;} 
}