/*
Theme Name: GeneratePress Child - Lou Garū
Template: generatepress
Version: 1.0.0
Description: Thème enfant Lou Garū basé sur GeneratePress
Author: Lou Garū
*/

.lg-promo-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lg-original-price {
    color: #999;
    font-size: 0.9em;
    text-decoration: line-through;
}

.lg-discounted-price {
    color: #a1907d;
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
}