Random / Stray Letter in Buy Now Liquid / Button

I just noticed a random “s” letter has now popped up in the buy now button section of the product pages. It even shows up when i hover during the theme editting

hii @pyralit

This usually happens due to a stray character in the theme code or a broken dynamic source output.

Since it appears even in theme editor preview, it’s likely coming from:

main-product.liquid
buy-buttons.liquid
product-form.liquid
Or a recently added app snippet

Steps to fix

Go to Online Store Themes Edit Code
Search globally for a standalone suse the search bar in code editor
Check around the Buy Now / Add to Cart button markup
Also check recently edited files or app embeds
Common causes
Accidental typo outside Liquid tags
Extra character after {{ form | payment_button }}
Broken translation key
App script injecting incorrect markup

If you recently installed or removed an app, try temporarily disabling app embeds and test again.

Thank you! Going through the code and found a file with a random s in it