Symmetry Theme - Add Coming Soon Label and hide $0 price

Hi There

I was wondering if I can get help with 2 issues in Symmetry Theme

  1. add Coming Soon Label same as New In

  2. Hide price when its $0 under collection

https://gfsv1p3pguj4zlqx-46853750943.shopifypreview.com

I tried a code from another forum, but with no luck.

any help would be appreciated

Code added to style.css

#shopify-section-template–16799421530334__main.product-price {
display: none !important;
opacity: 0;
}