.intent-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;align-items:center;justify-content:center;padding:1.5rem}.intent-popup-overlay.is-active{opacity:1;visibility:visible}.intent-popup{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));max-width:480px;width:100%;position:relative;transform:translateY(20px) scale(.95);opacity:0;transition:transform .4s ease,opacity .4s ease;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.intent-popup-overlay.is-active .intent-popup{transform:translateY(0) scale(1);opacity:1}.intent-popup__close{position:absolute;top:1rem;right:1rem;z-index:10;background:rgba(var(--color-foreground),.1);border:none;width:3.2rem;height:3.2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.intent-popup__close:hover{background:rgba(var(--color-foreground),.2)}.intent-popup__close svg{width:1.4rem;height:1.4rem}.intent-popup__content{padding:3rem 2.5rem;text-align:center}@media screen and (min-width:750px){.intent-popup__content{padding:4rem 3rem}}.intent-popup__badge{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.4rem 1.2rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:2rem;margin-bottom:1.5rem}.intent-popup__heading{margin:0 0 1rem;line-height:1.2}.intent-popup__text{color:rgba(var(--color-foreground),.7);margin-bottom:2rem;line-height:1.6}.intent-popup__discount{display:inline-block;background:rgba(var(--color-foreground),.05);border:2px dashed rgba(var(--color-foreground),.2);padding:1rem 2rem;font-size:2rem;font-weight:700;letter-spacing:.15em;margin-bottom:2rem;border-radius:.5rem}.intent-popup__button{width:100%;margin-bottom:1rem}.intent-popup__form{margin-bottom:1rem}.intent-popup__form-wrapper{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:750px){.intent-popup__form-wrapper{flex-direction:row}.intent-popup__form-wrapper .field{flex:1}.intent-popup__form-wrapper button{flex-shrink:0}}.intent-popup__success{padding:1rem;background:rgba(var(--color-button),.1);border-radius:.5rem}.intent-popup__success p{margin:0;color:rgb(var(--color-button));font-weight:500}.intent-popup__dismiss{background:none;border:none;color:rgba(var(--color-foreground),.5);font-size:1.2rem;cursor:pointer;padding:.5rem;text-decoration:underline;text-underline-offset:.3rem}.intent-popup__dismiss:hover{color:rgba(var(--color-foreground),.8)}
/*# sourceMappingURL=/cdn/shop/t/51/assets/component-intent-popups.css.map */
