.editorial-popup-form{display:contents}.editorial-popup-form__dialog{width:calc(100% - 3.2rem);max-width:var(--editorial-popup-max-width);max-height:calc(100dvh - 3.2rem);margin:auto;padding:0;overflow:visible;color:var(--editorial-popup-text);background:transparent;border:0}.editorial-popup-form__dialog::backdrop{background:rgba(21,23,30,var(--editorial-popup-overlay-opacity));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.editorial-popup-form__surface{position:relative;max-height:calc(100dvh - 3.2rem);padding:var(--editorial-popup-padding-mobile);overflow-y:auto;color:var(--editorial-popup-text);background:var(--editorial-popup-background);border:var(--editorial-popup-border-width) solid var(--editorial-popup-border-color);border-radius:var(--editorial-popup-border-radius);box-sizing:border-box;overscroll-behavior:contain}.editorial-popup-form__close{position:absolute;z-index:2;top:1.2rem;right:1.2rem;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:1.2rem;color:var(--editorial-popup-close-color);background:transparent;border:0;border-radius:50%;cursor:pointer}.editorial-popup-form__close:hover{background:#15171e0f}.editorial-popup-form__close:focus-visible{outline:none;box-shadow:0 0 0 .2rem currentColor}@media screen and (max-width:749px){.editorial-popup-form__close:focus,.editorial-popup-form__close:focus-visible{outline:none;box-shadow:none}}.editorial-popup-form__close svg{width:100%;height:100%}.editorial-popup-form__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none}.editorial-popup-form__crystal{position:absolute;top:var(--crystal-y);left:var(--crystal-x);width:var(--crystal-size-mobile, var(--crystal-size));opacity:var(--crystal-opacity, 1);transform:translate(-50%,-50%) translate(var(--crystal-spread-x),var(--crystal-spread-y));transition:transform var(--editorial-popup-spread-duration, .9s) cubic-bezier(.34,1.56,.64,1);transition-delay:var(--crystal-delay, 0ms);will-change:transform}.editorial-popup-form__crystal:nth-child(1){--crystal-float-duration: 2.6s;--crystal-wiggle-duration: 2.2s}.editorial-popup-form__crystal:nth-child(2){--crystal-float-duration: 3.1s;--crystal-wiggle-duration: 2.7s}.editorial-popup-form__crystal:nth-child(3){--crystal-float-duration: 2.9s;--crystal-wiggle-duration: 3.3s}.editorial-popup-form__crystal:nth-child(4){--crystal-float-duration: 3.4s;--crystal-wiggle-duration: 2.5s}.editorial-popup-form__crystal:nth-child(5){--crystal-float-duration: 3s;--crystal-wiggle-duration: 2.9s}.editorial-popup-form__crystal-image{display:block;width:100%;height:auto;transform:rotate(var(--crystal-rotation, 0deg));transform-origin:center;mix-blend-mode:screen}.editorial-popup-form.is-in-view .editorial-popup-form__crystal{transform:translate(-50%,-50%) translate(0);animation:editorial-popup-crystal-drift var(--crystal-float-duration, 3s) ease-in-out infinite;animation-delay:calc(var(--crystal-delay, 0ms) + var(--editorial-popup-spread-duration, .9s))}.editorial-popup-form.is-in-view .editorial-popup-form__crystal-image{animation:editorial-popup-crystal-wiggle var(--crystal-wiggle-duration, 2.6s) ease-in-out infinite;animation-delay:calc(var(--crystal-delay, 0ms) + var(--editorial-popup-spread-duration, .9s))}.editorial-popup-form.editorial-popup-form--no-animation .editorial-popup-form__crystal{transform:translate(-50%,-50%) translate(0);animation:none}.editorial-popup-form.editorial-popup-form--no-animation .editorial-popup-form__crystal-image{animation:none}.editorial-popup-form__crystal--hidden-mobile{display:none}.editorial-popup-form__content{position:relative;z-index:1;min-width:0}.editorial-popup-form__content>.shopify-block{margin:0}.editorial-popup-form__text-block{margin-top:0;margin-bottom:var(--popup-block-margin-bottom, 2rem);color:var(--popup-block-color, var(--editorial-popup-text));font-family:var(--popup-block-font, var(--font-body-family));font-size:var(--popup-block-size, 1.6rem);font-weight:var(--popup-block-weight, 400);line-height:var(--popup-block-line-height, 1.4);text-align:var(--popup-block-align, left)}.editorial-popup-form__eyebrow{line-height:1.2;letter-spacing:.16em;text-transform:uppercase}.editorial-popup-form__heading{letter-spacing:-.02em}.editorial-popup-form__richtext>*{color:inherit;font:inherit;text-align:inherit}.editorial-popup-form__richtext>:first-child{margin-top:0}.editorial-popup-form__richtext>:last-child{margin-bottom:0}.editorial-popup-form__richtext a{color:inherit;text-underline-offset:.2rem}.editorial-popup-form__button-wrap{display:flex;width:100%;margin-top:var(--popup-button-margin-top, 0);margin-bottom:var(--popup-button-margin-bottom, 2.4rem)}.editorial-popup-form__button-wrap--left{justify-content:flex-start}.editorial-popup-form__button-wrap--center{justify-content:center}.editorial-popup-form__button-wrap--right{justify-content:flex-end}.editorial-popup-form__button{display:inline-flex;align-items:center;justify-content:center;min-width:var(--popup-button-min-width, 16rem);min-height:var(--popup-button-min-height, 4.4rem);padding:.8rem 2.8rem;color:var(--popup-button-text, #ffffff);font-family:var(--popup-button-font, var(--font-body-family));font-size:var(--popup-button-font-size, 1.2rem);font-weight:var(--popup-button-font-weight, 600);line-height:1.2;letter-spacing:var(--popup-button-letter-spacing, .12em);text-align:center;text-decoration:none;text-transform:uppercase;background:var(--popup-button-background, #15171e);border:var(--popup-button-border-width, .1rem) solid var(--popup-button-border, #15171e);border-radius:var(--popup-button-border-radius, 4rem);box-sizing:border-box;cursor:pointer;-webkit-appearance:none;appearance:none;transition:color var(--duration-short) ease,background-color var(--duration-short) ease,opacity var(--duration-short) ease}.editorial-popup-form__button--outline{color:var(--popup-button-border, #15171e);background:transparent}.editorial-popup-form__button:hover{opacity:.78}.editorial-popup-form__button:focus-visible{outline:none;box-shadow:0 0 0 .2rem currentColor}.editorial-popup-form__button.editorial-popup-return-focus-silent:focus-visible{box-shadow:none}.editorial-popup-form__button[aria-disabled=true],.editorial-popup-form__button:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.editorial-popup-form__button-wrap--full .editorial-popup-form__button{width:100%}.editorial-popup-form__divider{display:block;width:100%;height:var(--popup-divider-width, .1rem);margin-top:var(--popup-divider-margin-top, .8rem);margin-bottom:var(--popup-divider-margin-bottom, 2.4rem);background-color:var(--popup-divider-color, currentColor);border:0}.editorial-popup-form__placeholder{margin:0;padding:4rem 0;text-align:center}html.editorial-popup-is-open,html.editorial-popup-is-open body{overflow:hidden}@keyframes editorial-popup-crystal-drift{0%,to{transform:translate(-50%,-50%) translate(0)}25%{transform:translate(-50%,-50%) translate(4px,-6px)}50%{transform:translate(-50%,-50%) translate(-4px,4px)}75%{transform:translate(-50%,-50%) translate(5px,3px)}}@keyframes editorial-popup-crystal-wiggle{0%,to{transform:rotate(var(--crystal-rotation, 0deg))}33%{transform:rotate(calc(var(--crystal-rotation, 0deg) + 5deg))}66%{transform:rotate(calc(var(--crystal-rotation, 0deg) - 4deg))}}@media screen and (min-width:750px){.editorial-popup-form__dialog{width:calc(100% - 6.4rem);max-height:calc(100dvh - 6.4rem)}.editorial-popup-form__surface{max-height:calc(100dvh - 6.4rem);padding:var(--editorial-popup-padding-desktop)}.editorial-popup-form__close{top:1.6rem;right:1.6rem}.editorial-popup-form__crystal{width:var(--crystal-size)}.editorial-popup-form__crystal--hidden-mobile{display:block}.editorial-popup-form__crystal--hidden-desktop{display:none}}@media(prefers-reduced-motion:no-preference){.editorial-popup-form__dialog[open]{animation:editorial-popup-in .18s ease-out}.editorial-popup-form__dialog[open]::backdrop{animation:editorial-popup-backdrop-in .18s ease-out}}@keyframes editorial-popup-in{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:translateY(0)}}@keyframes editorial-popup-backdrop-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.editorial-popup-form__crystal{transition:none;transform:translate(-50%,-50%) translate(0);animation:none!important}.editorial-popup-form__crystal-image{animation:none!important}}a.editorial-popup-return-focus-silent:focus-visible{outline:none;box-shadow:none}.editorial-popup-form__video{display:flex;justify-content:center;width:100%;margin-bottom:var(--popup-video-margin-bottom, 2.4rem)}.editorial-popup-form__video-media{position:relative;display:block;width:min(100%,calc(var(--popup-video-max-height, 70dvh) * var(--popup-video-aspect, 1.777)));max-width:100%;max-height:var(--popup-video-max-height, 70dvh);aspect-ratio:var(--popup-video-aspect, 16 / 9);height:auto;padding-bottom:0;border-radius:var(--popup-video-radius, .8rem);overflow:hidden;background-color:#000}.editorial-popup-form__video-poster{position:absolute;top:0;right:0;bottom:0;left:0}.editorial-popup-form__video-poster img,.editorial-popup-form__video-poster .placeholder-svg{width:100%;height:100%;object-fit:cover}.editorial-popup-form__video-media iframe,.editorial-popup-form__video-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block}.editorial-popup-form__video-media video{background:#000;object-fit:contain}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-popup-form-editorial.css.map */
