.newsletter-popup-modal{opacity:0;visibility:hidden;background:rgba(var(--color-foreground),.2);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease,visibility .3s ease}.newsletter-popup-modal[open]{opacity:1;visibility:visible}.newsletter-popup-modal__content{position:relative;background-color:rgb(var(--color-background));max-width:90%;max-height:90vh;overflow-y:auto;border-radius:var(--popup-corner-radius);box-shadow:0 .5rem 1.5rem rgba(var(--color-foreground),.1)}@media screen and (min-width: 750px){.newsletter-popup-modal__content{max-width:600px;max-height:80vh}}.newsletter-popup-modal__toggle{position:absolute;top:1.5rem;right:1.5rem;background-color:rgb(var(--color-background));border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;transition:background-color .2s ease}.newsletter-popup-modal__toggle:hover{background-color:rgba(var(--color-foreground),.1)}.newsletter-popup-modal__toggle .icon{width:1.5rem;height:1.5rem}@media screen and (min-width: 750px){.newsletter-popup-modal__toggle{top:2rem;right:2rem}}.newsletter-popup__wrapper{padding:2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width: 750px){.newsletter-popup__wrapper{padding:4rem}}.newsletter-popup__heading{margin-bottom:1rem}.newsletter-popup__subheading{margin-bottom:2rem;max-width:36rem}.newsletter-popup .newsletter-form{width:100%;max-width:36rem}.newsletter-popup .newsletter-form__field-wrapper{width:100%}.newsletter-popup .newsletter-form__message--success{margin-top:2rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.newsletter-popup-modal__content-info{animation:fadeIn .3s ease}
/*# sourceMappingURL=/cdn/shop/t/6/assets/newsletter-popup.css.map */
