How to hide price for sold out products unless customer login

HI, I am using Shopify Simple theme I want to hide sold-out items prices for those customers who is not logged in.

I already hide prices of stock in products for non-login customers.

Thanks

@Arhamabbas for this you make this condition inside price div

{%- if customer -%}
{{product.price | money }}

{% endif %}