.bd-live-chat{--bd-chat-bottom: max(18px, env(safe-area-inset-bottom));position:fixed;right:18px;bottom:var(--bd-chat-bottom);z-index:2147483200;color:#171714;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;pointer-events:none;transition:bottom .18s ease,opacity .16s ease,visibility .16s ease}.bd-live-chat.is-suppressed,body.bd-age-gate-active .bd-live-chat{opacity:0;visibility:hidden;pointer-events:none}.bd-live-chat__launcher{display:flex;align-items:center;gap:10px;min-height:58px;padding:6px 14px 6px 6px;color:#171714;background:#fffdf7;border:1px solid #ddd3c1;border-radius:999px;box-shadow:0 16px 38px #17171433;cursor:pointer;pointer-events:auto;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.bd-live-chat__launcher:hover{box-shadow:0 18px 44px #17171440;transform:translateY(-1px)}.bd-live-chat__launcher:focus-visible,.bd-live-chat__close:focus-visible,.bd-live-chat__send:focus-visible{outline:3px solid rgba(201,151,56,.55);outline-offset:2px}.bd-live-chat.is-open .bd-live-chat__launcher{opacity:0;pointer-events:none;transform:translateY(8px) scale(.96)}.bd-live-chat__avatar{display:grid;flex:0 0 auto;width:60px;height:40px;background:transparent;place-items:center}.bd-live-chat__avatar img{width:100%;height:100%;max-width:none;object-fit:contain;object-position:center}.bd-live-chat__launcher-copy{display:grid;min-width:0;text-align:left}.bd-live-chat__launcher-copy strong{color:#14442f;font-size:14px;font-weight:900;line-height:1.15}.bd-live-chat__launcher-copy span{margin-top:2px;color:#5f6258;font-size:11px;font-weight:700;line-height:1.2}.bd-live-chat__launcher-icon{width:18px;height:18px;color:#14442f}.bd-live-chat__unread{position:absolute;top:-5px;right:-4px;display:grid;min-width:22px;height:22px;padding-inline:5px;place-items:center;color:#fffdf7;background:#ad2b24;border:2px solid #fffdf7;border-radius:999px;font-size:11px;font-weight:900;line-height:1}.bd-live-chat__unread[hidden]{display:none}.bd-live-chat__panel{position:fixed;right:18px;bottom:max(18px,env(safe-area-inset-bottom));display:flex;width:min(390px,calc(100vw - 36px));height:min(640px,calc(100dvh - 36px));overflow:hidden;flex-direction:column;color:#171714;background:#fffdf7;border:1px solid #d8cfbe;border-radius:8px;box-shadow:0 24px 70px #1717144d;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.985);transform-origin:right bottom;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.bd-live-chat.is-open .bd-live-chat__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.bd-live-chat__header{display:flex;align-items:center;gap:11px;min-height:78px;padding:13px 12px 13px 14px;color:#fffdf7;background:#14442f;border-bottom:1px solid rgba(255,253,247,.16)}.bd-live-chat__header .bd-live-chat__avatar{width:66px;height:42px}.bd-live-chat__header-copy{display:grid;min-width:0}.bd-live-chat__header-copy strong{color:#fffdf7;font-size:16px;font-weight:900;line-height:1.2}.bd-live-chat__header-copy span{margin-top:3px;color:#fffdf7c2;font-size:12px;font-weight:700;line-height:1.25}.bd-live-chat__close{display:grid;flex:0 0 auto;width:40px;height:40px;margin-left:auto;padding:0;color:#fffdf7;background:#fffdf71a;border:1px solid rgba(255,253,247,.22);border-radius:50%;cursor:pointer;place-items:center}.bd-live-chat__close svg,.bd-live-chat__send svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.bd-live-chat__messages{display:flex;flex:1 1 auto;min-height:0;overflow-y:auto;flex-direction:column;gap:12px;padding:18px 14px;background:#fbf8ef;overscroll-behavior:contain;scroll-behavior:smooth}.bd-live-chat__message{display:flex;align-items:flex-end;gap:8px;max-width:88%}.bd-live-chat__message.is-visitor{align-self:flex-end;flex-direction:row-reverse}.bd-live-chat__message.is-system{align-self:center;max-width:94%}.bd-live-chat__message .bd-live-chat__avatar{width:42px;height:28px}.bd-live-chat__bubble{min-width:0;padding:10px 12px;background:#fffdf7;border:1px solid #e1d8c7;border-radius:8px 8px 8px 2px;box-shadow:0 4px 12px #1f1c120f}.bd-live-chat__message.is-visitor .bd-live-chat__bubble{color:#fffdf7;background:#1f6b45;border-color:#1f6b45;border-radius:8px 8px 2px}.bd-live-chat__message.is-system .bd-live-chat__bubble{padding:7px 10px;color:#5f6258;background:#f4ead6;border:0;border-radius:999px;box-shadow:none;text-align:center}.bd-live-chat__bubble p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.42}.bd-live-chat__meta{display:block;margin-top:5px;color:#777a70;font-size:10px;font-weight:700;line-height:1.2}.bd-live-chat__message.is-visitor .bd-live-chat__meta{color:#fffdf7b3;text-align:right}.bd-live-chat__message.is-system .bd-live-chat__meta{display:none}.bd-live-chat__status{min-height:0;padding:0 14px;color:#5f6258;background:#fffdf7;font-size:11px;font-weight:700;line-height:1.35}.bd-live-chat__status:not(:empty){min-height:18px;padding-top:3px}.bd-live-chat__status.is-error{color:#9c241f}.bd-live-chat__composer{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:end;padding:8px 12px 6px;background:#fffdf7}.bd-live-chat__composer textarea{width:100%;min-height:44px;max-height:108px;resize:none;padding:10px 12px;color:#171714;background:#fff;border:1px solid #d8cfbe;border-radius:8px;font:inherit;font-size:16px;line-height:1.35}.bd-live-chat__composer textarea:focus{border-color:#1f6b45;box-shadow:0 0 0 3px #1f6b451f;outline:0}.bd-live-chat__send{display:grid;width:44px;height:44px;padding:0;color:#fffdf7;background:#14442f;border:1px solid #14442f;border-radius:50%;cursor:pointer;place-items:center}.bd-live-chat__send:disabled{cursor:wait;opacity:.55}.bd-live-chat__privacy{margin:0;padding:0 14px 10px;color:#777a70;background:#fffdf7;font-size:10px;line-height:1.35;text-align:center}.bd-live-chat__privacy a{color:#14442f;font-weight:800}.bd-live-chat__sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;clip-path:inset(50%)!important}body.bd-live-chat-open .bd-sticky-shop{display:none!important}body.bd-live-chat-open [class*=kl-teaser-],body.bd-live-chat-open [aria-label="POPUP Form"]{display:none!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:640px){.bd-live-chat{right:10px}.bd-live-chat__launcher{width:auto;height:54px;min-width:130px;min-height:54px;padding:5px 12px 5px 7px;gap:7px}.bd-live-chat__launcher .bd-live-chat__avatar{width:48px;height:34px}.bd-live-chat__launcher-icon{display:none}.bd-live-chat__launcher-copy{display:grid}.bd-live-chat__launcher-copy strong{font-size:13px}.bd-live-chat__launcher-copy span{display:none}.bd-live-chat__panel{right:8px;bottom:max(8px,env(safe-area-inset-bottom));width:calc(100vw - 16px);height:min(560px,calc(100dvh - 16px));max-height:calc(100dvh - 16px);transform-origin:right bottom}.bd-live-chat__header{min-height:72px;padding:10px 10px 10px 12px}.bd-live-chat__messages{padding:14px 12px}.bd-live-chat__message{max-width:91%}}@media(prefers-reduced-motion:reduce){.bd-live-chat,.bd-live-chat__launcher,.bd-live-chat__panel,.bd-live-chat__messages{scroll-behavior:auto;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/live-chat.css.map */
