:root {
  --color-promotion: rgb(254 43 113);
  --color-secondary-promotion-desktop: #b94bf080;
  --color-secondary-promotion: #b94bf0;
}

.variations-promotion__color-primary{
  color: var(--color-promotion) !important;
}

.variations-promotion__background{
  background: var(--color-promotion) !important;
  color: #fff !important;
  border: 1px solid var(--color-promotion) !important;
}

.variations-promotion__background.loading{
  background: var(--color-promotion) !important;
}

.variations-promotion__background__no-hover{
  background: var(--color-promotion) !important;
  color: #fff !important;
}

.variations-promotion__background:hover{
  background: #fff !important;
  color: var(--color-promotion) !important;
}

.variations-promotion__background.loading:hover{
  background: var(--color-promotion) !important;
}

.variations-promotion_radio:checked:after{
  width: 14px;
  height: 14px;
  border-radius: 15px;
  position: relative;
  background-color: var(--color-promotion);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid black;
}

.default-radio:checked:after{
  width: 14px;
  height: 14px;
  border-radius: 15px;
  position: relative;
  background-color: #e072e1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid black;
}


.deal-tier-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  margin: 12px 0 18px 0;
  border-radius: 24px;
  background: linear-gradient(
    90deg,
    var(--color-promotion) 0%,
    var(--color-secondary-promotion-desktop) 100%
  );
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.deal-tier-banner__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: var(--color-promotion);
  flex-shrink: 0;
}

.deal-tier-banner__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.deal-tier-banner__headline {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.deal-tier-banner__headline .highlight {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.deal-tier-banner__subline {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.95;
}

:root {
  --promotion-bg: #fe2b71;
}

.promotion-button {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 999px;
  background: var(--promotion-bg);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.promotion-button:hover {
  filter: brightness(1.05);
}

.promotion-button__list {
  display: inline-block;
  padding: 12px 12px;
  border-radius: 999px;
  background: var(--promotion-bg);
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}


.promotion-button__list:hover {
  background: #fff;
  color: var(--promotion-bg);
}
.variations-card__price-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75em;
  width: 100%;
}
.vcart-total--promo strong {
  color: var(--color-promotion);
  font-weight: 500;
}

.vcard-price-row__promo{
  color: var(--color-promotion);
  font-weight: 400;
}

@media screen and (max-width: 782px) {
  .deal-tier-banner{
    background: linear-gradient(
      90deg,
      var(--color-promotion) 0%,
      var(--color-secondary-promotion) 100%
    );
  }
}
