.jw-chat{--jw-chat-brass: #a07f4f;--jw-chat-ink: #0f0f0f;--jw-chat-cream: #faf7f2;--jw-chat-sand: #f1e9dc;position:fixed;right:20px;bottom:20px;z-index:60;font-family:var(--font-body-family, Inter, system-ui, sans-serif)}.jw-chat__fab{display:flex;align-items:center;gap:10px;height:52px;padding:0 20px 0 16px;border:0;border-radius:999px;background:var(--jw-chat-ink);color:#fff;font-size:14px;font-weight:500;letter-spacing:.02em;cursor:pointer;box-shadow:0 8px 24px #0f0f0f38;transition:transform .15s ease,box-shadow .15s ease}.jw-chat__fab:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f0f0f47}.jw-chat__fab svg{width:20px;height:20px}.jw-chat[data-open] .jw-chat__fab{display:none}.jw-chat__panel{display:none;flex-direction:column;width:380px;height:min(600px,calc(100vh - 40px));background:#fff;border-radius:18px;box-shadow:0 24px 64px #0f0f0f3d;overflow:hidden}.jw-chat[data-open] .jw-chat__panel{display:flex}.jw-chat__head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--jw-chat-cream);border-bottom:1px solid var(--jw-chat-sand)}.jw-chat__brand{display:flex;flex-direction:column;gap:2px}.jw-chat__brand strong{font-family:var(--font-heading-family, "Playfair Display", serif);font-weight:500;font-size:17px;color:var(--jw-chat-ink)}.jw-chat__brand span{font-size:12px;color:#6b6b6b}.jw-chat__close{border:0;background:transparent;cursor:pointer;padding:6px;color:#6b6b6b;border-radius:50%}.jw-chat__close:hover{background:var(--jw-chat-sand);color:var(--jw-chat-ink)}.jw-chat__close svg{width:18px;height:18px;display:block}.jw-chat__log{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.jw-chat__log>*{flex-shrink:0}.jw-chat__msg{max-width:86%;padding:11px 14px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.jw-chat__msg--user{align-self:flex-end;background:var(--jw-chat-ink);color:#fff;border-bottom-right-radius:4px}.jw-chat__msg--bot{align-self:flex-start;background:var(--jw-chat-cream);color:var(--jw-chat-ink);border-bottom-left-radius:4px}.jw-chat__msg--bot a{color:var(--jw-chat-brass)}.jw-chat__typing{align-self:flex-start;display:inline-flex;gap:4px;padding:12px 14px;background:var(--jw-chat-cream);border-radius:16px}.jw-chat__typing i{width:6px;height:6px;border-radius:50%;background:#9a9a9a;animation:jw-chat-bounce 1.2s infinite}.jw-chat__typing i:nth-child(2){animation-delay:.2s}.jw-chat__typing i:nth-child(3){animation-delay:.4s}@keyframes jw-chat-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.jw-chat__cards{display:flex;gap:10px;overflow-x:auto;padding:2px 0 6px;align-self:stretch;scrollbar-width:thin;flex-shrink:0}.jw-chat__card{flex:0 0 150px;text-decoration:none;color:var(--jw-chat-ink);border:1px solid var(--jw-chat-sand);border-radius:12px;overflow:hidden;background:#fff}.jw-chat__card img{display:block;width:100%;aspect-ratio:1;object-fit:cover;background:var(--jw-chat-cream)}.jw-chat__card div{padding:8px 10px 10px}.jw-chat__card b{display:block;font-weight:500;font-size:12.5px;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jw-chat__card span{font-size:12.5px;color:var(--jw-chat-brass)}.jw-chat__card:hover{border-color:var(--jw-chat-brass)}.jw-chat__chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 10px}.jw-chat__chips[hidden]{display:none}.jw-chat__chip{border:1px solid var(--jw-chat-sand);background:#fff;color:var(--jw-chat-ink);border-radius:999px;padding:7px 12px;font-size:12.5px;cursor:pointer}.jw-chat__chip:hover{border-color:var(--jw-chat-brass);color:var(--jw-chat-brass)}.jw-chat__form{display:flex;gap:8px;padding:12px 14px 14px;border-top:1px solid var(--jw-chat-sand);background:#fff}.jw-chat__input{flex:1;resize:none;border:1px solid var(--jw-chat-sand);border-radius:12px;padding:10px 12px;font:inherit;font-size:14px;line-height:1.4;max-height:96px;outline:none}.jw-chat__input:focus{border-color:var(--jw-chat-brass)}.jw-chat__send{width:42px;height:42px;border:0;border-radius:12px;background:var(--jw-chat-brass);color:#fff;cursor:pointer;display:grid;place-items:center;align-self:flex-end}.jw-chat__send:disabled{opacity:.5;cursor:default}.jw-chat__send svg{width:18px;height:18px}.jw-chat__foot{text-align:center;font-size:11px;color:#8a8a8a;padding:0 14px 10px;background:#fff}@media(max-width:749px){.jw-chat{right:14px;bottom:14px}.jw-chat[data-template=product] .jw-chat__fab{bottom:0;margin-bottom:76px}.jw-chat__fab span{display:none}.jw-chat__fab{padding:0 16px}.jw-chat[data-open]{inset:auto;left:0;right:0;top:var(--jw-vvt, 0px);height:var(--jw-vvh, 100dvh)}.jw-chat__panel{width:100%;height:100%;border-radius:0;box-shadow:none}.jw-chat__head{padding:14px 16px}.jw-chat__log{padding:14px;overscroll-behavior:contain}.jw-chat__msg{max-width:90%}.jw-chat__form{padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.jw-chat__input{font-size:16px}.jw-chat__foot{display:none}body.jw-chat-lock{overflow:hidden;position:fixed;left:0;right:0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/jewelry-chat.css.map */
