.ChatbotComponent_chat-toggle__88mg9{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:9999px;background:#ff8d6d;border:none;cursor:pointer;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 20px rgba(108,99,255,.3);display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:9999}.ChatbotComponent_chat-toggle__88mg9:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_chat-toggle__88mg9:hover{transform:scale(1.1) rotate(5deg)}.ChatbotComponent_chat-toggle__88mg9:hover:before{opacity:1}.ChatbotComponent_chat-toggle__88mg9:active{transform:scale(.95)}.ChatbotComponent_chat-toggle__88mg9 svg{width:28px;height:28px;color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_chat-toggle__88mg9 .ChatbotComponent_close-icon__oyCPF{display:none;position:absolute}.ChatbotComponent_chat-toggle__88mg9.ChatbotComponent_active__768pa .ChatbotComponent_chat-icon__LNwM0{display:none}.ChatbotComponent_chat-toggle__88mg9.ChatbotComponent_active__768pa .ChatbotComponent_close-icon__oyCPF{display:block}.ChatbotComponent_notification-badge__2TwgG{position:absolute;top:-4px;right:-4px;background:#ff6b9d;color:#fff;width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:3px solid #fff;animation:ChatbotComponent_pulse__7rL_7 2s infinite}@keyframes ChatbotComponent_pulse__7rL_7{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ChatbotComponent_chat-widget__ux_gd{position:fixed;bottom:1rem;right:1rem;width:420px;max-width:calc(100vw - 2rem);height:650px;max-height:calc(100vh - 4rem);background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:all .35s cubic-bezier(.4,0,.2,1);z-index:9998}.ChatbotComponent_chat-widget__ux_gd.ChatbotComponent_active__768pa{opacity:1;transform:translateY(0) scale(.85);pointer-events:all}.ChatbotComponent_chat-header__9JjcJ{background:#ff8d6d;padding:1rem 1rem .3rem;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.ChatbotComponent_chat-header__9JjcJ:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:ChatbotComponent_float__ixSV6 6s ease-in-out infinite}@keyframes ChatbotComponent_float__ixSV6{0%,to{transform:translate(0)}50%{transform:translate(-20px,-20px)}}.ChatbotComponent_header-content__Pn7zA{display:flex;align-items:center;grid-gap:1rem;gap:1rem}.ChatbotComponent_avatar-container__5VDhL{position:relative}.ChatbotComponent_avatar__dFasz{width:48px;height:48px;border-radius:9999px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border:2px solid hsla(0,0%,100%,.3)}.ChatbotComponent_avatar__dFasz i,.ChatbotComponent_avatar__dFasz svg{width:24px;height:24px;font-size:24px;color:#fff}.ChatbotComponent_status-indicator__D_pip{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#10b981;border:2px solid #fff;border-radius:9999px;animation:ChatbotComponent_pulse__7rL_7 2s infinite}.ChatbotComponent_header-info__PQuNC h2{font-size:1.3rem;font-weight:600;color:#fff}.ChatbotComponent_status-text__vrSvQ{font-size:.875rem;color:hsla(0,0%,100%,.9)}.ChatbotComponent_minimize-btn__YJyU1{width:36px;height:36px;border-radius:.5rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_minimize-btn__YJyU1:hover{background:hsla(0,0%,100%,.2);transform:scale(1.05)}.ChatbotComponent_minimize-btn__YJyU1 svg{width:20px;height:20px;color:#fff}.ChatbotComponent_chat-messages__JqsB5{flex:1 1;overflow-y:auto;padding:1.5rem;background:#f9fafb;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.ChatbotComponent_chat-messages__JqsB5::-webkit-scrollbar{width:6px}.ChatbotComponent_chat-messages__JqsB5::-webkit-scrollbar-track{background:transparent}.ChatbotComponent_chat-messages__JqsB5::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.ChatbotComponent_chat-messages__JqsB5::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ChatbotComponent_message__BTLCI{display:flex;grid-gap:.5rem;gap:.5rem;animation:ChatbotComponent_slideIn__uO7nE .3s ease-out}@keyframes ChatbotComponent_slideIn__uO7nE{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatbotComponent_message-avatar__wOYeR{width:32px;height:32px;border-radius:9999px;background:#ff8d6d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ChatbotComponent_message-avatar__wOYeR i,.ChatbotComponent_message-avatar__wOYeR svg{width:16px;height:16px;font-size:16px;color:#fff}.ChatbotComponent_message-content__mZ_RJ{flex:1 1;display:flex;flex-direction:column;grid-gap:.25rem;gap:.25rem;overflow-x:hidden;overflow-y:visible}.ChatbotComponent_message-bubble__ga64d{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:relative;overflow-x:hidden;overflow-y:visible;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.ChatbotComponent_bot-message__a5bHP .ChatbotComponent_message-bubble__ga64d{background:#fff;border:1px solid #e5e7eb}.ChatbotComponent_user-message__xUobE{flex-direction:row-reverse}.ChatbotComponent_user-message__xUobE .ChatbotComponent_message-content__mZ_RJ{align-items:flex-end}.ChatbotComponent_user-message__xUobE .ChatbotComponent_message-bubble__ga64d{background:#ff8d6d;color:#fff;border:none}.ChatbotComponent_user-message__xUobE .ChatbotComponent_message-avatar__wOYeR{background:#d1d5db}.ChatbotComponent_message-bubble__ga64d p{margin:0 0 .5rem}.ChatbotComponent_message-bubble__ga64d p:last-child{margin-bottom:0}.ChatbotComponent_message-bubble__ga64d ul{margin:.5rem 0;padding-left:1.5rem}.ChatbotComponent_message-bubble__ga64d li{margin:.25rem 0}.ChatbotComponent_message-time__hQqhU{font-size:.75rem;color:#6b7280;padding:0 .5rem}.ChatbotComponent_user-message__xUobE .ChatbotComponent_message-time__hQqhU{text-align:right}.ChatbotComponent_welcome-message__RTohG .ChatbotComponent_message-bubble__ga64d{background:linear-gradient(135deg,rgba(108,99,255,.05),rgba(118,75,162,.05));border:2px solid rgba(108,99,255,.1)}.ChatbotComponent_typing-indicator__uMogf{display:flex;grid-gap:.5rem;gap:.5rem;padding:0 1.5rem;margin-bottom:1rem}.ChatbotComponent_typing-dots__rbdfj{background:#fff;padding:1rem;border-radius:.75rem;display:flex;grid-gap:6px;gap:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.ChatbotComponent_typing-dots__rbdfj span{width:8px;height:8px;background:#9ca3af;border-radius:9999px;animation:ChatbotComponent_typing__Rcu2F 1.4s infinite}.ChatbotComponent_typing-dots__rbdfj span:nth-child(2){animation-delay:.2s}.ChatbotComponent_typing-dots__rbdfj span:nth-child(3){animation-delay:.4s}@keyframes ChatbotComponent_typing__Rcu2F{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.ChatbotComponent_quick-suggestions__Lr4vC{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;grid-gap:.5rem;gap:.5rem;overflow-x:auto;scrollbar-width:none}.ChatbotComponent_quick-suggestions__Lr4vC::-webkit-scrollbar{display:none}.ChatbotComponent_suggestion-chip__l_xmk{padding:.5rem 1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;white-space:nowrap;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.ChatbotComponent_suggestion-chip__l_xmk:hover{background:#ff8d6d;color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.ChatbotComponent_chat-input-container__R45Hp{background:#fff;border-top:1px solid #e5e7eb}.ChatbotComponent_chat-form__J1KcR{padding:1rem 1.5rem 0}.ChatbotComponent_input-wrapper__AdPId{display:flex;grid-gap:.5rem;gap:.5rem;align-items:flex-end;background:#f9fafb;border:2px solid #e5e7eb;border-radius:1rem;padding:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_input-wrapper__AdPId:focus-within{border-color:#6c63ff;box-shadow:0 0 0 3px rgba(108,99,255,.1)}.ChatbotComponent_message-input__A2DpG{flex:1 1;border:none;background:transparent;font-family:inherit;font-size:.9375rem;color:#111827;resize:none;outline:none;max-height:120px;padding:.5rem}.ChatbotComponent_message-input__A2DpG::-moz-placeholder{color:#9ca3af}.ChatbotComponent_message-input__A2DpG::placeholder{color:#9ca3af}.ChatbotComponent_send-btn__g2Qk6{width:40px;height:40px;border-radius:.75rem;background:#ff8d6d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.ChatbotComponent_send-btn__g2Qk6:hover{transform:scale(1.05);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.ChatbotComponent_send-btn__g2Qk6:active{transform:scale(.95)}.ChatbotComponent_send-btn__g2Qk6:disabled{opacity:.5;cursor:not-allowed}.ChatbotComponent_send-btn__g2Qk6 svg{width:20px;height:20px;color:#fff}.ChatbotComponent_input-footer__SAEV6{padding:.5rem 1.5rem 1rem;text-align:center}.ChatbotComponent_powered-by__6wADC{font-size:.75rem;color:#9ca3af}@media (max-width:768px){.ChatbotComponent_chat-toggle__88mg9{bottom:1rem;right:1rem;width:56px;height:56px}.ChatbotComponent_chat-widget__ux_gd{bottom:0;right:0;left:0;width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0}.ChatbotComponent_chat-widget__ux_gd.ChatbotComponent_active__768pa{transform:translateY(0)}}@keyframes ChatbotComponent_shimmer__zJTuk{0%{background-position:-1000px 0}to{background-position:1000px 0}}.ChatbotComponent_loading__OvuNR{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db 50%,#e5e7eb 75%);background-size:1000px 100%;animation:ChatbotComponent_shimmer__zJTuk 2s infinite}.ChatbotComponent_product-grid__cu3HK{display:flex;flex-direction:row;grid-gap:1rem;gap:1rem;margin-top:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#6c63ff #e5e7eb;padding:.3rem .3rem .5rem}.ChatbotComponent_product-grid__cu3HK::-webkit-scrollbar{height:6px}.ChatbotComponent_product-grid__cu3HK::-webkit-scrollbar-track{background:#e5e7eb;border-radius:9999px}.ChatbotComponent_product-grid__cu3HK::-webkit-scrollbar-thumb{background:#6c63ff;border-radius:9999px}.ChatbotComponent_product-grid__cu3HK::-webkit-scrollbar-thumb:hover{background:#d4af37}.ChatbotComponent_product-card__cZt6J{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;min-width:160px;max-width:160px;flex-shrink:0}.ChatbotComponent_product-card__cZt6J:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-color:#6c63ff}.ChatbotComponent_product-image__DG_JO{width:100%;height:140px;-o-object-fit:cover;object-fit:cover;background:#f3f4f6}.ChatbotComponent_product-info__gQUR7{padding:.5rem}.ChatbotComponent_product-title__TpLWi{font-size:.75rem;font-weight:600;color:#111827;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ChatbotComponent_product-price__uV8ry{display:flex;align-items:center;grid-gap:.25rem;gap:.25rem;margin-bottom:.25rem;flex-wrap:wrap}.ChatbotComponent_special-price__t4lUI{font-size:.875rem;font-weight:700;color:#6c63ff}.ChatbotComponent_original-price__Y1y92{font-size:.75rem;color:#6b7280;text-decoration:line-through}.ChatbotComponent_price__s3jF4{font-size:.875rem;font-weight:700;color:#111827}.ChatbotComponent_collection-scroll-container__LsZHX{display:flex;overflow-x:auto;grid-gap:1rem;gap:1rem;padding:.5rem 0;margin-top:1rem;scrollbar-width:thin;scrollbar-color:#6c63ff #e5e7eb}.ChatbotComponent_collection-scroll-container__LsZHX::-webkit-scrollbar{height:6px}.ChatbotComponent_collection-scroll-container__LsZHX::-webkit-scrollbar-thumb{background:#6c63ff;border-radius:9999px}.ChatbotComponent_collection-card__Vb2Fn{min-width:280px;max-width:280px;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid #e5e7eb;flex-shrink:0}.ChatbotComponent_collection-card__Vb2Fn:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#6c63ff}.ChatbotComponent_collection-image-container__EJVrq{position:relative;height:160px;overflow:hidden}.ChatbotComponent_collection-image__k4v95{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_collection-card__Vb2Fn:hover .ChatbotComponent_collection-image__k4v95{transform:scale(1.05)}.ChatbotComponent_collection-overlay__y0QyP{position:absolute;inset:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_collection-card__Vb2Fn:hover .ChatbotComponent_collection-overlay__y0QyP{opacity:1}.ChatbotComponent_view-btn__x1sYH{background:#fff;color:#111827;padding:8px 16px;border-radius:9999px;font-size:.875rem;font-weight:600;transform:translateY(10px);transition:transform .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_collection-card__Vb2Fn:hover .ChatbotComponent_view-btn__x1sYH{transform:translateY(0)}.ChatbotComponent_collection-info__dMHm0{padding:1rem}.ChatbotComponent_collection-title__8e3Yv{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem}.ChatbotComponent_collection-desc__StyuA{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.ChatbotComponent_collection-price__IbhCo{font-size:.875rem;font-weight:700;color:#6c63ff}.ChatbotComponent_product-discount__fRE2f{font-size:.625rem;color:#ff6b9d;font-weight:600;background:rgba(255,107,157,.1);padding:2px 6px;border-radius:.375rem;margin-bottom:.25rem;display:inline-block}.ChatbotComponent_product-link__rQHKW{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;font-size:.75rem;color:#6c63ff;text-decoration:none;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.ChatbotComponent_product-link__rQHKW:hover{color:#d4af37;grid-gap:6px;gap:6px}@media (max-width:768px){.ChatbotComponent_product-grid__cu3HK{grid-gap:.5rem;gap:.5rem}.ChatbotComponent_product-card__cZt6J{min-width:140px;max-width:140px}}