.tm-express-pay{margin:12px 0 18px}
.tm-express-pay__label{margin:0 0 8px;color:#6b7280;font-size:.76rem;font-weight:600;text-align:center;text-transform:uppercase}
.tm-express-pay__card,.tm-express-pay__paypal{display:flex;width:100%;height:50px;align-items:center;justify-content:center;border:0;border-radius:7px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:700;letter-spacing:0;transition:transform .15s,box-shadow .15s,background .15s}
.tm-express-pay__card{background:#111;color:#fff}
.tm-express-pay__card:hover{background:#292929;box-shadow:0 5px 14px rgba(0,0,0,.16);transform:translateY(-1px)}
.tm-express-pay__wallets{height:0;margin:0;overflow:hidden}
.tm-express-pay__wallets.has-wallets{height:auto;min-height:50px;margin:10px 0;overflow:visible}
.tm-wallet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%}
.tm-wallet-slot{width:100%;height:50px;min-width:0;overflow:hidden;border-radius:7px}
.tm-wallet-slot[hidden]{display:none}
.tm-wallet-slot apple-pay-button{--apple-pay-button-width:100%;--apple-pay-button-height:50px;--apple-pay-button-border-radius:7px;--apple-pay-button-padding:0px;width:100%;height:50px;display:block}
.tm-wallet-slot--google>div,.tm-wallet-slot--google>button{width:100%!important;height:50px!important;min-width:0!important}
.tm-wallet-status{display:none;margin:8px 0 0;color:#b42318;font-size:.78rem;line-height:1.4;text-align:center}
.tm-express-pay__paypal{background:#ffc439;color:#003087;white-space:nowrap}
.tm-express-pay__paypal:hover{background:#ffcf5c;box-shadow:0 5px 14px rgba(0,48,135,.13);transform:translateY(-1px)}
.tm-express-pay__paypal span:first-child{color:#003087}
.tm-express-pay__paypal span:last-child{color:#0070e0}
.tm-express-pay__card:disabled,.tm-express-pay__paypal:disabled{cursor:wait;opacity:.65;transform:none}
.tm-express-pay__message{display:none;margin:8px 0 0;color:#b42318;font-size:.78rem;line-height:1.4;text-align:center}
@media(max-width:420px){.tm-express-pay__card,.tm-express-pay__paypal{height:48px;font-size:.82rem}.tm-express-pay__wallets.has-wallets{min-height:48px}.tm-wallet-grid{grid-template-columns:1fr}.tm-wallet-slot,.tm-wallet-slot apple-pay-button,.tm-wallet-slot--google>div,.tm-wallet-slot--google>button{height:48px!important}}
