/** Shopify CDN: Minification failed

Line 15:19 Expected identifier but found whitespace
Line 15:21 Unexpected "{"
Line 15:30 Expected ":"
Line 16:8 Expected identifier but found whitespace
Line 16:10 Unexpected "{"
Line 16:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.announcement-bar-timer {
  background-color: {{ section.settings.background_color }};
  color: {{ section.settings.text_color }};
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.announcement-text {
  margin-right: 15px;
}
.timer {
  display: inline-flex;
  gap: 10px;
}
.timer span {
  background: #000;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  min-width: 30px;
  text-align: center;
}