#dk-chat-root{--dk-gold: #c8a45c;--dk-gold-soft: #d8b974;--dk-gold-deep: #b08a3e;--dk-ink: #141210;--dk-cream: #f6f2e9;--dk-line: #ece5d6;--dk-muted: #6f6760;--dk-radius: 18px;--dk-shadow: 0 18px 50px rgba(20, 16, 8, .26);position:fixed;z-index:2147483000;bottom:max(18px,env(safe-area-inset-bottom));right:max(18px,env(safe-area-inset-right));font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);color:var(--dk-ink)}#dk-chat-root *,#dk-chat-root *:before,#dk-chat-root *:after{box-sizing:border-box}.dk-chat-launcher{width:60px;height:60px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,var(--dk-gold-soft),var(--dk-gold) 55%,var(--dk-gold-deep));box-shadow:var(--dk-shadow);display:grid;place-items:center;transition:transform .18s ease,box-shadow .18s ease,width .22s ease,height .22s ease,border-radius .22s ease;position:relative}.dk-chat-launcher .dk-ic-arrow{display:none}.dk-chat-launcher:hover{transform:translateY(-2px) scale(1.04)}.dk-chat-launcher:focus-visible{outline:3px solid rgba(200,164,92,.6);outline-offset:3px}.dk-chat-launcher svg{width:28px;height:28px;fill:none;stroke:#1a1407;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.dk-chat-launcher__pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--dk-gold);opacity:0;animation:dk-pulse 2.6s ease-out infinite}.dk-chat-launcher__badge{position:absolute;top:-3px;right:-3px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:#b3271e;color:#fff;font-size:11px;font-weight:700;display:none;align-items:center;justify-content:center}@keyframes dk-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.5);opacity:0}to{opacity:0}}.dk-chat-panel{position:absolute;bottom:74px;right:0;width:380px;max-width:calc(100vw - 24px);height:560px;max-height:calc(100vh - 110px);background:#fff;border-radius:var(--dk-radius);box-shadow:var(--dk-shadow);border:1px solid var(--dk-line);display:none;flex-direction:column;overflow:hidden;transform-origin:bottom right}#dk-chat-root.dk-open .dk-chat-panel{display:flex;animation:dk-pop .2s ease}#dk-chat-root.dk-open .dk-chat-launcher{transform:scale(.9);opacity:.92}@keyframes dk-pop{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dk-chat-header{background:linear-gradient(135deg,#181410,#221b12);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:11px}.dk-chat-header__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--dk-gold-soft),var(--dk-gold-deep));display:grid;place-items:center;font-weight:800;color:#1a1407;font-size:15px;flex:0 0 auto}.dk-chat-header__meta{flex:1 1 auto;min-width:0}.dk-chat-header__title{font-weight:700;font-size:15px;line-height:1.2}.dk-chat-header__sub{font-size:12px;opacity:.78;display:flex;align-items:center;gap:6px}.dk-chat-header__sub:before{content:"";width:7px;height:7px;border-radius:50%;background:#5fcf80;box-shadow:0 0 0 3px #5fcf8040}.dk-chat-header__close{background:#ffffff1f;border:none;color:#fff;width:32px;height:32px;border-radius:9px;cursor:pointer;font-size:19px;line-height:1;flex:0 0 auto}.dk-chat-header__close:hover{background:#ffffff38}.dk-chat-body{flex:1 1 auto;overflow-y:auto;padding:16px 14px 8px;background:var(--dk-cream);display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.dk-msg{display:flex;flex-direction:column;max-width:88%}.dk-msg--user{align-self:flex-end;align-items:flex-end}.dk-msg--bot{align-self:flex-start;align-items:flex-start}.dk-msg__bubble{padding:10px 13px;border-radius:15px;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.dk-msg--user .dk-msg__bubble{background:linear-gradient(135deg,var(--dk-gold),var(--dk-gold-deep));color:#1a1407;border-bottom-right-radius:5px;font-weight:500}.dk-msg--bot .dk-msg__bubble{background:#fff;border:1px solid var(--dk-line);border-bottom-left-radius:5px}.dk-msg__bubble strong{font-weight:700}.dk-status{align-self:flex-start;font-size:12.5px;color:var(--dk-muted);display:flex;align-items:center;gap:7px;padding:2px 4px}.dk-status__dots{display:inline-flex;gap:3px}.dk-status__dots span{width:5px;height:5px;border-radius:50%;background:var(--dk-gold);animation:dk-blink 1.2s infinite ease-in-out}.dk-status__dots span:nth-child(2){animation-delay:.2s}.dk-status__dots span:nth-child(3){animation-delay:.4s}@keyframes dk-blink{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.dk-products{align-self:stretch;display:flex;gap:10px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:thin}.dk-prod{flex:0 0 168px;width:168px;background:#fff;border:1px solid var(--dk-line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.dk-prod__media{height:120px;background:#f3eee3;display:grid;place-items:center;overflow:hidden}.dk-prod__media img{width:100%;height:100%;object-fit:cover}.dk-prod__media--empty{color:#c9bfa9;font-size:28px}.dk-prod__body{padding:9px 10px 10px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.dk-prod__title{font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dk-prod__price{font-size:13.5px;font-weight:700;color:var(--dk-ink)}.dk-prod__price s{color:var(--dk-muted);font-weight:400;margin-left:5px;font-size:12px}.dk-prod__profi{font-size:11.5px;font-weight:700;color:#1a1407;background:linear-gradient(135deg,var(--dk-gold-soft),var(--dk-gold));border-radius:6px;padding:2px 6px;align-self:flex-start}.dk-prod__spacer{flex:1 1 auto}.dk-prod__actions{display:flex;flex-direction:column;gap:6px}.dk-prod__add{border:none;border-radius:9px;padding:8px;font-size:12.5px;font-weight:700;cursor:pointer;background:var(--dk-ink);color:#fff;transition:background .15s ease}.dk-prod__add:hover{background:#000}.dk-prod__add[disabled]{background:#cfc8bb;cursor:not-allowed}.dk-prod__add.dk-added{background:#3a7d44}.dk-prod__link{text-align:center;font-size:12px;color:var(--dk-muted);text-decoration:none;padding:2px}.dk-prod__link:hover{color:var(--dk-ink);text-decoration:underline}.dk-chips{display:flex;flex-wrap:wrap;gap:7px;padding:0 2px}.dk-chip{background:#fff;border:1px solid var(--dk-gold);color:var(--dk-gold-deep);border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.dk-chip:hover{background:var(--dk-gold);color:#1a1407}.dk-chat-foot{border-top:1px solid var(--dk-line);background:#fff;padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.dk-chat-form{display:flex;align-items:flex-end;gap:8px}.dk-chat-input{flex:1 1 auto;border:1px solid var(--dk-line);border-radius:13px;padding:10px 12px;font-size:14.5px;font-family:inherit;resize:none;max-height:96px;line-height:1.4;background:var(--dk-cream);color:var(--dk-ink)}.dk-chat-input:focus{outline:none;border-color:var(--dk-gold);background:#fff}.dk-chat-send{flex:0 0 auto;width:42px;height:42px;border:none;border-radius:12px;cursor:pointer;background:linear-gradient(135deg,var(--dk-gold),var(--dk-gold-deep));display:grid;place-items:center}.dk-chat-send svg{width:19px;height:19px;fill:#1a1407}.dk-chat-send[disabled]{opacity:.5;cursor:default}.dk-chat-foot__legal{font-size:10.5px;color:var(--dk-muted);text-align:center;margin:7px 2px 0}.dk-chat-foot__legal a{color:var(--dk-muted)}@media(max-width:600px){#dk-chat-root{bottom:max(16px,env(safe-area-inset-bottom));right:14px}#dk-chat-root.dk-mini{right:0}#dk-chat-root.dk-mini .dk-chat-launcher{width:26px;height:50px;border-radius:15px 0 0 15px;box-shadow:-3px 6px 16px #14100847}#dk-chat-root.dk-mini .dk-chat-launcher svg{width:18px;height:18px}#dk-chat-root.dk-mini .dk-chat-launcher__pulse,#dk-chat-root.dk-mini .dk-chat-launcher__badge,#dk-chat-root.dk-mini .dk-ic-chat{display:none}#dk-chat-root.dk-mini .dk-ic-arrow{display:block}.dk-chat-panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border-radius:0;border:none}}@media(prefers-reduced-motion:reduce){#dk-chat-root *,#dk-chat-root *:before,#dk-chat-root *:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/drkalla-chat.css.map */
