/** Shopify CDN: Minification failed

Line 184:6 Expected ":"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.rich-text__wrapper.page-width {
  margin: 0 auto;
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

.rich-text__blocks.center {
  text-align: left;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }

  .rich-text__blocks.center {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

/* .rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
} */

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

.metafields-rich-text .rich-text__buttons a svg {
  transform: rotate(270deg);
  width: 1.3rem;
  margin: 0 0 0 0.2rem;
}

.metafields-rich-text h2.rich-text__heading {
  font-size: 3.4rem;
  font-weight: 800;
}

.metafields-rich-text .rich-text__buttons a::after,
.metafields-rich-text .rich-text__buttons a::before {
  content: none;
}

.metafields-rich-text .rich-text__buttons a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7.5px 24px 7.5px 24px;
  gap: 8px;
  border: 2px solid rgb(var(--color-foreground)) ;
  border-radius: 2px;
  flex: none;
  order: 2;
  flex-grow: 0;
  color:rgb(var(--color-foreground));
  font-weight: 700;
  font-size:1.6rem;
}

.rich-text.v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.rich-text.v2 .rich-text__text{
  padding: 0 6rem;
  font-size: 24px;
}

.rich-text.v2 .rich-text__blocks.center {
  text-align: center;
}

.rich-text.v2 .rte {
  font-weight: 500;
}

.rich-text.v2.color-anova-orange .button {
  --color-button: var(--color-anova-blue-v2);
  --color-button-text: var(--color-base-background-1);
}

.rich-text.v2.color-anova-blue-v2 .button {
  --color-button: var(--color-anova-yellow);
  --color-button-text: var(--color-base-text);
}
.rich-text.v2.color-anova-yellow .button {
  --color-button: var(--color-anova-blue-v2);
  --color-button-text: var(--color-base-background-1);
}

.rich-text.v2 .button {
  line-height: calc(1 + 2.6835 / var(--font-body-scale));
  padding: 0 3.25rem;
  border-radius: 56px;
}

.rich-text.v2 .button:after {
  border-radius: 56px;
}

.rich-text.v2 .rich-text__heading {
  font-size: 72px;
  Line height: 79px;
  font-weight: 400;
}
