/** Shopify CDN: Minification failed

Line 6:0 Unexpected "%"

**/
%.collection-hero__inner {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}
.collection-hero__inner .container {
  display: flex;
   gap: 2.4rem;
}
.collection-hero__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
    flex: 0 0 70%;
}
.collection-hero__title {
  margin: 0;
}
.collection-hero__description {
  
  color: rgb(var(--color-foreground-secondary)) !important;
  font-size: calc(var(--font-body-scale) * 1rem) !important;
  line-height: 120% !important;
}
@media screen and (min-width: 1360px) {
  .collection-hero__description {
    font-size: calc(var(--font-body-scale) * 1.3333333333rem) !important;
  }
}
.collection-hero__description p {
  color: rgb(var(--color-foreground-secondary));
}
.collection-hero__image-wrapper {
flex: 0 0 30%;
  border-radius: var(--border-radius-main);
  overflow: hidden;
}
.collection-hero__image-container {
  display: flex;
  background-color: transparent;
}
.collection-hero__image-container::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 42.8571428571%;
}

@media screen and (max-width: 987px) {
  .collection-hero__inner .container {
    flex-direction: column;
  }

  .collection-hero__text-wrapper,
  .collection-hero__image-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}