/* ——— PopularProducts — badge e stile card ——— */

.popular-product-card__media {
  position: relative;
}

.popular-product-card__badge {
  position: absolute;
  inset-block-start: var(--space-2);
  inset-inline-start: var(--space-2);
  z-index: 1;
  padding: 3px 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-text-inverse);
  background-color: #e05600;
  border-radius: var(--radius-full);
  white-space: nowrap;
  max-width: calc(100% - var(--space-4));
  overflow: hidden;
  text-overflow: ellipsis;
}
