@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50vh)}to{opacity:1;transform:translateY(0)}}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}.newsletter-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:none;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box;opacity:0;visibility:hidden;background-color:rgb(var(--color-foreground),.9)}.newsletter-modal-container.show-modal{opacity:1;visibility:visible;animation:modalOverlayFadeIn .4s ease forwards}.newsletter-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(var(--color-foreground));transition:opacity .3s ease}.newsletter-modal{position:relative;display:flex;flex-direction:row;width:100%;max-width:780px;max-height:545px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;opacity:0;transform:translateY(-50vh)}.newsletter-modal-container.show-modal .newsletter-modal{animation:modalSlideIn .6s ease-out forwards}.newsletter-modal__close{position:absolute;top:2rem;right:2rem;z-index:10;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;background:rgb(var(--color-foreground),.6);border:none;border-radius:50%;cursor:pointer;color:rgb(var(--color-background));transition:all .2s ease}.newsletter-modal__close:hover{background:rgba(var(--color-button))}.newsletter-modal__close svg{width:1.6rem;height:1.6rem}.newsletter-modal__inner{display:flex;flex-direction:row;width:100%;min-height:545px}.newsletter-modal__image{max-width:300px;overflow:hidden;position:relative}.newsletter-modal__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.newsletter-modal__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 4rem;overflow-y:auto}.newsletter-modal__wrapper{width:100%}.newsletter-modal__wrapper>*:not(:last-child){margin-bottom:0}.newsletter-modal__logo{margin-bottom:1.5rem}.newsletter-modal__logo-img{max-width:100%;height:auto;display:block}.newsletter-modal__heading{line-height:1.2;margin:0 0 1.2rem;color:rgb(var(--color-foreground));font-weight:var(--font-weight-strong)}.newsletter-modal__subheading{font-size:var(--base-size);line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0 0 2rem}.newsletter-modal__subheading p{margin:0}.newsletter-modal__form{width:100%}.newsletter-modal__form .newsletter-form{max-width:100%}.newsletter-modal__form .newsletter-form__field-wrapper{display:flex;flex-direction:column}.newsletter-modal__form .newsletter-form{gap:2.5rem}.newsletter-modal__form .field{position:relative;width:100%}.newsletter-modal__form .newsletter-form__field-wrapper{width:100%;max-width:100%}.newsletter-modal__form .field__input{width:100%;height:4.4rem;border-radius:4px;background:rgb(var(--color-background));font-size:var(--base-size);color:rgb(var(--color-foreground));transition:border-color .2s ease}.newsletter-modal__form .field:after{box-shadow:0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),.1)}.newsletter-modal__form .field__input:focus{outline:none;border-color:rgba(var(--color-button));box-shadow:none}.newsletter-modal__form .field__input:focus::placeholder{opacity:0;visibility:hidden}.newsletter-modal__form .field__input::placeholder{color:rgb(var(--color-foreground),.3)}.newsletter-modal__form .field__input:focus .field__label{display:none}.newsletter-modal__form .field__label{color:rgb(var(--color-foreground),.3)}.newsletter-modal__form .newsletter-form__message{display:flex;align-items:center;gap:.5rem;margin-top:.8rem;font-size:calc(var(--base-size) - .2rem)}.newsletter-modal__form .newsletter-form__message--success{color:#22c55e;background:#22c55e1a;padding:1rem 1.5rem;border-radius:4px;margin-top:1.5rem}.newsletter-modal__form .newsletter-form__message svg{width:1.6rem;height:1.6rem;flex-shrink:0}.newsletter-modal__form .form__message{color:#dc2626}.newsletter-modal__form .newsletter-consent .consent-label{display:flex;align-items:flex-start;cursor:pointer}.newsletter-modal__form .newsletter-consent .consent-text{display:flex;align-items:flex-start;gap:.6rem;line-height:1.5;color:rgba(var(--color-foreground),.65)}.newsletter-consent .consent-text p{margin:0;font-size:var(--base-size)}.newsletter-consent .consent-checkbox{flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.4rem;margin-left:0;cursor:pointer;accent-color:rgba(var(--color-button))}.newsletter-consent .consent-text a{color:rgba(var(--color-foreground),.5);text-decoration:underline;transition:color .2s ease}.newsletter-consent .consent-text a:hover{color:rgba(var(--color-button))}.newsletter-consent .consent-error{display:block;margin-top:.5rem;padding-left:2rem;font-size:var(--base-size);color:var(--error)}.newsletter-modal__button{width:100%;cursor:pointer;transition:all .2s ease;text-transform:none;letter-spacing:0}.newsletter-modal__social{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;padding:0;list-style:none}.newsletter-modal__social .list-social__item{margin:0}.newsletter-modal__social .list-social__link{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));transition:all .2s ease}.newsletter-modal__social .list-social__link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.newsletter-modal.text-center .newsletter-modal__wrapper{text-align:start;display:flex;flex-direction:column;gap:2.5rem}.newsletter-modal.text-center .newsletter-modal__logo{display:flex;justify-content:center}.newsletter-modal.text-center .newsletter-modal__social,.newsletter-modal.text-center .newsletter-consent .consent-label{justify-content:center}.newsletter-modal.text-start .newsletter-modal__wrapper{text-align:left;display:flex;flex-direction:column;gap:2.5rem}.newsletter-modal.text-start .newsletter-modal__social{justify-content:flex-start}.newsletter-modal.text-end .newsletter-modal__wrapper{text-align:right;display:flex;flex-direction:column;gap:2.5rem}.newsletter-modal.text-end .newsletter-modal__social{justify-content:flex-end}@media screen and (max-width:750px){.newsletter-modal__img{object-position:bottom}.newsletter-modal-container{padding:1rem}.newsletter-modal{max-height:95vh;flex-direction:column}.newsletter-modal__inner{flex-direction:column;min-height:auto}.newsletter-modal__image{flex:0 0 auto!important;max-width:100%!important;height:335px;transform:scaleX(-1)}.newsletter-modal__content{padding:4rem 6rem}.newsletter-modal__wrapper{max-width:100%}.newsletter-modal__logo{margin-bottom:1rem;display:none}.newsletter-modal__heading{margin-bottom:.8rem;font-size:var(--h2-size)}.newsletter-modal__subheading{margin-bottom:1.5rem}.newsletter-modal__form .newsletter-form{gap:1.5rem}}@media screen and (max-width:576px){.newsletter-modal__image{height:250px}.newsletter-modal__content{padding:2rem}.newsletter-modal__close{top:.6rem;right:.6rem;width:2.6rem;height:2.6rem}.newsletter-modal__close svg{width:1.2rem;height:1.2rem}.newsletter-consent .consent-text p,.newsletter-consent .consent-text{font-size:calc(var(--base-size) - .2rem)}}.newsletter-modal-container .newsletter-form__field-wrapper .field__input{background-color:rgb(var(--color-background))}@media screen and (min-width:990px){.newsletter-modal__logo-img{margin-bottom:2rem}.newsletter-modal__form .newsletter-consent{margin-bottom:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/model-newsletter-section.css.map */
