#chatbot-container,#chatbot-container *{box-sizing:border-box!important;margin:0;padding:0}body:not(.chatbot-enabled) #chatbot-container{display:none!important;visibility:hidden!important}#chatbot-container{all:unset!important;position:fixed!important;bottom:20px!important;right:20px!important;left:auto!important;top:auto!important;z-index:2147483647!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;width:auto!important;height:auto!important;display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;margin:0!important;padding:0!important}#chatbot-toggle.chatbot-toggle{all:unset!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;max-width:60px!important;max-height:60px!important;background:#fff!important;background-color:#fff!important;color:#fff!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 4px 12px #0000004d!important;transition:transform .3s,box-shadow .3s!important;position:relative!important;border:3px solid #62F107!important;border-style:solid!important;border-width:3px!important;border-color:#62f107!important;overflow:visible!important;padding:2px!important;margin:0!important;float:none!important;clear:none!important;vertical-align:baseline!important}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #62f10766}.chatbot-toggle.notification-pulse{animation:pulseNotification 2s ease-in-out infinite}@keyframes pulseNotification{0%,to{transform:scale(1);box-shadow:0 4px 12px #0000004d}50%{transform:scale(1.15);box-shadow:0 6px 24px #62f10799}}.chatbot-toggle-avatar{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important;margin:0!important;padding:0!important;border:none!important}.chatbot-badge{position:absolute;top:-5px;right:-5px;background:#62f107;color:#fff;border-radius:50%;width:24px;height:24px;display:none;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid white}.chatbot-badge.active{display:flex}.chatbot-notification-pulse{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:red;border-radius:50%;border:2px solid white;display:none;z-index:10001;animation:pulseDot 1.5s ease-in-out infinite;color:#fff;font-size:11px;font-weight:700;padding:0;align-items:center;justify-content:center;box-shadow:0 2px 8px #ff000080;line-height:1;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chatbot-notification-pulse.active{display:flex}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.9}}#chatbot-window.chatbot-window{all:unset!important;position:absolute!important;bottom:80px!important;right:0!important;left:auto!important;top:auto!important;width:380px!important;min-width:380px!important;max-width:380px!important;height:600px!important;min-height:600px!important;max-height:600px!important;background:#fff!important;background-color:#fff!important;border-radius:12px!important;box-shadow:0 8px 32px #0003!important;display:none!important;flex-direction:column!important;overflow:hidden!important;margin:0!important;padding:0!important;float:none!important;clear:none!important}#chatbot-window.chatbot-window.open{display:flex!important}.chatbot-header{background:#000;color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-header-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3);flex-shrink:0}.chatbot-header-text{display:flex;flex-direction:column}.chatbot-header-text h3{margin:0 0 4px;font-size:18px;font-weight:600}.chatbot-status{margin:0;font-size:12px;opacity:.9;display:flex;align-items:center;gap:6px}.chatbot-status:before{content:"";width:8px;height:8px;background:#27ae60;border-radius:50%;display:inline-block}.chatbot-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;line-height:1}.chatbot-close:hover{background:#fff3}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#f5f5f5;min-height:0}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#ccc}.message{display:flex;gap:10px;animation:messageSlide .3s ease-out;align-items:flex-start}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message.bot{flex-direction:row}.message-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #62F107;box-shadow:0 2px 6px #0000001a}.message.user .message-avatar{display:none}.message-wrapper{display:flex;flex-direction:column;max-width:calc(100% - 46px)}.message.user .message-wrapper{max-width:85%}.message-content{padding:12px 16px;border-radius:12px;word-wrap:break-word;word-break:normal;overflow-wrap:break-word;line-height:1.5;white-space:normal}.message.user .message-content{background:#000;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.message.bot .message-content{background:#fff;color:#333;border:1px solid #e0e0e0;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000d}.message-content p{margin:0;font-size:14px}.message-content a{color:#000;text-decoration:underline;word-break:break-all;transition:color .2s}.message-content a:hover{color:#62f107;text-decoration:underline}.message.user .message-content a{color:#ffffffe6}.message.user .message-content a:hover{color:#fff}.message-time{font-size:11px;color:#999;margin-top:4px;padding:0 4px}.message.user .message-time{text-align:right}.message.bot .message-time{text-align:left}.message.loading .message-content{display:flex;gap:4px;align-items:center;padding:12px 16px}.message.loading .message-content span{width:8px;height:8px;background:#000;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.message.loading .message-content span:nth-child(1){animation-delay:-.32s}.message.loading .message-content span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.chatbot-input-container{padding:16px;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:10px;align-items:center;flex-shrink:0}#chatbot-input{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:24px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;transition:border-color .2s}#chatbot-input:focus{border-color:#000}.chatbot-send{width:44px;height:44px;background:#2c3e50;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;flex-shrink:0}.chatbot-send:hover{background:#62f107;transform:scale(1.05)}.chatbot-send:active{transform:scale(.95)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}@media (max-width: 768px){.chatbot-window{width:400px;max-width:calc(100vw - 20px);height:650px;max-height:calc(100vh - 90px)}#chatbot-container{bottom:15px;right:15px}.chatbot-toggle{width:56px;height:56px}}@media (max-width: 640px){.chatbot-window{width:calc(100vw - 20px);right:10px;left:10px;margin:0 auto}.chatbot-header{padding:16px}.chatbot-header-text h3{font-size:16px}.chatbot-header-avatar{width:40px;height:40px}.chatbot-messages{padding:16px;gap:12px}.message-content{padding:10px 14px}.message-content p{font-size:14px}.chatbot-input-container{padding:12px}}@media (max-width: 480px){.chatbot-window{position:fixed!important;width:calc(100vw - 20px)!important;max-width:420px!important;height:75vh!important;max-height:650px!important;min-height:500px!important;bottom:90px!important;right:10px!important;left:auto!important;top:auto!important;border-radius:16px!important;margin:0!important;box-shadow:0 10px 40px #0000004d!important;transition:height .3s ease,bottom .3s ease,top .3s ease}.chatbot-window.keyboard-open{bottom:auto!important}.chatbot-window.keyboard-open .chatbot-messages{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;max-height:none}#chatbot-container{bottom:20px;right:20px}.chatbot-toggle{width:56px;height:56px;bottom:20px;right:20px;position:fixed;z-index:10001;transition:opacity .3s,transform .3s}.chatbot-window.open~.chatbot-toggle,#chatbot-container:has(.chatbot-window.open) .chatbot-toggle{display:none!important;opacity:0;pointer-events:none}.chatbot-header{padding:16px;min-height:64px;border-radius:16px 16px 0 0}.chatbot-header-text h3{font-size:16px}.chatbot-header-avatar{width:38px;height:38px}.chatbot-close{width:36px;height:36px;font-size:24px}.chatbot-messages{padding:16px;gap:12px}.message-avatar{width:32px;height:32px}.message-wrapper{max-width:calc(100% - 42px)}.message.user .message-wrapper{max-width:88%}.message-content{padding:10px 14px}.message-content p{font-size:14px}.chatbot-input-container{padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-radius:0 0 16px 16px}#chatbot-input{font-size:16px;padding:10px 14px}.chatbot-send{width:40px;height:40px;min-width:40px}}@media (max-width: 360px){.chatbot-window{width:calc(100vw - 16px)!important;max-width:100%!important;height:70vh!important;max-height:600px!important;min-height:450px!important;bottom:85px!important;right:8px!important}.chatbot-toggle{width:50px;height:50px;bottom:15px;right:15px}.chatbot-header{padding:14px}.chatbot-header-text h3{font-size:15px}.chatbot-messages{padding:12px}.message-content{padding:8px 12px}.message-content p{font-size:13px}.chatbot-input-container{padding:10px}}@media (max-height: 500px) and (max-width: 900px){.chatbot-window{height:85vh!important;max-height:85vh!important;min-height:400px!important;bottom:10px!important}.chatbot-messages{padding:12px}.chatbot-header{padding:12px 16px;min-height:56px}.chatbot-input-container{padding:10px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.chatbot-toggle{box-shadow:0 4px 12px #00000040}.chatbot-window{box-shadow:0 8px 32px #00000026}}@supports (-webkit-touch-callout: none){#chatbot-input{font-size:16px}}@media (min-width: 481px){.chatbot-window{max-height:85vh}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/chatbot-styles.css.map */
