.aurha-pop{--pop-violeta: #8874D7;--pop-roxo: #473582;--pop-roxo-claro: #D7CEFA;--pop-marrom: #3F3532;--pop-texto: #2b2430;--pop-wa: #25D366;--pop-titulo: "Fraunces", Georgia, "Times New Roman", serif;--pop-corpo: "Jost", "Helvetica Neue", Arial, sans-serif;--fg: #ffffff;--fg-soft: rgba(255, 255, 255, .92);--accent: #EBE4FF;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:none;font-family:var(--pop-corpo);-webkit-font-smoothing:antialiased}.aurha-pop.is-open{display:block}.aurha-pop__dialog{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;background:#1a1424;overflow:hidden;opacity:0;transition:opacity .3s ease}.aurha-pop.is-open .aurha-pop__dialog{opacity:1}.aurha-pop__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(150deg,#473582,#8874d7)}.aurha-pop__media img{width:100%;height:100%;object-fit:cover;display:block}.aurha-pop__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#140e1e61,#140e1e9e 42%,#140e1e80)}.aurha-pop__content{position:relative;z-index:2;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.aurha-pop__center{margin:auto;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;padding:72px 24px 44px;color:var(--fg)}.aurha-pop__inner{width:100%;max-width:440px}.aurha-pop__close{position:absolute;top:18px;right:18px;z-index:5;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--fg);cursor:pointer;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45))}.aurha-pop__close svg{width:2.6rem;height:2.6rem}.aurha-pop__step{display:none}.aurha-pop .aurha-pop__step--teaser{display:block}.aurha-pop.is-step-form .aurha-pop__step--teaser{display:none}.aurha-pop.is-step-form .aurha-pop__step--form{display:block}.aurha-pop.is-step-group .aurha-pop__step--teaser,.aurha-pop.is-step-group .aurha-pop__step--form{display:none}.aurha-pop.is-step-group .aurha-pop__step--group{display:block}.aurha-pop.is-step-success .aurha-pop__step--teaser,.aurha-pop.is-step-success .aurha-pop__step--form,.aurha-pop.is-step-success .aurha-pop__step--group{display:none}.aurha-pop.is-step-success .aurha-pop__step--success{display:block}.aurha-pop__eyebrow{margin:0 0 .6rem;font-size:1.35rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--fg-soft)}.aurha-pop__title{margin:0 0 1rem;font-family:var(--pop-titulo);font-optical-sizing:auto;font-weight:600;line-height:1.02;letter-spacing:-.015em;font-size:clamp(3.4rem,11vw,5rem);color:var(--fg)}.aurha-pop__title em{color:var(--accent);font-style:normal}.aurha-pop__title--sm{font-size:clamp(2.8rem,8vw,3.6rem)}.aurha-pop__sub{margin:0 0 1.8rem;font-size:1.6rem;line-height:1.5;color:var(--fg-soft)}.aurha-pop__btn{display:flex;align-items:center;justify-content:center;gap:.7rem;width:100%;min-height:5.6rem;padding:0 1.6rem;border:0;border-radius:12px;font-family:var(--pop-corpo);font-weight:700;font-size:1.6rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;transition:background .16s ease,transform .08s ease}.aurha-pop__btn:active{transform:translateY(1px)}.aurha-pop__btn--primary{background:var(--pop-roxo);color:#fff}.aurha-pop__btn--primary:hover{background:#382a68;color:#fff}.aurha-pop__btn--wa{background:var(--pop-wa);color:#fff;margin-top:1rem}.aurha-pop__btn--wa:hover{background:#1fb958;color:#fff}.aurha-pop__btn--ghost{background:transparent;color:var(--fg);border:1.5px solid currentColor;margin-top:.9rem}.aurha-pop__btn--ghost:hover{background:#ffffff1f;color:var(--fg)}.aurha-pop__btn svg{width:2rem;height:2rem}.aurha-pop__btn[disabled]{opacity:.75;cursor:default}.aurha-pop__btn .aurha-pop__spinner,.aurha-pop__btn.is-loading .aurha-pop__btn-label{display:none}.aurha-pop__btn.is-loading .aurha-pop__spinner{display:inline-block;width:1.9rem;height:1.9rem;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:aurha-pop-spin .7s linear infinite}@keyframes aurha-pop-spin{to{transform:rotate(360deg)}}.aurha-pop__decline{margin:1.4rem auto 0;display:inline-block;background:none;border:0;padding:.4rem;font-family:var(--pop-corpo);font-size:1.4rem;font-weight:600;color:var(--fg-soft);text-decoration:underline;cursor:pointer}.aurha-pop__decline:hover{color:var(--fg)}.aurha-pop__form{display:flex;flex-direction:column;gap:1rem;margin-top:.4rem;text-align:left}.aurha-pop__field input{width:100%;box-sizing:border-box;height:5.6rem;padding:0 1.6rem;border:1.5px solid rgba(255,255,255,.6);border-radius:14px;background:#fff;font-family:var(--pop-corpo);font-size:1.6rem;color:var(--pop-texto)}.aurha-pop__field input::placeholder{color:#8f8998}.aurha-pop__field input:focus{outline:none;border-color:var(--pop-violeta);box-shadow:0 0 0 3px #8874d759}.aurha-pop__field input[aria-invalid=true]{border-color:#ff6b6b}.aurha-pop__error{display:none;margin:.4rem 0 0 .4rem;font-size:1.25rem;color:#ffd0d0;font-weight:500}.aurha-pop__field.has-error .aurha-pop__error{display:block}.aurha-pop__check{width:6rem;height:6rem;margin:0 auto 1.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff2e;color:#fff}.aurha-pop__check svg{width:3rem;height:3rem}.aurha-pop__check--wa{background:#25d36638;color:#fff}@media(min-width:750px){.aurha-pop__check--wa{background:#25d36629;color:var(--pop-wa)}}.aurha-pop__reveal{margin:1.2rem auto 0;display:inline-block;background:none;border:0;padding:.5rem;font-family:var(--pop-corpo);font-size:1.4rem;font-weight:600;color:var(--fg-soft);text-decoration:underline;cursor:pointer}.aurha-pop__reveal:hover{color:var(--fg)}.aurha-pop__coupon{margin:1.8rem 0;display:flex;gap:.6rem;justify-content:center}.aurha-pop__coupon-code{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:0 1.4rem;min-height:5.4rem;border:2px dashed rgba(255,255,255,.85);border-radius:14px;background:#ffffff24;font-weight:700;font-size:2.1rem;letter-spacing:.08em;color:#fff}.aurha-pop__copy{flex:0 0 auto;border:0;border-radius:14px;padding:0 1.6rem;min-height:5.4rem;background:#fff;color:var(--pop-roxo);font-family:var(--pop-corpo);font-weight:700;font-size:1.45rem;cursor:pointer;transition:background .15s ease}.aurha-pop__copy.is-copied{background:var(--pop-roxo-claro)}.aurha-pop__note{margin:1.4rem 0 0;font-size:1.35rem;color:var(--fg-soft)}@media(min-width:750px){.aurha-pop{--fg: #3F3532;--fg-soft: #5a5462;--accent: #8874D7}.aurha-pop__dialog{display:flex;background:#fff}.aurha-pop__media{position:relative;flex:1 1 50%;height:100%;min-width:0}.aurha-pop__media:after{display:none}.aurha-pop__content{background:#fff;flex:1 1 50%;height:100%;min-width:0}.aurha-pop__center{padding:3.2rem 3.4rem}.aurha-pop__inner{max-width:460px}.aurha-pop__check{width:5rem;height:5rem;margin-bottom:1rem}.aurha-pop__check svg{width:2.4rem;height:2.4rem}.aurha-pop__title{margin-bottom:.7rem}.aurha-pop__sub{font-size:1.5rem;margin-bottom:1.4rem}.aurha-pop__btn{min-height:5.2rem}.aurha-pop__btn--ghost:hover{background:#4735820f}.aurha-pop__close{color:#3f3532;filter:none}.aurha-pop__title{font-size:clamp(3.8rem,4vw,5.4rem)}.aurha-pop__title--sm{font-size:clamp(2.8rem,3vw,3.6rem)}.aurha-pop__field input{border-color:#d9d4e2}.aurha-pop__error{color:#b8283a}.aurha-pop__check{background:#8874d724;color:var(--pop-violeta)}.aurha-pop__coupon-code{border-color:var(--pop-violeta);background:#8874d70f;color:var(--pop-roxo)}.aurha-pop__copy{background:var(--pop-marrom);color:#fff}.aurha-pop__copy.is-copied{background:var(--pop-violeta)}}@media(prefers-reduced-motion:reduce){.aurha-pop__dialog{transition:none}.aurha-pop__btn.is-loading .aurha-pop__spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/aurha-popup.css.map */
