#shopify-section-newsletter-popup{transform:none;-webkit-transform:none;-ms-transform:translateY(0);-ms-transform:none;opacity:1}.newsletter-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:20px;overflow-y:auto;cursor:default}.newsletter-popup-overlay.is-visible{opacity:1;visibility:visible}.newsletter-popup-wrapper{width:100%;max-width:700px;margin:auto;position:relative;transform:scale(.9) translateY(20px);transition:transform .3s ease}.newsletter-popup-overlay.is-visible .newsletter-popup-wrapper{transform:scale(1) translateY(0)}.newsletter-popup{background:rgb(var(--color-background));border-radius:12px;box-shadow:0 10px 40px #0003;position:relative;overflow:hidden;max-height:90vh;overflow-y:auto}.newsletter-popup__close{position:absolute;top:15px;right:15px;width:36px;height:36px;border:none;background:rgba(var(--color-foreground),.1);border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:rgb(var(--color-foreground))}.newsletter-popup__close:hover{background:rgba(var(--color-foreground),.2);transform:rotate(90deg)}.newsletter-popup__close .svg-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.newsletter-popup__close svg{width:100%;height:100%}.newsletter-popup__content{display:flex;flex-direction:column}.newsletter-popup__image{width:100%;position:relative;overflow:hidden}.newsletter-popup__image img{width:100%;height:auto;display:block;object-fit:cover}.newsletter-popup__text-content{padding:40px 30px;text-align:center}.newsletter-popup__text-content--left{text-align:left}.newsletter-popup__text-content--center{text-align:center}.newsletter-popup__text-content--right{text-align:right}.newsletter-popup__subheading{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:rgba(var(--color-foreground),.7);margin:0 0 10px;font-weight:500}.newsletter-popup__heading{font-size:36px;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 15px;line-height:1.1;letter-spacing:-1.9px}.newsletter-popup__description{font-size:16px;color:rgba(var(--color-foreground),.75);margin:0 0 30px;line-height:1.4}.newsletter-popup__description p{margin:0}.newsletter-popup__form{width:100%}.newsletter-popup__form-wrapper{display:flex;gap:10px;margin-bottom:15px;flex-direction:column}.newsletter-popup__cta{width:100%}.newsletter-popup__input-wrapper{flex:1}.newsletter-popup__input{width:100%;padding:14px 20px;border:1px solid rgba(var(--color-foreground),.2);border-radius:6px;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;background:#fff;color:#000}.newsletter-popup__input:focus{outline:none;border-color:rgba(var(--color-button),1);box-shadow:0 0 0 3px rgba(var(--color-button),.1)}.newsletter-popup__input::placeholder{color:#666}.newsletter-popup__button{width:100%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;text-transform:none}.newsletter-popup__button:active{transform:translateY(0)}.newsletter-popup__text-content--left .newsletter-popup__button--link,.newsletter-popup__text-content--left .newsletter-popup__cta{text-align:left}.newsletter-popup__text-content--center .newsletter-popup__button--link,.newsletter-popup__text-content--center .newsletter-popup__cta{text-align:center}.newsletter-popup__text-content--right .newsletter-popup__button--link,.newsletter-popup__text-content--right .newsletter-popup__cta{text-align:right}.newsletter-popup__text-content--left .newsletter-popup__cta{display:flex;justify-content:flex-start}.newsletter-popup__text-content--center .newsletter-popup__cta{display:flex;justify-content:center}.newsletter-popup__text-content--right .newsletter-popup__cta{display:flex;justify-content:flex-end}.newsletter-popup__text-content--left .newsletter-popup__continue{text-align:left}.newsletter-popup__text-content--center .newsletter-popup__continue{text-align:center}.newsletter-popup__text-content--right .newsletter-popup__continue{text-align:right}.newsletter-popup__button--link:hover{opacity:.9;text-decoration:none}.newsletter-popup__button--link:active{transform:translateY(1px)}.newsletter-popup__message{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:6px;font-size:14px;margin-top:15px;animation:slideDown .3s ease}.newsletter-popup__message--success~.newsletter-popup__message--error,.newsletter-popup__form:has(.newsletter-popup__message--success) .newsletter-popup__message--error{display:none!important}.newsletter-popup__message .svg-wrapper{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.newsletter-popup__message .svg-wrapper svg{width:100%;height:100%}.newsletter-popup__message--success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.newsletter-popup__message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-popup__continue{background:none;border:none;color:rgba(var(--color-foreground),.7);font-size:14px;cursor:pointer;display:inline-block;margin-top:15px;text-decoration:underline;transition:color .2s ease;font-family:inherit}.newsletter-popup__continue:hover{color:rgb(var(--color-button))}.newsletter-popup__button[disabled]{opacity:.7;cursor:not-allowed}.newsletter-popup__button.is-loading{position:relative;color:transparent!important;pointer-events:none}.newsletter-popup__button.is-loading:before{content:"";position:absolute;width:18px;height:18px;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border:2px solid transparent;border-radius:50%;border-top-color:currentColor;border-right-color:currentColor;animation:newsletter-button-spinner .6s linear infinite;color:rgb(var(--color-button-text))}@keyframes newsletter-button-spinner{to{transform:rotate(360deg)}}@media screen and (min-width: 750px){.newsletter-popup__content{flex-direction:row}.newsletter-popup__image{width:45%;flex-shrink:0}.newsletter-popup__image img{height:100%;object-fit:cover}.newsletter-popup__text-content{flex:1;padding:50px 40px;display:flex;flex-direction:column;justify-content:center}.newsletter-popup__heading{font-size:42px}.newsletter-popup__form-wrapper{flex-direction:row}.newsletter-popup__button{width:auto;min-width:180px}}@media screen and (max-width: 749px){.newsletter-popup-overlay{padding:10px}.newsletter-popup__text-content{padding:30px 20px}.newsletter-popup__heading{font-size:28px}.newsletter-popup__close{width:32px;height:32px;top:10px;right:10px}}.newsletter-popup__input:focus-visible,.newsletter-popup__button:focus-visible,.newsletter-popup__close:focus-visible,.newsletter-popup__continue:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}@keyframes newsletter-popup-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes newsletter-popup-slideUp{0%{transform:scale(.9) translateY(20px)}to{transform:scale(1) translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-newsletter-popup.css.map */
