.warranty-registration{display:flex;flex-direction:column;align-items:center;width:100%;padding:48px 16px;background-color:#c8c9c9}.warranty-registration .warranty-registration__card{display:flex;flex-direction:column;gap:32px;width:100%;max-width:900px;padding:20px;background-color:#fff;border-radius:12px;overflow:hidden}.warranty-registration .warranty-registration__heading{font-family:var(--font-primary--family);font-size:20px;font-weight:900;line-height:28px;letter-spacing:.5px;text-align:center;text-transform:uppercase;color:#18181b}.warranty-registration .warranty-registration__form{display:flex;flex-direction:column;gap:16px;width:100%}.warranty-registration .warranty-registration__row{display:grid;grid-template-columns:1fr;gap:16px;width:100%}.warranty-registration .warranty-registration__field{display:flex;flex-direction:column;gap:8px;min-width:0}.warranty-registration .warranty-registration__label{font-family:var(--font-primary--family);font-size:12px;font-weight:500;line-height:16px;color:#52525c;white-space:nowrap}.warranty-registration .warranty-registration__input{display:block;width:100%;padding:10px 12px;font-family:var(--font-primary--family);font-size:14px;font-weight:400;line-height:20px;color:#18181b;background-color:#fff;border:1px solid #d4d4d8;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none}.warranty-registration .warranty-registration__input::placeholder{color:#71717b}.warranty-registration .warranty-registration__input:focus{border-color:#18181b}.warranty-registration .warranty-registration__date-wrapper{position:relative;width:100%;cursor:pointer}.warranty-registration .warranty-registration__date-wrapper .warranty-registration__input{padding-right:40px;cursor:pointer}.warranty-registration .warranty-registration__date-wrapper .warranty-registration__input::-webkit-calendar-picker-indicator{display:none}.warranty-registration .warranty-registration__date-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;color:#71717b}.warranty-registration .warranty-registration__phone-wrapper{display:flex;align-items:center;width:100%;background-color:#fff;border:1px solid #d4d4d8;border-radius:4px;overflow:hidden}.warranty-registration .warranty-registration__phone-prefix{display:flex;align-items:center;gap:4px;flex-shrink:0;height:40px;padding:0 8px 0 12px;font-family:var(--font-primary--family);font-size:14px;font-weight:500;line-height:20px;color:#18181b;background-color:#f4f4f5}.warranty-registration .warranty-registration__phone-prefix svg{flex-shrink:0}.warranty-registration .warranty-registration__phone-input{flex:1;min-width:0;padding:10px 12px;font-family:var(--font-primary--family);font-size:14px;font-weight:400;line-height:20px;color:#18181b;background-color:transparent;border:none;outline:none;-webkit-appearance:none;appearance:none}.warranty-registration .warranty-registration__phone-input::placeholder{color:#71717b}.warranty-registration .warranty-registration__dropdown{position:relative;width:100%}.warranty-registration .warranty-registration__dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;font-family:var(--font-primary--family);font-size:14px;font-weight:400;line-height:20px;text-align:left;color:#71717b;background-color:#fff;border:1px solid #d4d4d8;border-radius:4px;cursor:pointer}.warranty-registration .warranty-registration__dropdown-trigger[data-selected]{color:#18181b}.warranty-registration .warranty-registration__dropdown-chevron{flex-shrink:0;transition:transform .2s ease}.warranty-registration .warranty-registration__dropdown-chevron--open .warranty-registration__dropdown-chevron{transform:rotate(180deg)}.warranty-registration .warranty-registration__dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:10;max-height:240px;overflow-y:auto;background-color:#fff;border:1px solid #d4d4d8;border-radius:4px}.warranty-registration .warranty-registration__dropdown-panel.hidden{display:none}.warranty-registration .warranty-registration__dropdown-option{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer}.warranty-registration .warranty-registration__dropdown-option:hover,.warranty-registration .warranty-registration__dropdown-option[data-selected]{background-color:#f4f4f5}.warranty-registration .warranty-registration__option-image{flex-shrink:0;width:40px;height:40px;border-radius:4px;overflow:hidden}.warranty-registration .warranty-registration__option-image img{display:block;width:40px;height:40px;object-fit:cover}.warranty-registration .warranty-registration__option-title{font-family:var(--font-primary--family);font-size:14px;font-weight:400;line-height:20px;color:#18181b}.warranty-registration .warranty-registration__radio-group{display:flex;flex-direction:column;width:100%}.warranty-registration .warranty-registration__radio-item{display:flex;align-items:center;gap:8px;padding:4px 0}.warranty-registration .warranty-registration__radio{flex-shrink:0;width:20px;height:20px;accent-color:#e20019;cursor:pointer}.warranty-registration .warranty-registration__radio-label{flex:1;min-width:0;font-family:var(--font-primary--family);font-size:14px;font-weight:400;line-height:20px;color:#18181b;cursor:pointer}.warranty-registration .warranty-registration__error{font-family:var(--font-primary--family);font-size:12px;font-weight:400;line-height:16px;color:#e20019}.warranty-registration .warranty-registration__error.hidden{display:none}.warranty-registration .warranty-registration__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.warranty-registration .warranty-registration__btn{display:flex;align-items:center;justify-content:center;font-family:var(--font-primary--family);font-size:14px;font-weight:900;line-height:20px;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:6px;cursor:pointer}.warranty-registration .warranty-registration__btn--ghost{padding:10px 0;color:#e20019;background:none}.warranty-registration .warranty-registration__btn--primary{padding:10px 24px;color:#fff;background-color:#e20019;border-radius:4px}.warranty-registration .warranty-registration__btn--primary:hover{filter:brightness(.88)}.warranty-registration .warranty-registration__spacer{display:none}.warranty-registration .warranty-registration__actions{margin-top:32px}@media(min-width:768px){.warranty-registration .warranty-registration__actions{margin-top:0}.warranty-registration{padding:80px 0}.warranty-registration .warranty-registration__card{padding:40px}.warranty-registration .warranty-registration__heading{font-size:24px;line-height:32px}.warranty-registration .warranty-registration__row,.warranty-registration .warranty-registration__row--half{grid-template-columns:1fr 1fr}.warranty-registration .warranty-registration__spacer{display:block}.warranty-registration .warranty-registration__actions{justify-content:flex-end}.warranty-registration .warranty-registration__btn{font-size:16px;line-height:24px}.warranty-registration .warranty-registration__btn--ghost{padding:12px 32px}.warranty-registration .warranty-registration__btn--primary{padding:12px 32px;border-radius:6px}}
/*# sourceMappingURL=/cdn/shop/t/211/assets/warranty-registration-stylesheet.css.map */
