*{font-family:"Quicksand",serif;font-weight:400}@supports(font-variation-settings: "wght" 450){*{font-family:"Quicksand",serif;font-weight:450}}body{height:100vh;margin:0;padding:0;background:#fff;display:flex;justify-content:center;align-items:center}.assistants{width:100vw;height:100vh;display:flex;flex-direction:column}.boxes{flex:1;width:100%;height:auto;min-height:0;background:#fff;display:flex;overflow:hidden}@media(max-width: 899px){.boxes{height:auto}}.avatar{display:flex;vertical-align:center;align-items:end;background:#fefaf7;text-align:center;border-right:1px solid #f1f1f1;width:400px}.avatar img{width:85%;margin:0 auto 80px auto}@media(max-width: 899px){.avatar{display:none}}.chat-container{display:flex;flex:1;flex-direction:column;position:relative;overflow-x:hidden}@media(max-width: 899px){.chat-container{width:100%}}.chat-container .chat-blocker{position:absolute;width:100%;display:none;display:none;height:100%;z-index:400;top:0;right:0}.chat-container.loading{filter:blur(2px)}.chat-container.loading .chat-blocker{display:block}.header{background:#fff;color:#212121;padding:25px 20px;display:flex;justify-content:start;align-items:center;border-bottom:1px solid #f1f1f1}.header .right{margin-left:auto;display:flex;justify-content:center}.header .right .powered{margin-right:30px;display:flex;flex-direction:column-reverse}.header .right .powered a{text-decoration:none;color:#08c2d9}.header .right .powered span{font-size:10px;display:block}.header .right .powered span:first-child{margin:0 0 -5px 0}.header .right .powered span:last-child{text-align:right;margin:-9px 0 0 0}.header .right .powered img{width:80px}.header h1{margin:0;font-size:16px;font-weight:700}@media(max-width: 899px){.header h1{display:none}}.header .closeChat{margin-right:0;margin-top:10px;display:inline-block;opacity:.5}.header .hideChat{margin-right:5px;margin-top:10px;display:inline-block;opacity:.5}.header .toggleSound{margin-right:5px;margin-top:10px;text-decoration:none;font-size:21px;display:inline-block;opacity:.5}.chat-window{display:flex;height:100%;flex-direction:column;align-items:flex-start;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:0 15px;background:#fff}.chat-window .message{display:inline-block;max-width:80%;margin:10px 0;padding:6px 20px 10px 20px;border-radius:15px;line-height:20px;color:#121417;font-size:14px;word-wrap:break-word;word-break:break-word;box-shadow:0 4px 10px hsla(0,0%,10%,.2);animation:slide-in .3s ease-in-out}.chat-window .message.map{width:100%;max-width:inherit;box-sizing:border-box;padding:0;height:400px}.chat-window .message.map iframe{border-radius:15px}.chat-window .btn{max-width:80%;margin:15px auto;padding:6px 20px 10px 20px;border-radius:15px;line-height:20px;cursor:pointer;background:#32cd32;color:#fff;font-size:14px;word-wrap:break-word;border:none;word-break:break-word;box-shadow:0 4px 10px hsla(0,0%,10%,.2);animation:slide-in .3s ease-in-out}.chat-window b{font-weight:700}.chat-window a{color:#08c2d9}.chat-window .user{align-self:flex-end;background:#08c2d9;color:#fff}.chat-window .assistant{align-self:flex-start;background:#fff;color:#5c5c5f}.chat-window .product-carousel{position:relative;width:100%;margin:10px 0;box-sizing:border-box}@media(max-width: 899px){.chat-window .product-carousel{width:240px}}.chat-window .product-carousel .carousel-products{height:285px;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;overflow-x:hidden;column-gap:12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.chat-window .product-carousel .carousel-products.videos{height:220px}.chat-window .product-carousel .carousel-products::-webkit-scrollbar{display:none}.chat-window .product-carousel .carousel-products .carousel-product{position:relative;width:228px;border:8px solid #f1f1f1;box-sizing:border-box;flex:0 0 auto;background:#fff;border-radius:12px;z-index:500}.chat-window .product-carousel .carousel-products .carousel-product.videos .product-image{height:70% !important}.chat-window .product-carousel .carousel-products .carousel-product.videos .product-image iframe{width:100%;height:90%}.chat-window .product-carousel .carousel-products .carousel-product .cart-button{position:absolute;top:9px;box-shadow:0 4px 10px rgba(51,51,51,.2);right:9px;padding:8px 6px 4px 7px;border-radius:50%;border:none;background-color:#08c2d9;cursor:pointer;width:35px;height:35px;z-index:800;transition:all .1s ease-in}.chat-window .product-carousel .carousel-products .carousel-product .cart-button img{width:20px}.chat-window .product-carousel .carousel-products .carousel-product .cart-button:hover{filter:brightness(1.1)}.chat-window .product-carousel .carousel-products .carousel-product .product-image{position:absolute;top:0;right:0;left:0;display:block;padding:12px;height:45%;text-align:center}.chat-window .product-carousel .carousel-products .carousel-product .product-image img{max-width:100%;height:100%;object-fit:contain}.chat-window .product-carousel .carousel-products .carousel-product .product-info{position:absolute;bottom:0;display:flex;flex-direction:column;flex-wrap:nowrap;padding:12px;text-align:center;row-gap:3px;font-size:12px;z-index:500}.chat-window .product-carousel .carousel-products .carousel-product .product-info .product-name{display:block;font-size:12px;font-weight:666;text-decoration:none}.chat-window .product-carousel .carousel-products .carousel-product .product-info .product-price{font-size:14px;font-weight:600}.chat-window .product-carousel .carousel-products .carousel-product .product-info .product-availability{color:#5c5c5f}.chat-window .product-carousel .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.8);border:none;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:777}.chat-window .product-carousel .carousel-nav:disabled{opacity:.5;cursor:not-allowed}.chat-window .product-carousel .carousel-nav.left{left:10px}.chat-window .product-carousel .carousel-nav.right{right:10px}.chat-input{padding:20px 15px;border-top:1px solid #f1f1f1;background:#fff}.suggested{text-align:center;margin-top:10px}.suggested h4{font-size:10px;margin:0;display:inline-block}.suggested a{display:inline-block;cursor:pointer;background:#08c2d9;padding:4px 8px;color:#fff;font-size:12px;border-radius:15px;margin:2px 3px}.suggested a.disabled{background:#5c5c5f;opacity:.4}.recording-hint{position:absolute;right:104px;bottom:75px;background:red;color:#fff;padding:8px 15px;border-radius:14px;font-size:12px;line-height:1;opacity:0;z-index:100;pointer-events:none;transform:translateX(6px);transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.recording-hint.show{opacity:1;transform:translateX(0)}.recording-hint{display:flex;align-items:center;justify-content:center;gap:10px}.recording-hint .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.recording-hint .spectrum{display:inline-flex;align-items:flex-end;gap:3px;height:10px}.recording-hint .spectrum span{display:block;width:3px;height:100%;background:currentColor;opacity:.9;border-radius:2px;transform-origin:bottom;animation:rh-bounce 1.1s ease-in-out infinite}.recording-hint .spectrum span:nth-child(1){animation-delay:0s}.recording-hint .spectrum span:nth-child(2){animation-delay:.05s}.recording-hint .spectrum span:nth-child(3){animation-delay:.1s}.recording-hint .spectrum span:nth-child(4){animation-delay:.15s}.recording-hint .spectrum span:nth-child(5){animation-delay:.2s}.recording-hint .spectrum span:nth-child(6){animation-delay:.25s}.recording-hint .spectrum span:nth-child(7){animation-delay:.3s}.recording-hint .spectrum span:nth-child(8){animation-delay:.35s}.recording-hint .spectrum span:nth-child(9){animation-delay:.4s}.recording-hint .spectrum span:nth-child(10){animation-delay:.45s}.recording-hint .spectrum span:nth-child(11){animation-delay:.5s}.recording-hint .spectrum span:nth-child(12){animation-delay:.55s}@keyframes rh-bounce{0%,100%{transform:scaleY(0.25);opacity:.7}40%{transform:scaleY(1);opacity:1}60%{transform:scaleY(0.5);opacity:.85}}#record-button{right:55px;touch-action:none;-webkit-user-select:none;user-select:none}#record-button.active svg{fill:red !important}form{width:100%;margin:0;display:flex;align-items:center;position:relative}form #user-input{flex:1;padding:12px 50px 12px 15px;background:#f1f1f1;border-radius:35px;resize:none;font-size:14px;position:relative;overflow-y:hidden;box-sizing:border-box;border:2px solid rgba(0,0,0,0)}form #user-input:active,form #user-input:focus{outline:none !important;border:2px solid #08c2d9}form button{margin-left:5px;position:absolute;margin-bottom:5px;right:15px;bottom:0;background:rgba(0,0,0,0);color:#565656;border:none;cursor:pointer}form button svg{width:25px;height:25px;fill:#565656;opacity:.8}form button svg:hover{opacity:1}.typing-indicator{text-align:center;background:#fff;display:flex;margin:auto auto 0;align-items:center;justify-content:center;padding:10px 0;color:#666;font-style:italic}.typing-indicator span{width:6px;height:6px;margin:0 3px;background-color:#666;border-radius:50%;animation:blink 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,100%{opacity:0}40%{opacity:1}}@keyframes slide-in{0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}}.flags{margin-top:5px}.flags a{display:inline-block;margin-right:5px;cursor:pointer}.flags a svg{width:20px;border:1px solid #fff;box-shadow:0 4px 10px rgba(51,51,51,.2)}.ai-info{text-align:center;margin:5px auto 0 auto}.ai-info a{color:gray;text-decoration:none;font-size:11px}.chat-img{width:50%;height:auto}/*# sourceMappingURL=style.min.css.map */
