.volii-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none}.volii-popup.is-open{display:flex;align-items:center;justify-content:center;padding:2rem}.volii-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.55);opacity:0}.volii-popup.is-open .volii-popup__overlay{opacity:1;transition:opacity var(--duration-default) ease}.volii-popup__dialog{position:relative;width:60rem;max-width:100%;max-height:calc(100vh - 4rem);max-height:calc(100dvh - 4rem);overflow:auto;display:grid;grid-template-columns:24rem 1fr;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:var(--popup-border-width) solid rgba(var(--color-foreground),var(--popup-border-opacity));border-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.volii-popup.is-open .volii-popup__dialog{animation:volii-fade-up var(--duration-medium) ease both}@keyframes volii-fade-up{0%{opacity:0;transform:translateY(1.2rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.volii-popup.is-open .volii-popup__overlay{transition:none}.volii-popup.is-open .volii-popup__dialog{animation:none}}.volii-popup__media{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04)}.volii-popup__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.volii-popup__plate{position:absolute;top:1.4rem;left:1.4rem;font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:rgb(var(--color-background));text-shadow:0 1px 8px rgba(var(--color-shadow),.3)}.volii-popup__body{position:relative;padding:4.4rem 4rem 3.6rem}.volii-popup__close{position:absolute;top:1.2rem;right:1.2rem;width:3.4rem;height:3.4rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:opacity var(--duration-short) ease}.volii-popup__close:hover{opacity:.5}.volii-popup__close .svg-wrapper,.volii-popup__close svg{width:1.6rem;height:1.6rem;display:block}.volii-popup__eyebrow{margin:0 0 1.8rem;font-size:1.1rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.volii-popup__heading{margin:0 0 1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 2.4rem);line-height:1.2;letter-spacing:.06rem;color:rgb(var(--color-foreground))}.volii-popup__subtext{margin:0 0 2.6rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);max-width:36ch}.volii-popup__field{margin-bottom:1.6rem}.volii-popup__label{display:block;margin-bottom:.8rem;font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.volii-popup__input{width:100%;padding:1.3rem 1.4rem;font-family:var(--font-body-family);font-size:1.4rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:var(--inputs-border-width) solid rgba(var(--color-foreground),var(--inputs-border-opacity));border-radius:var(--inputs-radius);transition:border-color var(--duration-short) ease}.volii-popup__input::placeholder{color:rgba(var(--color-foreground),.5)}.volii-popup__input:focus{border-color:rgb(var(--color-foreground))}.volii-popup__cta{width:100%;display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 2.4rem;font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold);font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;line-height:1;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:var(--buttons-border-width) solid rgba(var(--color-button),var(--buttons-border-opacity));border-radius:var(--buttons-radius);cursor:pointer;transition:opacity var(--duration-short) ease}.volii-popup__cta:hover{opacity:.85}.volii-popup__cta[disabled]{opacity:.5;cursor:default}.volii-popup__consent{margin:1.4rem 0 0;font-size:1.1rem;line-height:1.55;color:rgba(var(--color-foreground),.6)}.volii-popup__consent a{color:rgba(var(--color-foreground),.75);text-decoration:underline;text-underline-offset:.2rem}.volii-popup__consent a:hover{color:rgb(var(--color-foreground))}.volii-popup__message--error{margin:1rem 0 0;font-size:1.2rem;line-height:1.5;color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.volii-popup__later{display:inline-block;margin-top:2rem;padding:0;background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);text-decoration:underline;text-underline-offset:.4rem;transition:color var(--duration-short) ease}.volii-popup__later:hover{color:rgb(var(--color-foreground))}.volii-popup__success[hidden]{display:none}.volii-popup__mark{width:4rem;height:4rem;margin-bottom:2.2rem;display:flex;align-items:center;justify-content:center;border:.1rem solid rgba(var(--color-foreground),.45);border-radius:50%;color:rgb(var(--color-foreground))}.volii-popup__success .volii-popup__heading:focus-visible{outline-offset:.5rem}.volii-popup__countdown[hidden]{display:none}@media screen and (max-width:749px){.volii-popup.is-open{padding:1.6rem}.volii-popup__dialog{width:100%;max-width:40rem;grid-template-columns:1fr;grid-template-rows:17rem auto}.volii-popup__media{min-height:17rem}.volii-popup__body{padding:3rem 2.4rem 2.8rem}.volii-popup__heading{font-size:calc(var(--font-heading-scale) * 2.1rem)}.volii-popup__subtext{margin-bottom:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/volii-popup.css.map */
