.section.section-entry-modal{display:none;position:fixed;width:100%;height:100%;z-index:1000}.section.section-entry-modal:has(details[open]){display:block}.section.section-entry-modal ec-entry-modal{width:100%;height:100%}ec-entry-modal details{all:unset}.ec-entry-modal__overlay{background:rgba(var(--color-foreground),.2);bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}ec-entry-modal details[open] .ec-entry-modal__overlay{z-index:100}.ec-entry-modal__dialog{background-color:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:row;gap:0;left:50%;height:340px;width:656px;opacity:0;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.95);transition:all .3s ease-in-out;visibility:hidden;z-index:-1;overflow:visible;max-width:none;max-height:none}ec-entry-modal details[open] .ec-entry-modal__dialog{opacity:1;transform:translate(-50%,-50%) scale(1);visibility:visible;z-index:101}.ec-entry-modal__close{align-items:center;background-color:#ffffff1a;-webkit-backdrop-filter:blur(1.25px);backdrop-filter:blur(1.25px);border:none;color:rgb(var(--color-foreground));cursor:pointer;display:flex;font-size:1.6rem;height:2.5rem;justify-content:center;line-height:1;margin:0;padding:0;position:absolute;right:12px;top:12px;transition:all .2s ease;width:2.5rem;border-radius:50%;z-index:10}.ec-entry-modal__close:hover{background-color:#ffffff26}.ec-entry-modal__close:focus{outline:none}.ec-entry-modal__wrapper{display:flex;width:100%;height:100%;position:relative;border-radius:12px;overflow:visible;background-color:rgb(var(--color-background));box-shadow:0 1rem 3rem rgba(var(--color-foreground),.15)}.ec-entry-modal__image-side{position:relative;width:272px;height:340px;overflow:visible;border-radius:0;flex-shrink:0}.ec-entry-modal__background{position:absolute;top:0;left:0;width:272px;height:340px;z-index:1;border-radius:12px 0 0 12px;overflow:hidden}.ec-entry-modal__image-container{position:absolute;left:-9.5px;top:-62px;width:303px;height:402px;z-index:2;display:flex;align-items:center;justify-content:center;overflow:visible}.ec-entry-modal__image{width:100%;height:100%;object-fit:contain;object-position:bottom center;display:block}.ec-entry-modal__content{display:flex;flex-direction:column;gap:0;padding:32px 40px;overflow-y:auto;width:384px;height:340px;flex-shrink:0;box-sizing:border-box;align-items:center;justify-content:center;overflow-x:hidden}.ec-entry-modal__text{text-align:center;width:100%}.ec-entry-modal__heading h1,.ec-entry-modal__heading h2,.ec-entry-modal__heading h3,.ec-entry-modal__heading h4,.ec-entry-modal__heading h5,.ec-entry-modal__heading h6,.ec-entry-modal__heading p,.ec-entry-modal__heading span{font-family:Acumin Pro,sans-serif;font-size:20px;font-weight:700;line-height:130%;margin:0 0 20px;color:#08090c;text-align:center;width:100%}.ec-entry-modal__heading strong,.ec-entry-modal__heading h1 strong,.ec-entry-modal__heading h2 strong,.ec-entry-modal__heading h3 strong,.ec-entry-modal__heading h4 strong,.ec-entry-modal__heading h5 strong,.ec-entry-modal__heading h6 strong,.ec-entry-modal__heading p strong,.ec-entry-modal__heading span strong{color:#0c3ebb}.ec-entry-modal__subheading{font-size:1rem;line-height:1.5;margin:0;color:rgba(var(--color-foreground),.7)}.ec-entry-modal__form-wrapper{display:flex;flex-direction:column;gap:20px;width:320px;align-items:center}.ec-entry-modal__form{display:flex;flex-direction:column;gap:2px;width:320px}.ec-entry-modal__inputs-container{display:flex;flex-direction:column;width:320px}.ec-entry-modal__form .field{position:relative;width:320px}.ec-entry-modal__form .field:after{display:none}.ec-entry-modal__form .field__input{width:320px;padding:8px 12px;border:1px solid #E7ECF8;border-radius:8px;font-size:12px;font-family:Acumin Pro,sans-serif;font-weight:400;background-color:#fff;color:#08090c;transition:border-color .2s ease;height:44px;box-sizing:border-box}.ec-entry-modal__form .field__input:focus{outline:none;border-color:#0c3ebb;box-shadow:0 0 0 .3rem #0c3ebb1a}.ec-entry-modal__form .field__input::placeholder{color:#545b6c;font-family:Acumin Pro,sans-serif;font-weight:400;font-size:12px;line-height:150%;opacity:1}.ec-entry-modal__form .field__label{color:transparent;display:block;font-size:0;height:0;overflow:hidden}.ec-entry-modal__consent{display:flex;align-items:flex-start;gap:8px;margin:8px 0 12px;padding:0;cursor:pointer;text-align:left;width:320px}.ec-entry-modal__consent-input{position:absolute;opacity:0;width:0;height:0;margin:0}.ec-entry-modal__consent-box{flex-shrink:0;width:18px;height:18px;margin-top:1px;border:1.5px solid #C5CCDD;border-radius:4px;background-color:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.ec-entry-modal__consent-box:after{content:"";width:5px;height:9px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .15s ease;margin-bottom:2px}.ec-entry-modal__consent-input:checked+.ec-entry-modal__consent-box{background-color:#0c3ebb;border-color:#0c3ebb}.ec-entry-modal__consent-input:checked+.ec-entry-modal__consent-box:after{transform:rotate(45deg) scale(1)}.ec-entry-modal__consent-input:focus-visible+.ec-entry-modal__consent-box{box-shadow:0 0 0 .2rem #0c3ebb33}.ec-entry-modal__consent-text{font-family:Acumin Pro,sans-serif;font-size:12px;font-weight:400;line-height:140%;color:#545b6c}.ec-entry-modal__button{width:320px;padding:10px 20px;font-size:14px;font-family:Acumin Pro,sans-serif;font-weight:700;line-height:150%;border:none;border-radius:8px;background-color:#0c3ebb;color:#fff;cursor:pointer;transition:all .2s ease;letter-spacing:0%;margin-top:0;height:44px;display:flex;align-items:center;justify-content:center;text-align:center}.ec-entry-modal__button:hover{background-color:#0a3196;transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #0c3ebb4d}.ec-entry-modal__button:active{transform:translateY(0)}.ec-entry-modal__button:disabled{opacity:.6;cursor:not-allowed}.ec-entry-modal__button:focus{outline:none;box-shadow:0 0 0 .3rem #0c3ebb1a}.ec-entry-modal__form.is-loading .ec-entry-modal__inputs-container{opacity:.5;pointer-events:none}.ec-entry-modal__form.is-loading .field__input{opacity:.5;cursor:not-allowed;pointer-events:none}.ec-entry-modal__button.is-loading{opacity:.8;cursor:wait;pointer-events:none;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background-color:#0c3ebb!important;color:#fff!important}.ec-entry-modal__button.is-loading:hover,.ec-entry-modal__button.is-loading:focus{background-color:#0c3ebb!important;transform:none!important;box-shadow:none!important}.ec-entry-modal__button.is-loading .ec-entry-modal__button-text{display:none}.ec-entry-modal__spinner{display:inline-block!important;flex-shrink:0;width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-right-color:#fff;border-radius:50%;animation:spin .8s linear infinite;background:transparent}@keyframes spin{to{transform:rotate(360deg)}}.ec-entry-modal__message{display:none;align-items:center;gap:.8rem;padding:1.2rem;border-radius:.4rem;font-size:.95rem;margin-top:.8rem}.ec-entry-modal__message--success{background-color:#50a0501a;color:#50a050e6;border:.1rem solid rgba(80,160,80,.3)}.ec-entry-modal__message--error{background-color:#dc26261a;color:#dc2626e6;border:.1rem solid rgba(220,38,38,.3)}.ec-entry-modal__message .svg-wrapper{flex-shrink:0;width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center}.ec-entry-modal__message .svg-wrapper svg{width:100%;height:100%;fill:currentColor}.ec-entry-modal__message-text{flex:1}.ec-entry-modal__social{border-top:none;padding-top:0;margin-top:1.25rem;width:100%}.ec-entry-modal__social-links{display:flex;gap:.5rem;justify-content:center;width:100%}.ec-entry-modal__social-link{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background-color:#e7ecf8;border-radius:6px;color:#0c3ebb;transition:all .2s ease;text-decoration:none;flex-shrink:0}.ec-entry-modal__social-link:hover{background-color:#d5e0f4;transform:translateY(-.2rem)}.ec-entry-modal__social-link svg{width:1.8rem;height:1.8rem}.ec-entry-modal__form-view,.ec-entry-modal__success-view{display:flex;flex-direction:column}.ec-entry-modal__form-view{flex-direction:row}.ec-entry-modal__success-view{display:none;flex-direction:column;align-items:center;justify-content:center;width:100%;height:340px}.ec-entry-modal__success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 32px;text-align:center;height:100%;width:100%;box-sizing:border-box}.ec-entry-modal__success-logo{margin-bottom:4px}.ec-entry-modal__success-logo-image{max-width:80px;height:auto;display:block}.ec-entry-modal__success-heading{font-family:Acumin Pro,sans-serif;font-size:16px;font-weight:700;line-height:130%;margin:0 0 6px;color:#08090c;text-align:center;width:100%}.ec-entry-modal__success-heading p{margin:8px 0 0;font-size:14px;font-weight:400;line-height:150%;color:rgba(var(--color-foreground),.7)}.ec-entry-modal__success-coupon{width:100%;margin-top:6px;display:flex;flex-direction:column;align-items:center}.ec-entry-modal__success-coupon-label{font-size:10px;font-weight:600;color:rgba(var(--color-foreground),.6);margin:0 0 5px;text-transform:uppercase;letter-spacing:.4px}.ec-entry-modal__success-coupon-code{display:flex;align-items:center;gap:20px;background-color:#e7ecf8;border:1.5px solid #0C3EBB;border-radius:5px;padding:8px 12px;justify-content:space-between;width:fit-content}.ec-entry-modal__success-coupon-text{font-family:Courier New,monospace;font-size:13px;font-weight:700;color:#0c3ebb;letter-spacing:.5px;flex:1;text-align:center}.ec-entry-modal__success-coupon-copy{background-color:#0c3ebb;color:#fff;border:none;border-radius:3px;padding:5px 8px;font-size:10px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;height:28px;width:28px;display:flex;align-items:center;justify-content:center}.ec-entry-modal__success-coupon-copy svg{width:16px;height:16px;stroke:currentColor}.ec-entry-modal__success-coupon-copy:hover{background-color:#0a3196}.ec-entry-modal__success-coupon-copy.copied{background-color:#28a745}.ec-entry-modal__success-coupon-copy:active{transform:scale(.95)}.ec-entry-modal__success-coupon-copy:focus{outline:none;box-shadow:0 0 0 .3rem #0c3ebb1a}.ec-entry-modal__success-button{background-color:#0c3ebb;color:#fff;border:none;border-radius:6px;padding:9px 24px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:6px;height:36px;display:flex;align-items:center;justify-content:center;min-width:120px}.ec-entry-modal__success-button:hover{background-color:#0a3196;transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #0c3ebb4d}.ec-entry-modal__success-button:active{transform:translateY(0)}.ec-entry-modal__success-button:focus{outline:none;box-shadow:0 0 0 .3rem #0c3ebb1a}@media screen and (max-width:600px){.ec-entry-modal__dialog{width:358px;height:auto;flex-direction:column;transform:translate(-50%,-50%) scale(1);max-width:calc(100% - 2rem)}.ec-entry-modal__wrapper{flex-direction:column;border-radius:12px;overflow:visible;width:358px;position:relative}.ec-entry-modal__form-view{flex-direction:column;width:100%;height:auto}.ec-entry-modal__image-side{width:358px;height:200px;border-radius:12px 12px 0 0;position:relative;overflow:visible}.ec-entry-modal__background{width:358px;height:200px;border-radius:12px 12px 0 0}.ec-entry-modal__image-container{position:absolute;left:50%;transform:translate(-50%);top:-23px;width:185px;height:246px;z-index:2;display:flex;align-items:center;justify-content:center;overflow:visible}.ec-entry-modal__image{width:100%;height:100%;object-fit:cover;display:block;position:relative;top:-23px}.ec-entry-modal__content{width:358px;height:auto;max-height:299px;padding:0 20px 20px;border-radius:0 0 12px 12px;overflow:hidden;flex-direction:column;align-items:center;justify-content:flex-start}.ec-entry-modal__text{text-align:center;width:100%;margin-top:0;letter-spacing:0}.ec-entry-modal__heading{font-size:18px;line-height:130%;margin:0}.ec-entry-modal__form-wrapper{width:100%;gap:16px}.ec-entry-modal__form,.ec-entry-modal__inputs-container,.ec-entry-modal__form .field{width:100%}.ec-entry-modal__form .field__input{font-size:14px;padding:12px 16px;height:44px}.ec-entry-modal__consent{width:100%;margin:4px 0 8px}.ec-entry-modal__consent-text{font-size:11px;line-height:130%}.ec-entry-modal__button{width:100%;padding:12px 24px;font-size:14px;height:44px}.ec-entry-modal__message{font-size:13px;margin-top:12px}.ec-entry-modal__social{width:100%}.ec-entry-modal__social-links{gap:12px}.ec-entry-modal__social-link{width:40px;height:40px}.ec-entry-modal__social-link svg{width:20px;height:20px}.ec-entry-modal__close{right:12px;top:12px;width:32px;height:32px;font-size:20px;background:#0003}.ec-entry-modal__close span{filter:brightness(0) invert(1)}.ec-entry-modal__success-view{height:auto;padding:0}.ec-entry-modal__success-content{padding:44px;gap:8px;width:358px}.ec-entry-modal__success-logo{margin-bottom:2px}.ec-entry-modal__success-logo-image{max-width:70px}.ec-entry-modal__success-heading{font-size:14px;line-height:130%}.ec-entry-modal__success-coupon-code{padding:8px 10px;gap:6px}.ec-entry-modal__success-coupon-text{font-size:12px}.ec-entry-modal__success-coupon-copy{padding:5px 8px;font-size:9px;height:26px;width:26px}.ec-entry-modal__success-coupon-copy svg{width:14px;height:14px}.ec-entry-modal__success-button{padding:9px 20px;font-size:13px;height:32px;min-width:100px;margin-top:6px}}@media screen and (min-width:600px)and (max-width:1024px){.ec-entry-modal__dialog{width:420px;max-width:calc(100% - 2rem);height:auto;flex-direction:column}.ec-entry-modal__wrapper{flex-direction:column;border-radius:12px;width:100%}.ec-entry-modal__form-view{flex-direction:column;width:100%;height:auto}.ec-entry-modal__image-side{width:100%;height:240px;border-radius:12px 12px 0 0;position:relative;overflow:visible}.ec-entry-modal__background{width:100%;height:240px;border-radius:12px 12px 0 0}.ec-entry-modal__image-container{position:absolute;left:50%;transform:translate(-50%);top:-28px;width:220px;height:292px;z-index:2}.ec-entry-modal__image{width:100%;height:100%;object-fit:contain;object-position:bottom center}.ec-entry-modal__content{width:100%;height:auto;padding:24px 32px 32px;border-radius:0 0 12px 12px;flex-direction:column;align-items:center;justify-content:flex-start}.ec-entry-modal__form-wrapper,.ec-entry-modal__form,.ec-entry-modal__inputs-container,.ec-entry-modal__form .field,.ec-entry-modal__consent,.ec-entry-modal__button{width:100%}}@media(prefers-reduced-motion:reduce){.ec-entry-modal__dialog,.ec-entry-modal__close,.ec-entry-modal__form .field__input,.ec-entry-modal__button,.ec-entry-modal__social-link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/ec-entry-modal.css.map */
