.collection-header {
  border-top: 1px solid var(--color--primary, #007833);
  margin-top: 0;
}

.collection-header__hero {
  background-color: var(--color--surface--weak, #f3f3f3);
  overflow: hidden;
  position: relative;
  min-height: auto;
}

.collection-header__hero::after {
  background-image: url("../../images/hexagons.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12rem;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 20rem;
}
@media (max-width: 768px) {
  .collection-header__hero::after {
    display: none;
  }
}

.collection-header__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 2rem 4rem;
  position: relative;
  z-index: 1;
}

.collection-header__content {
  margin-top: 4rem;
  margin-bottom: 4rem;
  max-width: 960px;
}

.collection-header__title.component-text {
  color: var(--color--text--base, #1f2024);
  font-family: Mulish;
  font-size: 3.5rem;
  letter-spacing: var(--letter-spacing--xs);
  line-height: 1;
  margin: 0;
}

.collection-header__subtitle.component-text {
  color: var(--color--text--base, #1f2024);
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 1.5rem;
  max-width: 960px;
}

.collection-header__subtitle.text-xxl {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .collection-header__inner {
    padding-bottom: 3rem;
  }
  .collection-header__content {
    margin-top: 2.5rem;
  }
  .collection-header__title.component-text {
    font-size: 3.5rem;
  }
}
/*# sourceMappingURL=headercollection.css.map */
