top of page
I'm a product description. I'm a great place to add more details about your product such as sizing, material, care instructions and cleaning instructions.

I'm a product

SKU: 671253175371
$100.00 Regular Price
$95.00Sale Price
Quantity
  • I'm a product detail. I'm a great place to add more information about your product such as sizing, material, care and cleaning instructions. This is also a great space to write what makes this product special and how your customers can benefit from this item.
bottom of page
window.addEventListener('load', function() { const forms = document.querySelectorAll('form'); forms.forEach(function(form) { form.addEventListener('submit', function(e) { const formName = form.getAttribute('data-name') || form.getAttribute('name') || form.querySelector('[data-name]')?.getAttribute('data-name') || 'Unknown Form'; if (window.gtag) { gtag('event', 'form_submit', { 'form_name': formName, 'timestamp': new Date().toISOString() }); } }); }); });