:root{--chat-font-family: "Open Sans", sans-serif;--chat-font-size: .875rem;--chat-color-grey10: #171a20;--chat-color-grey15: #222;--chat-color-grey20: #393c41;--chat-color-grey25: #444;--chat-color-grey30: #5c5e62;--chat-color-grey35: #8e8e8e;--chat-color-grey40: #a2a3a5;--chat-color-grey45: #bbb;--chat-color-grey50: #d0d1d2;--chat-color-grey60: #e2e3e3;--chat-color-grey65: #eee;--chat-color-grey70: #f4f4f4}#chat-app *{box-sizing:border-box}.chat-buttons{gap:8px;display:flex;flex-wrap:wrap}.chat-button,.chat-button:focus{display:flex;justify-content:center;align-items:center;padding:8px 10px;border:2px solid var(--chat-color-grey50);border-radius:5px;outline:none;color:var(--chat-color-grey20);fill:var(--chat-color-grey20);font-size:var(--chat-font-size);cursor:pointer;background-color:#fff;transition:background-color,border-color .15s}.chat-submit{border:none;color:var(--chat-color-grey20);fill:var(--chat-color-grey20);background-color:transparent}.chat-submit[disabled]{color:var(--chat-color-grey45);fill:var(--chat-color-grey45);cursor:not-allowed;background-color:transparent}.chat-button svg{pointer-events:none}.chat-button kbd{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin-right:10px;padding:0 6px;border-radius:2px;color:var(--chat-color-grey20);font-weight:600;font-size:12px;line-height:8px;font-family:monospace;background-color:#fff}.chat-input{width:100%;height:45px;padding:0;margin:0;border:none;outline:none;color:var(--chat-color-grey20);font-size:var(--chat-font-size);text-indent:5px;box-shadow:none}.chat-container{position:fixed;z-index:1000;right:16px;bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:445px;height:519px;border-radius:8px;overflow:hidden;color:var(--chat-color-grey20);font-size:var(--chat-font-size);font-family:var(--chat-font-family);background-color:#fff;box-shadow:#00000029 0 8px 16px;animation:chat-slide-up .3s cubic-bezier(.39,.575,.565,1) both}.chat-container a{color:inherit}.chat-fab{position:fixed;z-index:999;right:18px;bottom:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;border-radius:100%;fill:none;stroke:var(--chat-color-grey20);color:var(--chat-color-grey20);cursor:pointer;background-color:var(--chat-color-grey65);box-shadow:0 2px 1px #00000040}.chat-fab svg{margin-bottom:-2px}.chat-fab.is-unread:after{content:"";position:absolute;top:4px;right:2px;width:13px;height:13px;border:3px solid #efb8ba;border-radius:50%;background-color:#ec5b62}.chat-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:13px 16px}.chat-header>div{gap:5px;display:flex}.chat-header .chat-button{fill:#666;border:none;background-color:transparent}.chat-header .chat-close{stroke:#666;stroke-width:1.7px}.chat-logo{width:125px;height:100%}.chat-body{gap:10px;display:flex!important;flex:1 1 auto;flex-direction:column;width:100%;padding:0 16px;overflow-y:auto;background-color:#fff}.chat-footer{width:100%;padding:13px 16px}.chat-field{gap:10px;display:flex;align-items:center;width:100%;height:45px;padding:0 10px;border:1px solid #d6d6d6;border-radius:5px;background-color:#fff;box-shadow:0 0 10px #0000001a}.chat-field .chat-button{flex:0 0 auto}.chat-field .chat-input{flex:1 1 auto;height:100%}.chat-message{align-self:flex-end;max-width:75%;padding:10px;border-radius:5px;color:var(--chat-color-grey20);line-height:1.2;background-color:var(--chat-color-grey70)}.chat-notice{max-width:100%;border:1px solid var(--chat-color-grey50);color:var(--chat-color-grey30);font-size:10px;background-color:#fff}.chat-assistant{align-self:flex-start}.chat-user{align-self:flex-end;color:#fff;background-color:#212121}.chat-message .chat-button{margin-top:10px;border:none;color:var(--chat-color-grey20);text-align:center;text-decoration:none;background-color:#fff}.chat-list{margin:0;padding-right:10px;padding-left:20px;list-style:disc}.chat-list li{margin-bottom:4px;list-style:disc;line-height:1.5}.chat-products,.chat-orders{gap:8px;display:flex;flex-direction:column}.chat-products>div,.chat-orders>div{padding:8px;border-radius:4px;background-color:#fff;line-height:1.25;cursor:pointer;transition:background-color .15s}.chat-products>div:hover,.chat-orders>div:hover{background-color:#ffffe0}.chat-products>div{gap:16px;display:flex}.chat-products img+div{display:flex;flex-direction:column;justify-content:center}.chat-products b,.chat-orders b{font-weight:600;font-size:15px;font-family:futura-pt,sans-serif}.chat-loader>div{display:block!important;width:40px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 50%;animation:chat-loading 1s infinite linear}.chat-dialog{position:absolute;top:74px;right:16px;left:16px;gap:16px;display:none;flex-direction:column;justify-content:center;align-items:stretch;padding:16px;border-radius:4px;font-size:1rem;text-align:center;background:#fff}.chat-dialog .chat-button{flex:1 1 auto;height:45px}.chat-container.has-dialog .chat-body,.chat-container.has-dialog .chat-footer{visibility:hidden!important}.chat-container.has-dialog .chat-dialog{display:flex!important}.chat--no-animation{animation-duration:0s!important}.chat--w-100{width:100%!important}.chat--flx-col{flex-direction:column!important;align-items:flex-start!important}@keyframes chat-loading{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}@keyframes chat-slide-up{0%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@media only screen and (max-width: 480px) and (orientation: portrait){.chat-container{z-index:1000;right:16px;bottom:16px;width:calc(100% - 48px);height:75%}.chat-message{max-width:90%}.chat-fab{width:40px;height:40px}}.chat__toggle{display:block;text-align:center}.chat__toggle--margin{margin-top:20px}
/*# sourceMappingURL=/cdn/shop/t/107/assets/chatbot.css.map */
