/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-button-style (INDEX:18, SCOPED:FALSE) */
.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 */