/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2026 | 10:52:30 */
/* Enlève le soulignement sur tous les prix WooCommerce */
.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount *,
span.price,
p.price {
    text-decoration: none !important;
}

/* Garde la barre sur les prix soldés */
.price del,
.price del span {
    text-decoration: line-through !important;
}