.chat-bubble{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#0084ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;z-index:9998;box-shadow:0 4px 10px #0003}.chat-window{display:none;position:fixed;bottom:100px;right:20px;width:350px;height:450px;background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000004d;flex-direction:column;overflow:hidden;z-index:9999;--chat-font-size: 14px}.chat-header{background:#f1f1f1;padding:15px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;flex-shrink:0}.chat-close{background:none;border:none;font-size:24px;cursor:pointer;color:#888;padding:0 5px}.font-controls{display:flex;align-items:center;gap:5px;margin-left:auto;margin-right:10px}.font-control-btn{background:#ddd;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:14px;font-weight:700;line-height:1;color:#555;display:flex;align-items:center;justify-content:center}.font-control-btn:hover{background:#ccc}.chat-body{flex-grow:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;font-size:var(--chat-font-size)}.chat-message{padding:10px 15px;border-radius:18px;max-width:80%;line-height:1.4;font-size:var(--chat-font-size)}.chat-message.user{background-color:#0084ff;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-message.bot{background-color:#e5e5ea;color:#000;align-self:flex-start;border-bottom-left-radius:4px}.chat-footer{display:flex;padding:10px;border-top:1px solid #ddd}.chat-footer input{flex-grow:1;border:1px solid #ccc;border-radius:20px;padding:10px 15px}.chat-footer button{background:#0084ff;border:none;color:#fff;border-radius:20px;padding:0 20px;margin-left:10px;cursor:pointer}@media screen and (min-width: 750px){.chat-window{width:400px;height:550px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-chat.css.map */
