.newsletter-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.newsletter-popup.hidden{visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s .3s,opacity .3s ease}.newsletter-popup__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#3c3c3c8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.newsletter-popup__content{position:relative;width:min(90vw,var(--newsletter-popup-mobile-width, 320px));max-height:90vh;min-height:min(90vh,var(--newsletter-popup-mobile-height, 480px));z-index:1;border:var(--newsletter-popup-border-width, 0px) solid var(--newsletter-popup-border-color, transparent);border-radius:var(--newsletter-popup-border-radius, 4px);transform:scale(1);transition:transform .3s ease;background-color:#78787859;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%)}.newsletter-popup.hidden .newsletter-popup__content{transform:scale(.95)}@media(min-width:750px){.newsletter-popup__content{width:min(90vw,var(--newsletter-popup-desktop-width, 480px));min-height:min(90vh,var(--newsletter-popup-desktop-height, 560px))}.newsletter-popup__body{padding-top:var(--newsletter-popup-desktop-top-spacing, 48%)}}.newsletter-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;transition:opacity .2s ease}.newsletter-popup__close:hover{opacity:.7}.newsletter-popup__body{position:relative;z-index:1;min-height:100%;padding:var(--newsletter-popup-mobile-top-spacing, 48%) 32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;box-sizing:border-box}.newsletter-popup__logo{position:absolute;top:0;left:0;width:100%;z-index:1}.newsletter-popup__logo img{width:100%;height:auto;display:block}.newsletter-popup__heading{align-self:flex-start;color:#fff;font-size:28px;font-weight:400;line-height:1.3;text-align:left;margin:0 0 24px}.newsletter-popup__heading strong{font-weight:800}.newsletter-popup__form{width:100%;display:flex;flex-direction:column;gap:12px}.newsletter-popup__success{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px}.newsletter-popup__success-heading{color:#fff;font-size:28px;font-weight:700;line-height:1.3;margin:0}.newsletter-popup__success-text{color:#fff;font-size:14px;line-height:1.5;margin:0 0 8px}.newsletter-popup__success-text strong{font-weight:700}.newsletter-popup__discount{width:100%;height:47px;padding:0 16px;background-color:#fff;border:1px dashed #000000;border-radius:2px;color:#000;font-size:15px;font-weight:700;letter-spacing:.03em;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:opacity .2s ease}.newsletter-popup__discount:hover{opacity:.85}.newsletter-popup__discount.is-copied .newsletter-popup__discount-code:after{content:" \2713"}.newsletter-popup__consent{text-align:left;color:#fff;font-size:12px;line-height:1.4;margin:0}.newsletter-popup__consent-link{color:#fff;text-decoration:underline;text-underline-offset:2px}.newsletter-popup__consent-link:hover{opacity:.8}.newsletter-popup__field{width:100%}.newsletter-popup__input{width:100%;height:47px;padding:0 16px;background-color:transparent;border:2px solid #ffffff;color:#fff;font-size:16px;text-align:center;border-radius:2px}.newsletter-popup__input::placeholder{color:#fff;opacity:.85}.newsletter-popup__input:focus{outline:none}.newsletter-popup__message{font-size:13px;line-height:1.5;padding:8px 12px;border-radius:4px}.newsletter-popup__message--error{background:#dc262626;color:#fff;border:1px solid rgba(220,38,38,.5)}.newsletter-popup__message--success{background:#16a34a26;color:#fff;border:1px solid rgba(22,163,74,.5)}.newsletter-popup__submit{height:47px;background-color:#fff;color:#000;border:none;font-size:15px;font-weight:700;letter-spacing:.03em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:2px;transition:opacity .2s ease}.newsletter-popup__submit:hover:not(:disabled){opacity:.85}.newsletter-popup__submit:disabled{opacity:.6;cursor:not-allowed}.newsletter-popup__submit-spinner{display:inline-flex}.newsletter-popup__spinner{animation:newsletter-popup-rotate 1s linear infinite}.newsletter-popup__spinner-path{stroke:currentColor;stroke-linecap:round;animation:newsletter-popup-dash 1.5s ease-in-out infinite}@keyframes newsletter-popup-rotate{to{transform:rotate(360deg)}}@keyframes newsletter-popup-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.hidden{display:none!important}@media(max-width:640px){.newsletter-popup__body{padding-left:20px;padding-right:20px}.newsletter-popup__heading{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/newsletter-popup.css.map */
