/** Shopify CDN: Minification failed

Line 14:21 Expected identifier but found whitespace
Line 14:23 Unexpected "{"
Line 14:32 Expected ":"
Line 17:3 Unexpected ","
Line 21:10 Expected identifier but found whitespace
Line 21:12 Unexpected "{"
Line 21:21 Expected ":"

**/

  .announcement-bar .section.settings.link {
    background-color: {{ section.settings.announcement_bar_color }};
    text-align: center;
    text-decoration: none;
  },
  .announcement-bar__message {
    font-size: large;
    padding: 10px;
    color: {{ section.settings.announcement_bar_text_color }};
  }
  
