#hb-chat-bubble{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#c1634a;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #00000047;display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .2s,background .2s}#hb-chat-bubble:hover{background:#a8513b;transform:scale(1.07)}#hb-chat-bubble svg{width:26px;height:26px;fill:#fff}#hb-chat-bubble.hb-pulse{animation:hb-pulse .6s ease 2}@keyframes hb-pulse{0%{box-shadow:0 0 #c1634a99}70%{box-shadow:0 0 0 14px #c1634a00}to{box-shadow:0 0 #c1634a00}}#hb-chat-window{position:fixed;bottom:92px;right:24px;width:340px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;overflow:hidden;z-index:9998;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:opacity .2s,transform .2s}#hb-chat-window.hb-hidden{opacity:0;pointer-events:none;transform:translateY(10px)}#hb-chat-header{background:#2a2a2a;color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px}#hb-chat-header .hb-avatar{width:36px;height:36px;border-radius:50%;background:#c1634a;display:flex;align-items:center;justify-content:center;font-size:18px}#hb-chat-header .hb-name{font-weight:700;font-size:15px;letter-spacing:.2px}#hb-chat-header .hb-status{font-size:11px;opacity:.7;margin-top:1px}#hb-chat-close{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer;font-size:22px;line-height:1;padding:0 2px;opacity:.7}#hb-chat-close:hover{opacity:1}#hb-chat-messages{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:10px;background:#f7f5f3}.hb-msg{max-width:82%;padding:9px 13px;border-radius:14px;line-height:1.45;word-break:break-word}.hb-msg.hb-bot{background:#fff;color:#222;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014;align-self:flex-start}.hb-msg.hb-user{background:#c1634a;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.hb-typing{display:flex;gap:4px;align-items:center;padding:10px 14px;background:#fff;border-radius:14px 14px 14px 4px;box-shadow:0 1px 4px #00000014;align-self:flex-start;width:fit-content}.hb-typing span{width:7px;height:7px;border-radius:50%;background:#c1634a;animation:hb-bounce 1.2s infinite}.hb-typing span:nth-child(2){animation-delay:.2s}.hb-typing span:nth-child(3){animation-delay:.4s}@keyframes hb-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}#hb-chat-input-row{display:flex;padding:10px;border-top:1px solid #eee;background:#fff;gap:8px}#hb-chat-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 14px;font-size:14px;outline:none;resize:none;font-family:inherit;line-height:1.4;max-height:80px;overflow-y:auto}#hb-chat-input:focus{border-color:#c1634a}#hb-chat-send{width:38px;height:38px;border-radius:50%;background:#c1634a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}#hb-chat-send:hover{background:#a8513b}#hb-chat-send:disabled{background:#ccc;cursor:default}#hb-chat-send svg{width:18px;height:18px;fill:#fff}@media(max-width:420px){#hb-chat-window{width:calc(100vw - 20px);right:10px;bottom:80px;max-height:70vh}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/chat-widget.css.map */
