newsletter-popup{display:contents}.newsletter-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;align-items:center;justify-content:center;padding:1.5rem;background:#0000!important}@keyframes popup-backdrop-in{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.newsletter-popup[open]{display:flex;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:popup-backdrop-in .9s cubic-bezier(.16,1,.3,1) forwards}.newsletter-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;cursor:pointer}.newsletter-popup__card{position:relative;z-index:1;display:flex;flex-direction:row;width:100%;max-width:72rem;min-height:42rem;border-radius:12px;border:var(--popup-border-width, 1px) solid rgba(var(--color-foreground),var(--popup-border-opacity, .1));box-shadow:0 24px 60px #00000059,0 8px 20px #0003;overflow:hidden;opacity:0;transform:translateY(16px);transition:opacity .75s cubic-bezier(.16,1,.3,1) .12s,transform .75s cubic-bezier(.16,1,.3,1) .12s}.newsletter-popup[open] .newsletter-popup__card{opacity:1;transform:translateY(0)}.newsletter-popup__panel--visual{position:relative;flex:0 0 42%;overflow:hidden;background-color:#0a0a0a;background-image:linear-gradient(160deg,#1a1a1a,#0a0a0a 60%,#111)}.newsletter-popup__panel--visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 55%,transparent 100%);pointer-events:none;z-index:1}.newsletter-popup__offer-badge{position:absolute;bottom:2rem;left:2rem;z-index:2;display:flex;flex-direction:column;gap:.3rem}.newsletter-popup__offer-number{display:block;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(4.4rem,9vw,6.4rem);line-height:1;color:#d4aa50;text-shadow:0 2px 16px rgba(0,0,0,.7);letter-spacing:-.01em}.newsletter-popup__offer-label{display:block;font-size:1.45rem;line-height:1.3;color:#ffffffd1;text-shadow:0 1px 6px rgba(0,0,0,.8);letter-spacing:.02em;white-space:nowrap}.newsletter-popup__panel--form{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;padding:3.6rem 4.8rem 3rem;background:rgb(var(--color-background))}.newsletter-popup__panel--form:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--noise-url);background-repeat:repeat;background-size:180px 180px;opacity:.08;pointer-events:none;z-index:0}.newsletter-popup__panel--form>*{position:relative;z-index:1}.newsletter-popup__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.1);border:none;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));transition:background .2s}.newsletter-popup__close:hover,.newsletter-popup__close:focus-visible{background:rgba(var(--color-foreground),.18);outline:none}.newsletter-popup__close .svg-wrapper{width:1.4rem;height:1.4rem;display:flex}.newsletter-popup__close svg{width:100%;height:100%;fill:currentColor}.newsletter-popup__body{display:flex;flex-direction:column}.newsletter-popup__eyebrow{font-size:.95rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin:0 0 1.2rem}.newsletter-popup__intro{font-size:1.2rem;font-style:italic;font-weight:400;line-height:1.4;color:rgba(var(--color-foreground),.72);margin:0 0 .8rem;letter-spacing:.01em}.newsletter-popup__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:800;font-size:clamp(2rem,3.8vw,2.8rem);line-height:1.15;margin:0 0 1.4rem;color:rgb(var(--color-foreground));letter-spacing:-.01em}.newsletter-popup__subtext{font-size:1.3rem;line-height:1.65;color:rgba(var(--color-foreground),.82);margin:0 0 3rem}.newsletter-popup .newsletter-popup-form{width:100%}.newsletter-popup .field{display:flex;flex-direction:column;width:100%;position:relative}.newsletter-popup .field__input{width:100%;padding:0 1.8rem;font-size:1.4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important;height:calc(var(--inputs-border-width) * 2 + 4.5rem);border-radius:var(--inputs-radius, 6px);border:1.5px solid rgba(255,255,255,.3);background:#0003;color:#fdfbf7;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box;-webkit-appearance:none;appearance:none}@media screen and (max-width:749px){.newsletter-popup .field__input{font-size:16px}}.newsletter-popup .field__input::placeholder{color:#fdfbf780;opacity:1}.newsletter-popup .field__input:focus{background:#00000047;border-color:#ffffffa6;box-shadow:0 0 0 3px #ffffff14}.newsletter-popup .field__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.newsletter-popup__submit{display:inline-flex;justify-content:center;align-items:center;width:100%;margin-top:1.2rem;padding:0 3rem;min-height:calc(4.5rem + var(--buttons-border-width, 0px) * 2);font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.5rem;font-weight:var(--font-heading-weight);letter-spacing:.1rem;text-transform:uppercase;border:0;border-radius:var(--buttons-radius-outset, 0px);background-color:#d4aa50;color:#163a16;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow var(--duration-short, .1s) ease;-webkit-appearance:none;appearance:none;white-space:nowrap;position:relative}.newsletter-popup__submit:after{content:"";position:absolute;top:var(--buttons-border-width, 0px);right:var(--buttons-border-width, 0px);bottom:var(--buttons-border-width, 0px);left:var(--buttons-border-width, 0px);z-index:1;border-radius:var(--buttons-radius, 0px);box-shadow:0 0 0 calc(var(--buttons-border-width, 0px) + var(--border-offset, 0px)) rgba(var(--color-button-text),var(--border-opacity, 1)),0 0 0 var(--buttons-border-width, 0px) rgba(var(--color-button),var(--alpha-button-background, 1));transition:box-shadow var(--duration-short, .1s) ease}.newsletter-popup__submit:not([disabled]):hover,.newsletter-popup__submit:focus-visible{background-color:#c49a40;color:#163a16;box-shadow:none;outline:none;opacity:1;transform:none}.newsletter-popup__submit:not([disabled]):hover:after,.newsletter-popup__submit:focus-visible:after{box-shadow:none;outline:none}.newsletter-popup__checking{display:none;flex-direction:column;align-items:center;text-align:center;padding:2.4rem 0 1.2rem;gap:1.2rem}.newsletter-popup--checking .newsletter-popup__checking{display:flex}.newsletter-popup--checking .newsletter-popup-form__fields,.newsletter-popup--checking .newsletter-popup__legal,.newsletter-popup--checking .newsletter-popup__decline{display:none}@keyframes popup-spinner{to{transform:rotate(360deg)}}.newsletter-popup__checking-spinner{width:3.2rem;height:3.2rem;border:3px solid rgba(var(--color-foreground),.15);border-top-color:rgba(var(--color-foreground),.75);border-radius:50%;animation:popup-spinner .75s linear infinite}.newsletter-popup__checking-text{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0}.newsletter-popup__checking-sub{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:0}.newsletter-popup--checking .h-captcha,.newsletter-popup--checking [id^=h-captcha]{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important;pointer-events:auto!important;margin:0 auto!important}.newsletter-popup__challenge-wrap{display:none;flex-direction:column;gap:1rem;padding:.8rem 0 1.2rem}.newsletter-popup--challenge .newsletter-popup__challenge-wrap{display:flex}.newsletter-popup--challenge .newsletter-popup__eyebrow,.newsletter-popup--challenge .newsletter-popup__heading,.newsletter-popup--challenge .newsletter-popup__subtext,.newsletter-popup--challenge .newsletter-popup-form__fields,.newsletter-popup--challenge .newsletter-popup__legal,.newsletter-popup--challenge .newsletter-popup__decline,.newsletter-popup--challenge .newsletter-popup__checking{display:none}.newsletter-popup__challenge-title{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));margin:0}.newsletter-popup__challenge-sub{font-size:1.2rem;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.5}.newsletter-popup__captcha-container{display:flex;justify-content:flex-start;padding-top:.4rem}.newsletter-popup--challenge .h-captcha,.newsletter-popup--challenge [id^=h-captcha]{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;white-space:normal!important;pointer-events:auto!important;margin:0!important}.newsletter-popup__error{display:flex;align-items:center;gap:.6rem;margin-top:1rem;font-size:1.3rem;line-height:1.4;color:rgb(var(--color-error, 204, 0, 0))}.newsletter-popup--success .newsletter-popup__panel--form{background:#163a16;background-image:linear-gradient(160deg,#1e4b1e,#163a16 55%,#112e11);justify-content:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}.newsletter-popup--success .newsletter-popup__eyebrow,.newsletter-popup--success .newsletter-popup__heading,.newsletter-popup--success .newsletter-popup__subtext,.newsletter-popup--success .newsletter-popup-form__fields,.newsletter-popup--success .newsletter-popup__legal,.newsletter-popup--success .newsletter-popup__decline{display:none}.newsletter-popup--success .newsletter-popup__close{background:#fdfbf71f;color:#fdfbf7}.newsletter-popup--success .newsletter-popup__close:hover,.newsletter-popup--success .newsletter-popup__close:focus-visible{background:#fdfbf738}.newsletter-popup__success{display:flex;flex-direction:column;width:100%;color:#fdfbf7;margin-top:0}.newsletter-popup__success-label{font-size:.95rem;letter-spacing:.2em;text-transform:uppercase;color:#fdfbf780;margin:0 0 1.2rem}.newsletter-popup__success-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:800;font-size:clamp(2.4rem,4.2vw,3rem);line-height:1.1;color:#fdfbf7;margin:0 0 1.2rem;letter-spacing:-.01em}.newsletter-popup__success-hint{font-size:1.35rem;line-height:1.65;color:#fdfbf7cc;margin:0 0 2.8rem}.newsletter-popup__success-cta{display:flex;flex-direction:column}.newsletter-popup__success-cta-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;font-size:clamp(1.65rem,2.6vw,2rem);line-height:1.2;color:#fdfbf7;margin:0 0 .8rem}.newsletter-popup__success-cta-sub{font-size:1.25rem;line-height:1.55;color:#fdfbf7ad;margin:0 0 1.8rem}.newsletter-popup__success-btn{display:flex;justify-content:center;align-items:center;width:100%;min-height:5.6rem;padding:0 2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.45rem;font-weight:700;letter-spacing:.03em;text-align:center;text-decoration:none;border-radius:var(--buttons-radius-outset, 6px);cursor:pointer;transition:opacity .2s ease,border-color .2s ease,color .2s ease;-webkit-appearance:none;appearance:none;white-space:nowrap}.newsletter-popup__success-btn--primary{background:#d4aa50;color:#1a3a1a;border:none;margin-bottom:1rem}.newsletter-popup__success-btn--primary:hover,.newsletter-popup__success-btn--primary:focus-visible{opacity:.9;outline:none}.newsletter-popup__success-btn--secondary{background:transparent;color:#fdfbf7e0;border:1.5px solid rgba(253,251,247,.32)}.newsletter-popup__success-btn--secondary:hover,.newsletter-popup__success-btn--secondary:focus-visible{border-color:#fdfbf7a6;color:#fdfbf7;outline:none}.newsletter-popup__success-legal{margin-top:2.4rem;font-size:1.05rem;line-height:1.5;color:#fdfbf794}.newsletter-popup__success-legal p{margin:0}.newsletter-popup__success-legal a{color:#fdfbf7b8;text-decoration:underline;text-decoration-thickness:1px}.newsletter-popup__legal{font-size:1.05rem;line-height:1.55;color:rgba(var(--color-foreground),.62);margin:2.8rem 0 0}.newsletter-popup__legal p{margin:0}.newsletter-popup__legal a{color:rgba(var(--color-foreground),.8);text-decoration:underline;text-decoration-thickness:1px}.newsletter-popup__decline{display:block;width:100%;text-align:center;margin-top:1rem;font-size:1.05rem;color:rgba(var(--color-foreground),.38);background:none;border:none;cursor:pointer;padding:.4rem 0;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s}.newsletter-popup__decline:hover{color:rgba(var(--color-foreground),.65)}.newsletter-popup .h-captcha,.newsletter-popup [id^=h-captcha],.newsletter-popup-section .h-captcha,.newsletter-popup-section [id^=h-captcha],#NewsletterPopupForm .h-captcha,#NewsletterPopupForm [id^=h-captcha]{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;pointer-events:none!important;margin:0!important;padding:0!important}.newsletter-popup .shopify-challenge__container,.newsletter-popup .hcaptcha-terms-of-service,.newsletter-popup [class*=hcaptcha] a,.newsletter-popup .newsletter-popup-form>p:last-of-type:has(a[href*=hcaptcha]),.newsletter-popup .newsletter-popup-form small:has(a[href*=hcaptcha]),.newsletter-popup-section .hcaptcha-terms-of-service,.newsletter-popup-section [class*=hcaptcha],.newsletter-popup-section .shopify-challenge__container,.newsletter-popup-form .hcaptcha-terms-of-service,.newsletter-popup-form [class*=hcaptcha],#NewsletterPopupForm>p:has(a[href*=hcaptcha]),#NewsletterPopupForm>small,#NewsletterPopupForm .hcaptcha-terms-of-service,#NewsletterPopupForm [class*=hcaptcha],#NewsletterPopupForm .shopify-challenge__container,#shop-hcaptcha-badge-container{display:none!important}@media screen and (max-width:749px){.newsletter-popup{align-items:stretch;padding:0}.newsletter-popup__card{flex-direction:column;width:100%;max-width:100%;height:100dvh;height:100vh;max-height:100dvh;max-height:100vh;min-height:unset;border-radius:0;transform:translateY(100%);transition:opacity .6s cubic-bezier(.16,1,.3,1) .08s,transform .72s cubic-bezier(.16,1,.3,1) .08s}.newsletter-popup[open] .newsletter-popup__card{opacity:1;transform:translateY(0)}.newsletter-popup__panel--visual{flex:0 0 38%;height:38%;width:100%}.newsletter-popup__panel--form{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:2.4rem 2.4rem 3rem;position:static}.newsletter-popup__close{position:absolute;top:1.2rem;right:1.2rem;z-index:3;background:#00000061;color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.newsletter-popup__close:hover,.newsletter-popup__close:focus-visible{background:#0000008c}.newsletter-popup__offer-badge{bottom:1.8rem;left:2rem;gap:.5rem}.newsletter-popup__offer-number{font-size:clamp(5rem,16vw,7rem)}.newsletter-popup__offer-label{font-size:1.65rem}.newsletter-popup--success .newsletter-popup__card{max-height:none;flex-direction:column}.newsletter-popup--success .newsletter-popup__panel--visual{display:none}.newsletter-popup--success .newsletter-popup__panel--form{flex:1;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:max(3rem,env(safe-area-inset-bottom,3rem))}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/newsletter-popup.css.map */
