Thanks for sharing. It’s not being served by Klaviyo. I can’t find the klaviyo-form element on your page. It’s from a Shopify app. This from chrome dev tool for the teaser:
<div id="shopify-block-15871026291228209630" class="shopify-block shopify-app-block">
<button id="show_conjured_modal" class="button btn">Get $XX</button>
<style type="text/css">
#show_conjured_modal {
background: #000;
color: #fff;
}
</style>
<style type="text/css">
</style>
<script async="" src="https://referralprogramapp.com/shopify/referral/widget.js?shop=rotaris-1575.myshopify.com&cmp=&modal=1&modalClosed=1"></script><div id="conjured_referral"></div>
<script type="text/javascript">// <![CDATA[
function conjuredReferralExternal(conjuredReferral) {
document.getElementById('show_conjured_modal').addEventListener('click', function() {
conjuredReferral.showModal('conjured_referral');
});
}
// ]]></script>
</div>
Is referralprogramapp.com serving it?
Hope that helps!
Regards
Andy