.luxe-live-chat{--luxe-live-chat-accent: var(--color-button, #1a1a1a);--luxe-live-chat-accent-text: #ffffff;--luxe-live-chat-panel-bg: #ffffff;--luxe-live-chat-text: #1a1a1a;--luxe-live-chat-muted: #6b7280;--luxe-live-chat-team-bg: rgba(0, 0, 0, .04);--luxe-live-chat-system-color: #6b7280;--luxe-live-chat-border: rgba(0, 0, 0, .08);--luxe-live-chat-shadow: 0 12px 32px rgba(0, 0, 0, .16);--luxe-live-chat-radius: 16px;--luxe-live-chat-offset-bottom: 20px;--luxe-live-chat-offset-side: 20px}.luxe-live-chat,.luxe-live-chat *{box-sizing:border-box}.luxe-live-chat[hidden],.luxe-live-chat__panel[hidden]{display:none!important}.luxe-live-chat__launcher{position:fixed;bottom:var(--luxe-live-chat-offset-bottom);z-index:9990;display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.125rem;border:0;border-radius:var(--luxe-live-chat-radius);background:var(--luxe-live-chat-accent);color:var(--luxe-live-chat-accent-text);font-family:inherit;font-weight:600;font-size:var(--luxe-live-chat-launcher-font-size, 14px);line-height:1;cursor:pointer;box-shadow:var(--luxe-live-chat-shadow);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.luxe-live-chat--launcher-small .luxe-live-chat__launcher{width:56px;height:56px;padding:0;border-radius:50%;justify-content:center;gap:0}.luxe-live-chat--launcher-small .luxe-live-chat__launcher-text{display:none}.luxe-live-chat--launcher-small .luxe-live-chat__launcher-icon svg{width:26px;height:26px}.luxe-live-chat__launcher>*{pointer-events:none}.luxe-live-chat--right .luxe-live-chat__launcher{right:var(--luxe-live-chat-offset-side)}.luxe-live-chat--left .luxe-live-chat__launcher{left:var(--luxe-live-chat-offset-side)}.luxe-live-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0003}.luxe-live-chat__launcher:focus-visible{outline:3px solid var(--luxe-live-chat-accent);outline-offset:3px}.luxe-live-chat__launcher[aria-expanded=true]{opacity:0;pointer-events:none;transform:scale(.9)}.luxe-live-chat__launcher-icon{display:inline-flex;align-items:center;justify-content:center}.luxe-live-chat__unread{display:none;position:absolute;top:-4px;right:-4px;background:var(--luxe-live-chat-unread-color, #ef4444);border:2px solid var(--luxe-live-chat-panel-bg, #ffffff);border-radius:999px;pointer-events:none}.luxe-live-chat--unread-style-dot .luxe-live-chat__unread,.luxe-live-chat--unread-style-dot_pulse .luxe-live-chat__unread,.luxe-live-chat--unread-style-pulse .luxe-live-chat__unread{width:12px;height:12px;font-size:0}.luxe-live-chat--unread-style-pulse .luxe-live-chat__unread{background:transparent;border:0}.luxe-live-chat--unread-style-count .luxe-live-chat__unread,.luxe-live-chat--unread-style-count_pulse .luxe-live-chat__unread{min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;color:#fff;align-items:center;justify-content:center;top:-6px;right:-6px}.luxe-live-chat[data-luxe-unread]:not(.luxe-live-chat--unread-style-none) .luxe-live-chat__unread{display:inline-flex}@keyframes luxe-live-chat-unread-pulse{0%,to{box-shadow:0 0 0 0 var(--luxe-live-chat-unread-color, #ef4444),var(--luxe-live-chat-shadow)}60%{box-shadow:0 0 0 10px transparent,var(--luxe-live-chat-shadow)}}.luxe-live-chat[data-luxe-unread].luxe-live-chat--unread-style-pulse .luxe-live-chat__launcher,.luxe-live-chat[data-luxe-unread].luxe-live-chat--unread-style-dot_pulse .luxe-live-chat__launcher,.luxe-live-chat[data-luxe-unread].luxe-live-chat--unread-style-count_pulse .luxe-live-chat__launcher{animation:luxe-live-chat-unread-pulse 1.6s ease-out infinite}@media(prefers-reduced-motion:reduce){.luxe-live-chat .luxe-live-chat__launcher{animation:none!important}}.luxe-live-chat__panel{position:fixed;bottom:var(--luxe-live-chat-offset-bottom);z-index:9991;width:min(380px,calc(100vw - 2 * var(--luxe-live-chat-offset-side)));max-height:min(640px,calc(100vh - 2 * var(--luxe-live-chat-offset-bottom)));display:flex;flex-direction:column;background:var(--luxe-live-chat-panel-bg);color:var(--luxe-live-chat-text);border-radius:var(--luxe-live-chat-radius);box-shadow:var(--luxe-live-chat-shadow);overflow:hidden;opacity:0;transform:translateY(16px) scale(.98);transition:opacity .2s ease,transform .2s ease;font-family:inherit}.luxe-live-chat--right .luxe-live-chat__panel{right:var(--luxe-live-chat-offset-side)}.luxe-live-chat--left .luxe-live-chat__panel{left:var(--luxe-live-chat-offset-side)}.luxe-live-chat__panel[data-luxe-open=true]{opacity:1;transform:translateY(0) scale(1)}@media(max-width:480px){.luxe-live-chat__panel{width:100vw;left:0;right:0;bottom:auto;top:var(--luxe-live-chat-vvt, 0px);height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;height:var(--luxe-live-chat-vvh, 100dvh);max-height:var(--luxe-live-chat-vvh, 100dvh);border-radius:0}}.luxe-live-chat__header{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:var(--luxe-live-chat-accent);color:var(--luxe-live-chat-accent-text)}.luxe-live-chat__header-text{flex:1;min-width:0}.luxe-live-chat__title{font-size:var(--luxe-live-chat-title-font-size, 15px);font-weight:600;line-height:1.2}.luxe-live-chat__subtitle{margin-top:2px;font-size:var(--luxe-live-chat-subtitle-font-size, 12px);line-height:1.3;opacity:.85}.luxe-live-chat__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;transition:background .15s ease}.luxe-live-chat__close:hover{background:#ffffff29}.luxe-live-chat__close:focus-visible{outline:2px solid var(--luxe-live-chat-accent-text);outline-offset:1px}.luxe-live-chat__identity{padding:.625rem .875rem .5rem;background:var(--luxe-live-chat-panel-bg);border-bottom:1px solid var(--luxe-live-chat-border)}.luxe-live-chat__identity-label{font-size:11.5px;line-height:1.35;color:var(--luxe-live-chat-muted);margin-bottom:.4rem}.luxe-live-chat__identity-fields{display:flex;flex-wrap:wrap;gap:.4rem}.luxe-live-chat__identity-input{flex:1 1 9rem;min-width:0;padding:.4rem .6rem;border:1px solid var(--luxe-live-chat-border);border-radius:var(--luxe-live-chat-radius);background:var(--luxe-live-chat-panel-bg);color:var(--luxe-live-chat-text);font-family:inherit;font-size:13px;line-height:1.3}.luxe-live-chat__identity-input:focus-visible{outline:2px solid var(--luxe-live-chat-accent);outline-offset:1px;border-color:transparent}.luxe-live-chat__identity-input::placeholder{color:var(--luxe-live-chat-muted)}.luxe-live-chat__privacy-link{font-size:inherit;color:var(--luxe-live-chat-muted);text-decoration:none;white-space:nowrap}.luxe-live-chat__privacy-link:hover{color:var(--luxe-live-chat-text);text-decoration:underline}.luxe-live-chat__transcript{flex:1;min-height:12rem;padding:1rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.625rem;background:var(--luxe-live-chat-panel-bg);scroll-behavior:smooth}.luxe-live-chat__message{max-width:85%;display:flex;flex-direction:column;gap:2px}.luxe-live-chat__message-meta{font-size:11px;color:var(--luxe-live-chat-muted);display:flex;gap:.4rem;align-items:baseline}.luxe-live-chat__message-author{font-weight:600}.luxe-live-chat__message-bubble{padding:.5rem .75rem;border-radius:14px;font-size:var(--luxe-live-chat-message-font-size, 14px);line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.luxe-live-chat__message--visitor{align-self:flex-end;align-items:flex-end}.luxe-live-chat__message--visitor .luxe-live-chat__message-bubble{background:var(--luxe-live-chat-accent);color:var(--luxe-live-chat-accent-text);border-bottom-right-radius:4px}.luxe-live-chat__message--team{align-self:flex-start;align-items:flex-start}.luxe-live-chat__message--team .luxe-live-chat__message-bubble{background:var(--luxe-live-chat-team-bg);color:var(--luxe-live-chat-text);border-bottom-left-radius:4px}.luxe-live-chat__message--system{align-self:center;max-width:95%;text-align:center}.luxe-live-chat__message--system .luxe-live-chat__message-bubble{background:transparent;color:var(--luxe-live-chat-system-color);font-size:12.5px;font-style:italic;padding:.25rem .5rem}.luxe-live-chat__pending{align-self:flex-start;font-size:12.5px;color:var(--luxe-live-chat-muted);font-style:italic;padding:0 .25rem;display:inline-flex;align-items:center;gap:.4rem}.luxe-live-chat__pending:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--luxe-live-chat-muted);opacity:.5;animation:luxe-live-chat-pulse 1.2s ease-in-out infinite}@keyframes luxe-live-chat-pulse{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:.85;transform:scale(1)}}.luxe-live-chat__composer{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-top:1px solid var(--luxe-live-chat-border);background:var(--luxe-live-chat-panel-bg)}.luxe-live-chat__input{flex:1;min-width:0;padding:.55rem .75rem;border:1px solid var(--luxe-live-chat-border);border-radius:var(--luxe-live-chat-radius);background:var(--luxe-live-chat-panel-bg);color:var(--luxe-live-chat-text);font-family:inherit;font-size:var(--luxe-live-chat-composer-font-size, 14px);line-height:1.4}.luxe-live-chat__input:focus-visible{outline:2px solid var(--luxe-live-chat-accent);outline-offset:1px;border-color:transparent}.luxe-live-chat__input::placeholder{color:var(--luxe-live-chat-muted)}.luxe-live-chat__send{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .875rem;border:0;border-radius:var(--luxe-live-chat-radius);background:var(--luxe-live-chat-accent);color:var(--luxe-live-chat-accent-text);font-family:inherit;font-weight:600;font-size:var(--luxe-live-chat-composer-font-size, 14px);line-height:1;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.luxe-live-chat__send:hover:not(:disabled){opacity:.92}.luxe-live-chat__send:active:not(:disabled){transform:scale(.97)}.luxe-live-chat__send:disabled{opacity:.4;cursor:not-allowed}.luxe-live-chat__send:focus-visible{outline:2px solid var(--luxe-live-chat-accent);outline-offset:2px}@media(max-width:480px){.luxe-live-chat__send-text{display:none}.luxe-live-chat__send{width:40px;height:40px;padding:0;justify-content:center}}.luxe-live-chat .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.luxe-live-chat__input,.luxe-live-chat__identity-input{font-size:16px!important}}html.luxe-live-chat-body-locked,body.luxe-live-chat-body-locked{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}.luxe-live-chat-body-locked .luxe-live-chat__panel,.luxe-live-chat-body-locked .luxe-live-chat__panel *{touch-action:auto}.luxe-live-chat-body-locked .luxe-live-chat__transcript{touch-action:pan-y}
/*# sourceMappingURL=/cdn/shop/t/23/assets/luxe-live-chat.css.map */
