/** Shopify CDN: Minification failed

Line 16:0 Unexpected "}"

**/
.cinda-hero {
  min-height: 38rem;
}

.cinda-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 38rem;
}
}
}
.cinda-hero__content,
.cinda-hero__media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .cinda-hero__content,
  .cinda-hero__media {
    width: 50%;
  }
}

.cinda-hero__content {
  display: flex;
  align-items: center;
  padding: 5rem 5%;
}

.cinda-hero__content-inner {
  max-width: 48rem;
}

.cinda-hero__eyebrow {
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.65);
  margin: 0 0 1.8rem 0;
}

.cinda-hero__heading {
  font-family: 'CindaScript', cursive;
  font-weight: normal;
  font-size: 6rem;
  line-height: 1.05;
  margin: 0 0 2rem 0;
}

.cinda-hero__text {
  font-family: var(--font-heading-family);
  font-style: italic;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 3rem 0;
  max-width: 44rem;
}

.cinda-hero__buttons {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.cinda-hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 30rem;
}

.cinda-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinda-hero__illustration {
  width: 60%;
  max-width: 44rem;
  height: auto;
}

@media screen and (max-width: 749px) {
  .cinda-hero__heading {
    font-size: 4rem;
  }

  .cinda-hero__text {
    font-size: 1.7rem;
  }
}
