/** Shopify CDN: Minification failed

Line 19:21 Expected identifier but found whitespace
Line 19:23 Unexpected "{"
Line 19:32 Expected ":"
Line 24:21 Expected identifier but found whitespace
Line 24:23 Unexpected "{"
Line 24:32 Expected ":"
Line 28:16 Expected identifier but found whitespace
Line 28:17 Unexpected "3px"
Line 28:28 Unexpected "{"
Line 28:37 Expected ":"

**/


/* CSS from section stylesheet tags */
.filter-navigation-section .filter-btn {
    background-color: {{ section.settings.btn_bg_color }};
  }

  .filter-navigation-section .filter-btn:hover,
  .filter-navigation-section .filter-btn.selected {
    background-color: {{ section.settings.btn_active_color }};
  }

  .filter-navigation-section .filter-btn-link {
    border-left: 3px solid {{ section.settings.btn_active_color }};
  }