/* Sale flash and offer badges. Top-left of the product image. */

.st-badge {
  display: inline-block;
  padding: 6px 10px;
  background: var(--st-accent);
  color: var(--st-surface);
  font-size: var(--st-size-eyebrow);
  font-weight: var(--st-weight-extrabold);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.st-badge--dark {
  background: var(--st-ink);
}

.st-badge--floating {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 2;
}
