.product-promo-title {
  background-color: #e20000;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(226, 0, 0, 0.4);
}