@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-background),.5)}.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-background));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-background),.6);border:none;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));transition:all .2s ease}.newsletter-modal__close:hover{background:rgba(var(--color-button));color:rgb(var(--color-background))}.newsletter-modal__close svg{width:1.8rem;height:1.8rem}.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:8.7rem 4rem;overflow:visible}.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);font-size:calc(20px + (24 - 20) * ((100vw - 375px) / (1440 - 375)))}.newsletter-modal__subheading{font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1440 - 375)));letter-spacing:0;line-height:1.5;color:rgba(var(--color-foreground));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:1.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;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))}.newsletter-consent .consent-text p{margin:0;letter-spacing:0;font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1440 - 375)))}.newsletter-consent .consent-checkbox{flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.4rem;margin-left:0;cursor:pointer;background:transparent!important;border:1px solid rgba(var(--color-foreground),.5)!important;accent-color:rgba(var(--color-button));-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:2px}.newsletter-consent .consent-checkbox:checked{background:rgba(var(--color-button))!important;border-color:rgba(var(--color-button))!important}.newsletter-consent .consent-checkbox:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid black;border-width:0 2px 2px 0;transform:rotate(45deg)}.newsletter-consent .consent-text a{color:rgba(var(--color-foreground));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;margin-top:1.2rem}.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:1.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-reverse;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!important}.newsletter-modal__logo-img{display:block;max-width:70px;max-height:40px}.newsletter-modal__heading{margin-bottom:.8rem}.newsletter-modal__subheading{margin-bottom:1.5rem}.newsletter-modal__form .newsletter-form{gap:1rem}.newsletter-modal__img.desktop-only{display:none!important}.newsletter-modal__img.mobile-only{display:block!important}.newsletter-modal.text-start .newsletter-modal__wrapper{gap:.5rem}.newsletter-modal__button{margin-top:0}.newsletter-modal__form .newsletter-form__field-wrapper{margin-bottom:1rem}}@media screen and (min-width:751px){.newsletter-modal__img.desktop-only{display:block!important}.newsletter-modal__img.mobile-only{display:none!important}}@media screen and (max-width:576px){.newsletter-modal__image{height:168px}.newsletter-modal__content{padding:2rem}.newsletter-modal__close{top:.6rem;right:.6rem;width:3.2rem;height:3.2rem}.newsletter-modal__close svg{width:1.8rem;height:1.8rem}.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-foreground))}
/*# sourceMappingURL=/cdn/shop/t/5/assets/model-newsletter-section.css.map */
