/*
 *
 *       buy button
 *
 */


  .button.buy {
      cursor: pointer;
      /**/
      color: hsla(0, 0%, 100%, 1);
      background-color: hsla(234, 100%, 50%, 1);
    }


  .button.buy:hover {
        /* color: theme(colors.gray.lightest); */
        background-color: hsla(234, 100%, 35%, 1);
      }


/*# sourceMappingURL=buy-button.css.map*/