/** Shopify CDN: Minification failed

Line 17:19 Expected identifier but found whitespace
Line 17:21 Unexpected "{"
Line 17:30 Expected ":"

**/


/* CSS from section stylesheet tags */
.announcement-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: {{ section.settings.background_color }};
}

.announcement-bar__message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.announcement-bar__image-wrapper img {
  height: 40px;
  width: auto;
  display: block;
}