.subscribe-popup__overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background:#0009;z-index:98;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.subscribe-popup__overlay.is-active{opacity:1;visibility:visible}.subscribe-popup__wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:none}.subscribe-popup{position:relative;display:flex;flex-direction:column;width:100%;max-width:40rem;max-height:90vh;background:rgb(var(--color-background));overflow:hidden;opacity:0;transform:translateY(-2rem);border-radius:var(--style-popup-border-radius, .4rem);border-style:var(--style-popup-border-style);border-width:var(--style-popup-border-width);border-color:rgba(var(--color-foreground),var(--style-popup-border-opacity));transition:opacity .4s ease,transform .4s ease;pointer-events:all}.subscribe-popup__inner{display:flex;flex-direction:column;width:100%;max-height:100%;overflow-x:hidden;overflow-y:auto}.subscribe-popup.background-secondary{background:rgb(var(--color-background-secondary))}.subscribe-popup.is-active{opacity:1;transform:translateY(0)}.subscribe-popup__close,.subscribe-popup__thankyou__close{position:absolute;top:1rem;right:1rem;z-index:2;display:flex;align-items:center;justify-content:center;background-color:transparent;width:3.2rem;height:3.2rem;padding:0;border:none;cursor:pointer;transition:opacity .2s ease}.subscribe-popup__thankyou__close{top:0;right:0}.subscribe-popup__close .svg-wrapper{width:2.4rem;height:2.4rem;padding:.4rem;background-color:rgba(var(--color-foreground),.8);border-radius:2px}.subscribe-popup__thankyou__close .svg-wrapper{width:2.4rem;height:2.4rem;padding:.4rem;color:rgba(var(--color-foreground))}.subscribe-popup__close svg{width:100%;height:100%;color:rgb(var(--color-background))}.subscribe-popup__media{position:relative;width:100%;overflow:hidden}.subscribe-popup__media-inner{position:relative;width:100%}.subscribe-popup__media-inner img{display:block;width:100%;height:100%;object-fit:cover}.subscribe-popup .media--adapt{padding-bottom:0}.subscribe-popup .media--adapt img{position:relative;height:auto}.subscribe-popup .media--square{padding-bottom:100%}.subscribe-popup .media--portrait{padding-bottom:133.33%}.subscribe-popup .media--landscape{padding-bottom:75%}.subscribe-popup .media--square img,.subscribe-popup .media--portrait img,.subscribe-popup .media--landscape img{position:absolute;top:0;left:0}.subscribe-popup__content{padding:2rem}.section-layout-header.subscribe-popup__header .section-subheading{margin-bottom:var(--section-s-m-b-m)}.section-layout-header.subscribe-popup__header .section-heading{margin-bottom:var(--section-h-m-b-m)}.section-layout-header.subscribe-popup__header .section-description{margin-bottom:var(--section-d-m-b-m)}@media screen and (min-width:750px){.section-layout-header.subscribe-popup__header .section-subheading{margin-bottom:var(--section-s-m-b)}.section-layout-header.subscribe-popup__header .section-heading{margin-bottom:var(--section-h-m-b)}.section-layout-header.subscribe-popup__header .section-description{margin-bottom:var(--section-d-m-b)}}.subscribe-popup__form{width:100%}.subscribe-popup__form-wrapper{display:flex;flex-direction:column;gap:1.6rem}.subscribe-popup__form .field{display:flex;flex-direction:column;gap:.8rem}.subscribe-popup__form .field__input{width:inherit}.subscribe-popup__form .field__input:focus{outline:none;border-color:rgb(var(--color-foreground))}.subscribe-popup__form .field__input::placeholder{color:rgba(var(--color-foreground),.5)}.subscribe-popup__form .field__input:focus+.field__label,.subscribe-popup__form .field__input:not(:placeholder-shown)+.field__label{opacity:0}.subscribe-popup__form .button{width:100%}.newsletter-form__message{display:flex;align-items:center;gap:.8rem;margin-top:1.2rem;font-size:1.2rem;line-height:1.4}.newsletter-form__message .svg-wrapper{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;flex-shrink:0}.newsletter-form__message svg{width:100%;height:100%}.subscribe-popup__form+.section-description{margin-top:1.6rem}.subscribe-popup--has-image.subscribe-popup--bottom .subscribe-popup__inner{flex-direction:column-reverse}@media screen and (min-width:750px){.subscribe-popup__wrapper{padding:3rem}.subscribe-popup{max-height:80vh}.subscribe-popup__content{padding:4rem 3.2rem}.subscribe-popup__subheading{margin-bottom:var(--section-s-m-b, 1.6rem)}.subscribe-popup__heading{margin-bottom:var(--section-h-m-b, 2.4rem)}.subscribe-popup__description{margin-bottom:var(--section-d-m-b, 3.2rem)}.subscribe-popup__form-wrapper{gap:2.4rem}.subscribe-popup__form .field{flex:1}.subscribe-popup--has-image{gap:1.6rem;max-width:80rem;max-height:calc(100vh - 6rem)}.subscribe-popup--has-image.subscribe-popup--left .subscribe-popup__inner{flex-direction:row;overflow:hidden}.subscribe-popup--has-image.subscribe-popup--right .subscribe-popup__inner{flex-direction:row-reverse;overflow:hidden}.subscribe-popup--has-image.subscribe-popup--top{max-width:40rem}.subscribe-popup--has-image.subscribe-popup--top .subscribe-popup__inner{flex-direction:column}.subscribe-popup--has-image.subscribe-popup--bottom{max-width:40rem}.subscribe-popup--has-image .subscribe-popup__media{flex-shrink:0}.subscribe-popup--has-image .subscribe-popup__media-inner{height:100%}.subscribe-popup--has-image .subscribe-popup__content{padding:3.2rem 2.4rem}.subscribe-popup--has-image.subscribe-popup--left .subscribe-popup__inner>.subscribe-popup__media,.subscribe-popup--has-image.subscribe-popup--right .subscribe-popup__inner>.subscribe-popup__media,.subscribe-popup--has-image.subscribe-popup--left .subscribe-popup__inner>.subscribe-popup__content,.subscribe-popup--has-image.subscribe-popup--right .subscribe-popup__inner>.subscribe-popup__content{width:50%}.subscribe-popup--has-image .media--adapt{padding-bottom:0;height:100%}.subscribe-popup--has-image .media--adapt img{height:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.subscribe-popup__thankyou{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.subscribe-popup__thankyou__box{position:relative;padding:15px 45px 15px 15px;background-color:rgb(var(--color-background));border-radius:var(--content-container-border-radius);margin:0 var(--page-margin);max-width:55rem}.subscribe-popup__thankyou.background-secondary{background:rgb(var(--color-background-secondary))}.subscribe-popup__thankyou__title{margin-bottom:var(--thankyou-heading-m-b)}@media screen and (max-width:749px){.subscribe-popup__thankyou__title{margin-bottom:var(--thankyou-heading-m-b-m)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-popup-subscribe.css.map */
