.checkoutTopbarActions{display:flex;align-items:center;gap:12px}.checkoutPayButton{min-width:min(100%,290px);min-height:58px;border:0;border-radius:15px;background:linear-gradient(135deg,#f6dba2,#d49e3d 56%,#9c651c);color:#1f1407;cursor:not-allowed;font-size:18px;font-weight:750;opacity:.58;box-shadow:0 16px 34px rgba(187,123,32,.2),inset 0 1px 0 rgba(255,247,221,.62)}@media (max-width:700px){.checkoutTopbarActions{flex-wrap:wrap;justify-content:flex-start}.checkoutPayButton{width:100%}}:root[data-theme=light] .checkoutPayButton:not(:where(.checkoutEntryPage *,.legalDocumentPage *)){border-color:var(--product-calc-current-action-border-color,transparent);background:var(--product-calc-action-background,#48bfd2);color:var(--product-calc-current-action-text-color,#ffffff);box-shadow:var(--product-calc-action-shadow,none)}