.ff-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.ff-popup.is-open{display:flex}.ff-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b13348c;animation:ffFadeIn .25s ease forwards}.ff-popup__modal{position:relative;display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:620px;max-height:82vh;background:#fcf9f4;overflow:hidden;box-shadow:0 24px 48px #0b133440;animation:ffRiseIn .3s ease forwards}.ff-popup__image{position:relative;background:#0b1334}.ff-popup__image img{width:100%;height:100%;object-fit:cover;display:block}.ff-popup__image-placeholder{width:100%;height:100%;min-height:260px;background:linear-gradient(135deg,#0b1334,#1c2450)}.ff-popup__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 28px}.ff-popup__close{position:absolute;top:14px;right:14px;z-index:2;background:none;border:none;color:#0b1334;cursor:pointer;padding:6px;line-height:0}.ff-popup__logo{max-width:130px;max-height:40px;width:auto;height:auto;object-fit:contain;margin:-50px 0 14px}.ff-popup__eyebrow{font-family:var(--font-body-family);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#f88a33;margin:0 0 8px}.ff-popup__heading{font-family:var(--font-heading-family);font-size:20px;font-weight:400;letter-spacing:.01em;text-transform:uppercase;color:#0b1334;margin:0 0 10px;line-height:1.1}.ff-popup__subheading{font-family:var(--font-body-family);font-size:13px;line-height:1.55;color:#0b1334;opacity:.75;margin:0 0 18px;max-width:260px}.ff-popup__form{width:100%;max-width:260px;display:flex;flex-direction:column;gap:10px}.ff-popup__input{width:100%;padding:11px 14px;font-family:var(--font-body-family);font-size:13px;color:#0b1334;background:#fcf9f4;border:1px solid rgba(11,19,52,.35);border-radius:0;box-sizing:border-box}.ff-popup__input::placeholder{color:#0b133473}.ff-popup__input:focus{outline:none;border-color:#0b1334}.ff-popup__submit{position:relative;width:100%;padding:12px 14px;font-family:var(--font-body-family);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fcf9f4;background:#0b1334;border:none;border-radius:0;cursor:pointer;transition:background .2s ease}.ff-popup__submit:hover{background:#1c2450}.ff-popup__submit:disabled{opacity:.6;cursor:default}.ff-popup__spinner{display:none;width:12px;height:12px;margin-left:8px;border:2px solid rgba(252,249,244,.4);border-top-color:#fcf9f4;border-radius:50%;vertical-align:middle;animation:ffSpin .7s linear infinite}.ff-popup__spinner:not([hidden]){display:inline-block}.ff-popup__message{font-family:var(--font-body-family);font-size:12px;margin:4px 0 0;min-height:14px}.ff-popup__message.is-success{color:#2e7d32}.ff-popup__message.is-error{color:#b3261e}.ff-popup__dismiss{margin-top:16px;background:none;border:none;font-family:var(--font-body-family);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0b1334;opacity:.7;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.ff-popup__dismiss:hover{opacity:1}@keyframes ffFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ffRiseIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ffSpin{to{transform:rotate(360deg)}}@media(max-width:749px){.ff-popup__modal{grid-template-columns:1fr;max-height:88vh;overflow-y:auto}.ff-popup__image{min-height:160px;max-height:32vh}.ff-popup__content{padding:28px 22px}.ff-popup__heading{font-size:24px}.ff-popup__logo{margin:0 0 14px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-121-popup.css.map */
