.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;display:none;align-items:center;justify-content:center;padding:20px}.newsletter-popup.is-visible{display:flex}.newsletter-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.newsletter-popup.is-visible .newsletter-popup__overlay{opacity:1}.newsletter-popup__modal{position:relative;background-color:var(--popup-bg, #ffffff);color:var(--popup-text, #121212);max-width:860px;width:100%;max-height:90vh;overflow-y:auto;border-radius:6px;box-shadow:0 10px 40px #00000040;transform:translateY(16px) scale(.98);opacity:0;transition:transform .3s ease,opacity .3s ease}.newsletter-popup.is-visible .newsletter-popup__modal{transform:translateY(0) scale(1);opacity:1}.newsletter-popup__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:inherit;z-index:2}.newsletter-popup__grid{display:grid;grid-template-columns:1fr 1fr;min-height:420px}.newsletter-popup__image-col{height:100%}.newsletter-popup__image{width:100%;height:100%;object-fit:cover;display:block}.newsletter-popup__form-col{display:flex;flex-direction:column;justify-content:center;padding:48px 40px}.newsletter-popup__heading{font-size:26px;font-weight:700;margin:0 0 12px;line-height:1.2}.newsletter-popup__subheading{font-size:15px;margin:0 0 24px;opacity:.85;line-height:1.5}.newsletter-popup__form{display:flex;flex-direction:column;gap:12px}.newsletter-popup__phone-group{display:flex;align-items:stretch;border:1px solid rgba(0,0,0,.2);border-radius:4px;overflow:hidden;background:#fff}.newsletter-popup__country-select{border:none;border-right:1px solid rgba(0,0,0,.15);background:transparent;padding:12px 8px;font-size:14px;color:#121212;max-width:92px;cursor:pointer}.newsletter-popup__country-select:focus{outline:none}.newsletter-popup__phone-input{flex:1;min-width:0;border:none;padding:12px 14px;font-size:15px;color:#121212;background:transparent}.newsletter-popup__phone-input:focus{outline:none}.newsletter-popup__phone-group:focus-within{border-color:currentColor}.newsletter-popup__input{width:100%;padding:12px 14px;font-size:15px;border:1px solid rgba(0,0,0,.2);border-radius:4px;background:#fff;color:#121212;box-sizing:border-box}.newsletter-popup__input:focus{outline:none;border-color:currentColor}.newsletter-popup__disclaimer{font-size:12px;opacity:.7;line-height:1.4;margin:4px 0 0}.newsletter-popup__submit{margin-top:8px;padding:14px 20px;background-color:var(--popup-btn-bg, #121212);color:var(--popup-btn-text, #ffffff);border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.newsletter-popup__submit:hover{opacity:.85}.newsletter-popup__success{font-size:15px;font-weight:600}.newsletter-popup__error{font-size:13px;color:#d02e2e;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media screen and (max-width:749px){.newsletter-popup__grid{grid-template-columns:1fr}.newsletter-popup__image-col{height:220px}.newsletter-popup__form-col{padding:32px 24px}.newsletter-popup__modal{max-height:92vh}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-newsletter-popup.css.map */
