#live-chat-root{--dc-chat-brand: #0088cc;--dc-chat-brand-hover: #0077b3;--dc-chat-dark: #18171c;--dc-chat-light: #f7f9fb;--dc-chat-radius: min(var(--dc-radius, 30px), 22px);--dc-chat-radius-pill: var(--dc-radius-pill, 999px);--dc-chat-font: var(--font-body--family, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);--dc-chat-font-heading: var(--font-heading--family, "Cormorant", Georgia, serif);font-family:var(--dc-chat-font)}.dc-chat__hide{display:none!important}.dc-chat__launch{position:fixed;bottom:22px;right:22px;z-index:998;width:54px;height:54px;border:1px solid rgb(255 255 255 / .14);border-radius:50%;background:var(--dc-chat-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #18171c38;transition:box-shadow var(--dc-transition-base, .25s ease-out),background-color var(--dc-transition-base, .25s ease-out)}.dc-chat__launch:hover{background:#232229;box-shadow:0 6px 20px #18171c4d}.dc-chat__launch svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.6}.dc-chat__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:var(--dc-chat-radius-pill);background:var(--dc-chat-brand);color:#fff;font-size:11px;font-weight:600;line-height:20px;text-align:center;border:2px solid #fff;box-sizing:content-box}.dc-chat__panel{position:fixed;bottom:22px;right:22px;z-index:999;width:372px;height:580px;max-height:calc(100vh - 44px);max-width:calc(100vw - 44px);display:flex;flex-direction:column;overflow:hidden;border-radius:var(--dc-chat-radius);background:#fff;border:1px solid rgb(24 23 28 / .08);box-shadow:0 8px 32px #18171c29}.dc-chat__head{display:flex;align-items:center;gap:12px;padding:16px 18px 14px;border-bottom:1px solid rgb(24 23 28 / .06);flex:0 0 auto;background:#fff}.dc-chat__head-text{flex:1;min-width:0}.dc-chat__title{font-family:var(--dc-chat-font-heading);font-size:20px;font-weight:500;line-height:1.2;color:var(--dc-chat-dark)}.dc-chat__status{font-size:12px;margin-top:1px;color:#3e8e5a}.dc-chat__status--off{color:#18171c73}.dc-chat__end{border:1px solid rgb(24 23 28 / .18);background:none;cursor:pointer;color:#18171c99;font-family:var(--font-body--family, "Inter", sans-serif);font-size:12px;line-height:1;padding:6px 10px;margin-inline-end:4px;border-radius:var(--dc-radius-pill, 999px);white-space:nowrap;transition:color var(--dc-transition-fast, .15s ease),border-color var(--dc-transition-fast, .15s ease)}.dc-chat__end:hover{color:var(--dc-chat-dark);border-color:#18171c66}.dc-chat__close{border:0;background:none;cursor:pointer;color:#18171c73;font-size:24px;line-height:1;padding:4px 8px;border-radius:var(--dc-radius-xs, 4px);transition:color var(--dc-transition-fast, .15s ease)}.dc-chat__close:hover{color:var(--dc-chat-dark)}.dc-chat__log{flex:1 1 auto;overflow-y:auto;padding:16px 14px 10px;display:flex;flex-direction:column;background:var(--dc-chat-light)}.dc-chat__row{display:flex;margin-top:10px}.dc-chat__row--same{margin-top:3px}.dc-chat__row--me{justify-content:flex-end}.dc-chat__bubble{max-width:82%;padding:10px 14px;font-size:14px;line-height:1.55;border-radius:18px;overflow-wrap:break-word}.dc-chat__row--me .dc-chat__bubble{background:var(--dc-chat-brand);color:#fff;border-bottom-right-radius:6px}.dc-chat__row--them .dc-chat__bubble{background:#fff;color:#18171ce0;border:1px solid rgb(24 23 28 / .06);border-bottom-left-radius:6px}.dc-chat__link{color:var(--dc-chat-brand);text-decoration:underline}.dc-chat__row--me .dc-chat__link{color:#fff}.dc-chat__typing{display:flex;gap:5px;align-items:center;margin-top:10px;padding:13px 16px;width:fit-content;background:#fff;border:1px solid rgb(24 23 28 / .06);border-radius:18px 18px 18px 6px}.dc-chat__typing i{width:7px;height:7px;border-radius:50%;background:#18171c59;animation:dc-chat-pulse 1.4s ease-in-out infinite}.dc-chat__typing i:nth-child(2){animation-delay:.18s}.dc-chat__typing i:nth-child(3){animation-delay:.36s}@keyframes dc-chat-pulse{0%,60%,to{opacity:.35}30%{opacity:.9}}@media(prefers-reduced-motion:reduce){#live-chat-root *{animation:none!important;transition:none!important}}.dc-chat__foot{display:flex;align-items:center;gap:9px;padding:12px 14px 8px;border-top:1px solid rgb(24 23 28 / .06);flex:0 0 auto;background:#fff}.dc-chat__input{flex:1;min-width:0;padding:10px 16px;border-radius:var(--dc-chat-radius-pill);border:1px solid rgb(24 23 28 / .13);background:var(--dc-chat-light);color:var(--dc-chat-dark);font-family:inherit;font-size:16px;outline:none}.dc-chat__input:focus{border-color:var(--dc-chat-brand)}.dc-chat__input::placeholder{color:#18171c66}.dc-chat__send{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;background:var(--dc-chat-brand);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--dc-transition-fast, .15s ease)}.dc-chat__send:hover:not(:disabled){background:var(--dc-chat-brand-hover)}.dc-chat__send:disabled{opacity:.35;cursor:default}.dc-chat__send svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5}.dc-chat__phone{font-size:11px;color:#18171c73;text-align:center;padding:0 14px 10px;background:#fff}@media(max-width:749px){.dc-chat__panel{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;max-height:none;border-radius:0;border:0}.dc-chat__launch{bottom:16px;right:16px}}.dc-chat__system{align-self:center;max-width:88%;margin:10px auto 6px;padding:0 8px;font-family:inherit;font-size:12px;line-height:1.4;color:rgb(var(--color-foreground-rgb, 24 23 28) / .5);text-align:center;background:none;border:0}.dc-chat__gate{display:flex;flex-direction:column;gap:10px;padding:20px 18px;flex:1;justify-content:center}.dc-chat__gate-title{font-family:var(--font-heading--family, serif);font-size:20px;line-height:1.2}.dc-chat__gate-label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:rgb(var(--color-foreground-rgb, 24 23 28) / .7)}.dc-chat__gate-input{font:inherit;font-size:16px;padding:11px 12px;border:1px solid rgb(var(--color-foreground-rgb, 24 23 28) / .2);border-radius:10px;background:#fff;color:inherit}.dc-chat__gate-input:focus{outline:none;border-color:var(--color-primary, #006fa8)}.dc-chat__gate-btn{font:inherit;font-weight:600;padding:11px 16px;border:0;border-radius:999px;background:var(--color-primary, #006fa8);color:#fff;cursor:pointer}.dc-chat__gate-btn:hover{opacity:.9}.dc-chat__gate-err{font-size:13px;color:#b3261e;min-height:1em}
/*# sourceMappingURL=/cdn/shop/t/9/assets/live-chat.css.map */
