/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:filter-navigation (INDEX:21) */
.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 }};
  }
/* END_SECTION:filter-navigation */