.shopify-section--giveaway-exit-modal{margin:0;padding:0}.giveaway-exit-modal{--giveaway-garnet: #4d1d19;--giveaway-onyx: #010203;--giveaway-white: #ffffff;--giveaway-ink: #09090a;--giveaway-font-breit: "Test S\f6hne Breit", "S\f6hne Breit", sans-serif;--giveaway-font-body: S\f6hne, sohne, sans-serif;padding:0;margin:0;margin-bottom:0!important;border:0;background:transparent}.giveaway-exit-modal:not([open]){display:none}.giveaway-exit-modal[open]{display:flex;align-items:flex-end;justify-content:center;width:100%;max-width:none;margin:auto;overflow:auto}.giveaway-exit-modal::backdrop{background:#2b2b2ba3;opacity:0;transition:opacity .4s ease}.giveaway-exit-modal[open].is-active::backdrop{opacity:1}.giveaway-exit-modal[open].is-closing::backdrop{opacity:0}.giveaway-exit-modal__card{position:relative;display:flex;flex-direction:column;width:100%;max-width:390px;margin:auto;overflow:hidden;border-radius:16px 16px 0 0;background:var(--giveaway-white);transform:translateY(-100%);transition:transform .4s cubic-bezier(.22,1,.36,1);will-change:transform}.giveaway-exit-modal[open].is-active .giveaway-exit-modal__card{transform:translateY(0)}.giveaway-exit-modal[open].is-closing .giveaway-exit-modal__card{transform:translateY(-100%);transition-timing-function:cubic-bezier(.4,0,1,1)}.giveaway-exit-modal__close{position:absolute;top:16px;right:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#ffffffeb;cursor:pointer}.giveaway-exit-modal__close:focus,.giveaway-exit-modal__close:focus-visible{outline:none;box-shadow:none}.giveaway-exit-modal__close-icon{display:block;width:20px;height:20px}.giveaway-exit-modal__media{position:relative;flex-shrink:0;width:100%;height:322px;overflow:hidden}.giveaway-exit-modal__image{display:block;width:100%;height:100%;object-fit:cover}.giveaway-exit-modal__image--desktop{display:none}.giveaway-exit-modal__panel{display:flex;flex-direction:column;padding:24px 16px 28px}.giveaway-exit-modal__intro,.giveaway-exit-modal__intro-top{display:flex;flex-direction:column}.giveaway-exit-modal__badge+.giveaway-exit-modal__heading,.giveaway-exit-modal__badge+.giveaway-exit-modal__copy{margin-top:16px}.giveaway-exit-modal__heading+.giveaway-exit-modal__copy{margin-top:12px}.giveaway-exit-modal__badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:0;padding:4px 8px;border-radius:7px;background:var(--giveaway-garnet);color:var(--giveaway-white);font-family:var(--giveaway-font-body);font-size:12px;font-weight:600;line-height:20px;letter-spacing:.48px;text-transform:uppercase}.giveaway-exit-modal__heading{margin:0;color:var(--giveaway-onyx);font-family:var(--giveaway-font-breit);font-size:26px;font-weight:700;line-height:32px}.giveaway-exit-modal__copy{color:var(--giveaway-onyx);font-family:var(--giveaway-font-body);font-size:14px;font-weight:400;line-height:18px}.giveaway-exit-modal__copy p{margin:0}.giveaway-exit-modal__perks{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;width:100%;margin:16px 0 0;padding:0;list-style:none}.giveaway-exit-modal__perk{display:flex;align-items:center;gap:5px;min-width:0}.giveaway-exit-modal__perk-icon{display:block;flex-shrink:0;width:32px;height:32px;object-fit:contain}.giveaway-exit-modal__perk-text{display:flex;flex-direction:column;gap:1px;min-width:0;color:var(--giveaway-onyx)}.giveaway-exit-modal__perk-title{margin:0;font-family:var(--giveaway-font-body);font-size:10px;font-weight:700;line-height:13px}.giveaway-exit-modal__perk-subtitle{margin:0;font-family:var(--giveaway-font-body);font-size:9px;font-weight:400;line-height:13px}.giveaway-exit-modal__actions{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:20px}.giveaway-exit-modal__cta{display:flex;align-items:center;justify-content:center;position:relative;width:100%;min-height:44px;padding:10px 16px;border:0;border-radius:5px;background:var(--giveaway-onyx);color:var(--giveaway-white);font-family:var(--giveaway-font-breit);font-size:10px;font-weight:700;line-height:13px;letter-spacing:.41px;text-transform:uppercase;text-decoration:none;cursor:pointer}.giveaway-exit-modal__cta:focus,.giveaway-exit-modal__cta:focus-visible{outline:none;box-shadow:none}.giveaway-exit-modal__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;--border-offset: 1px;box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) var(--giveaway-onyx),0 0 0 calc(var(--buttons-border-width) + 1px) var(--giveaway-onyx);opacity:0;transition:opacity .2s ease,box-shadow .2s ease}@media(hover:hover){.giveaway-exit-modal__cta:not([disabled]):not(.loading):not([aria-disabled=true]):hover:after{--border-offset: 1.3px;opacity:1}}.giveaway-exit-modal__cta--secondary{border:1px solid var(--giveaway-onyx);background:var(--giveaway-white);color:var(--giveaway-onyx)}.giveaway-exit-modal__cta.loading{color:transparent}.giveaway-exit-modal__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.giveaway-exit-modal__spinner.hidden{display:none}.giveaway-exit-modal__spinner:after{content:"";width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:var(--giveaway-white);border-radius:50%;animation:giveaway-exit-modal-spin .7s linear infinite}.giveaway-exit-modal__cta--secondary .giveaway-exit-modal__spinner:after{border-color:#01020333;border-top-color:var(--giveaway-onyx)}@keyframes giveaway-exit-modal-spin{to{transform:rotate(360deg)}}.giveaway-exit-modal__note{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;color:var(--giveaway-onyx);font-family:var(--giveaway-font-body);font-size:9px;font-weight:400;line-height:10px;text-align:center}.giveaway-exit-modal__note-icon{display:block;flex-shrink:0;width:13px;height:13px;object-fit:contain}.giveaway-exit-modal__error{margin:0;color:#b42318;font-family:var(--giveaway-font-body);font-size:12px;line-height:16px;text-align:center}.giveaway-exit-modal__error[hidden]{display:none}@media screen and (min-width:990px){.giveaway-exit-modal{margin-bottom:auto!important}.giveaway-exit-modal[open]{align-items:center;padding:40px 24px}.giveaway-exit-modal__image--mobile{display:none}.giveaway-exit-modal__image--desktop{display:block}.giveaway-exit-modal__card{display:flex;flex-direction:row;align-items:center;width:min(1078px,100%);max-width:1078px;border-radius:0}.giveaway-exit-modal__close{top:16px;right:16px;width:20px;height:20px;border-radius:0;background:transparent}.giveaway-exit-modal__close-icon{width:20px;height:20px}.giveaway-exit-modal__media{flex:0 0 536px;width:536px;max-width:50%;height:auto;align-self:stretch}.giveaway-exit-modal__panel{flex:1;min-width:0;width:100%;padding:29px 45px 31px 37px}.giveaway-exit-modal__badge+.giveaway-exit-modal__heading,.giveaway-exit-modal__badge+.giveaway-exit-modal__copy,.giveaway-exit-modal__heading+.giveaway-exit-modal__copy{margin-top:0}.giveaway-exit-modal__perks{margin-top:0}.giveaway-exit-modal__actions{margin-top:32px}.giveaway-exit-modal__intro{display:flex;flex-direction:column;gap:24px}.giveaway-exit-modal__intro-top{display:flex;flex-direction:column;gap:16px}.giveaway-exit-modal__heading{font-size:36px;line-height:40px}.giveaway-exit-modal__copy{font-size:16px;line-height:22px}.giveaway-exit-modal__perks{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px;max-width:320px}.giveaway-exit-modal__perk{gap:8px}.giveaway-exit-modal__perk-icon{width:48px;height:48px}.giveaway-exit-modal__perk-title{font-size:16px;line-height:20px}.giveaway-exit-modal__perk-subtitle{font-size:14px;line-height:20px}.giveaway-exit-modal__actions{gap:12px}.giveaway-exit-modal__cta{min-height:48px;padding:12px 24px;border-radius:8px;font-size:16px;line-height:20px;letter-spacing:.64px}.giveaway-exit-modal__note{gap:4px;font-size:14px;line-height:20px}.giveaway-exit-modal__note-icon{width:14px;height:14px}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/section-giveaway-exit-modal.css.map */
