/** Shopify CDN: Minification failed

Line 100:6 Unexpected "/"

**/
@media screen and (max-width: 749px) {
  .collection .title:not(.title--no-heading) {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 750px) {
  .collection .title-wrapper--no-heading {
    margin-top: 6rem;
  }
}

.collection {
  position: relative;
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 5rem;
  background-color: rgba(var(--color-background), 0.7);
}

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

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

.collection--empty .title-wrapper .title {
  text-transform: none;
}

.collection .product-grid {
  margin-top: 3rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .collection .product-grid.grid--4-col-tablet > .grid__item {
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .collection .product-grid.grid--3-col-tablet > .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

@media screen and (min-width: 990px) {
  .collection .product-grid.grid--4-col-desktop > .grid__item {
    max-width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  }

  .collection .product-grid.grid--3-col-desktop > .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

/* Trending  Tag  */
ul.product-grid > li:nth-child(1) {
  position: relative;
}
/* #shopify-section-template--15600489791534__product-grid ul.product-grid > li:nth-child(1)::before,
#shopify-section-template--15600646684718__product-grid ul.product-grid > li:nth-child(1)::before {
  content: "Trending";
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #d72c0d;
    transform: rotate(360deg);
    padding: 2px ;
    z-index: 20;
}

/* BestSeller */
/* #shopify-section-template--15600646717486__product-grid ul.product-grid > li:nth-child(1)::before,
#shopify-section-template--15600646684718__product-grid ul.product-grid > li:nth-child(2)::before {
  content: "Bestseller";
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #d72c0d;
    transform: rotate(360deg);
    padding: 2px ;
    z-index: 20;
} */ */
