/* Direct checkout state, scoped to the existing cart controls. */
#checkoutButton:not(:disabled){background:#2855d9;color:#fff;border-color:#2855d9;cursor:pointer}
#checkoutButton:not(:disabled):hover{background:#2148bc;border-color:#2148bc}
#checkoutButton[aria-busy="true"]{cursor:wait}
#checkoutButton:focus-visible,#checkoutRetry:focus-visible{outline:3px solid #2855d9;outline-offset:3px}
#checkoutRetry{display:block;margin:10px auto 0;padding:8px 12px;border:0;background:transparent;color:#2855d9;font:inherit;font-size:.85rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
#checkoutRetry[hidden]{display:none}
#checkoutRetry:disabled{opacity:.55;cursor:wait}
#cartCheckoutNote[data-checkout-error="true"]{color:#8a3737}
