.custom-fler-page-hero {
  background: #79a79c;
  color: #f8f4e9;
  margin: 0 0 32px;
  padding: 34px 20px 32px;
  text-align: center;
  font-size: 14px;
}

.custom-fler-page-hero .custom-fler-page-hero__inner {
  margin: 0 auto;
  max-width: 760px;
}

.custom-fler-page-hero .custom-fler-page-hero__breadcrumbs,
.custom-fler-page-hero .custom-fler-page-hero__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.custom-fler-page-hero .custom-fler-page-hero__breadcrumbs {
  margin-bottom: 30px;
}

.custom-fler-page-hero .custom-fler-page-hero__breadcrumbs a,
.custom-fler-page-hero .custom-fler-page-hero__breadcrumbs span,
.custom-fler-page-hero .custom-fler-page-hero__links span {
  color: inherit;
}

.custom-fler-page-hero .custom-fler-page-hero__breadcrumbs a {
  text-decoration: none;
}

.custom-fler-page-hero .custom-fler-page-hero__image {
  display: block;
  margin: 0 auto 22px;
  max-width: min(220px, 82vw);
  width: 100%;
}

.custom-fler-page-hero--seasonal-decoration .custom-fler-page-hero__image {
  margin-bottom: 24px;
  max-width: min(126px, 34vw);
}

.custom-fler-page-hero--wedding-decoration .custom-fler-page-hero__image {
  margin-bottom: 24px;
  max-width: min(180px, 48vw);
}

.custom-fler-page-hero .custom-fler-page-hero__title {
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin: 20px 0 24px;
  text-transform: uppercase;
}

.custom-fler-page-hero .custom-fler-page-hero__links + .custom-fler-page-hero__links {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .custom-fler-page-hero {
    margin-bottom: 24px;
    padding: 26px 16px 24px;
  }

  .custom-fler-page-hero .custom-fler-page-hero__breadcrumbs {
    margin-bottom: 22px;
  }

  .custom-fler-page-hero .custom-fler-page-hero__breadcrumbs,
  .custom-fler-page-hero .custom-fler-page-hero__links {
    font-size: 10px;
    gap: 8px;
  }

  .custom-fler-page-hero .custom-fler-page-hero__image {
    margin-bottom: 18px;
    max-width: min(320px, 88vw);
  }

  .custom-fler-page-hero--seasonal-decoration .custom-fler-page-hero__image {
    margin-bottom: 20px;
    max-width: min(126px, 36vw);
  }

  .custom-fler-page-hero--wedding-decoration .custom-fler-page-hero__image {
    margin-bottom: 20px;
    max-width: min(180px, 52vw);
  }

  .custom-fler-page-hero .custom-fler-page-hero__title {
    margin-bottom: 18px;
  }
}
