#ai-chat-box{position:fixed;top:100px;right:20px;bottom:20px;width:420px;z-index:100;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}@media(max-width:749px){#ai-chat-box{top:0;bottom:0;right:0;left:0;width:100%;height:100vh}}#ai-chat-container{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden;display:flex;flex-direction:column;height:100%}@media(max-width:749px){#ai-chat-container{border-radius:0;height:100vh}}#ai-chat-header{position:relative;background:#fff;border-bottom:1px solid #eceef1;padding:14px 52px 12px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.ai-chat-brand{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.ai-chat-wave{width:96px;height:22px;display:block}#chat-header-title{font-weight:700;font-size:17px;color:#111827;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ai-chat-status{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#6b7280;font-weight:500}.ai-chat-status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}#ai-chat-close{position:absolute;top:12px;right:12px;background:none;border:0;color:#6b7280;cursor:pointer;padding:6px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}#ai-chat-close:hover{background:#f3f4f6;color:#111827}#ai-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f7f8f7}.ai-bot-message,.ai-user-message{margin:12px 0;display:flex}.ai-user-message{justify-content:flex-end}.message-bubble{max-width:78%;padding:12px 16px;border-radius:18px;word-wrap:break-word;line-height:1.5;font-size:15px}.bot-bubble{white-space:pre-line;background:#fff;color:#1a1a1a;border-radius:18px 18px 18px 4px;box-shadow:0 1px 3px #00000014}.user-bubble{background:#e6f4ea;color:#14331d;border-radius:18px 18px 4px}.chat-product-card{display:flex;gap:12px;width:100%;max-width:330px;margin-top:10px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 10px #1118270f}.chat-product-card .card-image{flex:0 0 96px;width:96px;height:136px;border-radius:10px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;align-self:flex-start}.chat-product-card .card-image img{width:100%;height:100%;object-fit:contain}.chat-product-card .card-image .no-img{color:#9ca3af;font-size:12px}.chat-product-card .card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-product-card .card-title{color:#111827;font-size:14.5px;font-weight:700;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-product-card .card-title:hover{color:#1e7e3e}.chat-product-card .card-meta{color:#6b7280;font-size:12.5px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-product-card .card-price{color:#111827;font-size:19px;font-weight:800;margin-top:2px}.chat-product-card .card-delivery{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500}.chat-product-card .card-delivery.is-instock{color:#15803d}.chat-product-card .card-delivery.is-delayed{color:#b45309}.chat-product-card .card-delivery-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.chat-product-card .card-actions{display:flex;flex-direction:column;gap:7px;margin-top:8px}.chat-product-card .card-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 12px;background:#1e7e3e;color:#fff;border:0;border-radius:10px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.chat-product-card .card-add-to-cart:hover{background:#196a34;transform:translateY(-1px)}.chat-product-card .card-add-to-cart.is-loading{opacity:.75;cursor:wait}.chat-product-card .card-add-to-cart.is-added{background:#15803d}.chat-product-card .card-delivery.is-soldout{color:#dc2626}.chat-product-card .card-add-to-cart.is-soldout,.chat-product-card .card-add-to-cart:disabled{background:#e5e7eb;color:#6b7280;cursor:not-allowed;transform:none}.chat-product-card .card-details-btn{display:block;width:100%;padding:9px 12px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:10px;font-size:13.5px;font-weight:600;text-align:center;text-decoration:none;transition:border-color .2s,color .2s,background .2s;box-sizing:border-box}.chat-product-card .card-details-btn:hover{border-color:#9ca3af;color:#111827;background:#f9fafb}@media(max-width:379px){.chat-product-card .card-image{flex-basis:78px;width:78px;height:112px}}#ai-chat-quick-replies{display:none;flex-wrap:wrap;gap:8px;padding:10px 16px 4px;background:#fff;border-top:1px solid #f0f1f3;flex-shrink:0}.ai-chat-chip{background:#fff;border:1px solid #d8dce1;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:border-color .2s,background .2s,color .2s;white-space:nowrap}.ai-chat-chip:hover{border-color:#1e7e3e;color:#1e7e3e;background:#f2faf4}#ai-chat-input-area{display:flex;align-items:center;background:#fff;padding:12px 16px 16px;gap:10px;flex-shrink:0}@media(max-width:749px){#ai-chat-input-area{padding:10px 12px 12px;gap:8px}}#ai-chat-input{flex:1;border:1px solid #dfe3e8;border-radius:999px;padding:13px 18px;font-size:15px;outline:none;background:#fff;color:#111827;transition:border-color .2s,box-shadow .2s;min-width:0}#ai-chat-input::placeholder{color:#9ca3af}@media(max-width:749px){#ai-chat-input{font-size:14px;padding:11px 14px}}#ai-chat-input:focus{border-color:#1e7e3e;box-shadow:0 0 0 3px #1e7e3e1f}#ai-chat-send{flex:0 0 auto;width:48px;height:48px;background:#1e7e3e;color:#fff;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s}@media(max-width:749px){#ai-chat-send{width:44px;height:44px}}#ai-chat-send:hover{background:#196a34;transform:translateY(-1px)}#ai-chat-send:active{transform:translateY(0)}#ai-chat-messages::-webkit-scrollbar{width:8px}#ai-chat-messages::-webkit-scrollbar-track{background:#f1f1f1}#ai-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}#ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#999}
/*# sourceMappingURL=/cdn/shop/t/19/assets/ai-chat.css.map */
