#ContactPopupFormWrap{display:flex;flex-direction:row;gap:8rem;align-items:center;justify-content:center}#ContactPopupFormWrap .contact-popup-content-left,#ContactPopupFormWrap .contact-popup-content-right{flex:1}#ContactPopupFormWrap .contact-popup__subtitle{color:#8b6f5e;font-size:1.1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-family:var(--font-body-family);margin-bottom:2rem}#ContactPopupFormWrap h2{font-size:6rem;line-height:6rem}#ContactPopupFormWrap p{font-size:1.5rem}#ContactPopupFormWrap form,#ContactPopupFormWrap form .contact__fields{display:flex;flex-direction:column;gap:1rem}#ContactPopupFormWrap .contact__button{margin-top:1rem}.contact-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:rgba(var(--color-base-text),.5);opacity:0;pointer-events:none;transition:opacity .25s ease;height:100%}.contact-popup__overlay.is-visible{opacity:1;pointer-events:auto}.contact-popup__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;pointer-events:none;visibility:hidden}.contact-popup__modal.is-open{pointer-events:auto;visibility:visible;background:#000c}.contact-popup__modal>*:not(.contact-popup__close){width:100%;max-width:96rem;max-height:90dvh;overflow-y:auto;background:rgb(var(--color-base-background-1));border-radius:1.2rem;padding:4rem;box-shadow:0 20px 60px #0003;opacity:0;transform:translateY(1.6rem) scale(.98);transition:opacity .25s ease,transform .25s ease;position:relative}.contact-popup__modal.is-open>*:not(.contact-popup__close){opacity:1;transform:translateY(0) scale(1)}@media screen and (max-width:749px){.contact-popup__modal>*:not(.contact-popup__close){max-width:100%;max-height:95dvh;border-radius:1.6rem 1.6rem 0 0;padding:3.2rem 2.4rem;position:fixed;bottom:0;left:0;right:0;transform:translateY(2.4rem)}.contact-popup__modal.is-open>*:not(.contact-popup__close){transform:translateY(0)}}.contact-popup__close{position:absolute;top:1.6rem;right:1.6rem;z-index:1;background:transparent;border:none;cursor:pointer;padding:.8rem;color:rgb(var(--color-base-text));border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.contact-popup__close:hover{background:rgba(var(--color-base-text),.08)}.contact-popup__title{margin:0 0 2.8rem;font-size:2.4rem}.contact-popup__modal [hidden]{display:none!important}.contact-popup__error-banner{margin-bottom:2rem}.contact-popup__success{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:2.8rem}.contact-popup__spin{animation:contact-popup-spin .8s linear infinite;display:inline-block;vertical-align:middle;margin-right:.4rem}@keyframes contact-popup-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-contact-popup.css.map */
