:root{--tlc-chat-dark: #321e1e;--tlc-chat-cream: #faf4f0;--tlc-chat-gold: #9b6a4b;--tlc-chat-gold-light: #e0c4a4;--tlc-chat-radius: 16px;--tlc-chat-shadow: 0 8px 40px rgba(50, 30, 30, .18);--tlc-chat-z: 9999}.tlc-chat__btn{position:fixed;bottom:24px;right:24px;z-index:var(--tlc-chat-z);display:flex;align-items:center;gap:10px;background:var(--tlc-chat-dark);color:#fff;border:none;border-radius:999px;padding:12px 18px 12px 14px;cursor:pointer;box-shadow:var(--tlc-chat-shadow);font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.02em;transition:transform .2s ease}.tlc-chat__btn:hover{transform:translateY(-2px)}.tlc-chat__btn:focus-visible{outline:2px solid var(--tlc-chat-gold);outline-offset:3px}.tlc-chat__btn-icon{display:flex;align-items:center}.tlc-chat__nudge{white-space:nowrap;font-size:13px}.tlc-chat__panel{position:fixed;bottom:88px;right:24px;z-index:var(--tlc-chat-z);width:min(380px,calc(100vw - 32px));height:min(540px,calc(100vh - 120px));background:var(--tlc-chat-cream);border-radius:var(--tlc-chat-radius);box-shadow:var(--tlc-chat-shadow);display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:tlc-chat-open .22s ease}.tlc-chat__panel[hidden]{display:none}@keyframes tlc-chat-open{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.tlc-chat__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--tlc-chat-dark);color:#fff;flex-shrink:0}.tlc-chat__header-info{display:flex;align-items:center;gap:10px}.tlc-chat__pulse{width:9px;height:9px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:tlc-pulse 2s infinite}@keyframes tlc-pulse{0%,to{box-shadow:0 0 0 2px #4ade804d}50%{box-shadow:0 0 0 5px #4ade801a}}.tlc-chat__header-name{font-size:14px;font-weight:700;margin:0;line-height:1.3}.tlc-chat__header-sub{font-size:11px;opacity:.65;margin:0}.tlc-chat__close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;line-height:1;opacity:.7;padding:2px 6px}.tlc-chat__close:hover{opacity:1}.tlc-chat__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.tlc-chat__msg{max-width:85%}.tlc-chat__msg p{margin:0;font-size:14px;line-height:1.55}.tlc-chat__msg--bot{align-self:flex-start;background:#fff;border:1px solid #e8ddd8;border-radius:4px 14px 14px;padding:10px 14px;color:#321e1e}.tlc-chat__msg--user{align-self:flex-end;background:var(--tlc-chat-dark);color:#fff;border-radius:14px 14px 4px;padding:10px 14px}.tlc-chat__msg--bot.is-typing p:after{content:"\25ae";animation:tlc-blink .8s step-end infinite;margin-left:2px;opacity:.7}@keyframes tlc-blink{0%,to{opacity:.7}50%{opacity:0}}.tlc-chat__product-row{display:flex;gap:10px;overflow-x:auto;padding:0 14px 10px;scroll-snap-type:x mandatory;flex-shrink:0}.tlc-chat__product-row[hidden]{display:none}.tlc-chat__product-card{scroll-snap-align:start;flex-shrink:0;width:140px;background:#fff;border:1px solid #e8ddd8;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column}.tlc-chat__product-card__img{width:140px;height:140px;object-fit:cover;display:block;flex-shrink:0}.tlc-chat__product-card__body{padding:10px;display:flex;flex-direction:column;flex:1}.tlc-chat__product-card__name{font-size:12px;font-weight:700;margin:0 0 4px;color:#321e1e;line-height:1.3}.tlc-chat__product-card__reason{font-size:11px;color:#9b6a4b;margin:0 0 8px;line-height:1.3;flex:1}.tlc-chat__product-card__price{font-size:12px;font-weight:700;color:#321e1e;margin:0 0 8px}.tlc-chat__product-card__atc{display:block;width:100%;background:#321e1e;color:#fff;border:none;border-radius:6px;padding:7px 8px;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.02em;transition:opacity .15s ease}.tlc-chat__product-card__atc:hover{opacity:.85}.tlc-chat__product-card__atc[disabled]{opacity:.5;cursor:default}.tlc-chat__product-card__atc.is-done{background:#166534}.tlc-chat__input-row{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #e8ddd8;background:#fff;flex-shrink:0}.tlc-chat__input{flex:1;border:1px solid #e8ddd8;border-radius:999px;padding:9px 14px;font-size:13px;font-family:inherit;outline:none;background:var(--tlc-chat-cream);color:#321e1e}.tlc-chat__input:focus{border-color:var(--tlc-chat-gold)}.tlc-chat__send{flex-shrink:0;background:var(--tlc-chat-dark);color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease}.tlc-chat__send:hover{opacity:.85}.tlc-chat__send[disabled]{opacity:.4;pointer-events:none}.tlc-chat__footer{font-size:10px;text-align:center;padding:4px 12px 8px;color:#9b6a4b;margin:0;background:#fff;flex-shrink:0}.tlc-chat__footer-link{color:#9b6a4b}.WhatsAppButton__root{display:none!important}.tlc-chat__footer-wa{display:inline-flex;align-items:center;gap:5px;color:#25d366;text-decoration:none;font-size:12px;font-weight:500;transition:opacity .15s}.tlc-chat__footer-wa:hover{opacity:.8}.tlc-chat__footer-wa svg{flex-shrink:0}@media screen and (max-width:480px){.tlc-chat__panel{bottom:0;right:0;width:100vw;height:100dvh;border-radius:16px 16px 0 0}.tlc-chat__btn{bottom:16px;right:16px}}
/*# sourceMappingURL=/cdn/shop/t/97/assets/tlc-chatbot.css.map */
