/* src/scss/nam-component-collection-hero.scss */
.collection-hero__title {
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 749px) {
  .collection-hero__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.collection-hero {
  padding-top: 8rem;
}
.collection-hero__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.collection-hero__text-wrapper--layout-left {
  align-items: flex-start;
}
.collection-hero__text-wrapper--layout-center {
  align-items: center;
}
.collection-hero__text-wrapper--layout-right {
  align-items: flex-end;
}
.collection-hero__inner--layout-right-image {
  flex-direction: row;
}
.collection-hero__inner--layout-left-image {
  flex-direction: row-reverse;
}
.collection-hero__inner--layout-vertical-image {
  flex-direction: column-reverse;
}
.collection-hero__inner--layout-under-image {
  position: relative;
  padding: 0;
  height: 300px;
}
.collection-hero__inner--layout-under-image .collection-hero__text-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-right: 4rem;
  padding-left: 4rem;
}
.collection-hero__inner--layout-under-image .collection-hero__text-wrapper .collection-hero__title {
  color: inherit;
}
.collection-hero__inner--layout-under-image .collection-hero__image-container {
  margin: 0;
}
.collection-hero--under-image {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/*# sourceMappingURL=nam-component-collection-hero.min.css.map */
