#lashie-chatbot-root {
  --lashie-bubble-start: #222222;
  --lashie-bubble-end: #454545;
  --lashie-bubble-text: #ffffff;
  --lashie-bubble-border: #ffffff;
  --lashie-bubble-border-width: 1.5px;
  --lashie-header-bg: #111111;
  --lashie-header-text: #ffffff;
  --lashie-panel-bg: #ffffff;
  --lashie-messages-bg: #f6f7f9;
  --lashie-user-bg: #1f7aea;
  --lashie-user-text: #ffffff;
  --lashie-bot-bg: #ffffff;
  --lashie-bot-text: #222222;
  --lashie-button-bg: #111111;
  --lashie-button-text: #ffffff;
  --lashie-suggestion-bg: #ffffff;
  --lashie-suggestion-text: #222222;
  --lashie-suggestion-border: #d9d9d9;
  --lashie-whatsapp-bg: #25d366;
  --lashie-whatsapp-text: #ffffff;
  --lashie-instagram-bg: #e1306c;
  --lashie-instagram-text: #ffffff;
  --lashie-cart-btn-bg: #111111;
  --lashie-cart-btn-icon: #ffffff;
  --lashie-unread-ring-1: #25d366;
  --lashie-unread-ring-2: #ff7a59;
  --lashie-bubble-size: 62px;
  --lashie-launch-offset: calc(var(--lashie-bubble-size) + 8px);
  position: fixed;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  pointer-events: none;
}

/* Unified shape system: make "Vormstijl" affect the whole widget consistently. */
#lashie-chatbot-root {
  --lashie-shape-panel: 18px;
  --lashie-shape-card: 14px;
  --lashie-shape-bubble: 14px;
  --lashie-shape-input: 10px;
  --lashie-shape-pill: 999px;
}

#lashie-chatbot-root.lashie-corner-rectangular {
  --lashie-shape-panel: 3px;
  --lashie-shape-card: 3px;
  --lashie-shape-bubble: 3px;
  --lashie-shape-input: 3px;
  --lashie-shape-pill: 3px;
}

#lashie-chatbot-root.lashie-corner-rounded,
#lashie-chatbot-root.lashie-corner-round {
  --lashie-shape-panel: 24px;
  --lashie-shape-card: 18px;
  --lashie-shape-bubble: 18px;
  --lashie-shape-input: 14px;
  --lashie-shape-pill: 999px;
}

#lashie-chatbot-root .lashie-chat,
#lashie-chatbot-root .lashie-header,
#lashie-chatbot-root .lashie-footer,
#lashie-chatbot-root .lashie-suggestions,
#lashie-chatbot-root .lashie-messages,
#lashie-chatbot-root .lashie-teaser {
  border-radius: var(--lashie-shape-panel) !important;
}

#lashie-chatbot-root .lashie-product-card,
#lashie-chatbot-root .lashie-msg,
#lashie-chatbot-root .lashie-toast,
#lashie-chatbot-root .lashie-chat-suggestion-btn,
#lashie-chatbot-root .lashie-chat-suggestion-nav-btn {
  border-radius: var(--lashie-shape-card) !important;
}

#lashie-chatbot-root .lashie-input,
#lashie-chatbot-root .lashie-send,
#lashie-chatbot-root .lashie-whatsapp,
#lashie-chatbot-root .lashie-instagram,
#lashie-chatbot-root .lashie-teaser-close,
#lashie-chatbot-root .lashie-teaser-open {
  border-radius: var(--lashie-shape-input) !important;
}

#lashie-chatbot-root .lashie-suggestion-btn,
#lashie-chatbot-root .lashie-suggestion-arrow,
#lashie-chatbot-root .lashie-product-btn,
#lashie-chatbot-root .lashie-product-btn-secondary,
#lashie-chatbot-root .lashie-product-choose,
#lashie-chatbot-root .lashie-cart-btn,
#lashie-chatbot-root .lashie-view-btn,
#lashie-chatbot-root .lashie-product-dot,
#lashie-chatbot-root .lashie-lang-switch,
#lashie-chatbot-root .lashie-lang-btn {
  border-radius: var(--lashie-shape-pill) !important;
}

#lashie-chatbot-root .lashie-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 16, 24, 0.22);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0ms linear 180ms;
  pointer-events: none;
  border: 0;
  padding: 0;
  margin: 0;
}

#lashie-chatbot-root.lashie-open .lashie-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 180ms ease;
}

#lashie-chatbot-root .lashie-backdrop {
  z-index: 0;
}

#lashie-chatbot-root .lashie-chat,
#lashie-chatbot-root .lashie-bubble,
#lashie-chatbot-root .lashie-teaser {
  z-index: 1;
}

#lashie-chatbot-root.lashie-hide-launcher-for-cart .lashie-bubble,
#lashie-chatbot-root.lashie-hide-launcher-for-cart .lashie-teaser {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#lashie-chatbot-root.lashie-corner-rectangular .lashie-chat,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-teaser,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-product-card,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-msg,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-toast {
  border-radius: 8px !important;
}

#lashie-chatbot-root.lashie-corner-rectangular .lashie-send,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-input,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-whatsapp,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-instagram,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-suggestion-btn,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-suggestion-arrow,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-chat-suggestion-btn,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-teaser-close,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-teaser-open,
#lashie-chatbot-root.lashie-corner-rectangular .lashie-product-dot {
  border-radius: 8px !important;
}

#lashie-chatbot-root.lashie-corner-round .lashie-chat {
  border-radius: 26px !important;
}

#lashie-chatbot-root.lashie-corner-round .lashie-teaser,
#lashie-chatbot-root.lashie-corner-round .lashie-product-card,
#lashie-chatbot-root.lashie-corner-round .lashie-msg,
#lashie-chatbot-root.lashie-corner-round .lashie-toast {
  border-radius: 20px !important;
}

#lashie-chatbot-root.lashie-corner-round .lashie-product-btn,
#lashie-chatbot-root.lashie-corner-round .lashie-product-choose,
#lashie-chatbot-root.lashie-corner-round .lashie-cart-btn,
#lashie-chatbot-root.lashie-corner-round .lashie-send,
#lashie-chatbot-root.lashie-corner-round .lashie-input,
#lashie-chatbot-root.lashie-corner-round .lashie-whatsapp,
#lashie-chatbot-root.lashie-corner-round .lashie-instagram,
#lashie-chatbot-root.lashie-corner-round .lashie-suggestion-btn,
#lashie-chatbot-root.lashie-corner-round .lashie-suggestion-arrow,
#lashie-chatbot-root.lashie-corner-round .lashie-chat-suggestion-btn,
#lashie-chatbot-root.lashie-corner-round .lashie-teaser-close,
#lashie-chatbot-root.lashie-corner-round .lashie-teaser-open,
#lashie-chatbot-root.lashie-corner-round .lashie-product-dot,
#lashie-chatbot-root.lashie-corner-round .lashie-bubble {
  border-radius: 999px !important;
}

#lashie-chatbot-root.lashie-pos-x-right {
  right: 18px;
}

#lashie-chatbot-root.lashie-pos-x-left {
  left: 18px;
}

#lashie-chatbot-root.lashie-pos-y-bottom {
  bottom: 6px;
}

#lashie-chatbot-root.lashie-pos-y-top {
  top: 18px;
}

/* Launcher button must always stay perfectly round. */
#lashie-chatbot-root .lashie-bubble {
  border-radius: 999px !important;
}

.lashie-bubble {
  width: var(--lashie-bubble-size);
  height: var(--lashie-bubble-size);
  min-width: var(--lashie-bubble-size);
  min-height: var(--lashie-bubble-size);
  max-width: var(--lashie-bubble-size);
  max-height: var(--lashie-bubble-size);
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  border: var(--lashie-bubble-border-width) solid var(--lashie-bubble-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background: linear-gradient(135deg, var(--lashie-bubble-start), var(--lashie-bubble-end));
  background-color: #f6f1ea;
  color: var(--lashie-bubble-text);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateZ(0);
  filter: none !important;
  backdrop-filter: none !important;
}

#lashie-chatbot-root.lashie-pos-x-left .lashie-bubble {
  left: 0;
  right: auto;
}

#lashie-chatbot-root.lashie-pos-y-top .lashie-bubble {
  top: 0;
  bottom: auto;
}

.lashie-bubble.has-avatar {
  border-width: calc(var(--lashie-bubble-border-width) + 1.4px) !important;
  background: transparent;
  border-color: var(--lashie-bubble-border, #b8b8b8) !important;
  box-shadow: inset 0 0 0 1px rgba(85, 85, 85, 0.42), 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

#lashie-chatbot-root.lashie-bubble-size-small {
  --lashie-bubble-size: 52px;
}

#lashie-chatbot-root.lashie-bubble-size-medium {
  --lashie-bubble-size: 62px;
}

#lashie-chatbot-root.lashie-bubble-size-large {
  --lashie-bubble-size: 74px;
}

.lashie-bubble:focus,
.lashie-bubble:active,
.lashie-bubble:focus-visible {
  outline: none;
  box-shadow: none;
}

.lashie-bubble img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  z-index: 2;
  opacity: 1;
  transition: none;
  border-radius: 50% !important;
  box-shadow: none !important;
  filter: none !important;
  background: transparent !important;
}

.lashie-bubble.avatar-ready img {
  opacity: 1;
}

.lashie-bubble-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: calc(var(--lashie-bubble-size) * 0.42);
  line-height: 1;
  color: var(--lashie-bubble-text);
  z-index: 1;
  pointer-events: none;
}

.lashie-bubble.avatar-ready .lashie-bubble-fallback {
  opacity: 0;
}

.lashie-bubble.has-avatar .lashie-bubble-fallback {
  display: none !important;
}

.lashie-bubble img {
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
}

.lashie-bubble::before {
  content: none;
}

.lashie-bubble::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0;
  pointer-events: none;
}

#lashie-chatbot-root .lashie-bubble,
#lashie-chatbot-root .lashie-bubble *,
#lashie-chatbot-root .lashie-bubble::before,
#lashie-chatbot-root .lashie-bubble::after {
  outline: none !important;
}

.lashie-bubble.has-unread.lashie-unread-slow {
  animation: lashie-bubble-pulse-slow 1.9s ease-in-out infinite;
}

.lashie-bubble.has-unread.lashie-unread-fast {
  animation: lashie-bubble-pulse-fast 0.95s ease-in-out infinite;
}

.lashie-bubble.has-unread.lashie-unread-ring {
  animation: lashie-bubble-pulse-slow 1.9s ease-in-out infinite;
}

.lashie-bubble.has-unread.lashie-unread-ring::after {
  opacity: 0.85;
  animation: lashie-ring-pulse 1.2s ease-in-out infinite, lashie-ring-color 1.8s linear infinite;
}

@keyframes lashie-bubble-pulse-slow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.13);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lashie-bubble-pulse-fast {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lashie-ring-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.95;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}

@keyframes lashie-ring-color {
  0% {
    border-color: var(--lashie-unread-ring-1);
  }
  50% {
    border-color: var(--lashie-unread-ring-2);
  }
  100% {
    border-color: var(--lashie-unread-ring-1);
  }
}

.lashie-teaser {
  position: absolute;
  right: 0;
  bottom: var(--lashie-launch-offset);
  width: fit-content !important;
  max-width: calc(100vw - 16px) !important;
  min-width: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 11px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px 5px;
  pointer-events: auto;
  white-space: nowrap !important;
}

#lashie-chatbot-root.lashie-pos-x-left .lashie-teaser {
  left: 0;
  right: auto;
}

#lashie-chatbot-root.lashie-pos-y-top .lashie-teaser {
  top: var(--lashie-launch-offset);
  bottom: auto;
}

.lashie-teaser-open {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  text-align: left !important;
  cursor: pointer;
  font-size: 10.2px !important;
  line-height: 1 !important;
  color: #222;
  margin: 0;
  padding: 0 1px 0 0;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  display: inline-block !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.lashie-teaser-close {
  border: 0;
  background: #f3f3f3;
  border-radius: 7px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lashie-chat {
  position: absolute;
  right: 0;
  left: auto;
  bottom: var(--lashie-launch-offset);
  top: auto;
  width: min(360px, calc(100vw - 24px));
  height: 520px;
  max-height: calc(100vh - 120px);
  background: var(--lashie-panel-bg);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0ms linear 180ms;
  overflow: hidden;
  border: 1px solid #ececec;
  pointer-events: none;
  overscroll-behavior: contain;
}

#lashie-chatbot-root.lashie-pos-x-left .lashie-chat {
  left: 0;
  right: auto;
}

#lashie-chatbot-root.lashie-pos-y-top .lashie-chat {
  top: var(--lashie-launch-offset);
  bottom: auto;
}

.lashie-chat.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: opacity 180ms ease, transform 180ms ease;
}

#lashie-chatbot-root.lashie-anim-normal .lashie-chat {
  transform: translateY(12px) scale(0.96);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0ms linear 220ms;
}

#lashie-chatbot-root.lashie-anim-normal .lashie-chat.is-open {
  transform: translateY(0) scale(1);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

#lashie-chatbot-root.lashie-anim-balloon .lashie-chat {
  transform-origin: bottom right;
  transform: translateY(20px) scale(0.78);
  transition: transform 420ms cubic-bezier(0.16, 1.18, 0.3, 1), opacity 240ms ease, visibility 0ms linear 240ms;
}

#lashie-chatbot-root.lashie-pos-x-left.lashie-anim-balloon .lashie-chat {
  transform-origin: bottom left;
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-anim-balloon .lashie-chat {
  transform-origin: top right;
  transform: translateY(-20px) scale(0.78);
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-pos-x-left.lashie-anim-balloon .lashie-chat {
  transform-origin: top left;
}

#lashie-chatbot-root.lashie-anim-balloon .lashie-chat.is-open {
  transform: translateY(0) scale(1);
}

#lashie-chatbot-root.lashie-anim-fade .lashie-chat {
  transform: none;
  opacity: 0;
  transition: opacity 360ms ease, visibility 0ms linear 360ms;
}

#lashie-chatbot-root.lashie-anim-fade .lashie-chat.is-open {
  transform: none;
  opacity: 1;
  transition: opacity 360ms ease;
}

#lashie-chatbot-root.lashie-anim-burst .lashie-chat {
  transform: translate(28px, 28px) scale(0.5) rotate(10deg);
  filter: blur(3px) saturate(0.9);
  opacity: 0;
  transition: transform 520ms cubic-bezier(0.16, 1.14, 0.3, 1), opacity 280ms ease, filter 380ms ease;
}

#lashie-chatbot-root.lashie-pos-x-left.lashie-anim-burst .lashie-chat {
  transform: translate(-28px, 28px) scale(0.5) rotate(-10deg);
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-anim-burst .lashie-chat {
  transform: translate(28px, -28px) scale(0.5) rotate(-10deg);
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-pos-x-left.lashie-anim-burst .lashie-chat {
  transform: translate(-28px, -28px) scale(0.5) rotate(10deg);
}

#lashie-chatbot-root.lashie-anim-burst .lashie-chat.is-open {
  transform: translate(0, 0) scale(1) rotate(0deg);
  filter: blur(0) saturate(1);
  opacity: 1;
}

#lashie-chatbot-root.lashie-anim-swoop .lashie-chat {
  transform: translate(52px, 28px) scale(0.88) rotate(3.4deg);
  opacity: 0;
  filter: blur(2px);
  transition: transform 500ms cubic-bezier(0.18, 1.04, 0.3, 1), opacity 260ms ease, filter 300ms ease;
}

#lashie-chatbot-root.lashie-pos-x-left.lashie-anim-swoop .lashie-chat {
  transform: translate(-52px, 28px) scale(0.88) rotate(-3.4deg);
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-anim-swoop .lashie-chat {
  transform: translate(52px, -28px) scale(0.88) rotate(-3.4deg);
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-pos-x-left.lashie-anim-swoop .lashie-chat {
  transform: translate(-52px, -28px) scale(0.88) rotate(3.4deg);
}

#lashie-chatbot-root.lashie-anim-swoop .lashie-chat.is-open {
  transform: translate(0, 0) scale(1) rotate(0);
  opacity: 1;
  filter: blur(0);
}

#lashie-chatbot-root.lashie-anim-flip .lashie-chat {
  transform: perspective(980px) rotateY(-28deg) translateY(14px) scale(0.9);
  transform-origin: right bottom;
  opacity: 0;
  filter: blur(1.8px);
  transition: transform 540ms cubic-bezier(0.16, 1.1, 0.3, 1), opacity 260ms ease, filter 300ms ease;
}

#lashie-chatbot-root.lashie-pos-x-left.lashie-anim-flip .lashie-chat {
  transform: perspective(980px) rotateY(28deg) translateY(14px) scale(0.9);
  transform-origin: left bottom;
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-anim-flip .lashie-chat {
  transform: perspective(980px) rotateY(-28deg) translateY(-14px) scale(0.9);
  transform-origin: right top;
}

#lashie-chatbot-root.lashie-pos-y-top.lashie-pos-x-left.lashie-anim-flip .lashie-chat {
  transform: perspective(980px) rotateY(28deg) translateY(-14px) scale(0.9);
  transform-origin: left top;
}

#lashie-chatbot-root.lashie-anim-flip .lashie-chat.is-open {
  transform: perspective(980px) rotateY(0deg) translateY(0) scale(1);
  opacity: 1;
  filter: blur(0);
}

.lashie-header {
  background: var(--lashie-header-bg);
  color: var(--lashie-header-text);
  padding: 14px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lashie-header-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.lashie-header-title-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.lashie-header-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lashie-header-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
  opacity: 0.95;
}

.lashie-header-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #35c759;
  box-shadow: 0 0 0 2px rgba(53, 199, 89, 0.25);
}

.lashie-header-status-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lashie-header-mini-avatar {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.9);
  color: #222;
}

.lashie-header-mini-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}

.lashie-minimize {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: inherit;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.lashie-minimize:hover {
  background: rgba(255, 255, 255, 0.18);
}

.lashie-header-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lashie-lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.lashie-lang-btn {
  border: 0;
  background: transparent;
  color: inherit;
  height: 24px;
  min-width: 30px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.lashie-lang-btn.is-active {
  background: rgba(255, 255, 255, 0.28);
}

.lashie-suggestions {
  display: block;
  padding: 9px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 248, 0.95));
  min-width: 0;
}

.lashie-suggestion-carousel {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 6px;
  align-items: center;
}

.lashie-suggestion-btn {
  border: 1px solid var(--lashie-suggestion-border);
  background: linear-gradient(180deg, var(--lashie-suggestion-bg), #fafafa);
  color: var(--lashie-suggestion-text);
  border-radius: 999px;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  width: 100%;
  min-width: 0;
  text-align: center;
  min-height: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.lashie-suggestion-btn:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.lashie-suggestion-arrow {
  border: 1px solid var(--lashie-suggestion-border);
  background: #fff;
  color: #555;
  border-radius: 999px;
  height: 32px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.lashie-suggestion-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.lashie-messages {
  flex: 1;
  padding: 12px;
  background: var(--lashie-messages-bg);
  overflow-y: auto;
  touch-action: pan-y;
}

.lashie-msg-suggestions {
  max-width: 100%;
}

.lashie-chat-suggestions-title {
  font-size: 12px;
  margin-bottom: 8px;
  color: #4d4d4d;
  font-weight: 600;
}

.lashie-chat-suggestions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lashie-chat-suggestion-btn {
  border: 1px solid var(--lashie-suggestion-border);
  background: linear-gradient(180deg, var(--lashie-suggestion-bg), #fafafa);
  color: var(--lashie-suggestion-text);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
  white-space: nowrap;
  flex: 0 0 auto;
}

.lashie-chat-suggestion-nav {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lashie-chat-suggestion-nav-btn {
  border: 1px solid var(--lashie-suggestion-border);
  background: #fff;
  color: #333;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 1.2;
  cursor: pointer;
}

.lashie-chat-suggestion-nav-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.lashie-chat-suggestion-nav-count {
  font-size: 10px;
  color: #666;
}

.lashie-chat-suggestion-btn:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

#lashie-chatbot-root.lashie-no-typing .lashie-msg-suggestions {
  max-width: 100%;
}

#lashie-chatbot-root.lashie-no-typing .lashie-chat-suggestions-title {
  font-size: 12px;
  color: #4a4a4a;
}

#lashie-chatbot-root.lashie-no-typing .lashie-chat-suggestions-list {
  gap: 6px;
}

#lashie-chatbot-root.lashie-no-typing .lashie-chat-suggestion-btn {
  border-radius: 14px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.15;
  border-color: var(--lashie-suggestion-border);
}

.lashie-msg {
  max-width: 85%;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  line-height: 1.35;
  font-size: 14px;
  white-space: pre-wrap;
}

.lashie-msg.user {
  margin-left: auto;
  background: var(--lashie-user-bg);
  color: var(--lashie-user-text);
  border-bottom-right-radius: 4px;
}

.lashie-msg.bot {
  margin-right: auto;
  background: var(--lashie-bot-bg);
  color: var(--lashie-bot-text);
  border-bottom-left-radius: 4px;
  border: 1px solid #e9e9e9;
}

.lashie-msg.bot a {
  color: #1d62ff;
  text-decoration: underline;
  font-weight: 600;
}

.lashie-msg.bot a:hover {
  color: #0f45c5;
}

.lashie-msg.bot p {
  margin: 0 0 6px;
}

.lashie-msg.bot p:first-child {
  margin-top: 0;
}

.lashie-msg.bot p:last-child {
  margin-bottom: 0;
}

.lashie-msg-expandable .lashie-msg-expand-content {
  display: block;
  margin-top: 0;
  padding-top: 0;
}

.lashie-msg-expand-toggle {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  min-height: 0;
  height: auto;
  border: 0 !important;
  background: transparent !important;
  color: var(--lashie-bot-text) !important;
  box-shadow: none !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  cursor: pointer;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.lashie-msg-expand-toggle:hover {
  border: 0 !important;
  background: transparent !important;
  color: var(--lashie-bot-text);
  text-decoration: underline;
}

.lashie-msg-expand-toggle:focus,
.lashie-msg-expand-toggle:active,
.lashie-msg-expand-toggle:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: var(--lashie-bot-text) !important;
  box-shadow: none !important;
  text-decoration: underline;
  outline: none !important;
}

.lashie-msg-expand-content p {
  margin: 0 0 6px !important;
}

.lashie-msg-expand-content p:first-child {
  margin-top: 0 !important;
}

.lashie-msg-expand-content > :first-child {
  margin-top: 0 !important;
}

.lashie-msg-expand-content ul,
.lashie-msg-expand-content ol {
  margin: 0 0 6px 18px !important;
}

.lashie-product-list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}

.lashie-product-slider {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.lashie-product-slider .lashie-product-list {
  margin-bottom: 0;
}

.lashie-product-slider.is-carousel .lashie-product-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 0;
  box-sizing: border-box;
  padding-bottom: 4px;
  touch-action: pan-x;
}

.lashie-product-slider.is-carousel .lashie-product-card {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.lashie-product-slider.is-carousel .lashie-product-list::-webkit-scrollbar {
  height: 5px;
}

.lashie-product-slider.is-carousel .lashie-product-list::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 999px;
}

.lashie-product-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
}

.lashie-product-swipe-hint {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.2;
  color: #7a7a7a;
  text-align: center;
}

.lashie-product-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: #d3d3d3;
  opacity: 0.75;
  padding: 0;
  cursor: pointer;
}

.lashie-product-dot.is-active {
  width: 18px;
  background: #7b7b7b;
  opacity: 1;
}

.lashie-product-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  background: var(--lashie-bot-bg);
  color: var(--lashie-bot-text);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.lashie-product-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.lashie-product-info {
  min-width: 0;
}

.lashie-product-name {
  display: inline-block;
  color: var(--lashie-bot-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
}

.lashie-product-name-static {
  cursor: default;
  text-decoration: none;
}

.lashie-product-list.is-selection-mode .lashie-product-btn-secondary:not(.lashie-product-choose) {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: transparent;
  color: var(--lashie-bot-text);
  min-height: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.lashie-product-choose {
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
  background: transparent !important;
  color: var(--lashie-bot-text) !important;
  min-height: 32px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.lashie-product-price {
  margin-top: 4px;
  font-size: 12px;
  color: var(--lashie-bot-text);
}

.lashie-product-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.lashie-product-actions .lashie-product-btn-secondary,
.lashie-product-actions .lashie-product-choose,
.lashie-product-actions .lashie-cart-btn {
  justify-self: start;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 10px;
}

.lashie-product-actions .lashie-product-choose {
  font-size: 11px;
  padding: 0 12px;
}

.lashie-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 11px;
  cursor: pointer;
  white-space: normal;
  min-height: 32px;
  height: 32px;
  min-width: 0;
  text-align: center;
}

.lashie-product-btn-secondary {
  background: #f2f2f2;
  color: #111;
  border: 1px solid #e0e0e0;
  border-radius: 999px !important;
}

.lashie-product-choose {
  border-radius: 999px !important;
}

.lashie-add-cart[disabled],
.lashie-product-btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.lashie-cart-btn {
  position: relative;
  width: 42px;
  min-height: 32px;
  height: 32px;
  padding: 0;
  background: var(--lashie-cart-btn-bg, #111) !important;
  color: var(--lashie-cart-btn-icon, #fff) !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px !important;
  overflow: hidden;
}

.lashie-cart-icon-mask {
  width: 18px;
  height: 18px;
  display: none;
  flex: 0 0 18px;
  background: var(--lashie-cart-btn-icon, #fff);
  -webkit-mask-image: var(--lashie-cart-icon-url);
  mask-image: var(--lashie-cart-icon-url);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.lashie-cart-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--lashie-cart-btn-icon, #fff);
}

@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .lashie-cart-btn.has-custom-icon .lashie-cart-icon-mask {
    display: block;
  }

  .lashie-cart-btn.has-custom-icon .lashie-cart-fallback {
    display: none;
  }
}

.lashie-cart-btn.is-loading .lashie-cart-icon-mask,
.lashie-cart-btn.is-loading .lashie-cart-fallback {
  opacity: 0;
}

.lashie-cart-btn.is-loading::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--lashie-cart-btn-icon);
  border-radius: 50%;
  animation: lashie-cart-spin 0.8s linear infinite;
}

.lashie-cart-btn.is-added {
  opacity: 1 !important;
}

.lashie-cart-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--lashie-cart-btn-icon);
}

.lashie-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  min-width: 42px !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 !important;
}

.lashie-eye-icon {
  position: relative;
  width: 14px;
  height: 9px;
  border: 1px solid var(--lashie-cart-btn-icon, #fff);
  border-radius: 12px / 9px;
  box-sizing: border-box;
  transform: translateY(-1px);
}

.lashie-eye-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--lashie-cart-btn-icon, #fff);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes lashie-cart-spin {
  to {
    transform: rotate(360deg);
  }
}

.lashie-footer {
  border-top: 1px solid #ededed;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.lashie-toast {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 62px;
  background: #1f2937;
  color: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 3;
}

.lashie-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}

.lashie-input {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 16px;
  resize: none;
  min-height: 38px;
  line-height: 1.25;
}

#lashie-chatbot-root .lashie-input,
#lashie-chatbot-root .lashie-input:focus,
#lashie-chatbot-root input.lashie-input[type="text"],
#lashie-chatbot-root textarea.lashie-input {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}

.lashie-send {
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  background: var(--lashie-button-bg);
  color: var(--lashie-button-text);
  cursor: pointer;
}

.lashie-contact-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 10px 10px;
}

.lashie-whatsapp,
.lashie-instagram {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 600;
}

.lashie-whatsapp {
  background: var(--lashie-whatsapp-bg);
  color: var(--lashie-whatsapp-text);
}

.lashie-instagram {
  background: var(--lashie-instagram-bg);
  color: var(--lashie-instagram-text);
}

@media (max-width: 480px) {
  #lashie-chatbot-root.lashie-bubble-size-small {
    --lashie-bubble-size: 44px;
  }

  #lashie-chatbot-root.lashie-bubble-size-medium {
    --lashie-bubble-size: 54px;
  }

  #lashie-chatbot-root.lashie-bubble-size-large {
    --lashie-bubble-size: 64px;
  }

  .lashie-bubble {
    box-shadow: none;
  }

  .lashie-bubble::before {
    box-shadow: inset 0 0 0 calc(var(--lashie-bubble-border-width) + 0.8px) var(--lashie-bubble-border);
  }

  .lashie-bubble {
    border-width: calc(var(--lashie-bubble-border-width) + 0.8px);
  }

  .lashie-chat {
    right: 0;
    left: auto;
    bottom: var(--lashie-launch-offset);
    top: auto;
    width: min(360px, calc(100vw - 36px));
    height: 66vh;
    max-height: calc(100vh - 110px);
    border-radius: 14px;
  }

  #lashie-chatbot-root.lashie-pos-x-left .lashie-chat {
    left: 0;
    right: auto;
  }

  #lashie-chatbot-root.lashie-pos-y-top .lashie-chat {
    top: var(--lashie-launch-offset);
    bottom: auto;
  }

  .lashie-header {
    padding: 11px 12px;
    font-size: 14px;
  }

  .lashie-suggestions {
    padding: 7px 8px;
  }

  .lashie-suggestion-carousel {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 5px;
  }

  .lashie-suggestion-btn {
    font-size: 10px;
    padding: 6px 8px;
    min-height: 28px;
  }

  .lashie-suggestion-arrow {
    width: 26px;
    height: 28px;
    font-size: 15px;
  }

  .lashie-messages {
    padding: 9px;
  }

  .lashie-msg {
    font-size: 13px;
    padding: 9px 10px;
    margin-bottom: 8px;
  }

  .lashie-footer {
    padding: 8px;
    gap: 6px;
  }

  .lashie-input,
  .lashie-send {
    font-size: 16px;
    padding: 8px 10px;
  }

  .lashie-contact-row {
    margin: 0 8px 8px;
    gap: 6px;
  }

  .lashie-whatsapp,
  .lashie-instagram {
    font-size: 12px;
    padding: 8px;
  }

  .lashie-product-card {
    grid-template-columns: 56px 1fr;
    gap: 8px;
    padding: 7px;
  }

  .lashie-product-slider {
    width: 100%;
    max-width: 100%;
  }

  .lashie-product-image {
    width: 56px;
    height: 56px;
  }

  .lashie-teaser {
    width: auto;
    max-width: min(150px, calc(100vw - 12px)) !important;
    min-width: 0;
    bottom: var(--lashie-launch-offset);
    gap: 1px;
    padding: 2px 4px;
  }

  .lashie-teaser-open {
    font-size: 8.6px !important;
  }

  .lashie-teaser-close {
    width: 14px;
    height: 14px;
    min-width: 14px;
    font-size: 8px;
  }

  #lashie-chatbot-root.lashie-pos-y-top .lashie-teaser {
    top: var(--lashie-launch-offset);
    bottom: auto;
  }

  .lashie-product-actions {
    gap: 6px;
  }

  .lashie-product-slider.is-carousel .lashie-product-card {
    flex-basis: 100%;
    min-width: 100%;
  }

  .lashie-product-btn {
    padding: 6px 7px;
    font-size: 10px;
    min-height: 30px;
    height: 30px;
  }

  .lashie-cart-btn {
    width: 38px;
  }

  .lashie-cart-icon-mask {
    width: 16px;
    height: 16px;
  }

  .lashie-toast {
    left: 10px;
    right: 10px;
    bottom: 58px;
    font-size: 11px;
    padding: 8px 10px;
  }
}
