.customer-registration-popup{display:none;inset:0;position:fixed;z-index:105}.customer-registration-popup:has(dialog[open]){display:block}.customer-registration-popup .input-error-message{color:red;flex-direction:column;margin:10px 0 0 20px}.customer-registration-popup dialog{background-color:#fff;border:none;border-radius:30px;display:flex;gap:30px;justify-content:space-between;max-width:600px;outline:none;padding:40px;width:calc(100vw - 30px)}@media only screen and (min-width:1100px){.customer-registration-popup dialog{max-width:unset;padding:50px 90px;width:75vw}}.customer-registration-popup dialog:has(.customer-registration-popup__forgot-pass:not(.d-none)),.customer-registration-popup dialog:has(.customer-registration-popup__login:not(.d-none)){max-width:600px}.customer-registration-popup dialog::backdrop{background:rgba(0,0,0,.4)}.customer-registration-popup .button{text-transform:uppercase}.customer-registration-popup span[data-close]{color:#676767;cursor:pointer;position:absolute;right:30px;top:30px}.customer-registration-popup form{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.customer-registration-popup form .field{border:1px solid #333232;border-radius:50px;height:50px;padding:10px 15px;width:100%}.customer-registration-popup form .field__wrapper{width:100%}.customer-registration-popup form h2{font-family:Oswald,sans-serif;font-size:32px;font-weight:700;letter-spacing:normal;margin:0;text-transform:none}.customer-registration-popup form h2+p{color:#ec1a4d;font-size:18px;font-weight:700;margin:10px 20px;text-align:center}@media only screen and (max-width:767px){.customer-registration-popup form h2+p{font-size:14px}}.customer-registration-popup__register{display:flex;flex-direction:column;gap:20px;justify-content:space-between;width:100%}@media only screen and (min-width:1100px){.customer-registration-popup__register{width:350px}}@media only screen and (min-width:1400px){.customer-registration-popup__register{width:450px}}.customer-registration-popup__forgot-pass,.customer-registration-popup__login{display:flex;flex:1;flex-direction:column;gap:20px;justify-content:space-between}.customer-registration-popup__forgot-pass form{height:100%;justify-content:space-between}.customer-registration-popup__image{align-items:center;display:none;flex:1;height:680px;justify-content:center}@media only screen and (min-width:1100px){.customer-registration-popup__image{display:flex}}.customer-registration-popup__image img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.customer-registration-popup__footer{display:flex;flex-direction:column;gap:10px;width:100%}.customer-registration-popup__footer p:last-child{text-align:center}.customer-registration-popup .form-message a,.customer-registration-popup .link{color:#ec1a4d}body:has(dialog[open]){overflow:hidden}.register-form__terms{font-size:12px}@media only screen and (min-width:992px){.register-form__terms{font-size:14px}}#popup_customer_cancel_f_pass,#popup_customer_forgot_pass{text-align:center}