.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:16px}.newsletter-popup[hidden]{display:none}.newsletter-popup.is-visible{opacity:1;visibility:visible}.newsletter-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#12121280;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:none;padding:0;cursor:pointer}.newsletter-popup__dialog{position:relative;z-index:1;display:flex;flex-direction:row;width:min(760px,100%);max-height:calc(100vh - 32px);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:var(--popup-border-width, 0) solid rgba(var(--color-foreground),var(--popup-border-opacity, .1));border-radius:var(--popup-corner-radius, 0px);box-shadow:0 var(--popup-shadow-vertical-offset, 4px) var(--popup-shadow-blur-radius, 20px) rgba(var(--color-shadow),var(--popup-shadow-opacity, .12));overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .3s ease}.newsletter-popup.is-visible .newsletter-popup__dialog{transform:translateY(0) scale(1)}.newsletter-popup__close{position:absolute;top:12px;inset-inline-end:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(var(--color-background),.85);font-size:22px;line-height:1;cursor:pointer;color:rgba(var(--color-foreground),.55);border-radius:50%;z-index:2;transition:background .15s ease,color .15s ease}.newsletter-popup__close:hover{background:rgb(var(--color-background));color:rgba(var(--color-foreground),1)}.newsletter-popup__media{flex:0 0 42%;position:relative;background:rgba(var(--color-foreground),.05)}.newsletter-popup__media-img{display:block;width:100%;height:100%;object-fit:cover}.newsletter-popup__content{flex:1 1 auto;min-width:0;overflow-y:auto;padding:44px 36px 32px;text-align:center}.newsletter-popup__brand{margin-bottom:18px}.newsletter-popup__logo{display:inline-block;height:auto;opacity:.92}.newsletter-popup h2{margin:0;font-size:2.1rem;font-weight:var(--font-heading-weight, 600);letter-spacing:.03rem}.newsletter-popup__divider{width:32px;height:1px;margin:16px auto;background:currentColor;opacity:.35}.newsletter-popup p{margin:0 0 26px;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.8)}.newsletter-popup__field{margin-bottom:12px;text-align:start}.newsletter-popup__input{width:100%;padding:14px 16px;border:var(--inputs-border-width, 1px) solid rgba(var(--color-foreground),var(--inputs-border-opacity, .4));border-radius:var(--inputs-radius, 0px);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.5rem;font-family:inherit}.newsletter-popup__input::placeholder{color:rgba(var(--color-foreground),.5)}.newsletter-popup__submit{display:block;width:100%;margin-top:8px;padding:14px 20px;border:var(--buttons-border-width, 1px) solid rgb(var(--color-button));border-radius:var(--buttons-radius, 0px);background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.5rem;font-family:inherit;cursor:pointer;transition:opacity .15s ease}.newsletter-popup__submit:hover{opacity:.85}.newsletter-popup__error{color:#a73434;font-size:1.3rem;margin:10px 0 0;text-align:start}.newsletter-popup__dismiss{display:inline-block;margin-top:16px;border:none;background:transparent;color:rgba(var(--color-foreground),.5);font-size:1.3rem;font-family:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer;padding:4px}.newsletter-popup__success p{margin-bottom:0}@media screen and (max-width:640px){.newsletter-popup__dialog{flex-direction:column;width:min(420px,100%);max-height:calc(100vh - 32px);overflow-y:auto}.newsletter-popup__media{flex:0 0 auto;height:180px}.newsletter-popup__content{overflow-y:visible;padding:32px 28px 28px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/component-newsletter-popup.css.map */
