/* ==========================================================================
   Price badge next to price "-XX% DDM < 12 mois"
   ========================================================================== */
span.wdd-badge,
.price span.wdd-badge,
.woocommerce-Price-amount + .wdd-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #ff4757 0%, #d63638 100%) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 3px 10px !important;
    border-radius: 12px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 4px rgba(214, 54, 56, 0.25) !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* Strikethrough price styling */
.price del,
.price s {
    opacity: 0.6;
    margin-right: 4px;
}

/* ==========================================================================
   Round yellow PROMO badge on product image (Flatsome badge system)
   ========================================================================== */
.wdd-promo-bg {
    background-color: #f5c518 !important;
    color: #333 !important;
}
