/** Shopify CDN: Minification failed

Line 332:0 Unexpected "}"

**/
.ino-support {
  --ino-green: #174f3a;
  --ino-green-dark: #0d3828;
  --ino-green-mid: #1f6a4d;
  --ino-surface: #ffffff;
  --ino-bg: #f4f7f5;
  --ino-text: #173027;
  --ino-border: #d8e1dc;
  --ino-accent: #f4b942;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  color: var(--ino-text);
  font-family: inherit;
  font-size: 16px;
}

.ino-support *,
.ino-support *::before,
.ino-support *::after {
  box-sizing: border-box;
}

.ino-support button,
.ino-support textarea {
  font: inherit;
}

.ino-support__launcher {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ino-green);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.ino-support__launcher:focus-visible,
.ino-support button:focus-visible,
.ino-support textarea:focus-visible,
.ino-support a:focus-visible {
  outline: 3px solid var(--ino-accent);
  outline-offset: 2px;
}

.ino-support__panel {
  display: none;
  flex-direction: column;
  width: min(420px, calc(100vw - 24px));
  height: min(690px, calc(100vh - 92px));
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--ino-border);
  border-radius: 20px;
  background: var(--ino-surface);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .25);
}

.ino-support--open .ino-support__panel {
  display: flex;
}

.ino-support--open .ino-support__launcher {
  margin-left: auto;
}

.ino-support__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: var(--ino-green-dark);
  color: #ffffff;
}

.ino-support__header strong,
.ino-support__header small {
  display: block;
}

.ino-support__header strong {
  font-size: 18px;
  line-height: 1.25;
}

.ino-support__header small {
  margin-top: 4px;
  opacity: .9;
  font-size: 13px;
  line-height: 1.35;
}

.ino-support__close {
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.ino-support__messages {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  background: var(--ino-bg);
}

.ino-support__message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 14px;
}

.ino-support__message p {
  max-width: 92%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 15px;
  line-height: 1.55;
  font-size: 15px;
  white-space: pre-wrap;
}

.ino-support__message--assistant p {
  background: #ffffff;
  border: 1px solid var(--ino-border);
  border-bottom-left-radius: 5px;
}

.ino-support__message--user {
  align-items: flex-end;
}

.ino-support__message--user p {
  background: var(--ino-green);
  color: #ffffff;
  border-bottom-right-radius: 5px;
}

.ino-support__message a,
.ino-support__message a:link,
.ino-support__message a:visited {
  margin-top: 8px;
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--ino-green-mid);
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  display: inline-block;
}

.ino-support__message a:hover,
.ino-support__message a:active {
  background: var(--ino-green);
  color: #ffffff !important;
  text-decoration: none;
}

.ino-support__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow-x: hidden;
  padding: 12px;
  background: #ffffff;
}

.ino-support__quick-actions button {
  flex: 1 1 calc(50% - 4px);
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--ino-green);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ino-green-dark);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  word-break: normal;
}

.ino-support__form {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px;
  background: #ffffff;
}

.ino-support__form textarea {
  flex: 1;
  min-height: 48px;
  max-height: 120px;
  resize: vertical;
  padding: 12px 13px;
  border: 1px solid var(--ino-border);
  border-radius: 12px;
  color: var(--ino-text);
  background: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}

.ino-support__form button {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: var(--ino-green);
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}

.ino-support__form.is-busy {
  opacity: .68;
}

.ino-support__notice {
  margin: 0;
  padding: 0 12px 12px;
  background: #ffffff;
  color: #4f5f58;
  font-size: 12px;
  line-height: 1.4;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 560px) {
  .ino-support {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .ino-support__launcher span:last-child {
    display: none;
  }

  .ino-support__launcher {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  }

  .ino-support__launcher span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    transform: translateY(-1px);
  }

  .ino-support__panel {
    width: calc(100vw - 20px);
    height: min(72dvh, 570px);
    max-height: calc(100dvh - 90px);
    margin-bottom: 10px;
    border-radius: 17px;
  }

  .ino-support__header {
    padding: 12px 14px;
  }

  .ino-support__messages {
    padding: 12px;
  }

  .ino-support__quick-actions {
    padding: 8px 10px 3px;
  }

  .ino-support__form {
    padding: 8px 10px;
  }

  .ino-support__form textarea {
    min-height: 42px;
    font-size: 16px;
  }

  .ino-support__notice {
    padding: 0 10px calc(8px + env(safe-area-inset-bottom));
  }
}
}