.mr-newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.mr-newsletter-popup[hidden]{display:none}.mr-newsletter-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#1212127a;cursor:default}.mr-newsletter-popup__dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(100%,980px);max-height:calc(100vh - 48px);overflow:hidden;background-color:var(--mr-popup-background, #fffcf7);border-radius:var(--mr-popup-radius, 22px);box-shadow:0 24px 70px #00000038,0 4px 18px #00000014}.mr-newsletter-popup__close{position:absolute;top:16px;right:16px;z-index:10;display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background-color:#ffffffeb;color:#353535;cursor:pointer;box-shadow:0 2px 10px #00000014;transition:background-color .16s ease,transform .16s ease}.mr-newsletter-popup__close:hover{background-color:#fff;transform:scale(1.05)}.mr-newsletter-popup__close:active{transform:scale(.96)}.mr-newsletter-popup__close svg{width:19px;height:19px}.mr-newsletter-popup__close:focus-visible{outline:2px solid var(--mr-popup-button-bg, #3f4a05);outline-offset:3px}.mr-newsletter-popup__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:46px 48px}.mr-newsletter-popup__logo{display:flex;justify-content:center;margin-bottom:24px}.mr-newsletter-popup__logo-image{display:block;width:auto;max-width:190px;max-height:90px;object-fit:contain}.mr-newsletter-popup__heading{max-width:420px;margin:0 auto;color:var(--mr-popup-title-color, #604321);font-size:clamp(2.8rem,2.6vw,3.6rem);font-weight:700;line-height:1.12;text-align:center}.mr-newsletter-popup__description{max-width:430px;margin:18px auto 0;color:var(--mr-popup-text-color, #4d4d24);font-size:1.35rem;line-height:1.5;text-align:center}.mr-newsletter-popup__description p{margin:0}.mr-newsletter-popup__form-wrapper{width:100%;max-width:440px;margin:26px auto 0}.mr-newsletter-popup__form{width:100%}.mr-newsletter-popup__field{position:relative;display:flex;align-items:center;width:100%;min-height:54px;margin-bottom:14px;overflow:hidden;background-color:#fff;border:1px solid rgba(77,77,36,.08);border-radius:10px;transition:border-color .16s ease,box-shadow .16s ease}.mr-newsletter-popup__field:focus-within{border-color:#60432161;box-shadow:0 0 0 3px #60432114}.mr-newsletter-popup__field-icon{display:flex;flex:0 0 46px;align-items:center;justify-content:center;color:#d9bb94}.mr-newsletter-popup__field-icon svg{width:21px;height:21px}.mr-newsletter-popup__input{flex:1;width:100%;min-width:0;padding:0 16px 0 0;border:0;outline:0;background:transparent;color:var(--mr-popup-text-color, #4d4d24);font:inherit;font-size:1.35rem;box-shadow:none}.mr-newsletter-popup__input::placeholder{color:#9ba1bb;opacity:1}.mr-newsletter-popup__privacy{margin:8px 0 0;color:var(--mr-popup-text-color, #4d4d24);font-size:1rem;line-height:1.4;text-align:center}.mr-newsletter-popup__privacy a{color:inherit;text-decoration:underline;text-underline-offset:2px}.mr-newsletter-popup__actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:14px;margin-top:20px}.mr-newsletter-popup__decline{min-height:52px;padding:10px 12px;border:0;background:transparent;color:var(--mr-popup-text-color, #4d4d24);font-family:inherit;font-size:1.3rem;font-weight:500;cursor:pointer;transition:opacity .16s ease}.mr-newsletter-popup__decline:hover{opacity:.65}.mr-newsletter-popup__submit,.mr-newsletter-popup__success-button{min-height:52px;padding:12px 20px;border:0;border-radius:12px;background-color:var(--mr-popup-button-bg, #3f4a05);color:var(--mr-popup-button-text, #ffffff);font-family:inherit;font-size:1.3rem;font-weight:700;cursor:pointer;transition:opacity .16s ease,transform .16s ease}.mr-newsletter-popup__submit:hover,.mr-newsletter-popup__success-button:hover{opacity:.92}.mr-newsletter-popup__submit:active,.mr-newsletter-popup__success-button:active{transform:scale(.98)}.mr-newsletter-popup__submit:focus-visible,.mr-newsletter-popup__success-button:focus-visible,.mr-newsletter-popup__decline:focus-visible{outline:2px solid var(--mr-popup-button-bg, #3f4a05);outline-offset:3px}.mr-newsletter-popup__errors{margin-bottom:14px;padding:10px 14px;background-color:#fff1f1;color:#9d2727;border-radius:8px;font-size:1.15rem;line-height:1.4}.mr-newsletter-popup__errors ul{margin:0;padding-left:18px}.mr-newsletter-popup__success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0;text-align:center}.mr-newsletter-popup__success-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;color:var(--mr-popup-button-bg, #3f4a05);border:2px solid currentColor;border-radius:50%}.mr-newsletter-popup__success-icon svg{width:28px;height:28px}.mr-newsletter-popup__success-message{margin:0;color:var(--mr-popup-text-color, #4d4d24);font-size:1.4rem;line-height:1.4}.mr-newsletter-popup__success-button{min-width:200px}.mr-newsletter-popup__visual{position:relative;min-width:0;min-height:560px;overflow:hidden;margin:28px 28px 28px 0;border-radius:18px}.mr-newsletter-popup__visual-image,.mr-newsletter-popup__visual-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mr-newsletter-popup__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,var(--mr-popup-overlay-opacity, .35))}.mr-newsletter-popup__visual-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;max-width:390px;margin-left:auto;padding:48px 36px;color:#fff;text-align:right}.mr-newsletter-popup__visual-heading{margin:0;color:#fff;font-size:clamp(3rem,3vw,4.3rem);font-weight:700;line-height:1.03}.mr-newsletter-popup__visual-heading-before,.mr-newsletter-popup__visual-heading-accent,.mr-newsletter-popup__visual-heading-after{display:block}.mr-newsletter-popup__visual-heading-accent,.mr-newsletter-popup__visual-heading-after{color:var(--mr-popup-accent-color, #f5a400)}.mr-newsletter-popup__visual-description{max-width:340px;margin:18px 0 0;color:#fff;font-size:1.45rem;line-height:1.4;text-align:right}@media screen and (max-width:989px){.mr-newsletter-popup{padding:20px}.mr-newsletter-popup__dialog{width:min(100%,860px)}.mr-newsletter-popup__content{padding:40px 32px}.mr-newsletter-popup__visual{min-height:520px;margin:24px 24px 24px 0}.mr-newsletter-popup__visual-content{padding:44px 28px}.mr-newsletter-popup__heading{font-size:clamp(2.5rem,3.6vw,3.2rem)}.mr-newsletter-popup__visual-heading{font-size:clamp(2.7rem,4vw,3.6rem)}}@media screen and (max-width:749px){.mr-newsletter-popup{align-items:flex-start;padding:12px;overflow-y:auto}.mr-newsletter-popup__dialog{grid-template-columns:1fr;width:100%;max-width:520px;max-height:none;margin:auto;overflow:visible;border-radius:min(var(--mr-popup-radius, 22px),18px)}.mr-newsletter-popup__close{position:fixed;top:22px;right:22px}.mr-newsletter-popup__content{order:1;padding:38px 24px 28px}.mr-newsletter-popup__logo{margin-bottom:18px}.mr-newsletter-popup__logo-image{max-width:160px;max-height:75px}.mr-newsletter-popup__heading{max-width:360px;font-size:2.7rem}.mr-newsletter-popup__description{margin-top:14px;font-size:1.25rem}.mr-newsletter-popup__form-wrapper{margin-top:22px}.mr-newsletter-popup__field{min-height:52px}.mr-newsletter-popup__input{font-size:1.3rem}.mr-newsletter-popup__actions{grid-template-columns:1fr;gap:8px;margin-top:18px}.mr-newsletter-popup__submit{order:1}.mr-newsletter-popup__decline{order:2;min-height:42px}.mr-newsletter-popup__visual{order:2;min-height:330px;margin:0 16px 16px;border-radius:14px}.mr-newsletter-popup__visual-content{align-items:flex-start;max-width:340px;margin:0;padding:34px 26px;text-align:left}.mr-newsletter-popup__visual-heading{font-size:3rem}.mr-newsletter-popup__visual-description{max-width:300px;margin-top:14px;font-size:1.25rem;text-align:left}}@media screen and (max-width:480px){.mr-newsletter-popup{padding:8px}.mr-newsletter-popup__content{padding:34px 18px 24px}.mr-newsletter-popup__heading{font-size:2.4rem}.mr-newsletter-popup__visual{min-height:290px;margin:0 10px 10px}.mr-newsletter-popup__visual-content{padding:28px 20px}.mr-newsletter-popup__visual-heading{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){.mr-newsletter-popup__close,.mr-newsletter-popup__submit,.mr-newsletter-popup__decline,.mr-newsletter-popup__success-button,.mr-newsletter-popup__field{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-mr-newsletter-popup.css.map */
