#eck-chat-widget{--eck-chat-primary: #1a1a2e;--eck-chat-secondary: #16213e;--eck-chat-accent: rgb(var(--eck-accent));--eck-chat-text: #ffffff;--eck-chat-text-muted: #a0a0a0;--eck-chat-user-bg: rgb(var(--eck-accent));--eck-chat-bot-bg: #2a2a4a;--eck-chat-shadow: 0 4px 20px rgba(0, 0, 0, .3);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);position:fixed;bottom:calc(16px + env(safe-area-inset-bottom,0px));right:16px;z-index:999;display:block!important;transition:bottom .25s ease}body:has(.eck-sticky-atc--visible) #eck-chat-widget{bottom:calc(84px + env(safe-area-inset-bottom,0px))}#eck-chat-label{display:flex;align-items:center;gap:7px;min-height:44px;padding:0 18px;background:var(--eck-chat-accent);color:var(--eck-chat-primary);border:none;border-radius:22px;font-family:inherit;font-weight:600;font-size:14px;line-height:1;box-shadow:var(--eck-chat-shadow);cursor:pointer;transition:transform .2s,background .2s}#eck-chat-label:hover{transform:scale(1.05);background:#d4af37}#eck-chat-label:focus-visible{outline:2px solid var(--eck-chat-primary);outline-offset:2px}#eck-chat-label svg{flex:none;width:19px;height:19px;color:var(--eck-chat-primary)}#eck-chat-window{display:none;flex-direction:column;position:absolute;bottom:calc(100% + 12px);right:0;width:360px;height:480px;background:var(--eck-chat-primary);border-radius:16px;box-shadow:var(--eck-chat-shadow);overflow:hidden}@media(max-width:480px){#eck-chat-widget{bottom:calc(16px + env(safe-area-inset-bottom,0px));right:12px}#eck-chat-label{padding:0 15px;font-size:13px}#eck-chat-label svg{width:17px;height:17px}#eck-chat-window{width:min(360px,calc(100vw - 24px));height:55vh;right:0}}#eck-chat-header{background:var(--eck-chat-secondary);color:var(--eck-chat-text);padding:16px;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}#eck-clear-chat{background:transparent;border:none;color:var(--eck-chat-text-muted);cursor:pointer;padding:4px;border-radius:4px;transition:color .2s}#eck-clear-chat:hover{color:var(--eck-chat-text)}#eck-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}#eck-chat-messages::-webkit-scrollbar{width:6px}#eck-chat-messages::-webkit-scrollbar-track{background:transparent}#eck-chat-messages::-webkit-scrollbar-thumb{background:var(--eck-chat-text-muted);border-radius:3px}.eck-message{max-width:85%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;word-wrap:break-word}.eck-user{background:var(--eck-chat-user-bg);color:var(--eck-chat-primary);align-self:flex-end;border-bottom-right-radius:4px}.eck-bot{background:var(--eck-chat-bot-bg);color:var(--eck-chat-text);align-self:flex-start;border-bottom-left-radius:4px}#eck-typing{display:flex;gap:4px;padding:12px 16px}.eck-dot{width:8px;height:8px;background:var(--eck-chat-text-muted);border-radius:50%;animation:eck-bounce 1.4s infinite ease-in-out both}.eck-dot:nth-child(1){animation-delay:-.32s}.eck-dot:nth-child(2){animation-delay:-.16s}@keyframes eck-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}#eck-chat-input-area{display:flex;padding:12px;gap:8px;background:var(--eck-chat-secondary);border-top:1px solid rgba(255,255,255,.1)}#eck-chat-input{flex:1;padding:10px 14px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:var(--eck-chat-primary);color:var(--eck-chat-text);font-size:16px;outline:none;transition:border-color .2s}#eck-chat-input::placeholder{color:var(--eck-chat-text-muted)}#eck-chat-input:focus{border-color:var(--eck-chat-accent)}#eck-chat-send{width:40px;height:40px;border-radius:50%;background:var(--eck-chat-accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s}#eck-chat-send:hover:not(:disabled){background:#d4af37}#eck-chat-send:active:not(:disabled){transform:scale(.95)}#eck-chat-send:disabled{opacity:.5;cursor:not-allowed}#eck-chat-send svg{width:18px;height:18px;color:var(--eck-chat-primary)}
/*# sourceMappingURL=/cdn/shop/t/50/assets/eck-chat-widget.css.map */
