.vd-chat__toggle{position:fixed;bottom:20px;right:20px;z-index:40;width:52px;height:52px;border-radius:50%;background:var(--color-forest);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #22331f40}.vd-chat__toggle:hover{background:var(--color-forest-light)}.vd-chat__panel{position:fixed;bottom:84px;right:20px;z-index:40;width:min(360px,calc(100vw - 40px));max-height:min(520px,calc(100vh - 140px));background:var(--color-cream);border:1px solid var(--color-line);border-radius:16px;box-shadow:0 16px 40px #22331f2e;display:flex;flex-direction:column;overflow:hidden}.vd-chat__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;background:var(--color-forest);color:#fff;font-size:14px;font-weight:500}.vd-chat__close{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}.vd-chat__body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.vd-chat__msg{font-size:13px;line-height:1.5;padding:.6rem .85rem;border-radius:12px;max-width:85%}.vd-chat__msg--bot{background:var(--color-cream-dark);color:var(--color-ink);align-self:flex-start;border-bottom-left-radius:4px}.vd-chat__msg--user{background:var(--color-forest);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.vd-chat__quick{display:flex;flex-wrap:wrap;gap:.5rem}.vd-chat__chip{font-size:12px;padding:.45rem .8rem;border-radius:999px;border:1px solid var(--color-line);background:#fff;color:var(--color-forest);cursor:pointer}.vd-chat__chip:hover{border-color:var(--color-forest)}.vd-chat__results{display:flex;flex-direction:column;gap:.5rem}.vd-chat__product{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;border:1px solid var(--color-line);border-radius:10px;background:#fff;font-size:13px}.vd-chat__product:hover{border-color:var(--color-forest)}.vd-chat__product-price{color:var(--color-forest);font-weight:600}.vd-chat__input-row{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--color-line)}.vd-chat__input-row input{flex:1;padding:.6rem .75rem;border-radius:999px;border:1px solid var(--color-line);font-size:13px}.vd-chat__input-row button{width:36px;height:36px;border-radius:50%;border:none;background:var(--color-honey);color:#fff;cursor:pointer}.vd-chat__disclaimer{font-size:10px;color:var(--color-sage);padding:0 .9rem .75rem;margin:0;line-height:1.4}.vd-chat__msg--typing{display:flex;align-items:center;gap:4px;padding:.7rem .9rem}.vd-chat__msg--typing span{width:6px;height:6px;border-radius:50%;background:var(--color-sage);display:inline-block;animation:vd-chat-typing 1s infinite ease-in-out}.vd-chat__msg--typing span:nth-child(2){animation-delay:.15s}.vd-chat__msg--typing span:nth-child(3){animation-delay:.3s}@keyframes vd-chat-typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/chatbot.css.map */
