.brxe-fp-hero-header {
  padding: 0;
  width: 100%;
}
.brxe-fp-hero-header a {
  text-decoration: underline;
}
.background-filter::after {
  -webkit-backdrop-filter: contrast(80%); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
  backdrop-filter: contrast(80%); /* Supported in Chrome 76 */
  content: "";
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  top: 0;
}
.background-filter {
  position: relative;
}
/* Use for content that should not be blurred */
.u-non-blurred {
  position: relative;
  z-index: 1;
}
.hero-header__background-wrapper {
  width: 100%;
  height: 100%;
  padding: var(--cf-space-l) 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.hero-header__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--default-row-gap);
  padding: var(--cf-space-l) var(--cf-space-m);
  background-color: var(--cf-light-70);
  border-left: 4px solid var(--cf-secondary);
  border-radius: var(--default-radius);
  margin-left: auto;
  margin-right: auto;
}
.hero-header__inner-container--content-only {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--default-row-gap);
  padding: var(--cf-space-l) var(--cf-space-m);
  border: none;
}
.hero-header__title {
  margin: 0 auto;
  text-align: center;
}
.hero-header__title em {
  position: relative;
  font-style: normal;
  font-weight: 700;
}
.hero-header__subtitle {
  text-align: center;
}
.hero-header__description {
  color: var(--cf-text-body);
  font-weight: 600;
  line-height: 1.2;
  font-size: var(--cf-text-m);
  text-align: center;
}
.hero-header__description .add_to_cart_button {
  margin-left: auto;
  margin-right: auto;
}
.hero-header__author-container {
  text-align: center;
  margin-top: var(--cf-space-m);
}
.hero-header__author-container img {
  border-radius: var(--cf-radius-full);
  border: 2px solid var(--cf-primary);
  max-width: max(4rem,min(5vw,5rem));
  max-height: max(4rem,min(5vw,5rem));
}
.hero-header__author-container p {
  font-style: italic;
  margin-top: var(--cf-space-xs);
}
