.customer-discount-prices-badge {
  display: block;
  background-color: #edecec;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  font-size: 1rem;
  margin-bottom: 5px;
  border-radius: var(--buttons-radius-outset);
}

.reply-add-to-cart-pdp .product-form__submit .customer-discount-prices-badge {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
}

#predictive-search-results .customer-discount-prices-badge {
  color: rgb(var(--color-background));
}
