.expandable-chat-bar{position:relative;max-width:100%;width:100%;background-color:var(--primary-bg);border:1px solid var(--border);border-radius:var(--br-md);box-shadow:var(--tab-shadow);display:flex;align-items:flex-end;justify-content:space-between;padding:10px 14px;transition:all .2s ease;min-height:60px}.expandable-chat-bar .chat-input-container{flex-grow:1;margin-right:10px;display:flex;align-items:center}.expandable-chat-bar .expandable-input{width:100%;min-height:40px;max-height:80px;padding:10px;outline:none;border:none;background-color:rgba(0,0,0,0);color:var(--primary-txt);font-size:15px;resize:none;line-height:1.4}.expandable-chat-bar .expandable-input .chat-input-container{width:100%;height:100%;overflow-y:auto}.expandable-chat-bar .expandable-input .expandable-input{width:100%;height:100%}.expandable-chat-bar .expandable-input::placeholder{color:var(--placeholder-color,#999)}.expandable-chat-bar .send-button{min-width:40px;min-height:40px;max-width:40px;max-height:40px;display:flex;align-items:center;justify-content:center;background:var(--linear);border-radius:var(--br-sm);box-shadow:var(--btn-shadow);color:var(--primary-bg);cursor:pointer;border:none;opacity:1;transition:opacity .2s ease}.expandable-chat-bar .send-button.active{opacity:1}.expandable-chat-bar .send-button:disabled{cursor:not-allowed;opacity:.7}.expandable-chat-bar.keyboard-visible{border-radius:var(--br-sm) var(--br-sm) 0 0;z-index:12;margin-bottom:0;border-bottom:none}.expandable-chat-bar .chat-recommendation{position:absolute;right:20px;top:-40px;width:140px;height:40px;background-color:#fff;box-shadow:var(--tab-shadow);border:1px solid var(--border);border-top-right-radius:10px;border-top-left-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--sec-txt);font-size:14px;cursor:pointer;gap:10px}@media screen and (max-width:560px){.expandable-chat-bar{width:100%;z-index:2}.expandable-chat-bar.keyboard-visible{bottom:0;border-radius:var(--br-sm) var(--br-sm) 0 0}}.home{width:100%;height:100%;overflow:hidden}.home,.home .gif-loader{display:flex;justify-content:center}.home .gif-loader{padding:20px;width:320px;align-items:center;flex-direction:column}.home .gif-loader img{margin-top:-40px}.home .gif-loader p{margin-top:-20px;color:var(--sidebar-txt)}.home .no-data-error{width:500px;max-width:500px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:40px;color:var(--sec-txt);text-align:center}.home .no-data-error .error-txt-span{color:var(--orange);font-size:20px}.home .no-data-error .no-data-txt{display:flex;align-items:center;gap:5px}.home .no-data-error img{margin-bottom:20px;margin-left:-20px}.home .home-container{width:860px;max-width:860px;justify-content:space-between;gap:10px;overflow:hidden;padding:20px 20px 0}.home .home-container,.home .top-grp{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:0}.home .top-grp{justify-content:center;gap:40px}.home .top-sec{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;margin-top:-100px;gap:14px}.home .top-sec *{font-family:var(--myFont)}.home .globe-img{position:absolute;width:100%;height:300px}.home .top-txt{font-size:24px;color:var(--sec-txt);text-align:center}.home .top-sub-txt{font-size:30px;color:var(--primary-txt);text-align:center;max-width:500px;line-height:2.8rem}.home .bloon-img{position:absolute;top:60px;left:-100px}.home .plane-img{position:absolute;bottom:40px;right:-80px}.home .chat-container{width:100%;height:100%}.home .chat-bar-grp{display:flex;flex-direction:column;width:100%;max-width:860px}@media screen and (max-width:640px){.home .home-container{justify-content:center;padding:20px 20px 0}.home .top-sub-txt{max-width:400px;font-size:24px;line-height:2.2rem}.home .bloon-img{top:20px;left:-40px;height:130px}.home .plane-img{height:130px;right:-50px}}@media screen and (max-width:560px){.home .chat-bar-grp{position:fixed;bottom:0;left:0;width:100%;padding-inline:20px;z-index:12}.home .top-grp{margin-top:-100px}}@media screen and (max-width:460px){.home .top-sub-txt{max-width:300px;font-size:20px;line-height:1.8rem}.home .bloon-img{top:20px;left:-60px;height:130px}.home .plane-img{height:130px;right:-50px}}@media screen and (max-height:800px){.home .top-sec{margin-top:0}.home .globe-img{height:200px}}.chatbot-container{justify-content:space-between;border-right:1px solid var(--border-col)}.chatbot-container,.chatbot-container .chatbot-content{display:flex;flex-direction:column;height:100%;width:100%;background-color:rgba(0,0,0,0);overflow:hidden}.chatbot-container .chatbot-content{padding:20px;overflow-y:auto}.chatbot-container .chatbot-content::-webkit-scrollbar{width:0}.chatbot-container .chatbot-content .logo-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.chatbot-container .chatbot-content .logo-container .logo{margin-bottom:20px}.chatbot-container .chatbot-content .logo-container .title{font-size:24px;font-weight:500;margin-bottom:12px;color:var(--primary-text)}.chatbot-container .chatbot-content .logo-container .disclaimer{font-size:16px;color:var(--secondary-text);max-width:220px;line-height:1.5;font-weight:300}.chatbot-container .chatbot-content .messages-container{display:flex;flex-direction:column;width:100%;gap:30px;font-size:12px;padding-bottom:160px}.chatbot-container .chatbot-content .messages-container .message-bubble{width:-moz-fit-content;width:fit-content;max-width:90%;border-radius:30px;font-size:13px;line-height:1.7;word-wrap:break-word;position:relative;background-color:var(--primary-bg);overflow:hidden}.chatbot-container .chatbot-content .messages-container .message-bubble table{overflow:hidden;overflow-x:scroll}.chatbot-container .chatbot-content .messages-container .message-bubble.user-message{align-self:flex-end;background:var(--user-chat-bg);color:#fff;border-bottom-right-radius:4px;border:1.8px solid rgba(0,0,0,.0745098039);padding:14px 16px;pointer-events:none}.chatbot-container .chatbot-content .messages-container .message-bubble.user-message a{color:#fff}.chatbot-container .chatbot-content .messages-container .message-bubble.bot-message{align-self:flex-start;background-color:var(--bot-chat);color:var(--primary-text);border-bottom-left-radius:4px;padding:14px 16px;border:1.8px solid rgba(0,0,0,.1254901961)}.chatbot-container .chatbot-content .messages-container .message-bubble.bot-message a{color:var(--orange)}.chatbot-container .chatbot-content .messages-container .message-bubble.bot-message table *{background-color:var(--bot-chat);color:var(--primary-text)}.chatbot-container .single-chat{display:flex;flex-direction:column;gap:20px}.chatbot-container .chatbot-footer{padding:10px 10px 18px}.chatbot-container .chatbot-footer .input-form{display:flex;align-items:flex-end;position:relative}.chatbot-container .chatbot-footer .input-form .prompt-input{position:relative;width:100%;min-height:48px;max-height:150px;padding:14px 40px 14px 16px;border-radius:var(--br-md);border:1px solid var(--border-col);background-color:var(--chat-bar-bg);font-size:15px;outline:none;box-shadow:var(--chat-input-shadow);resize:none;overflow-y:hidden;line-height:1.5;font-family:inherit}.chatbot-container .chatbot-footer .input-form .prompt-input::placeholder{color:var(--secondary-text)}.chatbot-container .chatbot-footer .input-form .submit-button{position:absolute;right:10px;bottom:9px;width:32px;height:32px;border-radius:50%;background-color:var(--chat-btn-bg);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.chatbot-container .chatbot-footer .input-form .submit-button svg{fill:var(--chat-btn-icon)}.chatbot-container .no-messages{width:-moz-fit-content;width:fit-content;font-size:16px;font-weight:400;color:#fe3737;text-align:center;padding:10px 30px;display:flex;align-items:center;background-color:rgba(255,79,79,.2705882353);border-radius:10px;border:1px solid rgba(255,79,79,.6941176471);border-radius:30px;border-bottom-left-radius:0}.chatbot-container .loading-message{padding:10px 15px;display:flex;align-items:center;justify-content:center}.chatbot-container .prompt-input:disabled{opacity:.7;cursor:not-allowed}.chatbot-container .submit-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-container .top-grp{display:flex;flex-direction:column;gap:20px}.chatbot-container .top-sec{display:flex;flex-direction:column;gap:14px;height:-moz-fit-content;height:fit-content}.chatbot-container .top-sec *{font-family:var(--myFont)}.chatbot-container .top-txt{font-size:24px;color:var(--sec-txt);text-align:center;display:flex;align-items:flex-end}.chatbot-container .top-txt img{margin-bottom:-5px;margin-left:-8px;width:80px;height:70px}.chatbot-container .top-sub-txt{font-size:26px;color:var(--primary-txt);text-align:center}.chatbot-container .card{width:220px;height:260px;background-color:var(--primary-bg);box-shadow:var(--card-shadow);border-radius:var(--br-xl);padding:14px;display:flex;flex-direction:column;gap:10px;cursor:pointer}.chatbot-container .img-sec{width:100%;min-height:190px;background-color:var(--sec-bg);border-radius:var(--br-xl);display:flex;align-items:center;justify-content:center}.chatbot-container .img-sec img{width:160px;height:160px}.chatbot-container .card-container{display:flex}.chatbot-container .card-head{text-align:center;font-size:16px;font-weight:400;color:var(--primary-txt);margin-bottom:10px}.chatbot-container .card-01{rotate:-20deg;z-index:1;margin-top:40px}.chatbot-container .card-02{rotate:0deg;z-index:0}.chatbot-container .card-03{margin-top:40px;rotate:20deg;z-index:1}.chatbot-container .card-list{display:flex;align-items:center;gap:20px;margin-top:10px;flex-wrap:wrap;justify-content:center}.chatbot-container .select-card{padding:10px 15px 10px 10px;border-radius:100px;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #ebebeb;gap:10px}.chatbot-container .select-card a{text-decoration:none;color:var(--primary-txt)}.chatbot-container .select-card img{width:50px;height:50px}.chatbot-container .select-head,.chatbot-container .select-head a{text-decoration:none;color:var(--primary-txt)}.chatbot-container .select-img{height:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:var(--sec-bg);border-radius:50%}.chatbot-container .youtube-preview iframe{border-radius:12px;box-shadow:0 0 12px rgba(95,95,95,.223);height:300px}@media screen and (max-height:640px){.chatbot-container{overflow-y:auto;padding-bottom:40px}.chatbot-container .card{width:160px;max-height:200px}.chatbot-container .card-head{font-size:14px}.chatbot-container .img-sec{min-height:140px;background-color:var(--sec-bg);border-radius:var(--br-xl);display:flex;align-items:center;justify-content:center}.chatbot-container .img-sec img{width:90px;height:90px}}@media screen and (max-width:640px){.chatbot-container{padding:0}.chatbot-container .youtube-preview iframe{height:180px}.chatbot-container .home-container{justify-content:center;margin-top:-60px}.chatbot-container .top-sub-txt{font-size:19px}.chatbot-container .card{width:160px;max-height:200px}.chatbot-container .card-head{font-size:14px}.chatbot-container .img-sec{min-height:140px;background-color:var(--sec-bg);border-radius:var(--br-xl);display:flex;align-items:center;justify-content:center}.chatbot-container .img-sec img{width:90px;height:90px}}@media screen and (max-width:560px){.chatbot-container .top-txt{margin-left:30px}.chatbot-container .chatbot-content{padding:10px 0 0}.chatbot-container .card-list{gap:10px}.chatbot-container .select-card{padding:10px 15px 10px 10px;font-size:14px}.chatbot-container .select-card img{width:40px;height:40px}.chatbot-container .select-img{height:100%;display:flex;align-items:center;justify-content:center;padding:10px;background:var(--sec-bg);border-radius:50%}}@media screen and (max-width:390px){.chatbot-container .chatbot-content{padding:10px 0 0}.chatbot-container .card-list{gap:10px}.chatbot-container .select-card{padding:10px 15px 10px 10px;font-size:12px}.chatbot-container .select-card img{width:30px;height:30px}.chatbot-container .select-img{padding:5px;background:var(--sec-bg);border-radius:50%}}.product-list{width:100%;scroll-behavior:smooth;padding-bottom:12px;flex-shrink:0;padding-right:60px}.product-list .product-grid{max-width:400px;width:100%;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:20px;gap:20px}.product-list .reveal-button-container{width:100%;max-width:400px;display:flex;align-items:center;justify-content:center}.product-list .reveal-button-container .reveal-button{position:relative;transition:all .3s ease-in-out;box-shadow:0 10px 20px rgba(0,0,0,.2);background:var(--linear);color:var(--primary-bg);box-shadow:var(--btn-shadow);border-radius:var(--br-xl);padding:10px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;gap:10px;border:2px solid hsla(0,0%,100%,.3019607843);outline:none;overflow:hidden;font-size:14px;margin-top:-16px}.product-list .reveal-button-container .icon{width:24px;height:24px;transition:all .3s ease-in-out}.product-list .reveal-button-container .reveal-button:hover{transform:scale(1.05);border-color:hsla(0,0%,100%,.6)}.product-list .reveal-button-container .reveal-button:hover .icon{transform:translate(4px)}.product-list .reveal-button-container .reveal-button:hover:before{animation:shine 1.5s ease-out infinite}.product-list .reveal-button-container .reveal-button:before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8),rgba(255,255,255,0) 70%);top:0;left:-100px;opacity:.6}@keyframes shine{0%{left:-100px}60%{left:100%}to{left:100%}}@media(max-width:620px){.product-list{max-width:540px}.product-list .product-grid{grid-template-columns:1fr}}.product-card{min-width:100%;border:1.8px solid var(--card-border);border-radius:var(--br-md);padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:10px;flex-shrink:0;overflow:hidden}.product-card .p-card-top-sec{width:100%;display:flex;gap:5px}.product-card .p-img-sec,.product-card .pro-img{width:100px;height:120px}.product-card .pro-img{object-fit:contain}.product-card .bottom-sec,.product-card .p-card-top-right{display:flex;flex-direction:column;gap:10px}.product-card .product-details{display:flex;flex-direction:column;gap:6px}.product-card .product-name{font-size:15px;font-weight:500;color:var(--primary-txt);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card .price-list{display:flex;flex-direction:column;gap:4px}.product-card .dis-prize{display:flex;align-items:center;gap:4px}.product-card .dis-prize span{text-decoration:line-through;color:#81859c;font-size:14px;font-weight:500}.product-card .or-prize-dis{display:flex;align-items:center;justify-content:center;background-color:rgba(227,98,38,.1);color:var(--brand);padding:4px 8px;border-radius:4px;font-size:12px}.product-card .ori-prize{font-size:18px;color:#363842;font-weight:500}.product-card .btn{width:100%;height:45px;display:flex;align-items:center;justify-content:center;background:var(--sec-bg);border-radius:var(--br-md);color:var(--orange);padding:10px 20px;font-size:14px;cursor:pointer}