/** Shopify CDN: Minification failed

Line 18:13 Unexpected "{"
Line 18:22 Expected ":"
Line 23:13 Unexpected "{"
Line 23:22 Expected ":"
Line 27:13 Unexpected "{"
Line 27:22 Expected ":"
Line 41:13 Unexpected "{"
Line 41:22 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0, SCOPED:FALSE) */
#section-id-{{ section.id }} .announcement-bar-button {
  display: inline-block;
  margin-left: 8px;
}

#section-id-{{ section.id }} .announcement-bar-button:first-child {
  margin-left: 0;
}

#section-id-{{ section.id }} .announcement-bar-button__link {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--button-background) !important;
  border: 1px solid var(--button-background);
  border-radius: 4px;
  color: var(--button-text) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  transition: all 0.2s ease;
}

#section-id-{{ section.id }} .announcement-bar-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* END_SECTION:announcement-bar */