.like-gate-modal__overlay{z-index:1300;background:#00000073;justify-content:center;align-items:flex-end;padding:0;animation:.2s like-gate-overlay-in;display:flex;position:fixed;inset:0}@media (min-width:600px){.like-gate-modal__overlay{align-items:center}}@keyframes like-gate-overlay-in{0%{opacity:0}to{opacity:1}}.like-gate-modal__panel{background:var(--background,#fff);border-radius:16px 16px 0 0;flex-direction:column;gap:20px;width:100%;max-width:480px;padding:32px 24px 40px;animation:.25s like-gate-panel-in;display:flex;position:relative}@media (min-width:600px){.like-gate-modal__panel{border-radius:16px;max-width:420px;padding:32px}}@keyframes like-gate-panel-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.like-gate-modal__product-preview{justify-content:center;display:flex}.like-gate-modal__product-image{object-fit:cover;border-radius:8px;width:100px;height:140px}.like-gate-modal__content{flex-direction:column;gap:12px;display:flex}.like-gate-modal__title{color:var(--foreground,#1a1a1a);font-size:20px;font-weight:600;font-family:var(--font-body,inherit);margin:0}.like-gate-modal__body{color:var(--muted-foreground,#666);margin:0;font-size:14px;line-height:1.6}.like-gate-modal__close{width:32px;height:32px;color:var(--muted-foreground,#666);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex;position:absolute;top:1rem;right:1rem}.like-gate-modal__close:hover{color:var(--foreground,#1a1a1a);background:var(--muted,#f5f5f5)}.like-gate-modal__actions{flex-direction:column;gap:10px;margin-top:8px;display:flex}.like-gate-modal__cta-primary{background:var(--foreground,#1a1a1a);color:var(--background,#fff);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-body,inherit);border:none;border-radius:8px;padding:14px 24px;transition:opacity .15s}.like-gate-modal__cta-primary:hover{opacity:.85}
/*# sourceMappingURL=f8e944147efb2df6.css.map*/