.apple-pay-cart-button {
    width: 271px;
    display: block;
    height: 38px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid;
    border-radius:3px;

    margin: 10px 15px;
}
.apple-pay-thing-button {
    width: 274px;
    display: block;
    height: 38px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid;
    border-radius:3px;
    margin-bottom: 10px;
}
.apple-pay-button {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color:black;
    color: white;
    background-size: 100% 26px;
    background-position-y: 6px;
    background-repeat: no-repeat;
    cursor:pointer;
}
.apple-pay-button-with-text {
    background-image: none;
    --apple-pay-scale: 1.1875; /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
}
.apple-pay-button-black-with-text {
    background-color: black;
    color: white;
}
.apple-pay-button-white-with-text {
    background-color: white;
    color: black;
}
.apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
}
.apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
}
.apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
}
.apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
}
.apple-pay-button-with-text > .logo {
    width: calc(35px * var(--apple-pay-scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
}

