/* Hide price row in More Information tab (Call for Price sites) */
.catalog-product-view #product-attribute-specs-table tr:has(td[data-th="Price"]) {
    display: none !important;
}
