.cv-chat{position:fixed;right:clamp(.9rem,2vw,1.5rem);bottom:clamp(.9rem,2vw,1.5rem);z-index:9995;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}.cv-chat[hidden]{display:none}.cv-chat__launch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:0;border-radius:50%;cursor:pointer;background:var(--cv-navy-900);color:#fff;font-family:inherit;line-height:1;box-shadow:0 0 0 2px #fff,0 10px 26px -8px rgb(11 29 44 / .55),0 2px 6px rgb(11 29 44 / .2);transition:transform .15s,box-shadow .15s}.cv-chat__launch-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.cv-chat__launch-badge{position:absolute;right:-2px;bottom:-2px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--cv-accent);color:#fff;border:2px solid #fff}.cv-chat__launch-txt{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.cv-chat__launch:hover{transform:translateY(-2px);box-shadow:0 0 0 2px #fff,0 14px 30px -8px rgb(11 29 44 / .6),0 2px 6px rgb(11 29 44 / .22)}.cv-chat__launch:active{transform:translateY(0)}.cv-chat__launch:focus-visible{outline:3px solid var(--cv-navy-900);outline-offset:3px}.cv-chat__panel{width:min(370px,calc(100vw - 1.8rem));max-height:min(560px,calc(100vh - 7rem));display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--cv-steel-200);border-radius:16px;box-shadow:0 24px 60px -20px rgb(11 29 44 / .45),0 4px 12px rgb(11 29 44 / .12)}.cv-chat__panel[hidden]{display:none}.cv-chat__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--cv-navy-900);color:#fff}.cv-chat__title{margin:0;font-size:1rem;font-weight:700;line-height:1.3}.cv-chat__sub{margin:.2rem 0 0;display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:rgb(255 255 255 / .72)}.cv-chat__dot{width:7px;height:7px;border-radius:50%;background:#5FC97E;flex:none;box-shadow:0 0 0 3px rgb(95 201 126 / .25)}.cv-chat__x{flex:none;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;cursor:pointer;background:rgb(255 255 255 / .1);color:#fff;transition:background .15s}.cv-chat__x:hover{background:rgb(255 255 255 / .2)}.cv-chat__x:focus-visible{outline:2px solid #fff;outline-offset:2px}.cv-chat__log{flex:1;overflow-y:auto;padding:1.1rem;display:flex;flex-direction:column;gap:.7rem;background:var(--cv-steel-100,#f6f8fa);scroll-behavior:smooth}.cv-chat__msg{display:flex;flex-direction:column;gap:.4rem;max-width:90%}.cv-chat__msg--bot{align-self:flex-start}.cv-chat__msg--you{align-self:flex-end;align-items:flex-end}.cv-chat__bubble{padding:.7rem .9rem;border-radius:14px;font-size:.9rem;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.cv-chat__msg--bot .cv-chat__bubble{background:#fff;border:1px solid var(--cv-steel-200);color:var(--cv-ink,#16202b);border-bottom-left-radius:5px}.cv-chat__msg--you .cv-chat__bubble{background:var(--cv-navy-900);color:#fff;border-bottom-right-radius:5px}.cv-chat__typing .cv-chat__bubble{letter-spacing:.15em;color:var(--cv-slate-600)}.cv-chat__links{display:flex;flex-wrap:wrap;gap:.4rem}.cv-chat__link{display:inline-block;padding:.42rem .75rem;border-radius:999px;border:1px solid var(--cv-accent);background:#fff;color:var(--cv-accent-dk,#c2560f)!important;font-size:.8rem;font-weight:600;text-decoration:none!important;transition:background .15s,color .15s}.cv-chat__link:hover{background:var(--cv-accent);color:#fff!important}.cv-chat__chips{display:flex;flex-wrap:wrap;gap:.4rem;align-self:flex-start;max-width:100%}.cv-chat__chip{padding:.45rem .8rem;border-radius:999px;cursor:pointer;font-family:inherit;border:1px solid var(--cv-steel-200);background:#fff;color:var(--cv-navy-800);font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s}.cv-chat__chip:hover{border-color:var(--cv-accent);color:var(--cv-accent)}.cv-chat__chip:focus-visible{outline:2px solid var(--cv-accent);outline-offset:2px}.cv-chat__form{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--cv-steel-200);background:#fff}.cv-chat__form input{flex:1;min-width:0;padding:.65rem .8rem;font-family:inherit;font-size:.9rem;color:var(--cv-navy-900);background:#fff;border:1px solid var(--cv-steel-200);border-radius:9px}.cv-chat__form input:focus{outline:none;border-color:var(--cv-accent);box-shadow:0 0 0 3px rgb(242 101 34 / .16)}.cv-chat__form button{flex:none;display:inline-flex;align-items:center;justify-content:center;width:42px;border:0;border-radius:9px;cursor:pointer;background:var(--cv-accent);color:#fff;transition:background .15s}.cv-chat__form button:hover{background:var(--cv-accent-dk,#c2560f)}.cv-chat__form button:focus-visible{outline:2px solid var(--cv-navy-900);outline-offset:2px}.cv-chat__legal{margin:0;padding:.6rem 1.15rem .8rem;background:#fff;font-size:.7rem;line-height:1.5;color:var(--cv-slate-600);border-top:1px solid var(--cv-steel-100,#f6f8fa)}@media(max-width:999px){.single-product .cv-chat{bottom:calc(4.6rem + env(safe-area-inset-bottom))}}.cv-chat{margin-right:0}@media(min-width:1000px){.cv-chat{right:clamp(1rem,2vw,1.5rem)}#ast-scroll-top{right:calc(clamp(1rem,2vw,1.5rem) + 4rem)}}@media(max-width:999px){#ast-scroll-top{bottom:calc(5.4rem + env(safe-area-inset-bottom))}}@media(max-width:420px){.cv-chat__panel{max-height:calc(100vh - 6rem)}}@media(prefers-reduced-motion:reduce){.cv-chat *{transition:none!important;animation:none!important}.cv-chat__log{scroll-behavior:auto}}.cv-chat__who{display:flex;align-items:center;gap:.65rem;min-width:0}.cv-chat__ava{flex:none;border-radius:50%;object-fit:cover;display:block;background:var(--cv-steel-200)}.cv-chat__ava--lg{width:44px;height:44px;box-shadow:0 0 0 2px rgb(255 255 255 / .22)}.cv-chat__msg--bot{flex-direction:row;align-items:flex-end;gap:.5rem}.cv-chat__body{display:flex;flex-direction:column;gap:.4rem;min-width:0}.cv-chat__msg--bot .cv-chat__ava{width:28px;height:28px;margin-bottom:2px}.cv-chat__msg--you .cv-chat__body{align-items:flex-end}