.email-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.email-popup{position:relative;background:rgb(var(--color-background));border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.email-popup__close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:background .2s ease}.email-popup__close:hover{background:#0003}.email-popup__close svg{width:20px;height:20px}.email-popup__content{display:grid;grid-template-columns:1fr}@media screen and (min-width: 750px){.email-popup__content{grid-template-columns:1fr 1fr}}.email-popup__image{width:100%;height:100%;min-height:200px;overflow:hidden;border-radius:8px 8px 0 0}@media screen and (min-width: 750px){.email-popup__image{border-radius:8px 0 0 8px}}.email-popup__image img{width:100%;height:100%;object-fit:cover}.email-popup__form-wrapper{padding:3rem 2rem;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}@media screen and (max-width: 749px){.email-popup__form-wrapper{padding:2rem 1.5rem}}.email-popup__badge{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.5rem 1.25rem;border-radius:50px;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-align:center;margin:0 auto}.email-popup__heading{margin:0;text-align:center;line-height:1.2}.email-popup__subheading{text-align:center;font-size:.9375rem;line-height:1.5;opacity:.85}.email-popup__form{margin:0}.email-popup__form .newsletter-form__field-wrapper{max-width:100%}.email-popup__form .field{display:flex;flex-direction:column;gap:.75rem}.email-popup__form .field__input{width:100%;padding:.875rem 1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-size:1rem}.email-popup__submit{width:100%;padding:1rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease}.email-popup__submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.email-popup__disclaimer{font-size:.75rem;text-align:center;opacity:.7;line-height:1.4}.email-popup__form .newsletter-form__message{margin-top:.75rem;font-size:.875rem}.email-popup__form .newsletter-form__message--success{text-align:center;padding:1rem;background:rgba(var(--color-success, 0, 128, 0),.1);border-radius:4px;color:rgb(var(--color-success, 0, 128, 0))}@media screen and (max-width: 749px){.email-popup{max-height:95vh}.email-popup__heading{font-size:1.5rem}.email-popup__form-wrapper{gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/section-popup-email-discount.css.map */
