/* ==============================================
   TM24 NOVAChild – Produkt-Card: Preis
   Modul: modules/listing/product-card/product-card-price.css
   Scope: .productbox .productbox-price, .productbox .article-price
   Quelle: custom.css Zeilen 616-630
   UTF-8 ohne BOM
   ============================================== */

.productbox .productbox-price {
    text-align: center;
    padding: 4px 16px 12px;
}

.productbox .article-price,
.productbox .price {
    color: var(--p) !important;
    font-family: var(--f) !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

.productbox del .price {
    color: var(--light) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}
