.heeposh-email-popup__dialog{width:min(500px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;color:var(--popup-text);background:var(--popup-background);border:0;border-radius:0;box-shadow:0 32px 90px #110c0947}.heeposh-email-popup__dialog::backdrop{background:#15110f9e;-webkit-backdrop-filter:blur(3px) saturate(.78);backdrop-filter:blur(3px) saturate(.78)}.heeposh-email-popup__dialog[open]{animation:heeposh-popup-enter .34s ease-out both}.heeposh-email-popup__content{position:relative;padding:58px 54px 48px;text-align:center}.heeposh-email-popup__content:before{content:"";position:absolute;top:24px;left:50%;width:52px;height:1px;background:color-mix(in srgb,var(--popup-accent) 68%,var(--popup-text));transform:translate(-50%);pointer-events:none}.heeposh-email-popup__content:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid color-mix(in srgb,var(--popup-text) 9%,transparent);pointer-events:none}.heeposh-email-popup__close{position:absolute;z-index:2;top:14px;right:14px;display:grid;width:34px;height:34px;padding:8px;place-items:center;color:var(--popup-text);background:color-mix(in srgb,var(--popup-background) 92%,transparent);border:1px solid color-mix(in srgb,var(--popup-text) 14%,transparent);border-radius:50%;cursor:pointer}.heeposh-email-popup__close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5}.heeposh-email-popup__logo{width:156px;height:auto;max-height:58px;margin:0 auto 25px;object-fit:contain}.heeposh-email-popup__wordmark{margin:0 0 22px;font-family:var(--font-family-2);font-size:24px;letter-spacing:.08em}.heeposh-email-popup__eyebrow{margin:0 0 15px;color:color-mix(in srgb,var(--popup-accent) 62%,var(--popup-text));font-family:var(--font-family-1);font-size:11px;font-weight:700;letter-spacing:.3em;line-height:1.4;text-transform:uppercase}.heeposh-email-popup__heading{margin:0;color:var(--popup-text);font-family:var(--font-family-2);font-size:clamp(30px,4vw,38px);font-weight:400;letter-spacing:-.012em;line-height:1.16}.heeposh-email-popup__description{max-width:350px;margin:16px auto 28px;color:color-mix(in srgb,var(--popup-text) 76%,transparent);font-family:var(--font-family-1);font-size:14px;line-height:1.7}.heeposh-email-popup__fields{display:grid;grid-template-columns:1fr auto;min-height:54px;background:color-mix(in srgb,#fff 46%,var(--popup-background));border:1px solid color-mix(in srgb,var(--popup-text) 24%,transparent)}.heeposh-email-popup__email{min-width:0;height:52px;padding:0 18px;color:var(--popup-text);background:transparent;border:0;border-radius:0;font-family:var(--font-family-1);font-size:13px;outline:0}.heeposh-email-popup__email:focus{box-shadow:inset 0 0 0 2px var(--popup-text)}.heeposh-email-popup__submit,.heeposh-email-popup__copy,.heeposh-email-popup__shop{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;color:var(--popup-background);background:color-mix(in srgb,var(--popup-text) 92%,#3c281d);border:1px solid color-mix(in srgb,var(--popup-text) 92%,#3c281d);border-radius:0;font-family:var(--font-family-1);font-size:11px;font-weight:600;letter-spacing:.14em;line-height:1.2;text-transform:uppercase;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.heeposh-email-popup__submit:hover,.heeposh-email-popup__copy:hover,.heeposh-email-popup__shop:hover{color:#fff;background:color-mix(in srgb,var(--popup-accent) 66%,var(--popup-text));border-color:color-mix(in srgb,var(--popup-accent) 66%,var(--popup-text))}.heeposh-email-popup__consent{max-width:360px;margin:16px auto 0;color:color-mix(in srgb,var(--popup-text) 52%,transparent);font-family:var(--font-family-1);font-size:9px;letter-spacing:.01em;line-height:1.65}.heeposh-email-popup__consent a{color:inherit;text-decoration:underline;text-underline-offset:2px}.heeposh-email-popup__error{margin:-8px 0 16px;color:#a12622;font-family:var(--font-family-1);font-size:12px}.heeposh-email-popup__error[hidden]{display:none}.heeposh-email-popup__form[data-submitting=true] .heeposh-email-popup__submit{cursor:wait;opacity:.62}.heeposh-email-popup__success-icon{width:44px;margin:0 auto 18px;fill:none;stroke:var(--popup-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.heeposh-email-popup__code-wrap{display:grid;grid-template-columns:1fr auto;margin-top:24px;background:color-mix(in srgb,#fff 46%,var(--popup-background));border:1px solid color-mix(in srgb,var(--popup-text) 24%,transparent)}.heeposh-email-popup__code{display:flex;min-height:52px;align-items:center;justify-content:center;padding:10px 18px;font-family:var(--font-family-1);font-size:16px;font-weight:600;letter-spacing:.2em}.heeposh-email-popup__shop{margin-top:14px;text-decoration:none}@media(max-width:575px){.heeposh-email-popup__dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.heeposh-email-popup__content{padding:48px 27px 34px}.heeposh-email-popup__content:after{top:7px;right:7px;bottom:7px;left:7px}.heeposh-email-popup__logo{width:138px;margin-bottom:21px}.heeposh-email-popup__heading{font-size:30px}.heeposh-email-popup__description{margin-top:14px;margin-bottom:24px;font-size:13px}.heeposh-email-popup__fields{grid-template-columns:minmax(0,1fr) auto}.heeposh-email-popup__submit{max-width:142px;padding-inline:15px;font-size:10px;letter-spacing:.1em}.heeposh-email-popup__email{padding-inline:13px;font-size:12px}}@media(prefers-reduced-motion:reduce){.heeposh-email-popup__dialog[open]{animation:none}}@keyframes heeposh-popup-enter{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map?subset=AAAAAAAABA */
