:root{--bv-verde: #618044;--bv-verde-escuro: #4a6233;--bv-verde-hover: #527038;--bv-creme: #F0E8D1;--bv-creme-escuro: #e6dbc0;--bv-texto: #1a1a1a;--bv-radius: 16px;--bv-shadow: 0 8px 32px rgba(0,0,0,.18)}#bv-chat-btn{position:fixed;bottom:24px;right:24px;width:62px;height:62px;background:transparent;border-radius:50%;border:3px solid var(--bv-verde);cursor:pointer;box-shadow:var(--bv-shadow);display:flex;align-items:center;justify-content:center;z-index:9998;padding:0;overflow:hidden;transition:transform .2s ease,border-color .2s ease}#bv-chat-btn:hover{transform:scale(1.06);border-color:var(--bv-verde-escuro)}#bv-chat-btn .bv-btn-avatar{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%;display:block;transition:opacity .2s ease}#bv-chat-btn .bv-icon-close{position:absolute;width:22px;height:22px;fill:#fff;display:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}#bv-chat-btn.aberto .bv-btn-avatar{opacity:.35}#bv-chat-btn.aberto .bv-icon-close{display:block}#bv-chat-badge{position:absolute;top:1px;right:1px;width:16px;height:16px;background:#e05c2a;border-radius:50%;border:2px solid white;display:none}#bv-chat-badge.visivel{display:block}#bv-chat-window{position:fixed;bottom:100px;right:24px;width:380px;height:560px;background:#fff;border-radius:var(--bv-radius);box-shadow:var(--bv-shadow);display:flex;flex-direction:column;overflow:hidden;z-index:9997;opacity:0;transform:translateY(16px) scale(.97);pointer-events:none;transition:opacity .25s ease,transform .25s ease;font-family:Arial,sans-serif}#bv-chat-window.aberto{opacity:1;transform:translateY(0) scale(1);pointer-events:all}#bv-chat-header{background:var(--bv-verde);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px;flex-shrink:0}#bv-chat-header .bv-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.4)}#bv-chat-header .bv-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}#bv-chat-header .bv-header-info h3{font-size:15px!important;font-weight:700!important;color:#fff!important;margin:0!important;padding:0!important;line-height:1.2!important;text-transform:none!important;letter-spacing:normal!important}#bv-chat-header .bv-header-info p{font-size:11px!important;opacity:.85;margin:0!important;padding:0!important;line-height:1.2!important;color:#fff!important}#bv-fechar-btn{display:none;background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:16px;cursor:pointer;margin-left:auto;flex-shrink:0;align-items:center;justify-content:center;line-height:1}#bv-fechar-btn:hover{background:#ffffff59}.bv-online-dot{width:8px;height:8px;background:#7ecb7e;border-radius:50%;display:inline-block;margin-right:4px}#bv-chat-messages{flex:1!important;overflow-y:auto!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:10px!important;row-gap:10px!important;column-gap:0!important;background:#fafaf8!important;scroll-behavior:smooth!important;min-height:0!important;height:auto!important;max-height:none!important;box-sizing:border-box!important}#bv-chat-messages::-webkit-scrollbar{width:4px}#bv-chat-messages::-webkit-scrollbar-track{background:transparent}#bv-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.bv-message{max-width:82%;padding:9px 13px;border-radius:12px;font-size:13.5px;line-height:1.55;word-break:break-word;overflow-wrap:break-word}.bv-message.bot{background:#fff;color:var(--bv-texto);align-self:flex-start;border-bottom-left-radius:3px;box-shadow:0 1px 4px #00000012}.bv-message.user{background:var(--bv-verde);color:#fff;align-self:flex-end;border-bottom-right-radius:3px}.bv-message a{color:var(--bv-verde);text-decoration:underline}.bv-message.user a{color:var(--bv-creme)}.bv-typing{display:flex;gap:4px;align-items:center;padding:10px 13px;background:#fff;border-radius:12px 12px 12px 3px;align-self:flex-start;box-shadow:0 1px 4px #00000012}.bv-typing span{width:7px;height:7px;background:#aaa;border-radius:50%;animation:bv-bounce 1s infinite}.bv-typing span:nth-child(2){animation-delay:.18s}.bv-typing span:nth-child(3){animation-delay:.36s}@keyframes bv-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.bv-botoes{display:flex;flex-wrap:wrap;gap:6px;align-self:flex-start;padding:2px 0 4px;max-width:100%}.bv-botao{background:#fff;color:var(--bv-verde);border:1.5px solid var(--bv-verde);border-radius:20px;padding:6px 13px;font-size:12.5px;cursor:pointer;transition:all .18s;white-space:nowrap;font-family:Arial,sans-serif}.bv-botao:hover{background:var(--bv-verde);color:#fff}.bv-botao:disabled{opacity:.4;cursor:default}#bv-chat-input-area{padding:12px 14px;border-top:1px solid #ece8df;display:flex;gap:8px;flex-shrink:0;background:#fff}#bv-chat-input{flex:1;padding:9px 14px;border:1.5px solid #ddd;border-radius:22px;font-size:13.5px;outline:none;font-family:Arial,sans-serif;color:var(--bv-texto);background:#fafaf8;transition:border-color .2s}#bv-chat-input:focus{border-color:var(--bv-verde);background:#fff}#bv-chat-input::placeholder{color:#aaa}@media(max-width:480px){#bv-chat-input{font-size:16px!important}}#bv-chat-send{background:var(--bv-verde);color:#fff;border:none;border-radius:50%;width:38px;height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}#bv-chat-send:hover{background:var(--bv-verde-hover)}#bv-chat-send:disabled{background:#aaa;cursor:default}#bv-chat-send svg{width:16px;height:16px;fill:#fff}#bv-chat-footer{text-align:center;font-size:10px;color:#bbb;padding:4px 0 8px;background:#fff;flex-shrink:0}@media(max-width:480px){#bv-chat-window{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;height:100%!important;border-radius:0!important;box-sizing:border-box!important}#bv-chat-messages{flex:1!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:16px!important}#bv-chat-input-area{flex-shrink:0!important;padding:10px 14px!important}#bv-fechar-btn{display:flex}#bv-chat-btn{bottom:16px;right:16px;z-index:9999}#bv-chat-btn.aberto{display:none!important}.bv-message{max-width:88%}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/bottegaverde-chat.css.map */
