/** Shopify CDN: Minification failed

Line 108:3 Expected "}" to go with "{"

**/
.lulairoa-collection-hero {
  position: relative;
  min-height: var(--hero-height, 200px);
  overflow: hidden;
  background: #f8fbf5;
}

.lulairoa-collection-hero__media,
.lulairoa-collection-hero__media img,
.lulairoa-collection-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lulairoa-collection-hero__media img {
  object-fit: cover;
  object-position: var(--hero-position, center) center;
}

.lulairoa-collection-hero__overlay {
  background: linear-gradient(90deg, rgba(248, 251, 245, 0.98) 0%, rgba(248, 251, 245, 0.92) 38%, rgba(248, 251, 245, 0.18) 66%, rgba(248, 251, 245, 0) 100%);
}

.lulairoa-collection-hero__inner {
  position: relative;
  z-index: 1;
  min-height: var(--hero-height, 200px);
  display: flex;
  align-items: center;
}

.lulairoa-collection-hero__content {
  width: min(58%, 74rem);
  padding: 1.2rem 0 4.8rem;
}

.lulairoa-collection-hero__title {
  margin: 0 0 1.2rem;
  color: #2f6d45;
  font-size: clamp(3rem, 3vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.lulairoa-collection-hero__description {
  max-width: 72rem;
  color: #4b5563;
  font-size: 1.5rem;
  line-height: 1.55;
}

.lulairoa-collection-hero__description > * {
  margin-top: 0;
  margin-bottom: 0;
}

.lulairoa-collection-breadcrumb {
  min-height: 5.6rem;
  display: flex;
  padding-top:4.4rem;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 1rem;
  color: #4b5563;
  font-size: 1.4rem;
}

.lulairoa-collection-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.lulairoa-collection-breadcrumb a:hover {
  color: #4e8e1f;
  text-decoration: none;
  text-underline-offset: 0.3rem;
}

.lulairoa-collection-breadcrumb__separator {
  color: #7c8797;
  font-size: 1.8rem;
}

@media screen and (max-width: 989px) {
  .lulairoa-collection-hero__content {
    width: 66%;
  }

  .lulairoa-collection-hero__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  .lulairoa-collection-hero {
    min-height: 34rem;
  }