/** Shopify CDN: Minification failed

Line 6:0 Unexpected "setTimeout("

**/
setTimeout(() => {
  document.querySelectorAll('p.chakra-text').forEach(el => {
    if (el.innerText.includes('Post your purchase on instagram')) {
      el.innerText = 'Post story on IG tagging fitfeast.in and DM us – we will add your points';
    }
  });
}, 1000);


