/* Shared payment-icon frame: the five supplied assets stay on one row. */
.footer-payments{gap:6px;flex-wrap:nowrap;margin-left:auto}
.footer-payments>small{display:none}
.footer-payments .pay-pill,.footer-payments .card-pill{width:48px!important;height:34px!important;min-width:48px;flex:0 0 48px;padding:0;border-radius:5px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:135% auto}
.footer-payments .pay-pill[aria-label="Apple Pay"]{background-size:145% auto}
.footer-payments .card-pill[aria-label="Visa"]{background-image:url('assets/payment-icons/visa.png');color:transparent}
.footer-payments .card-pill[aria-label="Mastercard"]{background-image:url('assets/payment-icons/mastercard.png');background-size:155% auto;color:transparent}
.footer-payments .card-pill[aria-label="American Express"]{display:none}
.footer-payments .card-pill svg{display:none!important}
.cart-payment{display:flex!important;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;text-align:left}
.cart-payment>span{display:none}
.cart-payment>div,.cart-payment>small{display:contents!important}
.cart-payment>div b[aria-label],.cart-payment .visa-word,.cart-payment .mc-mark{width:48px!important;height:34px!important;min-width:48px;flex:0 0 48px;margin:0;padding:0;border:1px solid var(--line);border-radius:5px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:135% auto}
.cart-payment>div b[aria-label="Apple Pay"]{background-size:145% auto}
.cart-payment .mc-mark{background-image:url('assets/payment-icons/mastercard.png');background-size:155% auto;color:transparent}
.cart-payment .amex-word{display:none!important}
.cart-payment>div b[aria-label] svg{display:none!important}
@media(max-width:800px){.footer-payments{margin-left:0}.footer-payments .pay-pill,.footer-payments .card-pill,.cart-payment>div b[aria-label],.cart-payment .visa-word,.cart-payment .mc-mark{width:44px!important;min-width:44px;flex-basis:44px;height:32px!important}.cart-payment{gap:4px}}
