.sb-customer{width:min(100%,760px);margin:0 auto;padding:32px 16px;color:inherit}.sb-customer-title,.sb-customer-section-title{margin:0 0 18px}.sb-customer-form{display:grid;gap:14px}.sb-customer-oauth{display:grid;gap:10px;margin-bottom:18px}.sb-customer-field{display:grid;gap:6px;font-weight:600}.sb-customer-input{width:100%;min-height:42px;border:1px solid currentColor;border-radius:6px;padding:8px 10px;background:rgba(0,0,0,0);color:inherit;font:inherit}.sb-customer-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid currentColor;border-radius:6px;padding:8px 14px;background:rgba(0,0,0,0);color:inherit;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.sb-customer-button--primary{background:var(--sb-customer-primary, #111827);border-color:var(--sb-customer-primary, #111827);color:var(--sb-customer-primary-contrast, #fff)}.sb-customer-button--primary,.sb-customer-button--primary:visited{color:var(--sb-customer-primary-contrast, #fff)}.sb-customer-button--oauth{width:100%}.sb-customer-message{margin:10px 0}.sb-customer-message--error{color:#b42318}.sb-customer-message--success{color:#067647}.sb-customer-links{margin-top:16px}.sb-customer-account-section{width:min(100%,760px);margin:0 auto;padding:24px 16px;border-top:1px solid rgba(0,0,0,.12)}.sb-customer-section-header,.sb-customer-account-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.sb-customer-section-header{margin-bottom:18px}.sb-customer-section-header .sb-customer-section-title{margin-bottom:0}.sb-customer-account-overview-items{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:12px}.sb-customer-account-overview-item{display:grid;gap:8px;min-height:120px;border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:16px;color:inherit;text-decoration:none}.sb-customer-account-overview-item span{opacity:.76}.sb-customer-address-items{display:grid;gap:12px}.sb-customer-address-item{border:1px solid rgba(0,0,0,.12);border-radius:6px;padding:14px}.sb-customer-address-actions,.sb-customer-modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.sb-customer-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:16px}.sb-customer-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.42)}.sb-customer-modal-dialog{position:relative;z-index:1;width:min(100%,560px);max-height:min(90vh,760px);overflow:auto;border-radius:6px;padding:22px;background:var(--sb-customer-modal-background, #fff);color:var(--sb-customer-modal-color, #111827);box-shadow:0 24px 70px rgba(0,0,0,.2)}.sb-customer-modal-title{margin:0 0 18px}