.lead-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:2rem}.lead-modal[hidden]{display:none}.lead-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.lead-modal__inner{position:relative;z-index:1;width:100%;max-width:62rem;max-height:min(90vh,80rem);overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 20px 60px #00000040;animation:lead-modal-in var(--animation-fast) both}@keyframes lead-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lead-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:none;border-radius:50%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;box-shadow:0 2px 8px #00000026}.lead-modal__body{max-height:inherit;padding:4rem 3.2rem 3.2rem;overflow-y:auto;overscroll-behavior:contain}.lead-modal__heading{margin:0;text-align:center}.lead-modal__description{margin:1.2rem 0 0;text-align:center}.lead-modal__description p:last-child{margin-bottom:0}.lead-modal__heading+.wholesale-form__lead,.lead-modal__description+.wholesale-form__lead{margin-top:2.4rem}.lead-modal .wholesale-form__lead{display:block;width:100%}html.lead-modal-open,html.lead-modal-open body{overflow:hidden}@media(max-width:767.98px){.lead-modal{padding:0;align-items:flex-end}.lead-modal__inner{max-height:92vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.lead-modal__body{padding:4rem 2rem 2rem}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/component-lead-form-modal.css.map */
