.register-form-wrapper{max-width:864px;margin:0 auto}.register-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:24px}.register-step{padding-left:48px;position:relative}.register-step:first-child{padding-left:0}.register-step:first-child:before{content:none}.register-step:before{content:"";height:4px;width:32px;background:#d1d5dc;position:absolute;left:8px;top:50%;margin-top:-2px}.register-step .step-number{font-size:16px;font-weight:700;color:#fff;line-height:1;width:48px;height:48px;border-radius:50%;background:#d1d5dc;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:-.31px}.register-step.active:before,.register-step.active .step-number{background:rgb(var(--color-base-solid-button-labels));border-color:rgb(var(--color-base-solid-button-labels))}.register-step.completed:before,.register-step.completed .step-number{background:#007672;font-size:0;cursor:pointer}.register-step.completed .step-number:before{content:"";width:12px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M-8.86917e-05 4.83514L1.60218 3.22718L4.23287 5.81241L10.0681 -8.86917e-05L11.6817 1.60787L4.23287 9.01696L-8.86917e-05 4.83514Z' fill='white'/%3E%3C/svg%3E");display:inline-block}.register-title{font-size:30px;font-weight:700;color:#1e1e1e;margin:0 0 6px;letter-spacing:.4px;text-align:center}.register-subtitle{font-size:16px;color:#7a7a7a;margin:0 0 36px;text-align:center}.register-account-types{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 20px}@media(max-width:600px){.register-account-types{grid-template-columns:1fr}}.account-type-card{cursor:pointer;display:block}.account-type-card input[type=radio]{position:absolute;opacity:0;width:0;height:0}.account-type-label{border:2px solid rgba(238,238,238,.93);border-radius:16px;padding:24px;text-align:left;transition:border-color .2s,box-shadow .2s;background:#fff;height:100%;box-sizing:border-box;display:block;cursor:pointer}.account-type-card input[type=radio]:checked+.account-type-label,.account-type-card:hover .account-type-label{border-color:rgb(var(--color-base-solid-button-labels));box-shadow:0 4px 10px #eeeeeeed}.rounded-icon{border-radius:100%;display:flex;align-items:center;justify-content:center;background:#0072ce0d;margin-bottom:16px;color:#0072ce}.account-type-icon{width:64px;height:64px;margin-bottom:16px}.account-type-icon svg{width:32px;height:32px}.account-type-card input[type=radio]:checked+.account-type-inner .account-type-icon{background:#fef9e0;color:#b8860b}.account-type-title{font-size:20px;font-weight:700;margin:0 0 14px;letter-spacing:-.45px}.account-type-desc{font-size:14px;color:#7a7a7a;line-height:20px;margin:0;letter-spacing:-.15px}.register-step-panel{text-align:left}.register-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:480px){.register-form-grid{grid-template-columns:1fr}}.register-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.register-field label{font-size:13px;font-weight:600;color:#374151}.register-field input{border:1.5px solid #d1d5db;border-radius:8px;padding:10px 14px;font-size:14px;color:#111827;outline:none;transition:border-color .2s;background:#fff}.register-field input:focus{border-color:rgb(var(--color-base-solid-button-labels));box-shadow:0 0 0 3px #f5c51826}.register-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.register-step-panel .register-form-wrapper,.register-successful{border:1px solid #D1D5DC;padding:24px;background:#fff;border-radius:16px;max-width:640px;margin:0 auto}.register-step-panel .register-form{position:relative;min-height:125px}.register-step-panel .register-form-wrapper .register-error{padding-bottom:4px}.register-step-panel .register-form .register-back{position:absolute;bottom:80px;left:0;width:calc(50% - 8px);min-height:52px;gap:8px;z-index:3;border-radius:100px}.register-successful{padding:48px 24px;border-radius:32px}.register-results h2,.register-results h3,.register-results h4,.register-results h5,.register-results h6,.register-results p{margin-top:0}.register-results p:last-child{margin-bottom:0}.register-results .page-title{text-align:center}.register-results .main-page-title{font-size:30px;line-height:36px;font-weight:700;letter-spacing:.4px;margin-bottom:8px}.register-results .page-title .title-icon{background:#0076720d;color:#007672;width:96px;height:96px;margin:0 auto 24px}.register-error .page-title .title-icon{color:rgba(var(--color-base-outline-button-labels))}.register-results .page-title .description{font-size:16px;color:#7a7a7a;line-height:24px;letter-spacing:-.31px}.register-results h3{font-size:18px;font-weight:700;line-height:27px;margin-bottom:16px}.register-results .actions{text-align:center;display:flex;flex-direction:column;gap:20px}.register-results .actions .button{width:100%;gap:8px}.register-results .actions .link{font-size:14px;color:#7a7a7a;text-decoration:none}.register-results .actions .link:hover{color:#0072ce}.verify-email{background:#0072ce0d;border-radius:14px;padding:24px;display:grid;grid-template-columns:auto 1fr;gap:16px}.verify-email .icon{width:48px;height:48px}.verify-email h3{margin-bottom:6px}.verify-email p{font-size:14px;line-height:20px;letter-spacing:-.15px;color:#7a7a7a}.guideline ul{list-style:none;counter-reset:i;margin:0;padding:0;font-size:14px;line-height:20px;color:#7a7a7a}.guideline ul li{counter-increment:i;display:grid;grid-template-columns:auto 1fr;margin-bottom:12px}.guideline ul li:before{content:counter(i);background:rgba(var(--color-base-outline-button-labels));border-radius:100%;color:#1e1e1e;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.register-results .page-title,.register-results .verify-email,.register-results .guideline{margin-bottom:24px}#register-template .register-successful,#register-template .register-error,#register-template.submitted-successfully .register-form-wrapper{display:none}#register-template.submitted-successfully .register-successful{display:block}#register-template.submitted-error .shopify-app-block[id*=__forms_inline_],#register-template.submitted-error .register-back{display:none}#register-template.submitted-error .register-error{display:block}@media(max-width:749px){.register-step-panel .register-form .register-back{padding:0 12px;min-width:104px;width:auto}}@media(min-width:750px){.register-step:not(:first-child){padding-left:112px}.register-step:before{width:96px}.register-subtitle{margin-bottom:60px}.account-type-label{padding:32px}.register-step-panel .register-form-wrapper{padding:24px 48px 20px}.register-step-panel .register-form-wrapper .register-error{padding-bottom:28px}.register-successful{padding:48px}.register-results .page-title,.register-results .verify-email,.register-results .guideline{margin-bottom:60px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/customer-new.css.map */
