.button{justify-content:center;font-family:Arial,Helvetica,sans-serif;font-weight:400;border:none;display:flex;gap:10px;align-items:center;border-radius:12px;cursor:pointer;transition:all .2s ease-in-out}.button--default{background-color:#fff;color:#0b0c0e}.button--default:hover{background-color:hsl(0,0%,90%)}.button--default:active{background-color:hsl(0,0%,85%)}.button--default-action{background-color:var(--action-background);color:var(--foreground)}.button--default-action:hover{background-color:var(--action-background-hover)}.button--default-action:active{background-color:var(--action-background-active)}.button--default-action-active{background-color:#f56a00;color:#fff}.button--primary{background-color:#006dfc;color:#fff}.button--primary:hover{background-color:rgb(0,98.1,226.8)}.button--primary:active{background-color:rgb(0,92.65,214.2)}.button--secondary{background-color:#f56a00;color:#fff}.button--secondary:hover{background-color:rgb(220.5,95.4,0)}.button--secondary:active{background-color:rgb(208.25,90.1,0)}.button--extra-small{padding:4px 8px;font-size:14px}.button--small{height:40px;padding:4px 16px;font-size:16px;border-radius:22px}.button--medium{height:44px;padding:8px 16px;font-size:16px}.button--large{padding:16px 24px;font-size:18px}.button--square{height:44px;padding:0;min-width:44px;width:44px;display:flex;align-items:center;justify-content:center;border-radius:16px}.button--square img{height:24px;width:24px}.button--max-content{max-width:-moz-max-content;max-width:max-content}.button--full-width{height:44px;padding:8px 16px;font-size:16px;width:100%}.button--ordered{color:var(--foreground);background:none;border:1px solid var(--action-background-active);opacity:.6;cursor:pointer}.button--ordered:hover{background:none}.button--red-action{background-color:#0b0c0e;color:#d12d24}.button--red-action:active,.button--red-action:hover{background-color:#16181d}@media(min-width:768px){.button--small{padding:4px 16px}.button--medium{padding:8px 24px}.button--large{padding:16px 32px}}.button:disabled{opacity:.6;cursor:not-allowed}.button--link{background-color:rgba(0,0,0,0);color:var(--muted-accent);text-align:start;padding:0!important;min-width:-moz-max-content;min-width:max-content;height:auto}.button--link:hover{background-color:rgba(0,0,0,0);color:rgb(220.5,95.4,0)}.button--link:active{background-color:rgba(0,0,0,0);color:rgb(208.25,90.1,0)}.button--secondary-link{background-color:rgba(0,0,0,0);color:var(--muted-accent);text-align:start;padding:0!important;font-size:12px!important;min-width:-moz-max-content;min-width:max-content;height:auto}.button--secondary-link:hover{background-color:rgba(0,0,0,0);color:rgb(220.5,95.4,0)}.button--secondary-link:active{background-color:rgba(0,0,0,0);color:rgb(208.25,90.1,0)}