/* FP Price Display Fix — Frontend CSS v1.0 */

.fppf-price {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    line-height: 1.3;
}
.fppf-price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: #111 !important;
}
.fppf-sep {
    color: #999;
    font-weight: 400;
    margin: 0 2px;
}
/* Prix barré en promo */
.fppf-price del {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    margin-right: 6px;
}
.fppf-price ins {
    text-decoration: none;
}
.fppf-price ins .woocommerce-Price-amount {
    color: #1a7a42 !important;
}

/* Stock info sous le prix (affiché par WC dans .single_variation) */
.woocommerce-variation-availability {
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: 13px;
}

@media (max-width: 640px) {
    .fppf-price { font-size: 20px; }
}
