{"product_id":"ai-pocket-translator-real-time-two-way-voice-translation-in-165-languages","title":"AI Pocket Translator – Real-Time Two-Way Voice Translation in 165+ Languages","description":"\u003cstyle\u003e\n\/* =========================================================\n   AI TRANSLATOR — LAVENDER \u0026 SKY BLUE STYLE\n   Independent scope, suitable for Shopify Custom Liquid\n========================================================= *\/\n\n.ltx-page,\n.ltx-page * {\n  box-sizing: border-box;\n}\n\n.ltx-page {\n  --ltx-purple: #8b7cf6;\n  --ltx-purple-dark: #6f60dc;\n  --ltx-lavender: #eeeaff;\n  --ltx-lavender-light: #f7f5ff;\n\n  --ltx-blue: #56a9f5;\n  --ltx-blue-dark: #378bd9;\n  --ltx-sky: #e4f3ff;\n  --ltx-sky-light: #f3faff;\n\n  --ltx-cyan: #63d6e7;\n  --ltx-green: #56cfa4;\n  --ltx-orange: #ffb26f;\n\n  --ltx-white: #ffffff;\n  --ltx-text: #24334c;\n  --ltx-muted: #66758c;\n  --ltx-border: #d9dff1;\n  --ltx-shadow: 0 16px 38px rgba(81, 100, 145, 0.11);\n\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  color: var(--ltx-text);\n  background: #f8faff;\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.6;\n\n  container-type: inline-size;\n  container-name: ltx-translator;\n}\n\n.ltx-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.ltx-page a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.ltx-page button,\n.ltx-page a {\n  font: inherit;\n}\n\n.ltx-container {\n  width: min(100%, 1180px);\n  margin: 0 auto;\n  padding: 0 18px;\n}\n\n.ltx-section {\n  padding: 58px 0;\n}\n\n.ltx-section-header {\n  max-width: 760px;\n  margin: 0 auto 32px;\n  text-align: center;\n}\n\n.ltx-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 7px;\n  margin-bottom: 10px;\n  color: var(--ltx-purple-dark);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.ltx-section-title {\n  margin: 0;\n  color: var(--ltx-text);\n  font-size: clamp(28px, 6cqi, 44px);\n  line-height: 1.13;\n  letter-spacing: -0.035em;\n}\n\n.ltx-section-copy {\n  max-width: 680px;\n  margin: 15px auto 0;\n  color: var(--ltx-muted);\n  font-size: clamp(15px, 2.8cqi, 18px);\n  line-height: 1.75;\n}\n\n\/* =========================================================\n   BUTTONS\n========================================================= *\/\n\n.ltx-primary-button,\n.ltx-secondary-button {\n  display: inline-flex;\n  width: 100%;\n  min-height: 52px;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 13px 22px;\n  border-radius: 14px;\n  font-weight: 800;\n  line-height: 1.2;\n  cursor: pointer;\n  transition:\n    transform 0.22s ease,\n    box-shadow 0.22s ease,\n    background-color 0.22s ease,\n    border-color 0.22s ease;\n}\n\n.ltx-primary-button {\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border: 0;\n  box-shadow: 0 11px 25px rgba(111, 96, 220, 0.25);\n}\n\n.ltx-primary-button:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 16px 31px rgba(86, 135, 220, 0.34);\n}\n\n.ltx-primary-button:active {\n  transform: translateY(1px) scale(0.98);\n}\n\n.ltx-secondary-button {\n  color: #5d55bb;\n  background: rgba(255, 255, 255, 0.76);\n  border: 1px solid rgba(111, 96, 220, 0.25);\n}\n\n.ltx-secondary-button:hover {\n  transform: translateY(-2px);\n  background: var(--ltx-white);\n  border-color: rgba(111, 96, 220, 0.45);\n}\n\n\n.ltx-page a[href=\"#MainContent\"]:focus-visible,\n.ltx-faq-question:focus-visible {\n  outline: 3px solid rgba(86, 169, 245, 0.55);\n  outline-offset: 3px;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ltx-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 38px 0 54px;\n  background:\n    radial-gradient(\n      circle at 86% 18%,\n      rgba(174, 160, 255, 0.42),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 10% 82%,\n      rgba(137, 213, 255, 0.35),\n      transparent 29%\n    ),\n    linear-gradient(\n      135deg,\n      #f2edff 0%,\n      #e7f4ff 52%,\n      #f4f0ff 100%\n    );\n  border-bottom: 1px solid #dce3f4;\n}\n\n.ltx-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -155px;\n  right: -135px;\n  width: 350px;\n  height: 350px;\n  border: 62px solid rgba(255, 255, 255, 0.34);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.ltx-hero::after {\n  content: \"\";\n  position: absolute;\n  bottom: -95px;\n  left: -90px;\n  width: 230px;\n  height: 230px;\n  background: rgba(255, 255, 255, 0.35);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.ltx-hero-grid {\n  position: relative;\n  z-index: 1;\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 30px;\n  align-items: center;\n}\n\n.ltx-hero-content {\n  min-width: 0;\n  text-align: center;\n}\n\n.ltx-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 18px;\n  padding: 8px 13px;\n  color: #625ab9;\n  background: rgba(255, 255, 255, 0.72);\n  border: 1px solid rgba(128, 108, 230, 0.24);\n  border-radius: 999px;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.75px;\n  text-transform: uppercase;\n  box-shadow: 0 8px 20px rgba(96, 91, 160, 0.08);\n}\n\n.ltx-status-dot {\n  width: 8px;\n  height: 8px;\n  background: var(--ltx-cyan);\n  border-radius: 50%;\n  box-shadow: 0 0 11px rgba(99, 214, 231, 0.75);\n}\n\n.ltx-hero-title {\n  max-width: 730px;\n  margin: 0 auto;\n  color: #283451;\n  font-size: clamp(35px, 8.3cqi, 62px);\n  line-height: 1.03;\n  letter-spacing: -0.052em;\n}\n\n.ltx-hero-title span {\n  color: transparent;\n  background: linear-gradient(\n    90deg,\n    var(--ltx-purple-dark),\n    var(--ltx-blue-dark)\n  );\n  -webkit-background-clip: text;\n  background-clip: text;\n}\n\n.ltx-hero-description {\n  max-width: 650px;\n  margin: 20px auto 0;\n  color: #63728a;\n  font-size: clamp(16px, 3.2cqi, 19px);\n  line-height: 1.72;\n}\n\n.ltx-hero-points {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin: 24px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.ltx-hero-points li {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  padding: 8px 11px;\n  color: #4c5870;\n  background: rgba(255, 255, 255, 0.75);\n  border: 1px solid rgba(123, 128, 183, 0.18);\n  border-radius: 10px;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.ltx-check {\n  display: inline-grid;\n  width: 18px;\n  height: 18px;\n  place-items: center;\n  flex: 0 0 18px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 50%;\n  font-size: 11px;\n  line-height: 1;\n}\n\n.ltx-hero-actions {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n  margin-top: 27px;\n}\n\n.ltx-hero-note {\n  margin: 14px 0 0;\n  color: #7a879a;\n  font-size: 12px;\n}\n\n.ltx-hero-media {\n  position: relative;\n  max-width: 520px;\n  margin: 0 auto;\n  padding: 17px;\n  background: linear-gradient(\n    145deg,\n    rgba(183, 170, 255, 0.66),\n    rgba(157, 218, 255, 0.64)\n  );\n  border: 1px solid rgba(132, 135, 210, 0.23);\n  border-radius: 29px;\n  box-shadow: 0 24px 47px rgba(92, 101, 151, 0.16);\n}\n\n.ltx-hero-media::before {\n  content: \"\";\n  position: absolute;\n  inset: 13%;\n  background: rgba(255, 255, 255, 0.48);\n  border-radius: 50%;\n  filter: blur(38px);\n}\n\n.ltx-hero-image {\n  position: relative;\n  z-index: 1;\n  overflow: hidden;\n  min-height: 370px;\n  background: linear-gradient(145deg, #f5f0ff, #edf8ff);\n  border: 6px solid rgba(255, 255, 255, 0.72);\n  border-radius: 21px;\n}\n\n.ltx-hero-image img {\n  width: 100%;\n  min-height: 370px;\n  object-fit: contain;\n}\n\n.ltx-language-badge {\n  position: absolute;\n  z-index: 2;\n  right: 4px;\n  bottom: 25px;\n  min-width: 112px;\n  padding: 14px 12px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border: 4px solid #f3f2ff;\n  border-radius: 17px;\n  text-align: center;\n  box-shadow: 0 12px 25px rgba(91, 93, 153, 0.24);\n}\n\n.ltx-language-badge strong {\n  display: block;\n  font-size: 24px;\n  line-height: 1;\n}\n\n.ltx-language-badge span {\n  display: block;\n  margin-top: 5px;\n  font-size: 10px;\n  font-weight: 900;\n  letter-spacing: 0.65px;\n  line-height: 1.2;\n  text-transform: uppercase;\n}\n\n\/* =========================================================\n   ICON BENEFIT GRID\n========================================================= *\/\n\n.ltx-benefits {\n  background:\n    radial-gradient(\n      circle at 90% 12%,\n      rgba(191, 177, 255, 0.28),\n      transparent 27%\n    ),\n    linear-gradient(\n      135deg,\n      #edf5ff 0%,\n      #f1edff 100%\n    );\n}\n\n.ltx-icon-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 14px;\n}\n\n.ltx-icon-card {\n  min-width: 0;\n  padding: 23px 19px;\n  background: rgba(255, 255, 255, 0.83);\n  border: 1px solid rgba(152, 158, 202, 0.2);\n  border-radius: 17px;\n  box-shadow: 0 11px 27px rgba(92, 106, 151, 0.08);\n  transition:\n    transform 0.22s ease,\n    border-color 0.22s ease,\n    box-shadow 0.22s ease;\n}\n\n.ltx-icon-card:hover {\n  transform: translateY(-4px);\n  border-color: rgba(111, 96, 220, 0.32);\n  box-shadow: 0 15px 30px rgba(92, 106, 151, 0.13);\n}\n\n.ltx-icon-wrap {\n  display: grid;\n  width: 49px;\n  height: 49px;\n  place-items: center;\n  margin-bottom: 17px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 14px;\n  box-shadow: 0 9px 20px rgba(111, 96, 220, 0.2);\n}\n\n.ltx-icon-wrap svg {\n  width: 25px;\n  height: 25px;\n}\n\n.ltx-icon-card:nth-child(2) .ltx-icon-wrap {\n  background: linear-gradient(\n    135deg,\n    var(--ltx-cyan),\n    var(--ltx-blue)\n  );\n}\n\n.ltx-icon-card:nth-child(3) .ltx-icon-wrap {\n  background: linear-gradient(\n    135deg,\n    #a17cf7,\n    #d18af2\n  );\n}\n\n.ltx-icon-card:nth-child(4) .ltx-icon-wrap {\n  background: linear-gradient(\n    135deg,\n    var(--ltx-green),\n    var(--ltx-cyan)\n  );\n}\n\n.ltx-icon-card:nth-child(5) .ltx-icon-wrap {\n  background: linear-gradient(\n    135deg,\n    var(--ltx-orange),\n    #ff8f90\n  );\n}\n\n.ltx-icon-card:nth-child(6) .ltx-icon-wrap {\n  background: linear-gradient(\n    135deg,\n    #7d94ff,\n    #a07cf5\n  );\n}\n\n.ltx-icon-card h3 {\n  margin: 0;\n  color: var(--ltx-text);\n  font-size: 18px;\n  line-height: 1.3;\n}\n\n.ltx-icon-card p {\n  margin: 9px 0 0;\n  color: var(--ltx-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   FEATURE DETAIL CARDS\n========================================================= *\/\n\n.ltx-features {\n  background: #fbfcff;\n}\n\n.ltx-feature-list {\n  display: grid;\n  gap: 23px;\n}\n\n.ltx-feature-card {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  overflow: hidden;\n  background: var(--ltx-white);\n  border: 1px solid var(--ltx-border);\n  border-radius: 21px;\n  box-shadow: var(--ltx-shadow);\n}\n\n.ltx-feature-card:nth-child(2) {\n  background: #f1f8ff;\n}\n\n.ltx-feature-card:nth-child(3) {\n  background: #f7f2ff;\n}\n\n.ltx-feature-card:nth-child(4) {\n  background: #eefbff;\n}\n\n.ltx-feature-card:nth-child(5) {\n  background: #f9f4ff;\n}\n\n.ltx-feature-card:nth-child(6) {\n  background: #f0f7ff;\n}\n\n.ltx-feature-image {\n  min-width: 0;\n  background: linear-gradient(\n    145deg,\n    #edf5ff,\n    #f3eeff\n  );\n}\n\n.ltx-feature-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: contain;\n}\n\n.ltx-feature-content {\n  display: flex;\n  min-width: 0;\n  flex-direction: column;\n  justify-content: center;\n  padding: 27px 22px 30px;\n}\n\n.ltx-feature-label {\n  display: inline-flex;\n  width: fit-content;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 13px;\n  color: var(--ltx-purple-dark);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.ltx-feature-label::before {\n  content: \"\";\n  width: 29px;\n  height: 2px;\n  background: linear-gradient(\n    90deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n}\n\n.ltx-feature-content h3 {\n  margin: 0;\n  color: var(--ltx-text);\n  font-size: clamp(24px, 5.4cqi, 34px);\n  line-height: 1.17;\n  letter-spacing: -0.03em;\n}\n\n.ltx-feature-content p {\n  margin: 15px 0 0;\n  color: var(--ltx-muted);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.ltx-feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 20px;\n}\n\n.ltx-feature-tag {\n  padding: 7px 10px;\n  color: #5d55b5;\n  background: rgba(139, 124, 246, 0.09);\n  border: 1px solid rgba(139, 124, 246, 0.18);\n  border-radius: 999px;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   PORTABLE DESIGN\n========================================================= *\/\n\n.ltx-portable {\n  background:\n    radial-gradient(\n      circle at 84% 16%,\n      rgba(190, 178, 255, 0.28),\n      transparent 29%\n    ),\n    linear-gradient(\n      135deg,\n      #e8f5ff,\n      #f3efff\n    );\n  border-top: 1px solid #dce4f1;\n  border-bottom: 1px solid #dce4f1;\n}\n\n.ltx-portable-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 25px;\n  align-items: center;\n}\n\n.ltx-portable-image {\n  overflow: hidden;\n  padding: 13px;\n  background: rgba(255, 255, 255, 0.84);\n  border: 1px solid var(--ltx-border);\n  border-radius: 21px;\n  box-shadow: var(--ltx-shadow);\n}\n\n.ltx-portable-image img {\n  border-radius: 14px;\n}\n\n.ltx-portable-content {\n  min-width: 0;\n  text-align: center;\n}\n\n.ltx-portable-content h2 {\n  margin: 0;\n  color: var(--ltx-text);\n  font-size: clamp(28px, 6cqi, 43px);\n  line-height: 1.13;\n  letter-spacing: -0.037em;\n}\n\n.ltx-portable-content p {\n  margin: 15px 0 0;\n  color: var(--ltx-muted);\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n.ltx-portable-points {\n  display: grid;\n  gap: 10px;\n  margin: 22px 0 0;\n  padding: 0;\n  list-style: none;\n  text-align: left;\n}\n\n.ltx-portable-points li {\n  display: grid;\n  grid-template-columns: 24px minmax(0, 1fr);\n  gap: 10px;\n  align-items: start;\n  color: #53647b;\n  font-size: 14px;\n}\n\n.ltx-portable-check {\n  display: grid;\n  width: 24px;\n  height: 24px;\n  place-items: center;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 50%;\n  font-size: 12px;\n  font-weight: 900;\n}\n\n\/* =========================================================\n   DETAILS AND SPECIFICATIONS\n========================================================= *\/\n\n.ltx-details {\n  background: linear-gradient(\n    135deg,\n    #f5f2ff,\n    #edf7ff\n  );\n}\n\n.ltx-detail-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 19px;\n}\n\n.ltx-detail-box {\n  min-width: 0;\n  padding: 23px 19px;\n  background: rgba(255, 255, 255, 0.86);\n  border: 2px solid #d9e1ef;\n  border-radius: 17px;\n  box-shadow: 0 9px 22px rgba(81, 100, 145, 0.06);\n}\n\n.ltx-detail-title {\n  display: flex;\n  align-items: center;\n  gap: 11px;\n  margin: 0 0 18px;\n  color: var(--ltx-text);\n  font-size: 20px;\n  line-height: 1.3;\n}\n\n.ltx-detail-title span {\n  display: grid;\n  width: 37px;\n  height: 37px;\n  place-items: center;\n  flex: 0 0 37px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 11px;\n  font-size: 17px;\n}\n\n.ltx-step-list,\n.ltx-use-list,\n.ltx-spec-list {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.ltx-step-list {\n  display: grid;\n  gap: 13px;\n}\n\n.ltx-step-list li {\n  display: grid;\n  grid-template-columns: 31px minmax(0, 1fr);\n  gap: 11px;\n  align-items: start;\n  color: var(--ltx-muted);\n  font-size: 14px;\n}\n\n.ltx-step-number {\n  display: grid;\n  width: 31px;\n  height: 31px;\n  place-items: center;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 50%;\n  font-size: 13px;\n  font-weight: 900;\n}\n\n.ltx-use-list {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 10px;\n}\n\n.ltx-use-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 12px;\n  color: #53647b;\n  background: linear-gradient(\n    135deg,\n    #f7f4ff,\n    #f1f9ff\n  );\n  border: 1px solid #dbe4f0;\n  border-radius: 11px;\n  font-size: 14px;\n}\n\n.ltx-use-list strong {\n  display: block;\n  color: var(--ltx-text);\n}\n\n.ltx-use-icon {\n  font-size: 21px;\n  line-height: 1.2;\n}\n\n.ltx-spec-list {\n  border-top: 1px solid #dce5ef;\n}\n\n.ltx-spec-list li {\n  display: flex;\n  min-width: 0;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 14px;\n  padding: 11px 0;\n  border-bottom: 1px solid #dce5ef;\n  font-size: 14px;\n}\n\n.ltx-spec-list span:first-child {\n  color: #687c91;\n}\n\n.ltx-spec-list strong {\n  color: #293a50;\n  text-align: right;\n  overflow-wrap: anywhere;\n}\n\n.ltx-spec-image {\n  margin-top: 17px;\n  overflow: hidden;\n  padding: 8px;\n  background: linear-gradient(\n    145deg,\n    #f2f7ff,\n    #f7f2ff\n  );\n  border: 1px solid #d7e2ed;\n  border-radius: 12px;\n}\n\n.ltx-note-box {\n  margin-top: 17px;\n  padding: 14px;\n  color: #5f567a;\n  background: #f6f1ff;\n  border: 1px solid #d8cffa;\n  border-radius: 11px;\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   FAQ — NATIVE HTML DETAILS \/ SUMMARY\n========================================================= *\/\n\n.ltx-faq {\n  background: #fbfcff;\n}\n\n.ltx-faq-list {\n  display: grid;\n  max-width: 860px;\n  gap: 11px;\n  margin: 0 auto;\n}\n\n.ltx-faq-item {\n  overflow: hidden;\n  background: linear-gradient(\n    135deg,\n    #f8f6ff,\n    #f4faff\n  );\n  border: 1px solid var(--ltx-border);\n  border-radius: 14px;\n  transition:\n    border-color 0.25s ease,\n    box-shadow 0.25s ease,\n    background-color 0.25s ease;\n}\n\n.ltx-faq-item[open] {\n  background: var(--ltx-white);\n  border-color: rgba(139, 124, 246, 0.48);\n  box-shadow: 0 10px 26px rgba(81, 100, 145, 0.09);\n}\n\n.ltx-faq-question {\n  display: grid;\n  width: 100%;\n  grid-template-columns: minmax(0, 1fr) 35px;\n  gap: 14px;\n  align-items: center;\n  padding: 18px;\n  color: var(--ltx-text);\n  background: transparent;\n  border: 0;\n  text-align: left;\n  cursor: pointer;\n  list-style: none;\n}\n\n.ltx-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.ltx-faq-question::marker {\n  display: none;\n  content: \"\";\n}\n\n.ltx-faq-question-text {\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1.45;\n}\n\n.ltx-faq-arrow {\n  position: relative;\n  display: grid;\n  width: 35px;\n  height: 35px;\n  place-items: center;\n  color: var(--ltx-purple-dark);\n  background: rgba(139, 124, 246, 0.12);\n  border-radius: 50%;\n  transition:\n    transform 0.32s ease,\n    color 0.32s ease,\n    background-color 0.32s ease;\n}\n\n.ltx-faq-arrow::before,\n.ltx-faq-arrow::after {\n  content: \"\";\n  position: absolute;\n  width: 11px;\n  height: 2px;\n  background: currentColor;\n  border-radius: 2px;\n}\n\n.ltx-faq-arrow::after {\n  transform: rotate(90deg);\n  transition: opacity 0.25s ease;\n}\n\n.ltx-faq-item[open] .ltx-faq-arrow {\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  transform: rotate(180deg);\n}\n\n.ltx-faq-item[open] .ltx-faq-arrow::after {\n  opacity: 0;\n}\n\n.ltx-faq-answer {\n  color: var(--ltx-muted);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n.ltx-faq-answer-inner {\n  padding: 0 18px 20px;\n}\n\n\/* =========================================================\n   GUARANTEES\n========================================================= *\/\n\n.ltx-guarantees {\n  background:\n    radial-gradient(\n      circle at 87% 13%,\n      rgba(255, 255, 255, 0.56),\n      transparent 28%\n    ),\n    linear-gradient(\n      135deg,\n      #dfecff,\n      #e8ddff\n    );\n}\n\n.ltx-guarantee-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 14px;\n}\n\n.ltx-guarantee-card {\n  min-width: 0;\n  padding: 24px 20px;\n  background: rgba(255, 255, 255, 0.79);\n  border: 1px solid rgba(143, 151, 197, 0.22);\n  border-radius: 17px;\n  box-shadow: 0 12px 28px rgba(81, 100, 145, 0.08);\n}\n\n.ltx-guarantee-icon {\n  display: grid;\n  width: 47px;\n  height: 47px;\n  place-items: center;\n  margin-bottom: 15px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border-radius: 13px;\n  font-size: 21px;\n}\n\n.ltx-guarantee-card:nth-child(2) .ltx-guarantee-icon {\n  background: linear-gradient(\n    135deg,\n    var(--ltx-green),\n    var(--ltx-cyan)\n  );\n}\n\n.ltx-guarantee-card:nth-child(3) .ltx-guarantee-icon {\n  background: linear-gradient(\n    135deg,\n    var(--ltx-orange),\n    #ff8d9b\n  );\n}\n\n.ltx-guarantee-card h3 {\n  margin: 0;\n  color: var(--ltx-text);\n  font-size: 18px;\n  line-height: 1.3;\n}\n\n.ltx-guarantee-card p {\n  margin: 9px 0 0;\n  color: var(--ltx-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.ltx-bottom-cta {\n  padding: 62px 0;\n  background: linear-gradient(\n    135deg,\n    #edf5ff,\n    #f4efff\n  );\n}\n\n.ltx-cta-panel {\n  position: relative;\n  overflow: hidden;\n  padding: 37px 22px;\n  color: var(--ltx-text);\n  background:\n    radial-gradient(\n      circle at 88% 20%,\n      rgba(255, 255, 255, 0.46),\n      transparent 25%\n    ),\n    linear-gradient(\n      135deg,\n      #c9bcff 0%,\n      #aad8ff 54%,\n      #d8c7ff 100%\n    );\n  border: 2px solid rgba(255, 255, 255, 0.72);\n  border-radius: 23px;\n  text-align: center;\n  box-shadow: 0 20px 42px rgba(90, 102, 151, 0.16);\n}\n\n.ltx-cta-panel::before {\n  content: \"\";\n  position: absolute;\n  top: -76px;\n  left: -76px;\n  width: 192px;\n  height: 192px;\n  border: 41px solid rgba(255, 255, 255, 0.19);\n  border-radius: 50%;\n}\n\n.ltx-cta-content {\n  position: relative;\n  z-index: 1;\n  max-width: 780px;\n  margin: 0 auto;\n}\n\n.ltx-cta-kicker {\n  display: inline-block;\n  margin-bottom: 10px;\n  color: #5751a1;\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.ltx-cta-title {\n  margin: 0;\n  color: #293550;\n  font-size: clamp(28px, 6.3cqi, 44px);\n  line-height: 1.13;\n  letter-spacing: -0.04em;\n}\n\n.ltx-cta-copy {\n  margin: 15px auto 0;\n  color: #56657b;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.ltx-cta-image {\n  max-width: 560px;\n  margin: 24px auto 0;\n  overflow: hidden;\n  padding: 9px;\n  background: rgba(255, 255, 255, 0.48);\n  border: 1px solid rgba(255, 255, 255, 0.69);\n  border-radius: 17px;\n}\n\n.ltx-cta-image img {\n  border-radius: 11px;\n}\n\n.ltx-cta-actions {\n  display: flex;\n  justify-content: center;\n  margin-top: 24px;\n}\n\n.ltx-cta-actions .ltx-primary-button {\n  width: 100%;\n  max-width: 350px;\n}\n\n\/* =========================================================\n   FLOATING BUY BUTTON\n========================================================= *\/\n\n.ltx-floating-buy {\n  position: fixed;\n  z-index: 50;\n  right: 16px;\n  bottom: max(16px, env(safe-area-inset-bottom));\n  display: inline-flex;\n  min-height: 51px;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 12px 21px;\n  color: var(--ltx-white);\n  background: linear-gradient(\n    135deg,\n    var(--ltx-purple),\n    var(--ltx-blue)\n  );\n  border: 2px solid rgba(255, 255, 255, 0.78);\n  border-radius: 999px;\n  box-shadow: 0 12px 31px rgba(83, 94, 153, 0.3);\n  font-size: 14px;\n  font-weight: 800;\n  cursor: pointer;\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n  transition:\n    opacity 0.3s ease,\n    visibility 0.3s ease,\n    transform 0.3s ease,\n    box-shadow 0.25s ease;\n}\n\n.ltx-floating-buy.ltx-visible {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n\n.ltx-floating-buy:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 17px 36px rgba(83, 94, 153, 0.39);\n}\n\n.ltx-floating-buy:active {\n  transform: translateY(1px) scale(0.97);\n}\n\n.ltx-purchase-highlight {\n  animation: ltxPurchasePulse 1.15s ease;\n}\n\n@keyframes ltxPurchasePulse {\n  0%,\n  100% {\n    transform: scale(1);\n  }\n\n  45% {\n    transform: scale(1.018);\n  }\n}\n\n\/* =========================================================\n   RESPONSIVE CONTAINER QUERIES\n========================================================= *\/\n\n@container ltx-translator (min-width: 500px) {\n  .ltx-icon-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ltx-guarantee-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .ltx-detail-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ltx-detail-box:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  .ltx-use-list {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .ltx-hero-actions {\n    flex-direction: row;\n    justify-content: center;\n  }\n\n  .ltx-hero-actions .ltx-primary-button,\n  .ltx-hero-actions .ltx-secondary-button {\n    width: auto;\n    min-width: 190px;\n  }\n}\n\n@container ltx-translator (min-width: 760px) {\n  .ltx-container {\n    padding: 0 28px;\n  }\n\n  .ltx-section {\n    padding: 78px 0;\n  }\n\n  .ltx-hero {\n    padding: 62px 0 76px;\n  }\n\n  .ltx-hero-grid {\n    grid-template-columns:\n      minmax(0, 1.08fr)\n      minmax(340px, 0.92fr);\n    gap: 50px;\n  }\n\n  .ltx-hero-content {\n    text-align: left;\n  }\n\n  .ltx-hero-title,\n  .ltx-hero-description {\n    margin-left: 0;\n  }\n\n  .ltx-hero-points,\n  .ltx-hero-actions {\n    justify-content: flex-start;\n  }\n\n  .ltx-icon-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .ltx-feature-card {\n    grid-template-columns:\n      minmax(0, 1fr)\n      minmax(0, 1fr);\n  }\n\n  .ltx-feature-card:nth-child(even) .ltx-feature-image {\n    order: 2;\n  }\n\n  .ltx-feature-card:nth-child(even) .ltx-feature-content {\n    order: 1;\n  }\n\n  .ltx-feature-content {\n    padding: 39px;\n  }\n\n  .ltx-portable-grid {\n    grid-template-columns:\n      minmax(0, 0.94fr)\n      minmax(0, 1.06fr);\n    gap: 42px;\n  }\n\n  .ltx-portable-content {\n    text-align: left;\n  }\n\n  .ltx-detail-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .ltx-detail-box:last-child {\n    grid-column: auto;\n  }\n\n  .ltx-cta-panel {\n    padding: 50px 40px;\n  }\n}\n\n@container ltx-translator (max-width: 420px) {\n  .ltx-container {\n    padding: 0 14px;\n  }\n\n  .ltx-section {\n    padding: 48px 0;\n  }\n\n  .ltx-hero {\n    padding-top: 28px;\n  }\n\n  .ltx-hero-media {\n    padding: 12px;\n    border-radius: 21px;\n  }\n\n  .ltx-hero-image {\n    min-height: 315px;\n    border-width: 4px;\n    border-radius: 15px;\n  }\n\n  .ltx-hero-image img {\n    min-height: 315px;\n  }\n\n  .ltx-language-badge {\n    right: 2px;\n    bottom: 16px;\n    min-width: 96px;\n    padding: 12px 9px;\n  }\n\n  .ltx-language-badge strong {\n    font-size: 20px;\n  }\n\n  .ltx-feature-content {\n    padding: 24px 18px 27px;\n  }\n\n  .ltx-floating-buy {\n    right: 12px;\n    left: 12px;\n    bottom: max(10px, env(safe-area-inset-bottom));\n    width: calc(100% - 24px);\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .ltx-page *,\n  .ltx-page *::before,\n  .ltx-page *::after {\n    scroll-behavior: auto !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"ltx-page\" id=\"ltx-product-page\"\u003e\u003c!-- HERO --\u003e\n\u003csection class=\"ltx-hero\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-hero-grid\"\u003e\n\u003cdiv class=\"ltx-hero-content\"\u003e\n\u003cdiv class=\"ltx-hero-badge\"\u003e\n\u003cspan class=\"ltx-status-dot\"\u003e\u003c\/span\u003e Smart AI Translation Technology\u003c\/div\u003e\n\u003ch1 class=\"ltx-hero-title\"\u003eBreak Language Barriers With \u003cspan\u003eInstant AI Translation\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"ltx-hero-description\"\u003eA pocket-sized AI translation assistant designed for travel, business, study and everyday conversations. Communicate more naturally wherever life takes you.\u003c\/p\u003e\n\u003cul class=\"ltx-hero-points\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-check\"\u003e✓\u003c\/span\u003e 165+ Languages\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-check\"\u003e✓\u003c\/span\u003e Voice and Text Translation\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-check\"\u003e✓\u003c\/span\u003e iOS and Android\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ltx-hero-actions\"\u003e\n\u003ca class=\"ltx-primary-button\" href=\"#MainContent\"\u003e Get Your AI Translator \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"ltx-secondary-button\" href=\"#ltx-core-benefits\"\u003e Explore Features \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"ltx-hero-note\"\u003eConnects to a compatible smartphone through Bluetooth and the companion mobile application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-hero-media\"\u003e\n\u003cdiv class=\"ltx-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_44AM_1.png?v=1784277452\" alt=\"Pocket-sized AI translation assistant\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-language-badge\"\u003e\n\u003cstrong\u003e165+\u003c\/strong\u003e \u003cspan\u003eLanguages Supported\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ICON GRID --\u003e\n\u003csection class=\"ltx-section ltx-benefits\" id=\"ltx-core-benefits\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-section-header\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003ePowerful Features in One Tiny Device\u003c\/div\u003e\n\u003ch2 class=\"ltx-section-title\"\u003eCommunicate More Naturally Around the World\u003c\/h2\u003e\n\u003cp class=\"ltx-section-copy\"\u003eCombine real-time translation, smart assistance and flexible communication in one compact device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-icon-grid\"\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 3a14 14 0 0 1 0 18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 3a14 14 0 0 0 0 18\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e165+ Languages\u003c\/h3\u003e\n\u003cp\u003eTranslate a wide range of languages for travel, study and international communication.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003crect x=\"9\" y=\"2\" width=\"6\" height=\"12\" rx=\"3\"\u003e\u003c\/rect\u003e\n              \u003cpath d=\"M5 10a7 7 0 0 0 14 0\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 17v5\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eReal-Time Voice Translation\u003c\/h3\u003e\n\u003cp\u003eSpeak naturally and receive translated results without manually entering every sentence.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003crect x=\"4\" y=\"5\" width=\"16\" height=\"14\" rx=\"3\"\u003e\u003c\/rect\u003e\n              \u003cpath d=\"M9 10h.01\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M15 10h.01\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 15c1.5 1 4.5 1 6 0\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 2v3\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eAI Smart Assistant\u003c\/h3\u003e\n\u003cp\u003eAccess AI-powered assistance for questions, information and selected everyday tasks.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003crect x=\"6\" y=\"2\" width=\"12\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003cpath d=\"M10 18h4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eiOS and Android Compatible\u003c\/h3\u003e\n\u003cp\u003ePair with compatible smartphones using Bluetooth and the companion application.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9h8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 13h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eCross-App Translation\u003c\/h3\u003e\n\u003cp\u003eSupports translation across selected messaging, social and everyday mobile applications.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-icon-card\"\u003e\n\u003cdiv class=\"ltx-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M4 7h11\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m12 4 3 3-3 3\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M20 17H9\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m12 14-3 3 3 3\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eTwo-Way Conversation\u003c\/h3\u003e\n\u003cp\u003eMake face-to-face communication smoother by translating both sides of the conversation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003csection class=\"ltx-section ltx-features\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-section-header\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003eDesigned for Real Conversations\u003c\/div\u003e\n\u003ch2 class=\"ltx-section-title\"\u003eFeel More Confident in Unfamiliar Situations\u003c\/h2\u003e\n\u003cp class=\"ltx-section-copy\"\u003eFrom ordering food abroad to communicating with international customers, each feature helps make conversations easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-list\"\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_45AM_2.png?v=1784277452\" alt=\"Using an AI translator while traveling\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 01\u003c\/div\u003e\n\u003ch3\u003eTravel Without Feeling Lost\u003c\/h3\u003e\n\u003cp\u003eAsk for directions, order meals, check into hotels and speak with local people more confidently during international travel.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eHotels\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eRestaurants\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eDirections\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_46AM_3.png?v=1784277452\" alt=\"International business translation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 02\u003c\/div\u003e\n\u003ch3\u003eGlobal Business Communication\u003c\/h3\u003e\n\u003cp\u003eCommunicate with international customers, suppliers and business partners without constantly switching between complicated translation tools.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eMeetings\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eClients\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eWork Travel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_46AM_4.png?v=1784277452\" alt=\"AI translator for study and language learning\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 03\u003c\/div\u003e\n\u003ch3\u003eLearn and Explore New Languages\u003c\/h3\u003e\n\u003cp\u003eListen to translated speech, compare phrases and explore unfamiliar vocabulary during lessons, study sessions or online classes.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eLanguage Practice\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eOnline Classes\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eVocabulary\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_47AM_5.png?v=1784277452\" alt=\"AI translator connected to smartphone\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 04\u003c\/div\u003e\n\u003ch3\u003eSimple Bluetooth Connection\u003c\/h3\u003e\n\u003cp\u003ePair the translator with a compatible iPhone or Android phone through Bluetooth and access functions through the companion app.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eBluetooth\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eiPhone\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eAndroid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_48AM_7.png?v=1784277452\" alt=\"Translation across messaging applications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 05\u003c\/div\u003e\n\u003ch3\u003eTranslate Everyday Applications\u003c\/h3\u003e\n\u003cp\u003eUse translation support with selected messaging and social applications to understand international messages and content.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eMessaging\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eSocial Apps\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eText Translation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-feature-card\"\u003e\n\u003cdiv class=\"ltx-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_48AM_8.png?v=1784277452\" alt=\"Two-way face-to-face AI translation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-feature-content\"\u003e\n\u003cdiv class=\"ltx-feature-label\"\u003eFeature 06\u003c\/div\u003e\n\u003ch3\u003eNatural Two-Way Conversations\u003c\/h3\u003e\n\u003cp\u003eTranslate both sides of a face-to-face conversation without repeatedly typing every sentence or passing around a phone.\u003c\/p\u003e\n\u003cdiv class=\"ltx-feature-tags\"\u003e\n\u003cspan class=\"ltx-feature-tag\"\u003eTwo-Way Translation\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eFace-to-Face\u003c\/span\u003e \u003cspan class=\"ltx-feature-tag\"\u003eNatural Conversation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PORTABLE DESIGN --\u003e\n\u003csection class=\"ltx-section ltx-portable\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-portable-grid\"\u003e\n\u003cdiv class=\"ltx-portable-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_49AM_10.png?v=1784277452\" alt=\"Ultra-thin pocket-sized AI translator\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-portable-content\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003eSmall Size, Big Possibilities\u003c\/div\u003e\n\u003ch2\u003ePowerful Translation That Fits in Your Pocket\u003c\/h2\u003e\n\u003cp\u003eAt approximately 57mm in diameter and only 6.3mm thick, the compact design slips easily into a pocket, handbag, travel pouch or laptop case.\u003c\/p\u003e\n\u003cul class=\"ltx-portable-points\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-portable-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Lightweight and compact for daily carrying. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-portable-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Convenient for travel, business and study. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-portable-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Ready for spontaneous international conversations. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection class=\"ltx-section ltx-details\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-section-header\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003eSetup and Product Details\u003c\/div\u003e\n\u003ch2 class=\"ltx-section-title\"\u003eStart Translating in Three Simple Steps\u003c\/h2\u003e\n\u003cp class=\"ltx-section-copy\"\u003eConnect the device to your compatible smartphone, choose your languages and begin communicating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-detail-grid\"\u003e\n\u003carticle class=\"ltx-detail-box\"\u003e\n\u003ch3 class=\"ltx-detail-title\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e Quick Setup\u003c\/h3\u003e\n\u003col class=\"ltx-step-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-step-number\"\u003e1\u003c\/span\u003e \u003cspan\u003e Download the compatible companion application. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-step-number\"\u003e2\u003c\/span\u003e \u003cspan\u003e Enable Bluetooth and pair the device with your phone. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-step-number\"\u003e3\u003c\/span\u003e \u003cspan\u003e Select your languages and begin translating. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"ltx-note-box\"\u003e\n\u003cstrong\u003eConnection note:\u003c\/strong\u003e Language availability and smart functions may vary by application version, region and network connection.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-detail-box\"\u003e\n\u003ch3 class=\"ltx-detail-title\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e Perfect for Everyday Situations\u003c\/h3\u003e\n\u003cul class=\"ltx-use-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-use-icon\"\u003e✈️\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eTravel\u003c\/strong\u003e Airports, hotels, restaurants and directions. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-use-icon\"\u003e💼\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBusiness\u003c\/strong\u003e Customers, meetings and international work trips. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-use-icon\"\u003e🎓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eStudy\u003c\/strong\u003e Language practice, lessons and vocabulary support. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ltx-use-icon\"\u003e🏠\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eEveryday Life\u003c\/strong\u003e Communicate with people from different countries. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-detail-box\"\u003e\n\u003ch3 class=\"ltx-detail-title\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e Product Specifications\u003c\/h3\u003e\n\u003cul class=\"ltx-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eProduct type\u003c\/span\u003e \u003cstrong\u003eAI translation assistant\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eDiameter\u003c\/span\u003e \u003cstrong\u003eApprox. 57mm\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eThickness\u003c\/span\u003e \u003cstrong\u003eApprox. 6.3mm\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eConnection\u003c\/span\u003e \u003cstrong\u003eBluetooth\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eCompatibility\u003c\/span\u003e \u003cstrong\u003eiOS \/ Android\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eTranslation modes\u003c\/span\u003e \u003cstrong\u003eVoice and text\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eLanguage support\u003c\/span\u003e \u003cstrong\u003e165+ languages\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eDesign\u003c\/span\u003e \u003cstrong\u003ePocket-sized\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ltx-spec-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_49AM_9.png?v=1784277452\" alt=\"AI translator dimensions and specifications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ: TEXT ONLY, NO ANSWER IMAGES --\u003e\n\u003csection class=\"ltx-section ltx-faq\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-section-header\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch2 class=\"ltx-section-title\"\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003cp class=\"ltx-section-copy\"\u003eFind answers about compatibility, language support, connection and everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-faq-list\"\u003e\n\u003cdetails class=\"ltx-faq-item\" open=\"\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eDoes the translator work without a smartphone?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eThe device is designed to work together with a compatible smartphone and mobile application. The connected phone provides access to the translation interface and selected smart features.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ltx-faq-item\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eIs it compatible with iPhone and Android phones?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eYes. It is designed for compatible iOS and Android smartphones. Your phone should support Bluetooth and be able to install the required companion application.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ltx-faq-item\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eHow many languages does it support?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eThe product supports more than 165 languages and language variations. Exact availability may depend on the companion application version and selected translation mode.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ltx-faq-item\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eDoes it support two-way voice translation?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eYes. It is designed to assist with two-way conversations, allowing both speakers to communicate through selected languages in the mobile application.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ltx-faq-item\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eDoes it require an internet connection?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eSome translation, AI assistant and cross-application functions may require internet access. Availability depends on the selected language, application version and translation mode.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ltx-faq-item\"\u003e\n\u003csummary class=\"ltx-faq-question\"\u003e\u003cspan class=\"ltx-faq-question-text\"\u003eIs it easy to carry while traveling?\u003c\/span\u003e \u003cspan class=\"ltx-faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ltx-faq-answer\"\u003e\n\u003cdiv class=\"ltx-faq-answer-inner\"\u003eYes. The device measures approximately 57mm in diameter and 6.3mm in thickness, making it easy to carry in a pocket, handbag, backpack or travel pouch.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES --\u003e\n\u003csection class=\"ltx-section ltx-guarantees\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-section-header\"\u003e\n\u003cdiv class=\"ltx-eyebrow\"\u003ePurchase With Confidence\u003c\/div\u003e\n\u003ch2 class=\"ltx-section-title\"\u003eThree Important Order Guarantees\u003c\/h2\u003e\n\u003cp class=\"ltx-section-copy\"\u003eSecure checkout, tracked delivery and responsive customer support help create a more reliable shopping experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ltx-guarantee-grid\"\u003e\n\u003carticle class=\"ltx-guarantee-card\"\u003e\n\u003cdiv class=\"ltx-guarantee-icon\"\u003e✈\u003c\/div\u003e\n\u003ch3\u003eTracked Delivery\u003c\/h3\u003e\n\u003cp\u003eAvailable orders include tracking information so you can follow your package throughout the delivery process.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-guarantee-card\"\u003e\n\u003cdiv class=\"ltx-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eEncrypted payment processing helps protect your personal and financial information during checkout.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ltx-guarantee-card\"\u003e\n\u003cdiv class=\"ltx-guarantee-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eResponsive Support\u003c\/h3\u003e\n\u003cp\u003eContact customer support if you need help with your order, delivery, setup or product use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"ltx-bottom-cta\" id=\"ltx-final-cta\"\u003e\n\u003cdiv class=\"ltx-container\"\u003e\n\u003cdiv class=\"ltx-cta-panel\"\u003e\n\u003cdiv class=\"ltx-cta-content\"\u003e\n\u003cdiv class=\"ltx-cta-kicker\"\u003eYour World Without Language Limits\u003c\/div\u003e\n\u003ch2 class=\"ltx-cta-title\"\u003eTravel Smarter, Work Globally and Connect More Easily\u003c\/h2\u003e\n\u003cp class=\"ltx-cta-copy\"\u003eCarry instant translation support in your pocket and feel more confident during travel, study, business and daily conversations.\u003c\/p\u003e\n\u003cdiv class=\"ltx-cta-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPTImageJul17_2026_01_36_47AM_6.png?v=1784277452\" alt=\"AI translator for international communication\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ltx-cta-actions\"\u003e\u003ca class=\"ltx-primary-button\" href=\"#MainContent\"\u003e Shop the AI Translator Now \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FLOATING BUY BUTTON --\u003e \u003ca class=\"ltx-floating-buy\" href=\"#MainContent\"\u003e \u003cspan\u003e🌎\u003c\/span\u003e Buy Now \u003c\/a\u003e\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"HYY","offers":[{"title":"Default Title","offer_id":48842394140904,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/Products_1_d1e868ed-d0d2-4750-85ec-fbde6158a092.jpg?v=1785731007","url":"https:\/\/sereintis.com\/products\/ai-pocket-translator-real-time-two-way-voice-translation-in-165-languages","provider":"sereintis.com","version":"1.0","type":"link"}