/* Shared Fantuzzi sale badge treatment: WooCommerce, Loop Grid and home promos. */
body .woocommerce span.onsale,
body .fantuzzi-sale-percentage-badge {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 10px 0 0 14px !important;
    padding: 15px !important;
    border: 1px solid #B8322A !important;
    border-radius: 999px !important;
    background-color: #B8322A !important;
    color: #FFFBF3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

body .fz-sale-badge .elementor-heading-title {
    color: #FFFBF3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

body .fz-sale-badge > .elementor-widget-container {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 10px 0 0 14px !important;
    padding: 15px !important;
    border: 1px solid #B8322A !important;
    border-radius: 999px !important;
    background-color: #B8322A !important;
}

body .fantuzzi-sale-percentage-badge {
    text-decoration: none !important;
}

@media (max-width: 767px) {
    body .woocommerce span.onsale,
    body .fantuzzi-sale-percentage-badge,
    body .fz-sale-badge > .elementor-widget-container {
        margin: 8px 0 0 10px !important;
        padding: 10px 12px !important;
    }
}
