Add to cart not button not working

I am using a debutify theme. I asked them to move the shop pay button to below the add to cart. I was trying to add an item to my cart to look at another issue. The add to cart didn’t work. I am using a sticky cart widget, it is working properly.

Hello @PetParentStuff

It might be issues with the code.
Can you send me the store URL if it is pass word protected then please share the password as well.

Hello there @PetParentStuff You should try out the following steps and let me know how it goes for you

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code just above tag

<style>
.product__add__cart__button, .shopify-payment-button {
    pointer-events: auto!important;
}
</style>

It didn’t work