.fv-chat{--fv-brand: #c2674a;--fv-brand-deep: #a9542f;--fv-cream: #faf5ee;--fv-panel: #fffdfb;--fv-ink: #3a302a;--fv-muted: #8a7b70;--fv-line: #ece1d3;--fv-user: #f3e6dc;--fv-shadow: 0 18px 48px -18px rgba(74, 59, 50, .45);--fv-radius: 20px;font-family:var(--font-body-family, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif);color:var(--fv-ink);-webkit-font-smoothing:antialiased;box-sizing:border-box;font-size:15px;line-height:1.55}.fv-chat *,.fv-chat *:before,.fv-chat *:after{box-sizing:border-box}.fv-chat--bubble{position:fixed;right:1.6rem;bottom:1.6rem;z-index:9998}.fv-chat-launcher{width:60px;height:60px;border:0;border-radius:50%;background:var(--fv-brand);color:#fff;cursor:pointer;box-shadow:0 12px 26px -8px #a9542f99;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.fv-chat-launcher:hover{background:var(--fv-brand-deep);transform:translateY(-2px)}.fv-chat-launcher:focus-visible{outline:3px solid rgba(194,103,74,.4);outline-offset:3px}.fv-chat-launcher svg{width:27px;height:27px}.fv-chat-launcher .fv-ic-close,.fv-chat--open .fv-chat-launcher .fv-ic-chat{display:none}.fv-chat--open .fv-chat-launcher .fv-ic-close{display:block}.fv-chat__window{width:408px;max-width:calc(100vw - 2rem);height:580px;max-height:calc(100dvh - 148px);background:var(--fv-cream);border:1px solid var(--fv-line);border-radius:var(--fv-radius);box-shadow:var(--fv-shadow);display:flex;flex-direction:column;overflow:hidden}.fv-chat--bubble .fv-chat__window{position:absolute;right:0;bottom:74px;transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease}.fv-chat--bubble .fv-chat__window[hidden]{display:flex;opacity:0;transform:translateY(12px) scale(.97);pointer-events:none}.fv-chat--inline .fv-chat__window{position:static;width:100%;height:100%;max-height:none;box-shadow:none}.fv-chat__head{display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;background:linear-gradient(180deg,var(--fv-brand-deep) 0%,#944323 100%);color:#fff}.fv-chat__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#ffffff38;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}.fv-chat__avatar svg{width:24px;height:24px;color:#fff}.fv-chat__id{display:flex;flex-direction:column;line-height:1.25;min-width:0}.fv-chat__name{font-weight:600;font-size:15px;letter-spacing:.01em}.fv-chat__status{font-size:12px;opacity:.85;display:flex;align-items:center;gap:5px}.fv-chat__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#8fd18b;box-shadow:0 0 0 2px #8fd18b59}.fv-chat__close{margin-left:auto;width:30px;height:30px;border:0;border-radius:50%;background:#ffffff29;color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.fv-chat__close:hover{background:#ffffff47}.fv-chat__close svg{width:16px;height:16px}.fv-chat--inline .fv-chat__close{display:none}.fv-chat__log{flex:1 1 auto;overflow-y:auto;padding:16px 15px 6px;display:flex;flex-direction:column;gap:13px;scroll-behavior:smooth}.fv-chat__row{display:flex;gap:9px;align-items:flex-end;max-width:100%}.fv-chat__row--bot{justify-content:flex-start}.fv-chat__row--user{justify-content:flex-end}.fv-chat__row .fv-chat__bubble-avatar{width:28px;height:28px;border-radius:50%;flex:0 0 auto;object-fit:cover;background:var(--fv-brand);display:grid;place-items:center;overflow:hidden}.fv-chat__row .fv-chat__bubble-avatar svg{width:16px;height:16px;color:#fff}.fv-chat__row--user .fv-chat__bubble-avatar{display:none}.fv-chat__msg{padding:10px 13px;border-radius:16px;font-size:15px;line-height:1.55;max-width:78%;word-wrap:break-word;overflow-wrap:anywhere}.fv-chat__row--bot .fv-chat__msg{background:var(--fv-panel);border:1px solid var(--fv-line);border-bottom-left-radius:5px;color:var(--fv-ink)}.fv-chat__row--user .fv-chat__msg{background:var(--fv-brand-deep);border-bottom-right-radius:5px;color:#fff}.fv-chat__msg p{margin:0 0 .5em}.fv-chat__msg p:last-child{margin-bottom:0}.fv-chat__msg a{color:var(--fv-brand-deep);text-decoration:underline}.fv-chat__row--user .fv-chat__msg a{color:#fff}.fv-chat__msg ul{margin:.3em 0;padding-left:1.1em}.fv-chat__msg li{margin:.15em 0}.fv-chat__typing{display:inline-flex;gap:4px;padding:.2rem .1rem}.fv-chat__typing span{width:6px;height:6px;border-radius:50%;background:var(--fv-muted);animation:fv-bounce 1.2s infinite ease-in-out both}.fv-chat__typing span:nth-child(2){animation-delay:.15s}.fv-chat__typing span:nth-child(3){animation-delay:.3s}@keyframes fv-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.fv-chat__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:.1rem 0 .2rem;padding-left:37px}.fv-chat__chip{font:inherit;font-size:13px;line-height:1.25;padding:8px 14px;border-radius:5rem;border:1px solid var(--fv-line);background:var(--fv-panel);color:var(--fv-brand-deep);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.fv-chat__chip:hover{background:var(--fv-user);border-color:var(--fv-brand)}.fv-chat__chip:active{transform:scale(.96)}.fv-chat__chip:focus-visible{outline:2px solid var(--fv-brand);outline-offset:2px}.fv-chat__retry{display:inline-block;margin-top:9px;font:inherit;font-size:13px;line-height:1.25;padding:7px 14px;border-radius:5rem;border:1px solid var(--fv-brand-deep);background:transparent;color:var(--fv-brand-deep);cursor:pointer;transition:background .15s ease,color .15s ease}.fv-chat__retry:hover{background:var(--fv-brand-deep);color:#fff}.fv-chat__retry:focus-visible{outline:2px solid var(--fv-brand);outline-offset:2px}.fv-chat__order{display:flex;flex-direction:column;gap:.5rem;margin:.1rem 0 .3rem;padding-left:37px}.fv-chat__order-in{font:inherit;font-size:16px;padding:10px 12px;border:1px solid var(--fv-line);border-radius:12px;background:#fff;color:var(--fv-ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.fv-chat__order-in::placeholder{color:var(--fv-muted)}.fv-chat__order-in:focus{border-color:var(--fv-brand);box-shadow:0 0 0 3px #c2674a24}.fv-chat__order-btn{align-self:flex-start;font:inherit;font-size:14px;font-weight:500;padding:9px 18px;border:0;border-radius:10px;background:var(--fv-brand-deep);color:#fff;cursor:pointer;transition:background .15s ease,transform .12s ease}.fv-chat__order-btn:hover:not(:disabled){background:#944323}.fv-chat__order-btn:active:not(:disabled){transform:scale(.97)}.fv-chat__order-btn:disabled{opacity:.6;cursor:default}.fv-chat__msg--order{max-width:92%}.fv-chat__msg--order ul{margin:.3em 0}.fv-chat__dock{display:flex;align-items:flex-end;gap:9px;padding:11px 13px calc(11px + env(safe-area-inset-bottom,0px));background:var(--fv-cream);border-top:1px solid var(--fv-line)}.fv-chat__input{flex:1 1 auto;resize:none;border:1px solid var(--fv-line);border-radius:14px;background:#fff;padding:12px 14px;font:inherit;font-size:16px;line-height:1.45;color:var(--fv-ink);min-height:50px;max-height:132px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.fv-chat__input::placeholder{color:var(--fv-muted)}.fv-chat__input:focus{border-color:var(--fv-brand);box-shadow:0 0 0 3px #c2674a24}.fv-chat__send{flex:0 0 auto;width:50px;height:50px;border:0;border-radius:14px;background:var(--fv-brand);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,transform .12s ease}.fv-chat__send:hover:not(:disabled){background:var(--fv-brand-deep)}.fv-chat__send:active:not(:disabled){transform:scale(.94)}.fv-chat__send:disabled{opacity:.45;cursor:default}.fv-chat__send svg{width:20px;height:20px}.fv-chat__foot{text-align:center;font-size:11px;letter-spacing:.01em;color:var(--fv-muted);padding:0 14px 9px;background:var(--fv-cream)}.fv-chat__tray{display:flex;gap:9px;flex-wrap:wrap;padding:10px 13px 0;background:var(--fv-cream)}.fv-chat__thumb{position:relative;width:62px;height:62px;border-radius:12px;overflow:hidden;border:1px solid var(--fv-line);background:var(--fv-user);flex:0 0 auto}.fv-chat__thumb img{width:100%;height:100%;object-fit:cover;display:block}.fv-chat__thumb.is-busy:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3a302a73;animation:fv-pulse 1.1s ease-in-out infinite}@keyframes fv-pulse{0%,to{opacity:.75}50%{opacity:.35}}.fv-chat__thumb-x{position:absolute;top:3px;right:3px;width:20px;height:20px;border:0;border-radius:50%;background:#2e2925b8;color:#fff;cursor:pointer;display:grid;place-items:center;padding:0;z-index:1;transition:background .15s ease}.fv-chat__thumb-x:hover{background:#2e2925eb}.fv-chat__thumb-x svg{width:12px;height:12px}.fv-chat__thumb-x:focus-visible{outline:2px solid var(--fv-brand);outline-offset:1px}.fv-chat__attach{flex:0 0 auto;width:44px;height:50px;border:0;border-radius:14px;background:transparent;color:var(--fv-muted);cursor:pointer;display:grid;place-items:center;transition:color .15s ease,background .15s ease}.fv-chat__attach:hover{color:var(--fv-brand-deep);background:var(--fv-user)}.fv-chat__attach:focus-visible{outline:2px solid var(--fv-brand);outline-offset:-2px}.fv-chat__attach svg{width:21px;height:21px}.fv-chat__sent-imgs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.fv-chat__sent-imgs:last-child{margin-bottom:0}.fv-chat__sent-imgs img{width:116px;max-width:100%;border-radius:10px;display:block}.fv-chat__window.fv-chat--drop:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border:2px dashed var(--fv-brand);border-radius:14px;background:#c2674a0f;pointer-events:none;z-index:2}.fv-chat__window{position:relative}.fv-chat__log::-webkit-scrollbar{width:7px}.fv-chat__log::-webkit-scrollbar-thumb{background:var(--fv-line);border-radius:10px}@media(max-width:480px){.fv-chat--bubble{right:1rem;bottom:1rem}.fv-chat--bubble .fv-chat__window{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:100vw;height:100vh;height:100dvh;max-height:none;border-radius:0;z-index:9999}.fv-chat--bubble .fv-chat__head{padding-top:calc(.85rem + env(safe-area-inset-top,0px))}.fv-chat--open .fv-chat-launcher{display:none}}@media(prefers-reduced-motion:reduce){.fv-chat *,.fv-chat *:before,.fv-chat *:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/forevervow-chat.css.map */
