/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.promo-badge[data-v-5f64896d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .promo-badge[data-v-5f64896d], .-bg-section-dark .promo-badge[data-v-5f64896d], .-bg-page-dark .-bg-section-transparent .promo-badge[data-v-5f64896d] {
  color: #ffffff;
  fill: #ffffff;
}
.promo-badge a[data-v-5f64896d] {
  color: #000000;
}
.-bg-dark .promo-badge a[data-v-5f64896d], .-bg-section-dark .promo-badge a[data-v-5f64896d], .-bg-page-dark .-bg-section-transparent .promo-badge a[data-v-5f64896d] {
  color: #ffffff;
  fill: #ffffff;
}
.promo-badge[data-v-5f64896d] {
  color: #c41320;
  margin-top: 8px;
}
.promo-badge--redesign[data-v-5f64896d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .promo-badge--redesign[data-v-5f64896d], .-bg-section-dark .promo-badge--redesign[data-v-5f64896d], .-bg-page-dark .-bg-section-transparent .promo-badge--redesign[data-v-5f64896d] {
  color: #ffffff;
  fill: #ffffff;
}
.promo-badge--redesign a[data-v-5f64896d] {
  color: #000000;
}
.-bg-dark .promo-badge--redesign a[data-v-5f64896d], .-bg-section-dark .promo-badge--redesign a[data-v-5f64896d], .-bg-page-dark .-bg-section-transparent .promo-badge--redesign a[data-v-5f64896d] {
  color: #ffffff;
  fill: #ffffff;
}
.promo-badge--redesign[data-v-5f64896d] {
  color: #c41320;
  margin-top: 4px;
}