.onsale { display: inline-flex !important; align-items: center; justify-content: center; position: absolute; top: var(--badgeTop, 15px); left: var(--badgeLeft, 15px); height: var(--badgeHeight, 28px); border-radius: var(--badgeRadius, 3px); padding: var(--badgePadding, 0 10px) !important; z-index: 1; font-size: var(--badgeFontSize, 13px); font-weight: 600; line-height: 0; text-transform: uppercase; margin: 0 !important; color: var(--saleBadgeTextColor, #fff); background-color: var(--saleBadgeBackgroundColor); &[data-shape="square"] { } &[data-shape="circle"] { --badgeFontSize: 11px; --badgeHeight: 45px; --badgePadding: 3px; --badgeRadius: 200px; min-width: 45px; } }