Add "Available Now" text to products in grid like "sold out". Pipeline theme

I figured it out. I added the following to the correct spot in product-grid-item.liquid :


{% if product.available %} Available Now {% endif %}