/** Shopify CDN: Minification failed

Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 16:4 Unexpected "{"
Line 16:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if block.settings.icon-menu-position == "true" %}
    nav.custom-icon-menu-section { 
        position: absolute;
    }
    {% endif %}
.sticky-topbar {
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
    z-index: 3;
  }