The focal theme has some conflicting code that doesn’t work with our price add-ons.
Add the code below to line 1205 of your theme.js file (see screenshot for the exact location)
if (this.className && this.className.indexOf('checkout-button') !== -1) {
return;
}