.birdchime-hide-node {
  display: none
}
.birdchime-disable-node {
  cursor: not-allowed;
  pointer-events: none;
}
button.birdchime-disable-node {
  background-image: none;
  border: none;
  box-shadow: none;
  opacity: 0.4;
}
button#checkout, button[name="checkout"], a[href="/checkout"], input[name="checkout"] {
  pointer-events: none;
  opacity: 0.4;
}
.shopify-payment-button {
  display: none !important
}