#chat-toggle{position:fixed;bottom:20px;right:20px;width:60px;height:60px;border:none;border-radius:50%;background:#2e7d32;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:9999}#chat-container{position:fixed;bottom:90px;right:20px;width:360px;height:520px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0003;display:none;flex-direction:column;z-index:9999}#chat-header{background:#2e7d32;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}#chat-header button{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer}#chat-messages{flex:1;padding:15px;overflow-y:auto;background:#f8f8f8}.message{max-width:80%;margin-bottom:12px;padding:10px 14px;border-radius:16px;line-height:1.5;word-wrap:break-word}.user{background:#2e7d32;color:#fff;margin-left:auto}.bot{background:#fff;color:#333;border:1px solid #ddd}#chat-input{display:flex;border-top:1px solid #ddd;padding:10px;background:#fff}#message-input{flex:1;border:1px solid #ccc;border-radius:25px;padding:10px 15px;outline:none;font-size:14px}#send-btn{margin-left:10px;width:45px;height:45px;border:none;border-radius:50%;background:#2e7d32;color:#fff;cursor:pointer;font-size:18px}#send-btn:hover,#chat-toggle:hover{opacity:.9}
/*# sourceMappingURL=/cdn/shop/t/15/assets/chatbot.css.map */
