/** Shopify CDN: Minification failed

Line 64:20 Expected ":"

**/
.collection-banner {
  width: 100%;
}

.collection-banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.collection-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 900px;
  width: 100%;
}

/* Desktop Alignment */
.collection-banner__content--left {
  align-items: flex-start;
  text-align: left;
}

.collection-banner__content--center {
  align-items: center;
  text-align: center;
}

.collection-banner__content--right {
  align-items: flex-end;
  text-align: right;
}

/* Heading Styles */
.collection-banner__heading {
  margin: 0;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.collection-banner__heading.h0 {
  font-size: 4.8rem;
  line-height: 1.2;
}

.collection-banner__heading.h1 {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #333333;
  line-height: 1.3;
}

.collection-banner__heading.h2 {
  font-size: 14px;
  line-height: 1.4;s
    font-family: 'Public Sans';
    color: #333333;
    font-weight: 300;
}

/* Description Styles */
.collection-banner__description {
  margin: 0;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.75);
}

.collection-banner__description.body-small {
  font-size: 1.4rem;
}

.collection-banner__description.body {
  font-size: 14px;
  letter-spacing: 0.4px;
}

.collection-banner__description.body-large {
  font-size: 1.8rem;
}

.collection-banner__description p {
  margin: 0;
}

/* Button Styles */
.collection-banner__button {
  margin-top: 0.8rem;
}

/* Mobile Styles */
@media screen and (max-width: 749px) {
  .collection-banner__content {
    gap: 1.2rem;
  }

  .collection-banner__content--mobile-left {
    align-items: flex-start;
    text-align: left;
  }

  .collection-banner__content--mobile-center {
    align-items: center;
    text-align: center;
  }

  .collection-banner__content--mobile-right {
    align-items: flex-end;
    text-align: right;
  }

  .collection-banner__heading.h0 {
    font-size: 3.2rem;
  }

  .collection-banner__heading.h1 {
    font-size: 2.8rem;
  }

  .collection-banner__heading.h2 {
    font-size: 2.4rem;
  }

  .collection-banner__description.body-small {
    font-size: 1.3rem;
  }

  .collection-banner__description.body {
    font-size: 1.5rem;
  }

  .collection-banner__description.body-large {
    font-size: 1.7rem;
  }
}

/* Tablet Styles */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .collection-banner__heading.h0 {
    font-size: 4rem;
  }

  .collection-banner__heading.h1 {
    font-size: 3.2rem;
  }

  .collection-banner__heading.h2 {
    font-size: 2.6rem;
  }
}


@media (max-width: 820px){
  .collection-banner__content{max-width: 50rem;}
}

@media (max-width: 820px){
  .collection-banner__content{max-width: 35rem;}
}