.discounts {
  font-size: var(--text-size-xs);
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: var(--leading-looser);
}

.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}

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

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

.discounts__discount > .icon {
  color: rgb(var(--color-foreground));
  width: var(--layout-space-2);
  height: var(--layout-space-2);
  margin-right: var(--layout-space-3);
}
