/**
 * Fallback CSS: masque visuellement la majorité des blocs prix standards PrestaShop.
 * Le but principal reste de conditionner les templates Smarty.
 * Conservez ce fichier pour éviter qu'un module tiers affiche un prix "non prévu".
 */

/* blocs prix catalogue / produit */
.price,
.product-price,
.product-prices,
.current-price,
.regular-price,
.discount,
.discount-percentage,
.has-discount,
.unit-price,
.tax-shipping-delivery-label,
.product-unit-price,
.product-price-and-shipping,
.product-price-rrp,
.product-price-with-reduction,
.product-price-and-ecotax,
.ecotax {
  display: none !important;
}

/* totals panier / checkout */
.cart-summary-line .value,
.cart-summary-totals,
.cart-total,
.order-confirmation-table .price,
.order-confirmation-table .total,
.order-detail .price,
.order-detail .total {
  display: none !important;
}
