body .price-percent-reduction,
body #reduction_percent_display,
body span.price-percent-reduction,
body .pso_price-percent-reduction {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ef5a52 0%, #d63d33 100%);
  box-shadow:
    0 10px 18px rgba(214, 61, 51, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  color: #fff6f5 !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

body .price-percent-reduction.flora-price-percent-reduction,
body span.price-percent-reduction.flora-price-percent-reduction {
  background: linear-gradient(145deg, #c93f53 0%, #8f1838 100%);
  box-shadow:
    0 10px 18px rgba(143, 24, 56, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}
