.product-flags .product-flag.mgpromo {
  background: #e4032e;
  color: #fff;
}
.mgpromo-listing {
  font-size: 0.8rem;
  color: #e4032e;
  margin-top: 2px;
}
.mgpromo-product {
  margin: 0.5rem 0;
  padding: 0.5rem 0.75rem;
  background: var(--header-gold, #F5A623);
  color: var(--brand-navy, #17191E);
}
.mgpromo-product .mgpromo-set,
.mgpromo-product .mgpromo-note {
  font-size: 0.85rem;
  color: var(--brand-navy, #17191E);
  opacity: 0.8;
}
.mgpromo-cart-hint {
  font-size: 0.8rem;
  color: #e4032e;
}
.mgpromo-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(23, 25, 30, 0.6);
}
.mgpromo-popup[hidden] {
  display: none;
}
.mgpromo-popup__box {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 2rem 1.5rem 1.25rem;
  text-align: center;
  background: var(--header-gold, #F5A623);
  color: var(--brand-navy, #17191E);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.mgpromo-popup__close {
  position: absolute;
  top: 4px;
  right: 10px;
  border: 0;
  background: none;
  font-size: 2rem;
  line-height: 1;
  color: var(--brand-navy, #17191E);
  cursor: pointer;
}
.mgpromo-popup__badge {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  background: var(--brand-navy, #17191E);
  color: var(--header-gold, #F5A623);
}
.mgpromo-popup__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--brand-navy, #17191E);
}
.mgpromo-popup__text {
  margin: 0 0 0.5rem;
  color: var(--brand-navy, #17191E);
}
.mgpromo-popup__date {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-navy, #17191E);
}
.mgpromo-popup__cta,
.mgpromo-popup__cta:hover,
.mgpromo-popup__cta:focus {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--brand-navy, #17191E);
  color: #fff;
}
.mgpromo-popup__skip {
  margin-top: 0.5rem;
  border: 0;
  background: none;
  font-size: 0.85rem;
  text-decoration: underline;
  color: var(--brand-navy, #17191E);
  cursor: pointer;
}
