/* Sale / brand % pills next to article (catalog, product, cart). */
.product-discount-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 20px;
  min-width: 38px;
  padding: 0 7px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}

.product-discount-label--sale {
  background: #f76659;
}

.product-discount-label--brand {
  background: #e67e22;
}
