/** Shopify CDN: Minification failed

Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 23:0 Unexpected "{"
Line 23:1 Expected identifier but found "%"
Line 25:14 Expected identifier but found whitespace
Line 25:16 Unexpected "{"
Line 25:18 Expected identifier but found "5"
Line 25:72 Expected ":"
Line 29:14 Expected identifier but found whitespace
Line 29:16 Unexpected "{"
... and 2 more hidden warnings

**/
/* Cart */
{% assign font_size_base_int = settings.font_size_base_int %}

#cartform .saved {
  margin: 30px 0 30px;
}

{% assign tfv = font_size_heading_int | minus: font_size_base_int | times: 0.16 %}
.h2-style-saved {
    font-size: {{ 5 | times: tfv | plus: font_size_base_int | round }}px;
    color: green;
}
.h4-style-saved {
    font-size: {{ 3 | times: tfv | plus: font_size_base_int | round }}px;
    color: green;
}
