.monello-chat{position:fixed;right:22px;bottom:88px;z-index:99999;font-family:Arial,sans-serif}.monello-chat *,.monello-chat *:before,.monello-chat *:after{box-sizing:border-box}.monello-chat__launcher{all:unset;box-sizing:border-box;min-width:176px;height:52px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #e8ddd6;border-radius:999px;background:#fffdfb;color:#4b403c;box-shadow:0 8px 22px #4b403c1f;cursor:pointer;font-family:Arial,sans-serif;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.monello-chat__launcher:hover{background:#f8f2ed;transform:translateY(-2px);box-shadow:0 11px 27px #4b403c29}.monello-chat__launcher-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.monello-chat__launcher-text{color:#4b403c;font-size:14px;font-weight:600;line-height:1}.monello-chat__window{width:380px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100dvh - 120px);margin-bottom:14px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e6ddd7;border-radius:22px;background:#fffdfb;box-shadow:0 18px 50px #2d242038}.monello-chat__header{min-height:92px;padding:18px;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;background:#4b403c;color:#fff}.monello-chat__brand{min-width:0;display:flex;align-items:center;gap:12px}.monello-chat__logo{position:relative;width:52px;height:52px;display:grid;place-items:center;flex:0 0 52px;border-radius:50%;background:#fff;color:#4b403c;box-shadow:0 5px 15px #00000024;font-size:27px;line-height:1}.monello-chat__logo small{position:absolute;right:7px;bottom:5px;font-size:12px;line-height:1}.monello-chat__title{min-width:0;display:flex;flex-direction:column;gap:4px}.monello-chat__title strong{color:#fff;font-size:16px;font-weight:700;line-height:1.25}.monello-chat__title span{color:#e9e1dc;font-size:12px;line-height:1.35}.monello-chat__close{all:unset;box-sizing:border-box;width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-size:27px;line-height:1;transition:background .18s ease}.monello-chat__close:hover{background:#ffffff2e}.monello-chat__content{min-height:0;padding:22px;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;background:#fffdfb}.monello-chat__content:has(.monello-chat__conversation){overflow:hidden}.monello-chat__welcome h2{margin:0 0 10px;color:#4b403c;font-size:22px;line-height:1.25}.monello-chat__welcome p{margin:0;color:#6f6661;font-size:14px;line-height:1.6}.monello-chat__cards{display:grid;gap:10px;margin-top:22px}.monello-chat__card{all:unset;box-sizing:border-box;width:100%;padding:14px;display:flex;align-items:center;gap:13px;border:1px solid #ebe2dc;border-radius:15px;background:#fff;box-shadow:0 5px 15px #4b403c0d;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.monello-chat__card:hover{transform:translateY(-1px);border-color:#d9cac1;box-shadow:0 9px 22px #4b403c1a}.monello-chat__card-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:13px;background:#f7f1ed;font-size:20px;line-height:1}.monello-chat__card-content{min-width:0;display:flex;flex:1 1 auto;flex-direction:column;gap:4px;text-align:left}.monello-chat__card-content strong{color:#4b403c;font-size:14px;line-height:1.3}.monello-chat__card-content span{color:#7a706b;font-size:12px;line-height:1.4}.monello-chat__card-arrow{flex:0 0 auto;color:#948881;font-size:25px;line-height:1}.monello-chat__start-form{margin-top:12px}.monello-chat__conversation{width:100%;height:100%;min-width:0;min-height:0;display:flex;flex-direction:column;gap:14px}.monello-chat__back{all:unset;width:fit-content;flex:0 0 auto;color:#6f6661;cursor:pointer;font-size:13px;font-weight:600;line-height:1.3}.monello-chat__back:hover{color:#4b403c}.monello-chat__messages{min-width:0;min-height:0;padding:2px 2px 8px;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.monello-chat__message{min-width:0;display:flex;align-items:flex-start;gap:9px}.monello-chat__message--user{justify-content:flex-end}.monello-chat__message-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:#f7f1ed;font-size:16px;line-height:1}.monello-chat__message-bubble{min-width:0;max-width:82%;padding:12px 14px;border:1px solid #ebe2dc;border-radius:4px 15px 15px;background:#fff;color:#4b403c;box-shadow:0 5px 15px #4b403c0d;font-size:13px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.monello-chat__message--user .monello-chat__message-bubble{border:0;border-radius:15px 4px 15px 15px;background:#4b403c;color:#fff}.monello-chat__message-bubble strong{color:inherit;font-weight:700}.monello-chat__message-bubble p{margin:8px 0 0;color:inherit;font-size:inherit;line-height:inherit}.monello-chat__message-bubble a{color:#6f5146;font-weight:700;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere}.monello-chat__message--user .monello-chat__message-bubble a{color:#fff}.monello-chat__message-bubble a:hover{color:#4b403c}.monello-chat__list-item{display:inline-block;margin:2px 0}.monello-chat__typing{flex:0 0 auto;color:#887d76;font-size:12px}.monello-chat__form{flex:0 0 auto;margin:0;padding:0}.monello-chat__form-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.monello-chat__form-row{display:flex;align-items:center;gap:8px}.monello-chat__input{min-width:0;height:46px;padding:0 15px;flex:1 1 auto;border:1px solid #e4d9d2;border-radius:999px;background:#fff;color:#4b403c;font:inherit;font-size:13px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.monello-chat__input:focus{border-color:#bca9a0;box-shadow:0 0 0 3px #bca9a026}.monello-chat__input:disabled{opacity:.68;cursor:wait}.monello-chat__attach{all:unset;box-sizing:border-box;width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border:1px solid #ded3cc;border-radius:10px;background:#fff;color:#4b403c;cursor:pointer;font-size:15px;line-height:1}.monello-chat__attach:hover{background:#f8f2ed}.monello-chat__send{all:unset;box-sizing:border-box;width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;border-radius:50%;background:#4b403c;color:#fff;cursor:pointer;font-size:18px;line-height:1;transition:background .18s ease,transform .18s ease}.monello-chat__send:hover{background:#403632;transform:translateY(-1px)}.monello-chat__image-preview{position:relative;width:140px;margin:10px 0 10px auto;padding:6px;border:1px solid #e6ddd8;border-radius:14px;background:#fff}.monello-chat__image-preview img{display:block;width:100%;height:auto;max-height:160px;object-fit:cover;border-radius:10px}.monello-chat__image-remove{position:absolute;top:-7px;right:-7px;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#4b403c;color:#fff;cursor:pointer;font-size:17px;line-height:24px}.monello-chat__handoff-button{width:calc(100% - 44px);margin:4px 0 6px 44px;padding:12px 14px;border:1px solid #dfd2ca;border-radius:14px;background:#fffaf7;color:#4b403c;cursor:pointer;font:inherit;font-size:13px;font-weight:600;text-align:center}.monello-chat__handoff-button:hover{background:#f5ece7}@media(max-width:749px){.monello-chat{right:14px;bottom:84px}.monello-chat__launcher{width:54px!important;min-width:54px!important;height:54px!important;padding:0!important;gap:0!important;border-radius:50%!important}.monello-chat__launcher-text{display:none!important}.monello-chat__launcher-icon{width:auto!important;height:auto!important;font-size:22px!important}.monello-chat__window{width:min(380px,calc(100vw - 24px));max-width:none;height:min(500px,calc(100dvh - 120px))}.monello-chat__header{min-height:84px;padding:14px}.monello-chat__content{padding:16px}.monello-chat__logo{width:48px;height:48px;flex-basis:48px}.monello-chat__title strong{font-size:15px}.monello-chat__message-bubble{max-width:86%}}@media(max-width:390px){.monello-chat{right:8px}.monello-chat__window{width:calc(100vw - 16px);height:min(500px,calc(100dvh - 106px))}.monello-chat__content{padding:14px}.monello-chat__header{gap:10px;padding:13px}.monello-chat__title span{font-size:11px}.monello-chat__input{padding:0 12px}}.monello-chat__window[hidden],.monello-chat__launcher[hidden]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/19/assets/monello-chat.css.map */
