.shankar-promotion-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.shankar-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid currentColor;
  background: #fff;
}

.shankar-promo-old-price {
  font-weight: 500;
  text-decoration: line-through;
  opacity: .75;
}

.promo-price-drop {
  color: #b42318;
  background: #fff4f2;
}

.promo-free-item {
  color: #067647;
  background: #ecfdf3;
}

.promo-discount {
  color: #6941c6;
  background: #f4f3ff;
}

.promo-new-arrival {
  color: #175cd3;
  background: #eff8ff;
}

.shankar-offers-page .page-title,
.shankar-offers-page .page-header h1,
.shankar-offers-page .page-header h2 {
  font-weight: 700;
}
