.pw-notify{display:block;width:100%}.pw-notify__cta-pill{width:100%;height:4.6rem;display:inline-flex;align-items:center;justify-content:center;border:.1rem solid rgb(var(--color-foreground));background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;padding:0 2.4rem;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pw-notify__cta-pill:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.pw-notify__cta-pill:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}@media(max-width:749px){.pw-notify__cta-pill{height:4.8rem;font-size:1.25rem}}.pw-notify__modal[hidden]{display:none!important}.pw-notify__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:pw-notify-fade .2s ease both}.pw-notify__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0d1c2f8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.pw-notify__dialog{position:relative;width:100%;max-width:44rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:4rem 3.2rem 3.2rem;box-shadow:0 2.4rem 6.4rem #0d1c2f2e;animation:pw-notify-rise .3s cubic-bezier(.22,1,.36,1) both}@media(max-width:599px){.pw-notify__modal{padding:0;align-items:flex-end}.pw-notify__dialog{max-width:100%;padding:4rem 2rem 2.4rem}}.pw-notify__close{position:absolute;top:1.2rem;right:1.2rem;width:3.2rem;height:3.2rem;border:0;background:transparent;color:rgb(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.pw-notify__close:hover{background-color:rgba(var(--color-foreground),.08)}.pw-notify__close:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.pw-notify__eyebrow{margin:0 0 .8rem;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.pw-notify__title{margin:0 0 1rem;font-family:var(--pw-serif, "Antonio", serif);font-weight:400;font-size:clamp(1.9rem,2.4vw,2.4rem);line-height:1.18;letter-spacing:-.005em}.pw-notify__desc{margin:0 0 2.4rem;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.78);max-width:36rem}.pw-notify__form{display:flex;flex-direction:column;gap:1.2rem}.pw-notify__form[hidden]{display:none!important}.pw-notify__field{display:flex;flex-direction:column;gap:.4rem}.pw-notify__field-label{font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.pw-notify__input{width:100%;height:4.6rem;padding:0 1.2rem;border:.1rem solid rgba(var(--color-foreground),.4);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:1.5rem;letter-spacing:.01em;outline:0;transition:border-color .2s ease}.pw-notify__input:focus{border-color:rgb(var(--color-foreground))}.pw-notify__input::placeholder{color:rgba(var(--color-foreground),.4)}.pw-notify__consent{display:flex;gap:.8rem;align-items:flex-start;font-size:1.25rem;line-height:1.4;color:rgba(var(--color-foreground),.78);cursor:pointer}.pw-notify__consent input[type=checkbox]{margin-top:.3rem;width:1.6rem;height:1.6rem;flex:0 0 auto;accent-color:rgb(var(--color-foreground));cursor:pointer}.pw-notify__consent a{color:inherit;text-decoration:underline;text-underline-offset:.2rem}.pw-notify__submit-btn{position:relative;margin-top:.4rem;height:4.6rem;border:0;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font:inherit;font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.pw-notify__submit-btn:hover{opacity:.9}.pw-notify__submit-btn:disabled{opacity:.5;cursor:wait}.pw-notify__submit-btn:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.pw-notify__spinner{position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;margin:-.8rem 0 0 -.8rem;border:.15rem solid rgba(var(--color-background),.35);border-top-color:rgb(var(--color-background));border-radius:50%;opacity:0;animation:pw-notify-spin .7s linear infinite}.pw-notify[data-state=loading] .pw-notify__submit-label{opacity:0}.pw-notify[data-state=loading] .pw-notify__spinner{opacity:1}.pw-notify__helper{min-height:1.8rem;margin:0;font-size:1.25rem;line-height:1.4;color:rgba(var(--color-foreground),.7)}.pw-notify__helper[data-tone=error]{color:#b03a2e}.pw-notify__success[hidden]{display:none!important}.pw-notify__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;padding:1.6rem 0;animation:pw-notify-fade .3s ease both}.pw-notify__success-title{margin:0;font-family:var(--pw-serif, "Antonio", serif);font-weight:400;font-size:clamp(1.9rem,2.4vw,2.4rem)}.pw-notify__success-body{margin:0;font-size:1.4rem;line-height:1.55;color:rgba(var(--color-foreground),.78);max-width:32rem}.pw-notify__success-close{margin-top:1.2rem;height:4rem;padding:0 2.4rem;border:.1rem solid rgb(var(--color-foreground));background-color:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:1.2rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pw-notify__success-close:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}@keyframes pw-notify-fade{0%{opacity:0}to{opacity:1}}@keyframes pw-notify-rise{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:translateY(0)}}@keyframes pw-notify-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.pw-notify__modal,.pw-notify__dialog,.pw-notify__success,.pw-notify__spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/pw-notify-me.css.map */
