product.handle unable to search a particular product in a certain collection

Hi,

I am having issues with some code on Shopify. I am using a narrative theme and I want to add a “Low Stock Available” text underneath the picture on the card view of certain products. The issue where I am running into is for the decanters collection. For instance, for the following link https://onefinalpour.com/products/the-american-bull-gift-decanter when I try to use the following code

{% if product.handle == ‘the-american-bull-gift-decanter’ %}

LOW STOCK AVAILABLE!


{% endif %}

It does not recognize it. However, if I were to tweak the above code for products in other collections, it works just fine.

Any input is appreciated, Liquid beginner here!