/* 
   Edit these CSS styles to customize the WooCommerce percentage OFF badge.
   Changes here will automatically apply to all sale badges.
*/
.onsale.custom-percentage-badge-d7bd8725 {
    background-color: #e21a1a !important; /* Change badge background color */
    color: #ffffff !important;            /* Change text color */
    font-weight: bold !important;         /* Font weight (normal, bold, etc.) */
    padding: 6px 12px !important;         /* Inside spacing (top/bottom left/right) */
    border-radius: 50px !important;       /* Made pill-shaped/rounded */
    font-size: 0.85em !important;         /* Text size */
    text-transform: uppercase !important; /* Make text uppercase */
    display: inline-block !important;
}
