/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 21:16 Expected identifier but found whitespace
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:53 Expected ":"
Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 22:59 Expected ":"
Line 23:15 Expected identifier but found whitespace
... and 3 more hidden warnings

**/


/* CSS from section stylesheet tags */
<style>
  .halo-block {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    --grid-gap: {{ section.settings.grid_gap | times: 0.5 | append: 'px' }};
  }
</style>