Why does Afterpay messaging vanish when selecting a variant on my Symmetry theme store?

I’m developing a store on the Symmetry theme and have installed Afterpay using their guide here: https://developers.afterpay.com/afterpay-online/docs/shopify-site-messaging

The messaging appears on the product detail page initially but then disappears once I click on a variant. Afterpay also doesn’t appear to be an option in the checkout.

Afterpay is active on the store, and works fine on the current theme.

Can anyone help me with this? Here’s a preview link: https://1hofufj8ipqtpwqk-11581874.shopifypreview.com

Hey man, did you find a fix to this yet? I am experiencing the same issue..

Hi, yes I opened a support ticket at https://afterpay.formstack.com/forms/afterpay_merchant_technical_support and they helped me fix it

In your theme’s CSS file add this:

p.afterpay-paragraph {
    display: block !important;
}

if this does not work try add code below to themes css

afterpay-placement {
display: block !important;
}