/* Neuer Preis: gleiche Optik wie Magento */
.proffix-new-price {
    display: inline;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.125em;
}

/*
 * WICHTIG:
 * Wir blenden NICHT special-price, NICHT price-final_price
 * und NICHT old-price aus.
 *
 * Wir verstecken AUSSCHLIESSLICH den alten finalPrice-Text:
 *
 * <span data-price-type="finalPrice">
 *   <span class="price">CHF 6.82</span>   <-- DAS hier
 * </span>
 */
.proffix-active [data-price-type="finalPrice"] > .price {
    display: none !important;
}

.old-price .price {
    text-decoration: line-through;
    opacity: .6;        /* optional, sieht ruhiger aus */
}
