did you figure this out at all?
{{ product.selected_or_first_available_variant.price | money_without_currency | remove: “,” | divide_by: 100 }}
This works but it only updates visually after a page refresh which isnt ideal at all. Would like for the price to change dynamically depending on the variant that is selected without needing a page refresh.