/** 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 "<"
Line 19:35 Unexpected "{"
Line 19:50 Expected ":"
Line 19:69 Unexpected "<"
... 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 -%}
  <span class="price-per-cup">– {{ price_per_cup | money }} per cup</span>
{%- endif -%}
