.popup-welcome{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:2rem}.popup-welcome.is-open{display:flex}.popup-welcome__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;border:none;padding:0;cursor:pointer}.popup-welcome__dialog{position:relative;z-index:2;width:100%;max-width:72rem;max-height:calc(100vh - 4rem);max-height:calc(100dvh - 4rem);overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.2rem;box-shadow:0 1rem 4rem #00000040;display:flex;animation:popup-welcome-in .3s ease-out}@media(prefers-reduced-motion:reduce){.popup-welcome__dialog{animation:none}}@keyframes popup-welcome-in{0%{opacity:0;transform:translateY(1.5rem) scale(.98)}to{opacity:1;transform:none}}.popup-welcome--text-only .popup-welcome__dialog{max-width:48rem}.popup-welcome__media{display:none;flex:0 0 45%;position:relative}.popup-welcome__media img,.popup-welcome__media .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.popup-welcome__body{flex:1 1 auto;padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.2rem;text-align:center;overflow-y:auto}.popup-welcome__heading{margin:0;text-transform:uppercase}.popup-welcome__text{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.popup-welcome__close{position:absolute;top:.6rem;right:.6rem;z-index:3;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background),.85);border:none;border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer}.popup-welcome__close .icon{width:1.2rem;height:1.2rem}.popup-welcome__form .newsletter-form__field-wrapper{margin:0 auto;max-width:34rem}.popup-welcome__code{display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 auto}.popup-welcome__code-value{border:.2rem dashed rgba(var(--color-foreground),.4);border-radius:.8rem;padding:.9rem 1.8rem;font-size:1.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.popup-welcome__copy{min-height:4.4rem}.popup-welcome__copy.is-copied{background:#1a7f37;color:#fff}@media screen and (max-width:749px){.popup-welcome{padding:0;align-items:flex-end}.popup-welcome__dialog{max-width:none;border-radius:1.6rem 1.6rem 0 0;animation-name:popup-welcome-up}@keyframes popup-welcome-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}.popup-welcome--image-side .popup-welcome__media{display:none}.popup-welcome__body{padding:3rem 2rem calc(3rem + env(safe-area-inset-bottom))}}@media screen and (min-width:750px){.popup-welcome--image-side .popup-welcome__media{display:block}.popup-welcome--image-top .popup-welcome__dialog{max-width:46rem;flex-direction:column}.popup-welcome--image-top .popup-welcome__media{display:block;flex:0 0 auto;position:relative;aspect-ratio:16 / 9}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/component-popup-welcome.css.map */
