.welcome-popup{position:fixed;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.welcome-popup.active{opacity:1;visibility:visible}.welcome-popup-content{position:relative;background-color:#fff;border-radius:12px;overflow:hidden;width:100%;max-width:800px;max-height:100%;overflow:auto;box-shadow:0 4px 10px #0000004d;display:grid;grid-template-columns:repeat(2,1fr);transform:translateY(-20px);transition:transform .4s ease}.welcome-popup.active .welcome-popup-content{transform:translateY(0)}.welcome-popup-close{position:absolute;top:10px;right:10px;z-index:1;cursor:pointer}.welcome-popup-content-form{padding:20px;display:flex;align-items:center}.welcome-popup-content-form-thankyou{font-size:25px;font-weight:700;line-height:1;text-align:center;display:none}#welcomePopup.success .welcome-popup-content-form-content{display:none}#welcomePopup.success .welcome-popup-content-form-thankyou{display:block}.welcome-popup-content-image{width:100%;height:100%;display:flex}.welcome-popup-content-image img{width:100%;height:100%;object-fit:cover}.welcome-popup-content-head{display:grid;grid-template-columns:repeat(2,1fr)}.welcome-popup-content-title{font-size:25px;font-weight:700;line-height:1}.welcome-popup-content-subtitle{font-size:45px;font-weight:700;line-height:1}.welcome-popup-content-fields{margin-top:24px;display:flex;flex-direction:column;gap:4px}.welcome-popup-content-field{display:flex}.welcome-popup-content-field input:not([type=radio]){margin:0;box-sizing:border-box;border-radius:4px;padding:0 0 0 16px;height:50px;text-align:left;color:#000;font-family:new-hero,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:13px;font-weight:400;letter-spacing:0px;background-color:#fff;border:1px solid rgb(5,5,5);width:100%}.welcome-popup-content-field input:not([type=radio]):focus{border:2px solid rgb(5,5,5)}.welcome-popup-content-submit{margin-top:16px;background:#000;border-radius:6px;border-style:none;border-color:#373f47;border-width:2px;color:#f3f2eb;font-family:new-hero,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:20px;font-weight:700;letter-spacing:0px;line-height:1;font-style:normal;white-space:normal;padding-top:0;padding-bottom:0;text-align:center;word-break:break-word;align-self:flex-end;cursor:pointer;pointer-events:auto;height:54px;width:100%}.welcome-popup-content-field--radio{margin-top:16px;display:block}.welcome-popup-content-field--title{color:#000;font-family:new-hero,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:13px;font-weight:700;letter-spacing:0px}.welcome-popup-content-field--labels{display:flex;align-items:center;gap:12px}.welcome-popup-content-field--radio label{position:relative;display:flex;align-items:center;gap:8px}.welcome-popup-content-field--radio label span{position:relative;display:inline-block;width:20px;height:20px;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center}.welcome-popup-content-field--radio label:has(input:checked) span:before{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:#000;top:50%;left:50%}.welcome-popup-content-foot{margin-top:24px;display:flex;flex-direction:column;gap:14px}.welcome-popup-content-foot-description{font-size:9px;font-family:new-hero,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;font-style:normal}.welcome-popup-content-foot-note{color:#000;font-family:new-hero,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:9px;line-height:95%}
/*# sourceMappingURL=/cdn/shop/t/5/assets/welcome-popup.css.map */
