/** Shopify CDN: Minification failed

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

**/
/* START_SECTION:custom-button-style (INDEX:22) */
.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;
  }
/* END_SECTION:custom-button-style */
