/**
 * Keep PPOM's live final total while removing the intermediate breakdown that
 * makes weight-based product choices look like separate add-on purchases.
 *
 * Legacy renderer:
 * - .ppom-option-total-price
 * - .ppom-product-base-price
 *
 * Current renderer:
 * - .ppom-option-option-list
 * - .ppom-product-price
 */
#ppom-price-container tr.ppom-option-total-price,
#ppom-price-container tr.ppom-product-base-price,
#ppom-price-container tr.ppom-option-option-list,
#ppom-price-container tr.ppom-product-price {
	display: none !important;
}

