<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:2 Unexpected "{"
Line 17:3 Expected identifier but found "%"
Line 18:2 Unexpected "{"
Line 18:3 Expected identifier but found "%"
Line 19:2 Unexpected "&lt;"
Line 19:35 Unexpected "{"
Line 19:50 Expected ":"
Line 19:69 Unexpected "&lt;"
... and 1 more hidden warnings

**/
{%- if block.settings.show_price_per_cup -%}
  {%- assign variant = product.variants[forloop.index0] -%}
  {%- assign price_per_cup = variant.price | times: 17 | divided_by: 250 -%}
  &lt;span class="price-per-cup"&gt;â€“ {{ price_per_cup | money }} per cup&lt;/span&gt;
{%- endif -%}
</pre></body></html>