#zensil-chatbot{--zcb-accent: #111111;--zcb-accent-text: #ffffff;--zcb-bottom: 20px;--zcb-right: 20px;--zcb-radius: 18px;--zcb-shadow: 0 12px 40px rgba(0, 0, 0, .18);font-size:15px;line-height:1.5}.zcb-launcher{position:fixed;right:calc(var(--zcb-right) + env(safe-area-inset-right));bottom:calc(var(--zcb-bottom) + env(safe-area-inset-bottom));z-index:998;width:62px;height:62px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--zcb-accent),color-mix(in srgb,var(--zcb-accent) 65%,#000000));color:var(--zcb-accent-text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #00000040;animation:zcb-blink 1.6s ease-in-out infinite}#zensil-chatbot.is-open .zcb-launcher{animation:none;transform:scale(1);box-shadow:0 6px 24px #00000040}@keyframes zcb-blink{0%,to{transform:scale(1);box-shadow:0 6px 24px #00000040,0 0 color-mix(in srgb,var(--zcb-accent) 60%,transparent)}50%{transform:scale(1.08);box-shadow:0 8px 30px #0000004d,0 0 28px 8px color-mix(in srgb,var(--zcb-accent) 65%,transparent)}}.zcb-launcher:focus-visible{outline:2px solid var(--zcb-accent);outline-offset:3px}.zcb-launcher__monogram{font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:600;letter-spacing:.02em;transform:translateY(-1px)}.zcb-launcher__img{width:100%;height:100%;border-radius:50%;object-fit:cover}.zcb-launcher__close{display:none;width:22px;height:22px}#zensil-chatbot.is-open .zcb-launcher__monogram,#zensil-chatbot.is-open .zcb-launcher__img{display:none}#zensil-chatbot.is-open .zcb-launcher__close{display:block}.zcb-launcher:before,.zcb-launcher:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--zcb-accent);opacity:0;pointer-events:none;animation:zcb-ring 2.4s ease-out infinite}.zcb-launcher:after{animation-delay:1.2s}#zensil-chatbot.is-open .zcb-launcher:before,#zensil-chatbot.is-open .zcb-launcher:after{animation:none}@keyframes zcb-ring{0%{transform:scale(1);opacity:.7}80%{transform:scale(1.75);opacity:0}to{transform:scale(1.75);opacity:0}}.zcb-badge{position:absolute;top:-5px;right:-5px;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#fff;color:var(--zcb-accent);border:2px solid var(--zcb-accent);font-size:12px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000040;animation:zcb-badge-hop 2s ease-in-out infinite}#zensil-chatbot.was-opened .zcb-badge,#zensil-chatbot.is-open .zcb-badge{display:none}@keyframes zcb-badge-hop{0%,70%,to{transform:translateY(0)}78%{transform:translateY(-5px)}86%{transform:translateY(0)}92%{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.zcb-launcher,.zcb-launcher:before,.zcb-launcher:after,.zcb-badge{animation:none!important}}.zcb-panel{position:fixed;right:calc(var(--zcb-right) + env(safe-area-inset-right));bottom:calc(var(--zcb-bottom) + 72px + env(safe-area-inset-bottom));z-index:998;width:372px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;background:#fff;color:#1a1a1a;border-radius:var(--zcb-radius);box-shadow:var(--zcb-shadow);overflow:hidden;opacity:0;transform:translateY(14px) scale(.98);pointer-events:none;transition:opacity .25s ease,transform .25s ease}#zensil-chatbot.is-open .zcb-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.zcb-header{display:flex;align-items:center;gap:12px;padding:16px 18px;background:var(--zcb-accent);color:var(--zcb-accent-text)}.zcb-header__avatar{width:36px;height:36px;border-radius:50%;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600;flex-shrink:0;overflow:hidden}.zcb-header__avatar img{width:100%;height:100%;object-fit:cover}.zcb-header__name{font-weight:600;font-size:15px;letter-spacing:.01em}.zcb-header__status{font-size:12px;opacity:.75;display:flex;align-items:center;gap:5px}.zcb-header__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80}.zcb-messages{flex:1;overflow-y:auto;padding:18px 16px 8px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth;background:#fafafa}.zcb-msg{max-width:82%;padding:10px 14px;border-radius:16px;word-wrap:break-word;white-space:pre-line;animation:zcb-msg-in .22s ease}@keyframes zcb-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.zcb-msg--bot{align-self:flex-start;background:#fff;border:1px solid #ececec;border-bottom-left-radius:6px}.zcb-msg--user{align-self:flex-end;background:var(--zcb-accent);color:var(--zcb-accent-text);border-bottom-right-radius:6px}.zcb-msg--error{align-self:flex-start;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px}.zcb-msg a{color:inherit;text-decoration:underline}.zcb-typing{align-self:flex-start;display:flex;gap:4px;padding:14px 16px;background:#fff;border:1px solid #ececec;border-radius:16px 16px 16px 6px}.zcb-typing span{width:7px;height:7px;border-radius:50%;background:#b0b0b0;animation:zcb-bounce 1.2s infinite}.zcb-typing span:nth-child(2){animation-delay:.15s}.zcb-typing span:nth-child(3){animation-delay:.3s}@keyframes zcb-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.zcb-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px 10px;background:#fafafa}.zcb-suggestions:empty{display:none}.zcb-chip{border:1px solid #d9d9d9;background:#fff;color:#333;border-radius:999px;padding:7px 14px;font-size:13px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.zcb-chip:hover{border-color:var(--zcb-accent);background:#f4f4f4}.zcb-form{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #ededed;background:#fff}.zcb-input{flex:1;border:1px solid #dcdcdc;border-radius:999px;padding:10px 16px;font-size:14px;font-family:inherit;background:#fff;color:#1a1a1a;outline:none;transition:border-color .15s ease}.zcb-input:focus{border-color:var(--zcb-accent)}.zcb-send{width:40px;height:40px;border:0;border-radius:50%;background:var(--zcb-accent);color:var(--zcb-accent-text);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s ease,transform .15s ease}.zcb-send:hover:not(:disabled){transform:scale(1.06)}.zcb-send:disabled{opacity:.45;cursor:default}.zcb-send svg{width:17px;height:17px}.zcb-cards{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:thin;animation:zcb-msg-in .22s ease}.zcb-card{flex:0 0 138px;display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid #ececec;border-radius:12px;padding:8px}.zcb-card__media{display:block;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#f4f4f4}.zcb-card__media img{width:100%;height:100%;object-fit:cover}.zcb-card__title{font-size:12px;line-height:1.35;color:#1a1a1a;text-decoration:none;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zcb-card__title:hover{text-decoration:underline}.zcb-card__price{font-size:12px;font-weight:700;color:#444}.zcb-card__btn{margin-top:auto;border:0;border-radius:999px;background:var(--zcb-accent);color:var(--zcb-accent-text);font-size:12px;font-weight:700;font-family:inherit;padding:7px 10px;cursor:pointer;text-align:center;text-decoration:none;transition:opacity .15s ease}.zcb-card__btn:hover:not(:disabled){opacity:.88}.zcb-card__btn:disabled{opacity:.5;cursor:default}.zcb-card__btn--done{background:#16a34a;color:#fff}@media(max-width:480px){.zcb-panel{right:calc(16px + env(safe-area-inset-right));left:16px;width:auto;height:72vh;max-height:calc(100vh - 110px)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/zensil-chatbot.css.map */
