/** Shopify CDN: Minification failed

Line 21:21 Expected identifier but found whitespace
Line 21:23 Unexpected "{"
Line 21:32 Expected ":"
Line 21:66 Expected identifier but found "!"
Line 22:10 Expected identifier but found whitespace
Line 22:12 Unexpected "{"
Line 22:21 Expected ":"
Line 22:60 Expected identifier but found "!"
Line 27:21 Expected identifier but found whitespace
Line 27:23 Unexpected "{"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
.button--primary,
  .customer .button--primary {
    background-color: {{ section.settings.primary_button_color }} !important;
    color: {{ section.settings.primary_button_text_color }} !important;
  }

  .button--primary:not([disabled]):not([aria-disabled=true]):hover,
  .customer .button--primary:not([disabled]):not([aria-disabled=true]):hover {
    background-color: {{ section.settings.primary_button_hover_color }} !important;
    color: {{ section.settings.primary_button_text_hover_color }} !important;
  }