.onsale { display: inline-flex; align-items: center; justify-content: center; position: absolute; z-index: 10; font-size: 10px; font-weight: 500; line-height: 0; text-transform: uppercase; padding: 0 10px; height: 25px; border-radius: 4px; color: var(--saleBadgeTextColor); background-color: var(--saleBadgeBackgroundColor); }