popup-lead-form{display:block;width:100%;max-width:100%}.subscription-popup .popup-lead-form{--buttons-transform: none;width:100%;max-width:100%}.subscription-popup .popup-lead-form :is(button,.btn,.btn__text){--buttons-transform: none;text-transform:none}.popup-lead-form__form{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:100%}.popup-lead-form__descriptions{width:100%}.popup-lead-form__description{color:rgba(var(--color-foreground),.76);font-size:1.3rem;line-height:1.36}.popup-lead-form__tab-content{width:100%}.popup-lead-form__input{width:100%;color:rgb(var(--color-foreground));-webkit-text-fill-color:rgb(var(--color-foreground));caret-color:rgb(var(--color-foreground));background-color:rgba(var(--color-background),.72);border:.1rem solid rgba(var(--color-foreground),.32);border-radius:var(--inputs-radius)}.popup-lead-form__input::placeholder{color:rgba(var(--color-foreground),.2);font-size:.84em;line-height:1.2;opacity:1}.popup-lead-form__input:is(:hover,:focus-visible){border-color:rgba(var(--color-foreground),.52);outline-color:rgb(var(--color-keyboard-focus))}.popup-lead-form__mode-switches{display:flex;align-items:flex-start;justify-content:flex-start;gap:.45rem;min-height:0;margin-top:.1rem;text-align:left}.popup-lead-form__mode-switch{display:inline-flex;align-items:center;justify-content:flex-start;width:fit-content;max-width:100%;height:auto;min-height:2.34rem;margin:0;padding:.12rem .82rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius);background-color:rgba(var(--color-foreground),.02);color:rgba(var(--color-foreground),.68);font-size:1.08rem;line-height:1.14;font-weight:500;text-decoration:none;text-align:left;white-space:normal;overflow-wrap:anywhere;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.popup-lead-form__mode-switch:before{display:none}.popup-lead-form__mode-switch:is(:hover,:focus-visible){color:rgba(var(--color-foreground),.84);border-color:rgba(var(--color-foreground),.3);background-color:rgba(var(--color-foreground),.06)}.popup-lead-form__mode-switch:focus-visible{outline:.1rem solid rgba(var(--color-keyboard-focus),.45);outline-offset:.08rem}.popup-lead-form__mode-switch[hidden]{display:none}.popup-lead-form__mode-switch[data-mode-target=email_whatsapp]{color:rgba(var(--color-button),.82);border-color:rgba(var(--color-button),.34);background-color:rgba(var(--color-button),.04)}.popup-lead-form__mode-switch[data-mode-target=email_whatsapp]:is(:hover,:focus-visible){color:rgba(var(--color-button),.9);border-color:rgba(var(--color-button),.46);background-color:rgba(var(--color-button),.08)}.popup-lead-form__terms-label{display:grid;grid-template-columns:1.6rem minmax(0,1fr);gap:.65rem;align-items:flex-start;color:rgba(var(--color-foreground),.76);font-size:1.12rem;line-height:1.35;cursor:pointer}.popup-lead-form__checkbox[type=checkbox]{--border: rgb(102, 102, 102);width:1.6rem;height:1.6rem;margin-top:.15rem;box-sizing:border-box}.popup-lead-form__text-with-link{min-width:0;overflow-wrap:anywhere}.popup-lead-form__text-with-link a{color:rgb(var(--color-foreground));text-decoration:underline}.popup-lead-form__output{color:var(--bs-form-button-error-color, #c53030)}.popup-lead-form__button{width:100%;position:relative}.popup-lead-form__button:before{display:none}.popup-lead-form__button.is-loading .btn__text{opacity:.78}.popup-lead-form__button.is-loading:after{content:"";position:absolute;inset-inline-end:1.2rem;top:50%;width:1.2rem;height:1.2rem;margin-top:-.6rem;border:.16rem solid currentColor;border-inline-end-color:transparent;border-radius:50%;animation:popup-lead-form-spin .8s linear infinite;pointer-events:none}.popup-lead-form__button[aria-busy=true]{pointer-events:none;cursor:wait}@keyframes popup-lead-form-spin{to{transform:rotate(360deg)}}.popup-lead-form__button[data-variant=success]{background-color:var(--bs-form-button-success-color, #2e7d32);border-color:var(--bs-form-button-success-color, #2e7d32);color:rgb(var(--color-button-text))}.popup-lead-form__button[data-variant=error]{background-color:var(--bs-form-button-error-color, #c53030);border-color:var(--bs-form-button-error-color, #c53030)}.popup-lead-form__success-panel{padding:.72rem .9rem;border:.1rem solid rgba(40,199,102,.35);border-radius:.7rem;background-color:#28c7661c}.popup-lead-form__success-title{margin-bottom:.05rem;color:#17723e;font-size:1.36rem;line-height:1.3;font-weight:600}.popup-lead-form__success-message{color:#235436;font-size:1.18rem;line-height:1.34}.popup-lead-form__form[data-channel=email_only] [data-mode-panel=email_whatsapp],.popup-lead-form__form[data-copy-mode=true] [data-mode-panel],.popup-lead-form__form[data-copy-mode=false] .popup-lead-form__success-panel{display:none}.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__success-panel{margin-top:15px}.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__descriptions,.popup-lead-form__form[data-copy-mode=true] [data-offer-state-description],.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__mode-switches,.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__terms-label,.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__button--submit{display:none}@media(min-width:768px){.popup-lead-form__form{gap:1.2rem}.popup-lead-form__descriptions{margin-top:.08rem;margin-bottom:.3rem}.popup-lead-form__descriptions+.popup-lead-form__tab-content{margin-top:.2rem}.popup-lead-form__tab-content+.popup-lead-form__tab-content{margin-top:.12rem}.popup-lead-form__mode-switches{margin-top:.34rem}.popup-lead-form__terms-label{margin-top:.3rem}.popup-lead-form__button--submit{margin-top:.24rem}.popup-lead-form__form[data-copy-mode=true] .popup-lead-form__success-panel{margin-top:20px;margin-bottom:20px}}@media(min-width:768px)and (max-height:860px){.popup-lead-form__form{gap:.9rem}.popup-lead-form__description{font-size:1.22rem;line-height:1.33}.popup-lead-form__mode-switch{font-size:1.02rem;min-height:2.18rem;padding:.08rem .74rem;line-height:1.1}.popup-lead-form__terms-label{font-size:1.05rem;line-height:1.3;gap:.55rem}.popup-lead-form__checkbox[type=checkbox]{width:1.5rem;height:1.5rem;margin-top:.1rem}.popup-lead-form__success-panel{padding:.65rem .8rem}.popup-lead-form__success-title{font-size:1.26rem}.popup-lead-form__success-message{font-size:1.12rem}}@media(min-width:768px)and (min-height:861px){.popup-lead-form__form{gap:1.14rem}.popup-lead-form__descriptions+.popup-lead-form__tab-content{margin-top:.22rem}.popup-lead-form__tab-content+.popup-lead-form__tab-content{margin-top:.14rem}.popup-lead-form__mode-switches{margin-top:.36rem}.popup-lead-form__terms-label{margin-top:.28rem}.popup-lead-form__button--submit{margin-top:.24rem}}@media(max-width:767.98px){.popup-lead-form__form{gap:.8rem}.popup-lead-form__description{font-size:1.3rem}.popup-lead-form__mode-switch{font-size:1.06rem;min-height:2.42rem;padding:.14rem .84rem;line-height:1.14}.popup-lead-form__success-title{font-size:1.45rem}}
/*# sourceMappingURL=/cdn/shop/t/99/assets/popup-lead-form.css.map */
