/**
 * WooCommerce Sale Badge Styling
 * Optimized for PageSpeed performance
 * 
 * @package BlazeCommerce Child
 * @version 1.0.0
 */

/* WooCommerce Sale Badge - Specific targeting for maximum compatibility */
.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right.wc-block-grid__product-onsale {
    border-radius: var(--wp--preset--radius--rounded-full, 9999px);
    /* background: var(--wp--preset--color--safelife-primary, #10426E); */
    background: var(--wp--preset--color--safelife-secondary, #EB7525);
    color: var(--Primary-foreground, #FFF);
    font-family: var(--Font-Style-Primary, Roboto);
    font-size: var(--Size-Links, 12px);
    font-weight: 400;
    border: none;
}
