EDIT: Nope! The code isn’t below. I’m not sure where this template lives…
https://14point7solutions.com/collections/all
Any ideas how to space these better?
I think this is the code…
{{ product.variants.first.price | money }}
{% if product.variants.first.compare_at_price > product.variants.first.price %}
{{ product.variants.first.compare_at_price | money }}
{% endif %}