/** Shopify CDN: Minification failed

Line 64:17 Expected identifier but found whitespace
Line 64:24 Unexpected ";"
Line 86:3 Unexpected "/"

**/
/**
 * ----------------------------------------------------------------------------
 * Template Collection
 * ----------------------------------------------------------------------------
 */
.Template--collection .Collection {
  border-top: 1px solid var(--tg-sys-color-outline);
}
.Template--collection .Collection .Collection__Inner {
  display: flex;
  border-bottom: 1px solid var(--tg-sys-color-outline);
}
.Template--collection .Collection .Collection__Content {
  margin-bottom: -1px;
  width: 100%;
  display: flex;
}
.Template--collection .Collection .Collection__Content--emptyResult {
  justify-content: center;
}
.Template--collection .Collection .Collection__Products {
  flex-grow: 1;
}
.Template--collection .Collection .Collection__Title {
  margin-bottom: 0;
  font-family: var(--tg-sys-typescale-headline-medium-font);
  font-style: var(--tg-sys-typescale-headline-medium-style);
  font-weight: var(--tg-sys-typescale-headline-medium-weight);
  font-size: var(--tg-sys-typescale-headline-medium-size);
  line-height: var(--tg-sys-typescale-headline-medium-line-height);
  letter-spacing: var(--tg-sys-typescale-headline-medium-tracking);
}
.Template--collection .Collection .Collection__Description {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1008px) {
  .Template--collection .Collection .Collection__Products {
    width: 75%;
  }
}
.Template--collection .Collection .Collection__Description {
  line-height: 1.4;
}
.Template--collection .CollectionDesign .ProductCard {
  opacity: 0;
}

.no-js .CollectionDesign .ProductCard {
  opacity: 1;
}

/* .CollectionDesign .Grid__Item {
  border-right: none;
  border-bottom: none;

  display: flex; /* ?? */
  flex-direction: column; /* ?? */
}

.Template--collection .CollectionDesign .ProductCard {
  height: -webkit-fill-available;
}

.CollectionDesign .Grid__Item .ProductCard__Info {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start; */
  height: 160px;
}

.CollectionDesign .Grid__Item .Button--full {
  margin-top: auto !important;
}

.ProductCard__Inner {
  /* position: relative; */
  height: 100%;
  /* background: aqua; */
} */