{"product_id":"car-diagnostic-scanner-with-fault-code-reader-live-data","title":"Car Diagnostic Scanner with Fault Code Reader \u0026 Live Data","description":"\u003cstyle\u003e\n\/* =========================================================\n   OBD2 VEHICLE DIAGNOSTIC SCANNER\n   SHOPIFY CRO PDP\n   Mobile First \/ Automotive Diagnostic Style\n   ========================================================= *\/\n\n.obd2x-page{\n  --obd2x-red:#e63c35;\n  --obd2x-red-dark:#c92e28;\n  --obd2x-red-soft:#fff1ef;\n\n  --obd2x-blue:#2468ae;\n  --obd2x-blue-dark:#174c83;\n  --obd2x-blue-soft:#eef6ff;\n\n  --obd2x-yellow:#e7a51f;\n  --obd2x-yellow-soft:#fff8e8;\n\n  --obd2x-green:#24835a;\n  --obd2x-green-soft:#eff9f4;\n\n  --obd2x-dark:#18212b;\n  --obd2x-text:#3e4955;\n  --obd2x-muted:#687481;\n  --obd2x-line:#dfe5ea;\n\n  --obd2x-bg:#f7f9fb;\n  --obd2x-white:#ffffff;\n\n  --obd2x-shadow:\n    0 8px 28px rgba(20,32,44,.07);\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  color:var(--obd2x-dark);\n  background:#fff;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  line-height:1.5;\n\n  box-sizing:border-box;\n\n  container-type:inline-size;\n  container-name:obd2x-page;\n}\n\n.obd2x-page *,\n.obd2x-page *::before,\n.obd2x-page *::after{\n  box-sizing:border-box;\n}\n\n.obd2x-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.obd2x-container{\n  width:100%;\n  max-width:960px;\n  margin:0 auto;\n  padding:0 14px;\n}\n\n.obd2x-section{\n  padding:34px 0;\n}\n\n.obd2x-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  margin:0 0 9px;\n\n  color:var(--obd2x-red-dark);\n\n  font-size:11px;\n  line-height:1.2;\n  font-weight:900;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.obd2x-kicker-dot{\n  width:8px;\n  height:8px;\n\n  flex:0 0 8px;\n\n  border-radius:50%;\n\n  background:var(--obd2x-red);\n}\n\n.obd2x-title{\n  margin:0;\n\n  color:var(--obd2x-dark);\n\n  font-size:27px;\n  line-height:1.08;\n  font-weight:950;\n\n  letter-spacing:-.035em;\n}\n\n.obd2x-copy{\n  max-width:710px;\n\n  margin:11px 0 0;\n\n  color:var(--obd2x-muted);\n\n  font-size:14px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   GLOBAL IMAGE\n   ========================================================= *\/\n\n.obd2x-image-wrap{\n  margin-top:18px;\n\n  overflow:hidden;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:17px;\n\n  background:#fff;\n}\n\n.obd2x-image{\n  display:block;\n\n  width:100%;\n  height:auto;\n\n  object-fit:contain;\n\n  background:#fff;\n}\n\n.obd2x-image-square{\n  aspect-ratio:1 \/ 1;\n\n  object-fit:cover;\n}\n\n.obd2x-image-gif{\n  width:100%;\n\n  max-height:720px;\n\n  object-fit:contain;\n\n  background:#111820;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.obd2x-hero{\n  padding:18px 0 28px;\n\n  background:var(--obd2x-red-soft);\n}\n\n.obd2x-hero-card{\n  overflow:hidden;\n\n  border:1px solid #efd6d3;\n\n  border-radius:22px;\n\n  background:#fff;\n\n  box-shadow:var(--obd2x-shadow);\n}\n\n.obd2x-hero-content{\n  padding:24px 18px 0;\n}\n\n.obd2x-hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  margin-bottom:12px;\n\n  padding:8px 11px;\n\n  border-radius:999px;\n\n  background:var(--obd2x-red-soft);\n\n  color:var(--obd2x-red-dark);\n\n  font-size:10px;\n  line-height:1;\n  font-weight:900;\n\n  letter-spacing:.05em;\n}\n\n.obd2x-hero-badge-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:22px;\n  height:22px;\n\n  border-radius:50%;\n\n  background:var(--obd2x-red);\n\n  color:#fff;\n\n  font-size:12px;\n}\n\n.obd2x-hero h1{\n  max-width:820px;\n\n  margin:0;\n\n  color:var(--obd2x-dark);\n\n  font-size:34px;\n  line-height:1.02;\n  font-weight:950;\n\n  letter-spacing:-.045em;\n}\n\n.obd2x-hero h1 span{\n  color:var(--obd2x-red);\n}\n\n.obd2x-hero-sub{\n  margin:14px 0 0;\n\n  color:var(--obd2x-text);\n\n  font-size:14px;\n  line-height:1.68;\n}\n\n.obd2x-hero-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.obd2x-hero-mini{\n  min-width:0;\n\n  padding:11px 9px;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:12px;\n\n  background:#fff;\n}\n\n.obd2x-hero-mini strong{\n  display:block;\n\n  color:var(--obd2x-dark);\n\n  font-size:12px;\n  line-height:1.25;\n}\n\n.obd2x-hero-mini span{\n  display:block;\n\n  margin-top:3px;\n\n  color:var(--obd2x-muted);\n\n  font-size:9px;\n  line-height:1.4;\n}\n\n.obd2x-warning{\n  margin-top:16px;\n\n  padding:11px 12px;\n\n  border-left:4px solid var(--obd2x-red);\n\n  border-radius:0 11px 11px 0;\n\n  background:#fff8f7;\n\n  color:#656d76;\n\n  font-size:10px;\n  line-height:1.55;\n}\n\n.obd2x-hero-image{\n  padding:0 13px 13px;\n}\n\n\n\/* =========================================================\n   GIF \/ DEMO\n   ========================================================= *\/\n\n.obd2x-demo{\n  background:var(--obd2x-blue-soft);\n}\n\n.obd2x-demo-card{\n  padding:19px;\n\n  border:1px solid #d7e8f8;\n\n  border-radius:20px;\n\n  background:#fff;\n\n  box-shadow:var(--obd2x-shadow);\n}\n\n.obd2x-demo-title{\n  margin:0;\n\n  font-size:25px;\n  line-height:1.1;\n  font-weight:950;\n\n  letter-spacing:-.03em;\n}\n\n.obd2x-demo-text{\n  margin:9px 0 0;\n\n  color:var(--obd2x-muted);\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.obd2x-process{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:7px;\n\n  margin-top:16px;\n}\n\n.obd2x-process-item{\n  min-width:0;\n\n  padding:10px 5px;\n\n  border-radius:12px;\n\n  background:var(--obd2x-blue-soft);\n\n  text-align:center;\n}\n\n.obd2x-process-number{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:26px;\n  height:26px;\n\n  margin:0 auto 6px;\n\n  border-radius:50%;\n\n  background:var(--obd2x-blue);\n\n  color:#fff;\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.obd2x-process-item strong{\n  display:block;\n\n  font-size:10px;\n  line-height:1.2;\n}\n\n.obd2x-process-item span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--obd2x-muted);\n\n  font-size:8px;\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   CORE FEATURE CARDS\n   ========================================================= *\/\n\n.obd2x-features{\n  background:#fff;\n}\n\n.obd2x-feature-list{\n  display:grid;\n  grid-template-columns:1fr;\n\n  gap:14px;\n\n  margin-top:21px;\n}\n\n.obd2x-feature{\n  overflow:hidden;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:18px;\n\n  background:#fff;\n\n  box-shadow:\n    0 5px 20px rgba(20,32,44,.05);\n}\n\n.obd2x-feature-body{\n  padding:18px 16px 0;\n}\n\n.obd2x-feature-num{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n\n  margin-bottom:11px;\n\n  border-radius:11px;\n\n  font-size:13px;\n  font-weight:950;\n}\n\n.obd2x-feature:nth-child(1) .obd2x-feature-num{\n  background:var(--obd2x-red-soft);\n  color:var(--obd2x-red-dark);\n}\n\n.obd2x-feature:nth-child(2) .obd2x-feature-num{\n  background:var(--obd2x-blue-soft);\n  color:var(--obd2x-blue);\n}\n\n.obd2x-feature:nth-child(3) .obd2x-feature-num{\n  background:var(--obd2x-yellow-soft);\n  color:#966812;\n}\n\n.obd2x-feature:nth-child(4) .obd2x-feature-num{\n  background:var(--obd2x-green-soft);\n  color:var(--obd2x-green);\n}\n\n.obd2x-feature:nth-child(5) .obd2x-feature-num{\n  background:#f2f4f6;\n  color:#404851;\n}\n\n.obd2x-feature h3{\n  margin:0;\n\n  color:var(--obd2x-dark);\n\n  font-size:21px;\n  line-height:1.15;\n  font-weight:950;\n\n  letter-spacing:-.025em;\n}\n\n.obd2x-feature p{\n  margin:9px 0 0;\n\n  color:var(--obd2x-muted);\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.obd2x-feature-checks{\n  display:grid;\n\n  gap:7px;\n\n  margin-top:13px;\n}\n\n.obd2x-feature-check{\n  display:flex;\n  align-items:flex-start;\n\n  gap:8px;\n\n  color:var(--obd2x-text);\n\n  font-size:11px;\n  line-height:1.45;\n}\n\n.obd2x-check{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:19px;\n  height:19px;\n\n  flex:0 0 19px;\n\n  margin-top:1px;\n\n  border-radius:50%;\n\n  background:var(--obd2x-blue-soft);\n\n  color:var(--obd2x-blue);\n\n  font-size:9px;\n  font-weight:900;\n}\n\n.obd2x-feature-image{\n  padding:0 13px 13px;\n}\n\n\n\/* =========================================================\n   DETAILS + SPECS\n   ========================================================= *\/\n\n.obd2x-details{\n  background:var(--obd2x-bg);\n}\n\n.obd2x-detail-grid{\n  display:grid;\n  grid-template-columns:1fr;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.obd2x-detail-box{\n  min-width:0;\n\n  overflow:hidden;\n\n  padding:17px;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:17px;\n\n  background:#fff;\n}\n\n.obd2x-detail-box h3{\n  margin:0 0 14px;\n\n  color:var(--obd2x-dark);\n\n  font-size:18px;\n  line-height:1.2;\n  font-weight:950;\n}\n\n.obd2x-detail-list{\n  display:grid;\n  gap:0;\n}\n\n.obd2x-detail-row{\n  display:flex;\n  align-items:flex-start;\n\n  gap:9px;\n\n  padding:10px 0;\n\n  border-bottom:1px solid #edf0f2;\n}\n\n.obd2x-detail-row:last-child{\n  border-bottom:0;\n}\n\n.obd2x-detail-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:31px;\n  height:31px;\n\n  flex:0 0 31px;\n\n  border-radius:9px;\n\n  background:var(--obd2x-red-soft);\n\n  color:var(--obd2x-red-dark);\n\n  font-size:11px;\n  font-weight:950;\n}\n\n.obd2x-detail-row strong{\n  display:block;\n\n  color:var(--obd2x-dark);\n\n  font-size:12px;\n  line-height:1.35;\n}\n\n.obd2x-detail-row span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--obd2x-muted);\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* SPEC TABLE *\/\n\n.obd2x-spec{\n  overflow:hidden;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:12px;\n}\n\n.obd2x-spec-row{\n  display:grid;\n  grid-template-columns:42% 58%;\n\n  border-bottom:1px solid var(--obd2x-line);\n}\n\n.obd2x-spec-row:last-child{\n  border-bottom:0;\n}\n\n.obd2x-spec-key,\n.obd2x-spec-value{\n  min-width:0;\n\n  padding:10px 8px;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.obd2x-spec-key{\n  background:#f6f8fa;\n\n  color:var(--obd2x-dark);\n\n  font-weight:900;\n}\n\n.obd2x-spec-value{\n  color:var(--obd2x-muted);\n}\n\n.obd2x-spec-note{\n  margin:12px 0 0;\n\n  padding:10px;\n\n  border:1px solid #eadbd8;\n\n  border-radius:10px;\n\n  background:#fff9f8;\n\n  color:#666f79;\n\n  font-size:9px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   REVIEWS\n   ========================================================= *\/\n\n.obd2x-reviews{\n  background:#fff;\n}\n\n.obd2x-review-list{\n  display:grid;\n  grid-template-columns:1fr;\n\n  gap:12px;\n\n  margin-top:20px;\n}\n\n.obd2x-review{\n  display:flex;\n  flex-direction:column;\n\n  min-width:0;\n\n  padding:16px;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  box-shadow:var(--obd2x-shadow);\n}\n\n.obd2x-stars{\n  margin-bottom:9px;\n\n  color:#e4a022;\n\n  font-size:15px;\n  line-height:1;\n\n  letter-spacing:1px;\n}\n\n.obd2x-review h3{\n  margin:0 0 7px;\n\n  color:var(--obd2x-dark);\n\n  font-size:14px;\n  line-height:1.35;\n  font-weight:900;\n}\n\n.obd2x-review p{\n  margin:0 0 12px;\n\n  color:#59646e;\n\n  font-size:11px;\n  line-height:1.65;\n}\n\n.obd2x-review-name{\n  margin-top:auto;\n\n  color:var(--obd2x-dark);\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.obd2x-review-name span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#8a949e;\n\n  font-size:8px;\n  font-weight:600;\n}\n\n.obd2x-review-note{\n  margin:11px 0 0;\n\n  color:#8a949e;\n\n  font-size:8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.obd2x-faq{\n  background:var(--obd2x-blue-soft);\n}\n\n.obd2x-faq-list{\n  display:grid;\n\n  gap:9px;\n\n  margin-top:19px;\n}\n\n.obd2x-faq-item{\n  overflow:hidden;\n\n  border:1px solid #dce5ee;\n\n  border-radius:13px;\n\n  background:#fff;\n}\n\n.obd2x-faq-item summary{\n  position:relative;\n\n  display:block;\n\n  padding:\n    15px\n    46px\n    15px\n    14px;\n\n  cursor:pointer;\n\n  list-style:none;\n\n  color:var(--obd2x-dark);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:900;\n}\n\n.obd2x-faq-item summary::-webkit-details-marker{\n  display:none;\n}\n\n.obd2x-faq-item summary::after{\n  content:\"⌄\";\n\n  position:absolute;\n\n  top:50%;\n  right:14px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:25px;\n  height:25px;\n\n  margin-top:-12px;\n\n  border-radius:50%;\n\n  background:var(--obd2x-blue-soft);\n\n  color:var(--obd2x-blue);\n\n  font-size:17px;\n  line-height:1;\n\n  transition:\n    transform .28s ease,\n    background-color .28s ease;\n}\n\n.obd2x-faq-item[open] summary::after{\n  transform:rotate(180deg);\n\n  background:#dbeaff;\n}\n\n.obd2x-faq-answer{\n  padding:\n    0\n    14px\n    15px;\n\n  color:var(--obd2x-muted);\n\n  font-size:11px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   GUARANTEES\n   ========================================================= *\/\n\n.obd2x-guarantees{\n  background:#fff;\n}\n\n.obd2x-guarantee-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.obd2x-guarantee{\n  min-width:0;\n\n  padding:14px 9px;\n\n  border:1px solid var(--obd2x-line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.obd2x-guarantee-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:42px;\n  height:42px;\n\n  margin:0 auto 9px;\n\n  border-radius:12px;\n\n  background:var(--obd2x-red-soft);\n\n  font-size:19px;\n}\n\n.obd2x-guarantee strong{\n  display:block;\n\n  color:var(--obd2x-dark);\n\n  font-size:10px;\n  line-height:1.35;\n}\n\n.obd2x-guarantee p{\n  margin:5px 0 0;\n\n  color:var(--obd2x-muted);\n\n  font-size:8px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.obd2x-cta{\n  padding:34px 0 42px;\n\n  background:var(--obd2x-red-soft);\n}\n\n.obd2x-cta-card{\n  padding:25px 17px;\n\n  border:1px solid #efd3cf;\n\n  border-radius:19px;\n\n  background:#fff;\n\n  text-align:center;\n\n  box-shadow:var(--obd2x-shadow);\n}\n\n.obd2x-cta h2{\n  margin:0;\n\n  color:var(--obd2x-dark);\n\n  font-size:27px;\n  line-height:1.08;\n  font-weight:950;\n\n  letter-spacing:-.035em;\n}\n\n.obd2x-cta h2 span{\n  color:var(--obd2x-red);\n}\n\n.obd2x-cta p{\n  max-width:610px;\n\n  margin:11px auto 0;\n\n  color:var(--obd2x-muted);\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n.obd2x-buy{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-width:190px;\n  min-height:49px;\n\n  margin-top:18px;\n\n  padding:13px 25px;\n\n  border:0;\n\n  border-radius:13px;\n\n  background:var(--obd2x-red);\n\n  color:#fff !important;\n\n  text-decoration:none !important;\n\n  font-size:14px;\n  line-height:1;\n  font-weight:950;\n\n  box-shadow:\n    0 8px 20px rgba(230,60,53,.23);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    background-color .22s ease;\n}\n\n.obd2x-buy:hover{\n  transform:translateY(-3px);\n\n  background:var(--obd2x-red-dark);\n\n  box-shadow:\n    0 12px 24px rgba(230,60,53,.27);\n}\n\n.obd2x-buy:active{\n  transform:translateY(0);\n}\n\n\n\/* =========================================================\n   DESKTOP\n   ========================================================= *\/\n\n@container obd2x-page (min-width:720px){\n\n  .obd2x-container{\n    padding:0 22px;\n  }\n\n  .obd2x-section{\n    padding:52px 0;\n  }\n\n  .obd2x-title{\n    font-size:38px;\n  }\n\n  .obd2x-copy{\n    font-size:15px;\n  }\n\n\n  \/* HERO *\/\n\n  .obd2x-hero{\n    padding:28px 0 42px;\n  }\n\n  .obd2x-hero-content{\n    padding:34px 34px 0;\n  }\n\n  .obd2x-hero h1{\n    font-size:50px;\n  }\n\n  .obd2x-hero-sub{\n    max-width:760px;\n\n    font-size:16px;\n  }\n\n  .obd2x-hero-grid{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .obd2x-hero-mini{\n    padding:14px 12px;\n  }\n\n  .obd2x-hero-mini strong{\n    font-size:13px;\n  }\n\n  .obd2x-hero-mini span{\n    font-size:10px;\n  }\n\n  .obd2x-warning{\n    font-size:11px;\n  }\n\n  .obd2x-hero-image{\n    padding:0 28px 28px;\n  }\n\n\n  \/* DEMO *\/\n\n  .obd2x-demo-card{\n    padding:28px;\n  }\n\n  .obd2x-demo-title{\n    font-size:34px;\n  }\n\n  .obd2x-demo-text{\n    font-size:15px;\n  }\n\n  .obd2x-process-item{\n    padding:13px 8px;\n  }\n\n  .obd2x-process-item strong{\n    font-size:12px;\n  }\n\n  .obd2x-process-item span{\n    font-size:10px;\n  }\n\n\n  \/* FEATURE *\/\n\n  .obd2x-feature-body{\n    padding:24px 24px 0;\n  }\n\n  .obd2x-feature h3{\n    font-size:27px;\n  }\n\n  .obd2x-feature p{\n    font-size:14px;\n  }\n\n  .obd2x-feature-check{\n    font-size:12px;\n  }\n\n  .obd2x-feature-image{\n    padding:0 22px 22px;\n  }\n\n\n  \/* DETAIL *\/\n\n  .obd2x-detail-grid{\n    grid-template-columns:\n      minmax(0,1fr)\n      minmax(0,1fr);\n  }\n\n  .obd2x-detail-box{\n    padding:21px;\n  }\n\n  .obd2x-detail-box h3{\n    font-size:21px;\n  }\n\n  .obd2x-detail-row strong{\n    font-size:13px;\n  }\n\n  .obd2x-detail-row span{\n    font-size:11px;\n  }\n\n  .obd2x-spec-key,\n  .obd2x-spec-value{\n    padding:12px 10px;\n\n    font-size:11px;\n  }\n\n\n  \/* REVIEWS *\/\n\n  .obd2x-review{\n    padding:20px;\n  }\n\n  .obd2x-review h3{\n    font-size:16px;\n  }\n\n  .obd2x-review p{\n    font-size:13px;\n  }\n\n  .obd2x-review-name{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .obd2x-faq-item summary{\n    padding:\n      17px\n      52px\n      17px\n      17px;\n\n    font-size:14px;\n  }\n\n  .obd2x-faq-answer{\n    padding:\n      0\n      17px\n      17px;\n\n    font-size:13px;\n  }\n\n\n  \/* GUARANTEE *\/\n\n  .obd2x-guarantee{\n    padding:20px 14px;\n  }\n\n  .obd2x-guarantee strong{\n    font-size:13px;\n  }\n\n  .obd2x-guarantee p{\n    font-size:10px;\n  }\n\n\n  \/* CTA *\/\n\n  .obd2x-cta-card{\n    padding:38px 25px;\n  }\n\n  .obd2x-cta h2{\n    font-size:40px;\n  }\n\n  .obd2x-cta p{\n    font-size:14px;\n  }\n\n}\n\n\n\/* REDUCED MOTION *\/\n\n@media (prefers-reduced-motion:reduce){\n\n  .obd2x-page *,\n  .obd2x-page *::before,\n  .obd2x-page *::after{\n    transition:none !important;\n    scroll-behavior:auto !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"obd2x-page\" id=\"obd2x-top\"\u003e\n\u003c!-- =======================================================\n     HERO\n======================================================== --\u003e\n\u003csection class=\"obd2x-hero\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-hero-card\"\u003e\n\u003cdiv class=\"obd2x-hero-content\"\u003e\n\u003cdiv class=\"obd2x-hero-badge\"\u003e\n\u003cspan class=\"obd2x-hero-badge-icon\"\u003e ✓ \u003c\/span\u003e VEHICLE DIAGNOSTIC TOOL\u003c\/div\u003e\n\u003ch1\u003eCheck Engine Light On? \u003cspan\u003e Know What's Going On First. \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"obd2x-hero-sub\"\u003eStop staring at a warning light and wondering where to start. Plug this vehicle diagnostic scanner into your car's OBDII port to read trouble codes, view live operating data and get useful information before troubleshooting or visiting a repair shop.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-hero-grid\"\u003e\n\u003cdiv class=\"obd2x-hero-mini\"\u003e\n\u003cstrong\u003e Read DTC \u003c\/strong\u003e \u003cspan\u003e See stored trouble codes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-hero-mini\"\u003e\n\u003cstrong\u003e Clear DTC \u003c\/strong\u003e \u003cspan\u003e Clear stored codes when appropriate \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-hero-mini\"\u003e\n\u003cstrong\u003e Live Data \u003c\/strong\u003e \u003cspan\u003e View vehicle operating information \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-hero-mini\"\u003e\n\u003cstrong\u003e Monitor Status \u003c\/strong\u003e \u003cspan\u003e Check more than a warning light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-warning\"\u003e\n\u003cstrong\u003e Diagnostic aid only: \u003c\/strong\u003e the scanner can help read vehicle information and diagnostic trouble codes. It does not physically repair the mechanical or electrical fault that caused the code.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-hero-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/78f24d1b-1cda-4c00-9e4f-50e8b9fd3aff.png?v=1790239080\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     GIF DEMONSTRATION\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-demo\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-demo-card\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e SEE THE PROBLEM FIRST\u003c\/div\u003e\n\u003ch2 class=\"obd2x-demo-title\"\u003eA Warning Light Is Only The Beginning\u003c\/h2\u003e\n\u003cp class=\"obd2x-demo-text\"\u003eWhen a dashboard warning appears, the scanner gives you a practical place to start. Connect it to the OBDII port, retrieve the vehicle's diagnostic information and use that information to better understand what needs attention.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-process\"\u003e\n\u003cdiv class=\"obd2x-process-item\"\u003e\n\u003cspan class=\"obd2x-process-number\"\u003e 1 \u003c\/span\u003e \u003cstrong\u003e Warning Appears \u003c\/strong\u003e \u003cspan\u003e Don't guess \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-process-item\"\u003e\n\u003cspan class=\"obd2x-process-number\"\u003e 2 \u003c\/span\u003e \u003cstrong\u003e Plug \u0026amp; Scan \u003c\/strong\u003e \u003cspan\u003e Read the vehicle \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-process-item\"\u003e\n\u003cspan class=\"obd2x-process-number\"\u003e 3 \u003c\/span\u003e \u003cstrong\u003e Know More \u003c\/strong\u003e \u003cspan\u003e Plan the next step \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/9_24_21_1b0c9259-7a67-4da9-b1ca-e913cb7edf55.gif?v=1790239208\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     CORE SELLING POINTS\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-features\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e CORE FUNCTIONS\u003c\/div\u003e\n\u003ch2 class=\"obd2x-title\"\u003eLess Guessing.\u003cbr\u003eMore Useful Information.\u003c\/h2\u003e\n\u003cp class=\"obd2x-copy\"\u003eMade for everyday car owners and DIY vehicle maintenance, this scanner helps turn an unclear dashboard warning into information you can actually use.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-list\"\u003e\n\u003c!-- =================================================\n           FEATURE 01\n      ================================================== --\u003e\n\u003carticle class=\"obd2x-feature\"\u003e\n\u003cdiv class=\"obd2x-feature-body\"\u003e\n\u003cdiv class=\"obd2x-feature-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eRead \u0026amp; Clear Trouble Codes\u003c\/h3\u003e\n\u003cp\u003eWhen the check-engine light comes on, read the vehicle's stored diagnostic trouble codes instead of immediately guessing what went wrong. Supported stored codes can also be cleared after the underlying issue has been addressed.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-checks\"\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Read diagnostic trouble codes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Clear supported stored codes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Get a clearer troubleshooting starting point \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/777e3d79-0f07-4918-9e83-ee3a4f4e2c68.png?v=1790239301\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- =================================================\n           FEATURE 02\n      ================================================== --\u003e\n\u003carticle class=\"obd2x-feature\"\u003e\n\u003cdiv class=\"obd2x-feature-body\"\u003e\n\u003cdiv class=\"obd2x-feature-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eCheck Live Vehicle Data\u003c\/h3\u003e\n\u003cp\u003eSee selected operating information while the vehicle is running. Live data gives you more context than a warning light alone and can help you better understand what the vehicle is reporting during diagnosis.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-checks\"\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e View real-time vehicle readings \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Check selected sensor information \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Add context while troubleshooting \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/83deb227-8aeb-4a87-b8fc-d343d6d4d4af.png?v=1790239321\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- =================================================\n           FEATURE 03\n      ================================================== --\u003e\n\u003carticle class=\"obd2x-feature\"\u003e\n\u003cdiv class=\"obd2x-feature-body\"\u003e\n\u003cdiv class=\"obd2x-feature-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eNarrow Down Where To Start\u003c\/h3\u003e\n\u003cp\u003eA trouble code does not automatically repair your car, but it can point you toward a system or area that deserves further inspection. That means less blind guessing when you begin troubleshooting.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-checks\"\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Retrieve vehicle fault information \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Identify a more useful inspection direction \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Reduce unnecessary diagnostic guesswork \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/b8dc115f-33da-4820-b246-ec2a27666157.png?v=1790239749\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- =================================================\n           FEATURE 04\n      ================================================== --\u003e\n\u003carticle class=\"obd2x-feature\"\u003e\n\u003cdiv class=\"obd2x-feature-body\"\u003e\n\u003cdiv class=\"obd2x-feature-num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eMore Than A Basic Code Reader\u003c\/h3\u003e\n\u003cp\u003eThe scanner's menu provides access to additional diagnostic information including live data, vehicle information, freeze-frame data and supported monitoring functions, giving you a broader picture of vehicle status.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-checks\"\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Freeze-frame information \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e I\/M readiness monitoring \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e O2 \/ EVAP \/ vehicle information functions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/24939001-5d9e-4a50-b423-e352758c77b3.png?v=1790239815\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- =================================================\n           FEATURE 05\n      ================================================== --\u003e\n\u003carticle class=\"obd2x-feature\"\u003e\n\u003cdiv class=\"obd2x-feature-body\"\u003e\n\u003cdiv class=\"obd2x-feature-num\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eKnow More Before The Repair Shop\u003c\/h3\u003e\n\u003cp\u003eInstead of arriving at a repair shop with nothing more than a warning light, you can bring the fault code and vehicle information with you. That can make it easier to explain what your vehicle is reporting and discuss the next step more clearly.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-feature-checks\"\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Understand the warning before the appointment \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e Communicate fault information more clearly \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-check\"\u003e\n\u003cspan class=\"obd2x-check\"\u003e ✓ \u003c\/span\u003e \u003cspan\u003e May help avoid unnecessary diagnostic guesswork \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-feature-image\"\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/56d98ebc-4417-4f4c-ad5b-fca432667430.png?v=1790239357\" alt=\"\"\u003e\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!-- =======================================================\n     DETAILS + SPECIFICATIONS\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-details\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e PRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"obd2x-title\"\u003eUseful Diagnostic Functions.\u003cbr\u003eStraightforward Operation.\u003c\/h2\u003e\n\u003cp class=\"obd2x-copy\"\u003eA practical vehicle diagnostic aid for quick checks, basic maintenance troubleshooting and better-informed conversations with automotive repair professionals.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-detail-grid\"\u003e\n\u003c!-- LEFT COLUMN --\u003e\n\u003cdiv class=\"obd2x-detail-box\"\u003e\n\u003ch3\u003eDiagnostic Functions\u003c\/h3\u003e\n\u003cdiv class=\"obd2x-detail-list\"\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Read Diagnostic Trouble Codes \u003c\/strong\u003e \u003cspan\u003e Displays stored vehicle fault-code information reported through the OBDII system. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Clear Stored Codes \u003c\/strong\u003e \u003cspan\u003e Clears supported stored codes after the related issue has been addressed. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Live Data \u003c\/strong\u003e \u003cspan\u003e View selected operating information reported by the vehicle in real time. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Freeze Frame \u003c\/strong\u003e \u003cspan\u003e Review recorded operating information associated with a diagnostic event. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e I\/M Readiness \u003c\/strong\u003e \u003cspan\u003e Check supported onboard monitor readiness information. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-detail-row\"\u003e\n\u003cdiv class=\"obd2x-detail-icon\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Additional Diagnostic Information \u003c\/strong\u003e \u003cspan\u003e Available menu functions shown include vehicle information, O2 sensor, EVAP and onboard monitoring. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/d0439655-f6da-4021-b064-35a3cd2c2b17.png?v=1790239565\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT COLUMN --\u003e\n\u003cdiv class=\"obd2x-detail-box\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"obd2x-spec\"\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eOBDII Vehicle Diagnostic Scanner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eDisplay\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eColor Display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eConnection\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eOBDII Vehicle Connector\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003ePowered Through Vehicle OBDII Port\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eDTC\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eRead \/ Clear Supported Trouble Codes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eData\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eLive Data \/ Freeze Frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eMonitoring\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eI\/M \/ O2 \/ EVAP \/ Onboard Functions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eControls\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eDTC \/ EXIT \/ Direction \/ OK Buttons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eIntended Use\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eVehicle Diagnostic Assistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-row\"\u003e\n\u003cdiv class=\"obd2x-spec-key\"\u003eCompatibility\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-value\"\u003eMany OBDII-Compliant Vehicles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-spec-note\"\u003eVehicle compatibility and available diagnostic data can vary by make, model, year and the functions supported by the vehicle. Confirm compatibility before purchase.\u003c\/div\u003e\n\u003cdiv class=\"obd2x-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/e6879a08-b75a-4b1f-9fff-0838ece1d386.png?v=1790239994\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     REVIEWS\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-reviews\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e CUSTOMER FEEDBACK\u003c\/div\u003e\n\u003ch2 class=\"obd2x-title\"\u003eWhat Drivers Liked About It\u003c\/h2\u003e\n\u003cp class=\"obd2x-copy\"\u003eCondensed customer feedback based on the review material supplied for this vehicle diagnostic scanner.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-review-list\"\u003e\n\u003c!-- REVIEW 01 --\u003e\n\u003carticle class=\"obd2x-review\"\u003e\n\u003cdiv class=\"obd2x-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003e“Check Engine Is Not A Diagnosis”\u003c\/h3\u003e\n\u003cp\u003eI like having this scanner around because a check-engine light by itself doesn't tell me much. Plugging it into the vehicle is straightforward, and being able to see trouble codes, live data and freeze-frame information gives me a much better idea of what the car is reporting before I go to a shop.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-review-name\"\u003eTellit Likeitis \u003cspan\u003e Customer review summary \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- REVIEW 02 --\u003e\n\u003carticle class=\"obd2x-review\"\u003e\n\u003cdiv class=\"obd2x-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003e“Simple Color Screen With Plenty Of Useful Functions”\u003c\/h3\u003e\n\u003cp\u003eThe color display is easy to look at and the physical controls make the menus simple to navigate. I can read codes, check live data, review freeze-frame information and look at monitor readiness without dealing with a complicated setup.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-review-name\"\u003eJM \u003cspan\u003e Customer review summary \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- REVIEW 03 --\u003e\n\u003carticle class=\"obd2x-review\"\u003e\n\u003cdiv class=\"obd2x-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003e“Useful For Basic Vehicle Checks”\u003c\/h3\u003e\n\u003cp\u003eThis isn't a professional garage diagnostic system, but for basic checks it is useful. I can read and erase supported error codes and get an idea of what the vehicle is reporting before deciding whether I need professional repair help.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-review-name\"\u003eluc leroc \u003cspan\u003e Customer review summary \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"obd2x-review-note\"\u003eReview wording above is condensed and paraphrased from the supplied customer-review material. Replace with verified store review text if required by your store's review policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     FAQ\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-faq\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e COMMON QUESTIONS\u003c\/div\u003e\n\u003ch2 class=\"obd2x-title\"\u003eBefore You Plug It In\u003c\/h2\u003e\n\u003cp class=\"obd2x-copy\"\u003eImportant information for getting the right expectations from a vehicle diagnostic scanner.\u003c\/p\u003e\n\u003cdiv class=\"obd2x-faq-list\"\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eDoes this scanner repair the vehicle fault?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eNo. The scanner is a diagnostic aid. It helps read information reported by the vehicle and can help narrow down where to begin checking. The actual mechanical or electrical fault still needs to be properly diagnosed and repaired.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eCan it clear a check-engine code?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eIt can clear supported stored diagnostic trouble codes. Clearing a code does not repair the problem that caused it. If the underlying issue remains, the code or warning light can return.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eWhat can I check with the scanner?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eFunctions displayed in the supplied product material include diagnostic trouble codes, live data, freeze-frame information, I\/M readiness, vehicle information, O2 sensor, EVAP and onboard-monitor information. Availability can vary by vehicle.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eDoes it require batteries?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eThe supplied customer material describes the scanner as receiving operating power through the vehicle's OBDII connection, so a separate battery is not normally required during use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eIs the display a touchscreen?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eThe scanner shown uses a color display together with physical DTC, EXIT, directional and OK controls for navigation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eWill it work with every car?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eIt is intended for many OBDII-compliant vehicles, but compatibility and available functions can vary by vehicle make, model and year. Check your vehicle's compatibility before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"obd2x-faq-item\"\u003e\n\u003csummary\u003eWhy use this before visiting a repair shop?\u003c\/summary\u003e\n\u003cdiv class=\"obd2x-faq-answer\"\u003eReading the fault code and available vehicle data can give you a better understanding of what the vehicle is reporting. That can make it easier to describe the issue to a technician and discuss the next diagnostic or repair step.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     GUARANTEES\n======================================================== --\u003e\n\u003csection class=\"obd2x-section obd2x-guarantees\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-kicker\"\u003e\n\u003cspan class=\"obd2x-kicker-dot\"\u003e\u003c\/span\u003e SHOP WITH CONFIDENCE\u003c\/div\u003e\n\u003ch2 class=\"obd2x-title\"\u003eFrom Our Door To Yours\u003c\/h2\u003e\n\u003cdiv class=\"obd2x-guarantee-grid\"\u003e\n\u003cdiv class=\"obd2x-guarantee\"\u003e\n\u003cdiv class=\"obd2x-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003cstrong\u003e Trackable Logistics \u003c\/strong\u003e\n\u003cp\u003eFollow the shipping progress of your order with available tracking information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-guarantee\"\u003e\n\u003cdiv class=\"obd2x-guarantee-icon\"\u003e🚚\u003c\/div\u003e\n\u003cstrong\u003e Trackable Delivery \u003c\/strong\u003e\n\u003cp\u003eStay informed as your package moves through the delivery process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-guarantee\"\u003e\n\u003cdiv class=\"obd2x-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cstrong\u003e Safe Packaging \u003c\/strong\u003e\n\u003cp\u003eProducts are carefully packed to help protect them during transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"obd2x-guarantee\"\u003e\n\u003cdiv class=\"obd2x-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003e Comprehensive After-Sales Service \u003c\/strong\u003e\n\u003cp\u003eOur support team is available to assist with eligible after-sales questions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =======================================================\n     CTA\n======================================================== --\u003e\n\u003csection class=\"obd2x-cta\"\u003e\n\u003cdiv class=\"obd2x-container\"\u003e\n\u003cdiv class=\"obd2x-cta-card\"\u003e\n\u003ch2\u003eDon't Just See The Warning. \u003cspan\u003e Understand It. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eRead the code. Check the data. Get a clearer picture of what your vehicle is reporting before deciding what comes next.\u003c\/p\u003e\n\u003ca href=\"#obd2x-top\" class=\"obd2x-buy\" id=\"obd2x-buy\"\u003e BUY NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"NC0377","offers":[{"title":"red","offer_id":53903472558443,"sku":"NC03772609247712-V500红色","price":49.99,"currency_code":"USD","in_stock":true},{"title":"blue","offer_id":53903472591211,"sku":"NC03772609247712-V500蓝色","price":49.99,"currency_code":"USD","in_stock":true},{"title":"orange","offer_id":53903472623979,"sku":"NC03772609247712-V500橙色","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/78f24d1b-1cda-4c00-9e4f-50e8b9fd3aff_131b9e1e-6fbc-462b-9d75-1b93812bffbc.png?v=1790240332","url":"https:\/\/zavrlynia.com\/products\/car-diagnostic-scanner-with-fault-code-reader-live-data","provider":"zavrlynia","version":"1.0","type":"link"}