.shopify-section--v3-popup{position:absolute;width:0;height:0;margin:0;padding:0;overflow:visible;pointer-events:none}.v3-popup{--v3-popup-accent: #00e5e3;--v3-popup-text: rgba(255, 255, 255, .95);--v3-popup-muted: rgba(235, 235, 245, .6);--v3-popup-hint: #b3b3b3;--v3-popup-black: #121212;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;visibility:hidden;opacity:0;transition:visibility .25s ease,opacity .25s ease}.v3-popup.is-open{visibility:visible;opacity:1}.v3-popup.is-keyboard-open{align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}.v3-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8}.v3-popup__dialog{position:relative;z-index:1;flex:0 0 auto;width:min(868px,100%);height:500px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);background:#000;overflow:hidden;display:flex;flex-direction:row;justify-content:flex-end}.v3-popup__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#000;background-position:left center;background-size:cover;background-repeat:no-repeat;pointer-events:none}.v3-popup__media--placeholder{background:linear-gradient(135deg,rgba(0,229,227,.12) 0%,transparent 45%),linear-gradient(180deg,#1a2430,#0a0a0a 55%,#1c1510)}.v3-popup__media-placeholder-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;color:#ffffff59;font-size:14px;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}.v3-popup__panel{position:relative;z-index:2;flex:0 0 434px;max-width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:45px 55px 45px 20px;box-sizing:border-box;background:transparent}.v3-popup__copy{display:flex;flex-direction:column;gap:24px}.v3-popup__headings{display:flex;flex-direction:column;gap:8px;width:100%}.v3-popup__eyebrow{margin:0;font-size:18px;font-weight:700;line-height:1.35;font-family:PP Neue Montreal;color:var(--v3-popup-text)}.v3-popup__title{margin:0;font-size:40px;font-weight:700;line-height:1.35;font-family:PP Neue Montreal;color:var(--v3-popup-text)}.v3-popup__desc{margin:0;font-size:18px;font-weight:400;line-height:1.35;font-family:PP Neue Montreal;color:var(--v3-popup-muted)}.v3-popup__title--mobile,.v3-popup__desc--mobile{display:none}.v3-popup__form-wrap{display:flex;flex-direction:column;gap:12px;width:100%;max-width:358px}.v3-popup__field{position:relative;display:flex;align-items:center;gap:12px;height:40px;padding:0 12px;border:1px solid #fff;background:#ffffff24;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-sizing:border-box}.v3-popup__field-icon{flex:0 0 20px;width:20px;height:15px;display:block;overflow:visible}.v3-popup__input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:14px;line-height:1.35}.v3-popup__input::placeholder{color:#ffffffb3}.v3-popup__submit{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:0;padding:0 15px;background:#fff;color:var(--v3-popup-black);font-size:14px;line-height:1.35;cursor:pointer;box-sizing:border-box}.v3-popup__submit:disabled{opacity:.7;cursor:not-allowed}.v3-popup__submit-label,.v3-popup__submit-success,.v3-popup__submit-loader{display:inline-flex;align-items:center;justify-content:center}.v3-popup__submit-loader[hidden],.v3-popup__submit-success[hidden],.v3-popup__submit-label[hidden]{display:none!important}.v3-popup__submit-loader svg{width:18px;height:18px;animation:v3-popup-spin .8s linear infinite}@keyframes v3-popup-spin{to{transform:rotate(360deg)}}.v3-popup__status{min-height:13px}.v3-popup__success,.v3-popup__error{display:none;margin:4px 0 0;font-size:11px;line-height:1.15;letter-spacing:-.33px}.v3-popup__success.is-visible{display:block;color:var(--v3-popup-accent)}.v3-popup__error.is-visible{display:block;color:#f52529}.v3-popup__terms{margin:0;font-size:12px;line-height:1.35;color:var(--v3-popup-hint)}.v3-popup__close{position:absolute;top:12px;right:12px;z-index:5;width:40px;height:40px;padding:4px;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.v3-popup__close img,.v3-popup__close svg{width:32px;height:32px;display:block}.v3-popup__trigger-wrap{position:fixed;right:var(--v3-popup-trigger-right, 24px);bottom:var(--v3-popup-trigger-bottom, 24px);z-index:9998;pointer-events:auto}.v3-popup__trigger-wrap.is-hidden{visibility:hidden;opacity:0;pointer-events:none}.v3-popup__trigger{position:relative;display:flex;flex-direction:column;align-items:center;width:68px;min-height:76px;padding:0 0 14px;border:0;background:transparent;cursor:pointer;filter:drop-shadow(0 0 4.148px rgba(0,0,0,.25))}.v3-popup__trigger-icon{display:block;width:60px;height:60px;flex:0 0 60px}.v3-popup__trigger-icon img,.v3-popup__trigger-icon svg{display:block;width:100%;height:100%;object-fit:contain}.v3-popup__trigger-label{position:absolute;left:50%;bottom:0;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:4px 8px;border-radius:999px;background:#4f4f4f;color:#fff;font-size:16px;line-height:1;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:899px){.v3-popup{padding:12px}.v3-popup.is-keyboard-open .v3-popup__dialog{margin-top:8px}.v3-popup__dialog{width:min(350px,100%);height:min(500px,calc(100vh - 24px));height:min(500px,calc(100dvh - 24px));flex-direction:column;justify-content:stretch}.v3-popup__input{font-size:16px}.v3-popup__media{background-position:center center}.v3-popup__panel{flex:1;max-width:none;width:100%;padding:55px 16px 20px}.v3-popup__copy{gap:6px;margin-bottom:0}.v3-popup__eyebrow{font-size:16px}.v3-popup__title{font-size:28px}.v3-popup__desc{font-size:16px}.v3-popup__title--pc,.v3-popup__desc--pc{display:none}.v3-popup__title--mobile,.v3-popup__desc--mobile{display:block}.v3-popup__form-wrap{max-width:none}.v3-popup__field{background:#00000024}.v3-popup__close{top:8px;right:8px;width:32px;height:32px}.v3-popup__close img,.v3-popup__close svg{width:24px;height:24px}.v3-popup__trigger-wrap{right:var(--v3-popup-trigger-right-mobile, 16px);bottom:var(--v3-popup-trigger-bottom-mobile, 16px)}.v3-popup__trigger{width:50px;min-height:58px;padding-bottom:10px;filter:drop-shadow(0 0 3.05px rgba(0,0,0,.25))}.v3-popup__trigger-icon{width:44px;height:44px;flex-basis:44px}.v3-popup__trigger-label{min-width:38px;padding:3px 6px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/311/assets/v3-popup.css.map */
