:root{--btn-bg: #111;--btn-fg: #fff;--btn-bg-hover: #666;--btn-fg-hover: #fff;--btn-radius: 0;--btn-px: 40px;--btn-py: 15px;--btn-gap: 8px;--btn-border: 0;--btn-w: 310px;--btn-min-w: 310px}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--btn-gap);padding:var(--btn-py) var(--btn-px);line-height:21px;font-size:16px;font-weight:400;font-family:var(--font-body, "Inter"),system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--btn-fg);background:var(--btn-bg);border:var(--btn-border);border-radius:var(--btn-radius);text-decoration:none;white-space:nowrap;inline-size:var(--btn-w);min-inline-size:var(--btn-min-w);text-align:center;cursor:pointer}.button *{font:inherit;color:inherit}.button:hover{background:var(--btn-bg-hover);color:var(--btn-fg-hover)}.button svg{width:20px;height:20px;display:block;flex:0 0 20px}.button--secondary{--btn-bg: transparent;--btn-fg: #111;--btn-bg-hover: #666;--btn-border: 1px solid #111}.button--ghost{--btn-bg: transparent;--btn-fg: #111;--btn-bg-hover: #666;text-decoration:underline}.button[disabled],.button.is-disabled{opacity:.5;pointer-events:none}@media (max-width: 767px){.button{display:flex;inline-size:100%;min-inline-size:0;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/components-buttons.css.map */
