.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:transparent}.newsletter-popup[hidden]{display:none}.newsletter-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9}.newsletter-popup__dialog{position:relative;width:100%;max-width:400px;max-height:92vh;overflow-y:auto;background:rgb(var(--color-background, 255, 255, 255));color:rgb(var(--color-foreground, 20, 20, 20));border-radius:4px;box-shadow:0 20px 60px #00000040;animation:newsletter-popup-in .25s ease-out}@keyframes newsletter-popup-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.newsletter-popup__close{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:#ffffffe6;color:#111;cursor:pointer}.newsletter-popup__media{width:100%;line-height:0}.newsletter-popup__media img{width:100%;height:auto;display:block;object-fit:cover;max-height:220px}.newsletter-popup__content{padding:18px 24px 22px;text-align:center}.newsletter-popup__heading{margin:0 0 6px;font-size:21px;line-height:1.2}.newsletter-popup__subtext{margin:0 0 14px;font-size:13px;opacity:.75;line-height:1.4}.newsletter-popup__subtext p{margin:0}.newsletter-popup__form{display:flex;flex-direction:column;gap:10px}.newsletter-popup__field input{width:100%;padding:11px 14px;border:1px solid rgba(var(--color-foreground, 20, 20, 20),.25);border-radius:0;background:transparent;color:inherit;font-size:14px}.newsletter-popup__field input::placeholder{color:rgba(var(--color-foreground, 20, 20, 20),.5)}.newsletter-popup__field input:focus{outline:none;border-color:rgba(var(--color-foreground, 20, 20, 20),.6)}.newsletter-popup__submit{width:100%;padding:12px 16px;margin-top:2px;border:none;border-radius:0;background:rgb(var(--color-button, 17, 17, 17));color:rgb(var(--color-button-text, 255, 255, 255));font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:opacity .15s ease}.newsletter-popup__submit:hover{opacity:.85}.newsletter-popup__error{margin:0;font-size:13px;color:#d02e2e}.newsletter-popup__success{margin:0;font-size:13px}@media screen and (max-width:480px){.newsletter-popup__dialog{max-width:92vw}.newsletter-popup__content{padding:22px 20px 26px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/newsletter-popup.css.map */
