/* Initially hide the button */
#apple-pay-button {
    display: none;
}

/* Make the button visible when the `visible` class is added */
#apple-pay-button.visible {
    display: block;
}