.chat-toggle-btn{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #ff6b3566;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9998}.chat-toggle-btn:hover{transform:scale(1.1);box-shadow:0 12px 40px #ff6b3599}.chat-toggle-btn:active{transform:scale(.95)}.chat-toggle-btn .chat-icon,.chat-toggle-btn .close-icon{transition:all .3s ease}.chat-toggle-btn .hidden,.chat-toggle-btn.active .chat-icon{display:none}.chat-toggle-btn.active .close-icon{display:block}.chat-badge{position:absolute;top:-4px;right:-4px;background:#fff;color:#ff6b35;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;animation:pulse 2s ease-in-out infinite}.chat-badge.hidden{display:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-window{position:fixed;bottom:6rem;right:2rem;width:400px;height:600px;background:#0f0f0ffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,107,53,.2);border-radius:1rem;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;overflow:hidden}.chat-window.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-header{background:linear-gradient(135deg,#ff6b351a,#ff8c420d);border-bottom:1px solid rgba(255,107,53,.2);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.chat-header-content{display:flex;align-items:center;gap:1rem}.chat-header-icon{width:40px;height:40px;flex-shrink:0}.header-logo-svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(255,107,53,.3))}.chat-header-text{display:flex;flex-direction:column;gap:.25rem}.chat-header-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#fff}.chat-header-status{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;color:#fff9}.status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.chat-minimize-btn{width:32px;height:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-minimize-btn:hover{background:#ff6b351a;border-color:#ff6b354d;color:#ff6b35}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:thin;scrollbar-color:rgba(255,107,53,.3) rgba(255,255,255,.05)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#ff6b354d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ff6b3580}.chat-message{display:flex;gap:.75rem;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:600}.chat-message.bot .message-avatar{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff}.chat-message.user .message-avatar{background:#ffffff1a;color:#fff}.message-content{max-width:75%}.message-bubble{padding:.875rem 1.125rem;border-radius:1rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5;word-wrap:break-word}.chat-message.bot .message-bubble{background:#ff6b351a;border:1px solid rgba(255,107,53,.2);color:#fff;border-bottom-left-radius:.25rem}.chat-message.user .message-bubble{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;border-bottom-right-radius:.25rem}.message-time{font-size:.7rem;color:#fff6;margin-top:.25rem;font-family:Inter,sans-serif}.chat-message.user .message-time{text-align:right}.message-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.message-action-btn{padding:.625rem 1rem;background:#ff6b3526;border:1px solid rgba(255,107,53,.3);border-radius:.5rem;color:#ff6b35;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.message-action-btn:hover{background:#ff6b3540;border-color:#ff6b3580;transform:translateY(-1px)}.message-action-btn:active{transform:translateY(0)}.chat-product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;overflow:hidden;margin-top:.5rem;transition:all .3s ease}.chat-product-card:hover{border-color:#ff6b354d;transform:translateY(-2px)}.product-card-image{width:100%;height:150px;overflow:hidden;background:#0000004d}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-content{padding:1rem}.product-card-title{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.5rem}.product-card-price{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;color:#ff6b35;margin-bottom:.75rem}.product-card-actions{display:flex;gap:.5rem}.product-card-btn{flex:1;padding:.625rem 1rem;border-radius:.5rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.product-card-btn.view-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.product-card-btn.view-btn:hover{background:#ffffff26}.product-card-btn.add-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff}.product-card-btn.add-btn:hover{box-shadow:0 4px 16px #ff6b3566;transform:translateY(-1px)}.chat-input-container{border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;background:#0000004d}.chat-input-wrapper{display:flex;gap:.75rem;align-items:center}.chat-input{flex:1;padding:.875rem 1.125rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;outline:none;transition:all .2s ease}.chat-input::placeholder{color:#fff6}.chat-input:focus{border-color:#ff6b3580;background:#ffffff14}.chat-send-btn{width:44px;height:44px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-send-btn:hover{box-shadow:0 4px 16px #ff6b3566;transform:translateY(-1px)}.chat-send-btn:active{transform:translateY(0)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.quick-action-chip{padding:.5rem .875rem;background:#ff6b351a;border:1px solid rgba(255,107,53,.2);border-radius:1rem;color:#ff6b35;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.quick-action-chip:hover{background:#ff6b3533;border-color:#ff6b3566;transform:translateY(-1px)}.typing-indicator{position:absolute;bottom:5.5rem;left:1.5rem;display:flex;gap:.25rem;align-items:center;padding:.75rem 1rem;background:#ff6b351a;border:1px solid rgba(255,107,53,.2);border-radius:1rem 1rem 1rem .25rem}.typing-indicator.hidden{display:none}.typing-dot{width:8px;height:8px;background:#ff6b35;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@media (max-width: 768px){.chat-toggle-btn{bottom:1.5rem;right:1.5rem;width:56px;height:56px}.chat-window{bottom:5.5rem;right:1rem;left:1rem;width:auto;height:500px}.chat-header,.chat-messages{padding:1rem}.message-content{max-width:80%}.chat-input-container{padding:.875rem 1rem}}@media (max-width: 480px){.chat-window{height:450px}.chat-header-title{font-size:1rem}.message-bubble{font-size:.85rem;padding:.75rem 1rem}.product-card-image{height:120px}}.hidden{display:none!important}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mb-1{margin-bottom:.5rem}
/*# sourceMappingURL=/cdn/shop/t/12/assets/chatbot.css.map */
