/*
Generated time: June 27, 2025 17:41
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}
.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0
      calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }
  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}
.collection-hero__text-wrapper {
  flex-basis: 100%;
}
@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }
  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.collection-hero__title {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /*text-align: center;
  padding: 15px;
  margin:0 auto;
  width: 700px;*/
  font-size: 25px;
  color: #000;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-top: 30px;
  display: none;
}
.collection-hero .metafield-rich_text_field {
  font-size: 18px;
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: none;
}
.collection-hero__description {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .collection-hero__description {
    max-width: 66.67%;
  }
  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}
.collection-hero--with-image .collection-hero__title {
  margin: 0;
}
.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}
.collection-hero__image-container {
  /*border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  display: block;*/
}
@media screen and (max-width: 749px) {
  .collection-hero__title {
    padding: 0;
    font-size: 23px;
    width: auto;
    margin-top: 10px;
    display: none;
  }
  .collection-hero__image-container {
    height: 17rem;
    background: none;
  }
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 2rem 0 0;
  }
  .collection-hero--with-image .collection-hero__title {
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 2rem 0rem 0rem 3rem;
    flex-basis: 100%;
  }
  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 30%;
    margin-left: 3rem;
    min-height: 20rem;
  }
}
@media screen and (max-width: 991px) {
  .collection-hero {
    margin: 10px 0;
    width: 100%;
    height: auto;
    margin-left: unset;
    border-radius: 8px;
  }
}
