.lovy-pop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:20px}.lovy-pop.is-open{display:flex}.lovy-pop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1111118c;opacity:0;transition:opacity .38s ease}.lovy-pop__card{position:relative;display:flex;width:100%;max-width:880px;max-height:calc(100vh - 40px);background:#fff;color:#2a2a2a;box-shadow:0 12px 40px #00000047;font-family:var(--font-body--family,inherit);line-height:1.5;overflow:hidden;opacity:0;transform:translateY(18px) scale(.985);transition:opacity .38s ease,transform .45s cubic-bezier(.16,1,.3,1)}.lovy-pop.is-visible .lovy-pop__overlay{opacity:1}.lovy-pop.is-visible .lovy-pop__card{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.lovy-pop__overlay,.lovy-pop__card{transition:none}.lovy-pop__card{transform:none}}.lovy-pop__media{flex:0 0 45%;align-self:stretch;background:#e9e9ec}.lovy-pop__media img{display:block;width:100%;height:100%;object-fit:cover}.lovy-pop__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:52px 44px;text-align:center;overflow-y:auto}.lovy-pop__card--noimg{max-width:440px}.lovy-pop__card--noimg .lovy-pop__body{padding:44px 32px 30px}.lovy-pop__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border:0;border-radius:50%;cursor:pointer;color:#111}.lovy-pop__close:hover{background:#fff}.lovy-pop__close svg{width:18px;height:18px}.lovy-pop__heading{color:#111;font-size:1.7rem;font-weight:800;line-height:1.15;letter-spacing:.02em;text-transform:uppercase;margin:0 0 12px}.lovy-pop__sub{color:#555;font-size:.92rem;margin:0 0 22px}.lovy-pop__row{display:flex;flex-direction:column;gap:10px}.lovy-pop__row input[type=email]{width:100%;padding:14px;font-size:16px;color:#111;background:#fff;border:1px solid #cfcfcf;border-radius:0}.lovy-pop__row input[type=email]:focus{outline:none;border-color:#111}.lovy-pop__row button{width:100%;padding:14px 20px;font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#111;border:1px solid #111;border-radius:0;cursor:pointer;transition:background .15s ease}.lovy-pop__row button:hover{background:#000}.lovy-pop__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.lovy-pop__decline{display:inline-block;margin:16px auto 0;padding:4px;background:none;border:0;color:#111;font-family:inherit;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.lovy-pop__decline:hover{color:#666}.lovy-pop__error{color:#b3261e;font-size:.82rem;margin:8px 0 0}.lovy-pop-tabwrap{position:fixed;left:0;top:var(--lovy-tab-top,50%);z-index:2147482999;display:none;flex-direction:column;align-items:center;gap:6px;width:36px;transform:translate3d(-100%,-50%,0);opacity:0;will-change:transform,opacity;backface-visibility:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s ease}.lovy-pop-tabwrap.is-shown{display:flex}.lovy-pop-tabwrap.is-visible{transform:translate3d(0,-50%,0);opacity:1}.lovy-pop-tab{display:flex;align-items:center;justify-content:center;width:36px;padding:14px 0;margin:0;background:#111;color:#fff;border:0;border-radius:0;cursor:pointer;font-family:var(--font-body--family,inherit);font-size:.7rem;font-weight:800;letter-spacing:.1em;line-height:1;text-transform:uppercase;white-space:nowrap;writing-mode:vertical-rl;transform:rotate(180deg);transition:background .15s ease;touch-action:none;user-select:none;-webkit-user-select:none}.lovy-pop-tab:hover{background:#000}.lovy-pop-tab__x{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;margin:0;background:#fff;color:#111;border:1px solid #111;border-radius:50%;cursor:pointer;box-shadow:0 1px 4px #0000002e;transition:background .15s ease,color .15s ease}.lovy-pop-tab__x:hover{background:#111;color:#fff}.lovy-pop-tab__x svg{width:12px;height:12px}.lovy-pop-tab__x:focus-visible,.lovy-pop-tab:focus-visible{outline:2px solid #111;outline-offset:2px}@media(max-width:780px){.lovy-pop-tabwrap{left:auto;right:0;transform:translate3d(100%,-50%,0)}.lovy-pop-tabwrap.is-visible{transform:translate3d(0,-50%,0)}.lovy-pop-tab{font-size:.64rem;letter-spacing:.08em;padding:12px 0}}@media(prefers-reduced-motion:reduce){.lovy-pop-tabwrap{transition:none}}html.essential-cart__open .lovy-pop-tabwrap{display:none}.lovy-pop__codebox{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:4px 0 0;padding:16px 18px;background:none;border:2px dashed #111;border-radius:0;cursor:pointer;font-family:inherit}.lovy-pop__codebox:hover{background:#fafafa}.lovy-pop__code{flex:1 1 auto;color:#111;font-size:1.15rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;user-select:all;-webkit-user-select:all}.lovy-pop__copy{flex:0 0 auto;display:flex;align-items:center;color:#111}.lovy-pop__copy svg{width:22px;height:22px}.lovy-pop__copied{color:#8a8a8a;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:10px 0 0}.lovy-pop__codebox.is-copied{background:#111;border-style:solid}.lovy-pop__codebox.is-copied .lovy-pop__code,.lovy-pop__codebox.is-copied .lovy-pop__copy{color:#fff}.lovy-pop__codebox.is-copied+.lovy-pop__copied{color:#111}@keyframes lovyPopFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.lovy-pop__body.lovy-pop--fresh>*{animation:lovyPopFade .55s ease both}.lovy-pop__shop{display:inline-block;margin:18px 0 0;padding:14px 20px;font-family:inherit;font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#111;border:1px solid #111;border-radius:0;text-decoration:none;cursor:pointer}.lovy-pop__shop:hover{background:#000;color:#fff}@media(max-width:780px){.lovy-pop{padding:14px}.lovy-pop__card{max-width:420px}.lovy-pop__media{flex:0 0 40%}.lovy-pop__body{padding:46px 18px 26px}.lovy-pop__heading{font-size:1.15rem;margin-bottom:8px}.lovy-pop__sub{font-size:.76rem;margin-bottom:14px}.lovy-pop__row{gap:8px}.lovy-pop__row input[type=email]{padding:11px;font-size:16px}.lovy-pop__row button{padding:11px 12px;font-size:.78rem;letter-spacing:.04em}.lovy-pop__decline{margin-top:12px;font-size:.7rem}.lovy-pop__close{top:8px;right:8px;width:30px;height:30px}.lovy-pop__close svg{width:15px;height:15px}.lovy-pop__codebox{padding:12px;gap:8px}.lovy-pop__code{font-size:.92rem;letter-spacing:.1em}.lovy-pop__copy svg{width:18px;height:18px}.lovy-pop__shop{margin-top:14px;padding:11px 14px;font-size:.78rem}}@media(max-width:400px){.lovy-pop__media{flex:0 0 36%}.lovy-pop__body{padding:44px 14px 22px}.lovy-pop__heading{font-size:1.02rem}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/lovy-popup.css.map */
