/** Shopify CDN: Minification failed

Line 95:18 Unexpected "{"
Line 95:27 Expected ":"

**/
.collection-1 .vertical-breather {
  padding: 0;
}
.shopify-section--collection-1 {
  margin: 0;
}
p.heading.h3 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 0.9;
  letter-spacing: 0;
  margin-bottom: 42px;
}
.list-collections--collage {
  --list-collections-collage-rows-height: 100%;
}
.list-collections__item-list {
  gap: 0;
}
.list-collections__item-info {
  top: unset;
  bottom: 0;
  transform: none;
  text-align: left;
  padding: 30px 30px 80px 80px;
}
span.heading.count {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.list-collections__item-info {
  transition: all 0.4s;
}
/* .list-collections__item:hover .list-collections__item-info {
  transform: translateY(-80px);
} */
.link .btn-base-2 {
  /* opacity: 0; */
  border: none;
  padding: 0;
  background-color: transparent;
}
/* .list-collections__item:hover .link .btn-base-2 {
  opacity: 1;
} */
span.heading.heading--xsmall.link {
  text-decoration: none;
  margin: 0;
}
p.heading.h3 span {
  background-color: var(--primary);
  background-image: linear-gradient(
    rgb(var(--heading-color-1)),
    rgb(var(--heading-color-1)),
    rgb(var(--heading-color-1))
  );
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 150%;
  transition: all 0.8s;
}
p.heading.h3 span:hover {
  background-size: 0;
  color: rgb(var(--root-heading-color));
}
@media (max-width: 1199px) {
  .list-collections__item-info {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  p.heading.h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .list-collections--collage .list-collections__item-list {
    flex-wrap: wrap;
  }
  .list-collections__item {
    width: 100%;
  }
}

/* Target only the main H2 heading with --accent class */
#shopify-section-{{ section.id }} h2.heading--accent {
  color: rgb(var(--heading-color, 40,40,40));
  text-shadow: 0.16em 0.16em 0 var(--color-a, #22f092);
  font-weight: 800; /* optional */
}

