.farever-buy-now-button {
  --color-button: 18, 18, 18;
  --color-button-text: 255, 255, 255;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  background-color: #121212;
  color: #fff;
}

.farever-buy-now-button:not([disabled]):not([aria-disabled='true']):hover {
  --color-button: 42, 42, 42;
  background-color: #2a2a2a;
}


