.discounts {
  color: var(--color-swing-red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.discounts:empty {
  display: none;
}

.discounts__discount {
  display: flex;
  gap: 0.5em;
}

.discounts__discount--position {
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
}

.discounts__discount > .icon {
  margin-top: 0.05em;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}
