/* NGSA - Prix sur demande */
.ngsa-por-banner {
    display: inline-block;
    padding: .35em .8em;
    background: #1e6f3c;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

/* Masque le vrai prix là où un bandeau « prix sur demande » est présent.
   Repose sur :has() (largement supporté par les navigateurs récents). */

/* --- Listes / catégories (markup standard warehouse) --- */
.product-price:has(.ngsa-por-banner) > a,
.product-price:has(.ngsa-por-banner) .price,
.product-price-and-shipping:has(.ngsa-por-banner) > .product-price {
    display: none !important;
}

/* --- Fiche produit (page-builder Creative Elements : classes ce-) --- */
.ce-product-prices:has(.ngsa-por-banner) .ce-product-price {
    display: none !important;
}
/* Neutralise le texte « Tax included » du label tout en gardant le bandeau visible */
.ce-product-prices:has(.ngsa-por-banner) .ce-tax-shipping-delivery-label {
    font-size: 0 !important;
}
.ce-product-prices:has(.ngsa-por-banner) .ce-tax-shipping-delivery-label .ngsa-por-banner {
    font-size: 15px !important;
}

/* --- Fiche produit (thème classic/warehouse standard, au cas où) --- */
.product-prices:has(.ngsa-por-banner) .current-price > .product-price,
.product-prices:has(.ngsa-por-banner) .product-discount,
.product-prices:has(.ngsa-por-banner) .product-without-taxes,
.product-prices:has(.ngsa-por-banner) .product-unit-price {
    display: none !important;
}
