{"product_id":"tuner-ai-pro","title":"Tuner AI Pro","description":"```html\n\u003c!-- TUNER AI PRO MEMBERSHIP DESCRIPTION --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;900\u0026amp;family=Barlow:wght@400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n#jrj-tuner-ai-pro,\n#jrj-tuner-ai-pro * {\n  box-sizing:border-box;\n}\n\n#jrj-tuner-ai-pro {\n  --gold:#FFD36A;\n  --gold2:#B8872E;\n  --cyan:#00E5FF;\n  --blue:#2563FF;\n  --green:#00FF88;\n  --panel:#141414;\n  --panel2:#0f0f0f;\n  --border:rgba(255,255,255,.10);\n  --muted:#A6ACB7;\n  --text:#E8EDF2;\n\n  font-family:'Barlow',sans-serif;\n  background:\n    radial-gradient(circle at 8% 0%, rgba(255,211,106,.12), transparent 25%),\n    radial-gradient(circle at 100% 12%, rgba(0,229,255,.10), transparent 30%),\n    linear-gradient(180deg,#050505 0%,#0b0b0b 45%,#050505 100%);\n  color:var(--text);\n  line-height:1.65;\n  padding:48px 18px 60px;\n}\n\n#jrj-tuner-ai-pro a {\n  color:var(--gold);\n  text-decoration:none;\n}\n\n#jrj-tuner-ai-pro a:hover {\n  text-decoration:underline;\n}\n\n.jrj-wrap {\n  max-width:1180px;\n  margin:0 auto;\n}\n\n.jrj-hero {\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015)),var(--panel);\n  border:1px solid var(--border);\n  border-radius:26px;\n  padding:44px 38px;\n  box-shadow:0 24px 60px rgba(0,0,0,.38);\n  margin-bottom:22px;\n}\n\n.jrj-hero:before {\n  content:'TUNER AI PRO';\n  position:absolute;\n  right:8px;\n  top:8px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:clamp(52px,10vw,136px);\n  line-height:.84;\n  letter-spacing:.04em;\n  color:rgba(255,211,106,.055);\n  transform:skewX(-8deg);\n  pointer-events:none;\n}\n\n.jrj-eyebrow {\n  position:relative;\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:8px 18px;\n  background:rgba(255,211,106,.12);\n  border:1px solid rgba(255,211,106,.30);\n  border-radius:999px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  color:var(--gold);\n  margin-bottom:20px;\n}\n\n.jrj-eyebrow:before {\n  content:'';\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--gold);\n  box-shadow:0 0 14px rgba(255,211,106,.8);\n}\n\n.jrj-title {\n  position:relative;\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:clamp(42px,7vw,78px);\n  text-transform:uppercase;\n  color:#fff;\n  line-height:.92;\n  letter-spacing:-.5px;\n  margin:0 0 16px;\n  max-width:1000px;\n}\n\n.jrj-title span {\n  background:linear-gradient(90deg,var(--gold),#ffffff,var(--cyan));\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.jrj-lead {\n  position:relative;\n  color:var(--muted);\n  font-size:17px;\n  max-width:980px;\n  margin:0 0 22px;\n  line-height:1.75;\n}\n\n.jrj-lead strong,\n.jrj-card strong,\n.jrj-warning strong {\n  color:#fff;\n}\n\n.jrj-highlight {\n  color:var(--gold) !important;\n  font-weight:900;\n}\n\n.jrj-tags {\n  position:relative;\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.jrj-tag {\n  display:inline-flex;\n  padding:7px 12px;\n  border-radius:8px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:13px;\n  font-weight:800;\n  letter-spacing:.55px;\n  text-transform:uppercase;\n  color:#fff;\n  background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.1);\n}\n\n.jrj-tag.gold {\n  color:var(--gold);\n  background:rgba(255,211,106,.10);\n  border-color:rgba(255,211,106,.26);\n}\n\n.jrj-tag.blue {\n  color:var(--cyan);\n  background:rgba(0,229,255,.09);\n  border-color:rgba(0,229,255,.24);\n}\n\n.jrj-tag.green {\n  color:var(--green);\n  background:rgba(0,255,136,.09);\n  border-color:rgba(0,255,136,.22);\n}\n\n.jrj-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:18px;\n}\n\n.jrj-card {\n  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012)),var(--panel);\n  border:1px solid var(--border);\n  border-radius:20px;\n  padding:26px;\n  box-shadow:0 18px 44px rgba(0,0,0,.26);\n}\n\n.jrj-card.full {\n  grid-column:1 \/ -1;\n}\n\n.jrj-card h3,\n.jrj-warning h3 {\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:30px;\n  line-height:1;\n  text-transform:uppercase;\n  margin:0 0 16px;\n  color:#fff;\n}\n\n.jrj-card p,\n.jrj-warning p {\n  color:var(--muted);\n  font-size:16px;\n  margin:0 0 14px;\n  line-height:1.7;\n}\n\n.jrj-feature {\n  position:relative;\n  border-color:rgba(255,255,255,.14);\n}\n\n.jrj-feature:before {\n  content:'';\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:3px;\n  background:linear-gradient(90deg,var(--gold),var(--cyan),var(--blue));\n  border-top-left-radius:20px;\n  border-top-right-radius:20px;\n}\n\n.jrj-list {\n  list-style:none;\n  display:grid;\n  gap:10px;\n  padding:0;\n  margin:0;\n}\n\n.jrj-list li {\n  position:relative;\n  color:#B8C0CC;\n  font-size:15px;\n  line-height:1.55;\n  padding:11px 12px 11px 34px;\n  background:rgba(255,255,255,.035);\n  border:1px solid rgba(255,255,255,.06);\n  border-radius:11px;\n}\n\n.jrj-list li:before {\n  content:'✓';\n  position:absolute;\n  left:13px;\n  top:10px;\n  color:var(--gold);\n  font-weight:900;\n}\n\n.jrj-price {\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin:4px 0 18px;\n  padding:10px 16px;\n  border-radius:12px;\n  background:linear-gradient(180deg,rgba(255,211,106,.18),rgba(255,255,255,.05));\n  border:1px solid rgba(255,211,106,.28);\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:26px;\n  font-weight:900;\n  color:#fff;\n  text-transform:uppercase;\n}\n\n.jrj-price span {\n  color:var(--gold);\n}\n\n.jrj-warning {\n  grid-column:1 \/ -1;\n  background:linear-gradient(135deg,rgba(255,211,106,.10),rgba(0,229,255,.05)),var(--panel2);\n  border:1px solid rgba(255,211,106,.18);\n  border-left:4px solid var(--gold);\n  border-radius:20px;\n  padding:26px;\n  box-shadow:0 18px 44px rgba(0,0,0,.25);\n}\n\n@media(max-width:760px) {\n  #jrj-tuner-ai-pro {\n    padding:30px 14px 46px;\n  }\n\n  .jrj-hero,\n  .jrj-card,\n  .jrj-warning {\n    padding:22px;\n    border-radius:20px;\n  }\n\n  .jrj-grid {\n    grid-template-columns:1fr;\n  }\n\n  .jrj-warning,\n  .jrj-card.full {\n    grid-column:auto;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection id=\"jrj-tuner-ai-pro\"\u003e\n  \u003cdiv class=\"jrj-wrap\"\u003e\n\n    \u003cdiv class=\"jrj-hero\"\u003e\n      \u003cdiv class=\"jrj-eyebrow\"\u003eTuner AI Membership - Pro Plan\u003c\/div\u003e\n\n      \u003ch2 class=\"jrj-title\"\u003eTuner AI \u003cspan\u003ePro Membership\u003c\/span\u003e\n\u003c\/h2\u003e\n\n      \u003cdiv class=\"jrj-price\"\u003e\n\u003cspan\u003e$39.99\u003c\/span\u003e \/ Month\u003c\/div\u003e\n\n      \u003cp class=\"jrj-lead\"\u003e\n        \u003cstrong\u003eTuner AI Pro\u003c\/strong\u003e is the full-access membership for serious HP Tuners and EFI Live users who want to \u003cstrong\u003elearn to tune\u003c\/strong\u003e, \u003cstrong\u003ereview logs without monthly limits\u003c\/strong\u003e, and \u003cstrong\u003esolve real tuning problems\u003c\/strong\u003e with deeper guidance. Pro unlocks unlimited questions, unlimited CSV reviews, unlimited image reviews, Vehicle Garage, VIN Decoder, correction plans, and access to the growing Known Fix Database.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"jrj-tags\"\u003e\n        \u003cspan class=\"jrj-tag gold\"\u003eUnlimited Questions\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag blue\"\u003eUnlimited CSV Reviews\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag blue\"\u003eUnlimited Image Reviews\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag green\"\u003eKnown Fix Database\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag green\"\u003eVehicle Garage\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag gold\"\u003ePriority Features\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jrj-grid\"\u003e\n\n      \u003cdiv class=\"jrj-card jrj-feature full\"\u003e\n        \u003ch3\u003e\u003cspan class=\"jrj-highlight\"\u003eBuilt For Serious Tuning Work\u003c\/span\u003e\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Pro is designed for users who want fewer limits and more freedom. Whether you are working through multiple vehicles, uploading logs often, comparing screenshots, learning table relationships, or troubleshooting repeat drivability problems, Pro gives you the full Tuner AI experience.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUnlimited AI questions\u003c\/strong\u003e for tuning help, theory, scanner setup, and troubleshooting\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUnlimited CSV log reviews\u003c\/strong\u003e for HP Tuners scanner exports\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUnlimited image reviews\u003c\/strong\u003e for screenshots, tables, logs, and controller information\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eKnown Fix Database access\u003c\/strong\u003e for real-world tuning patterns and problem-solving direction\u003c\/li\u003e\n          \u003cli\u003eVehicle Garage for storing multiple builds, mod lists, VINs, camshafts, injectors, gears, tires, and notes\u003c\/li\u003e\n          \u003cli\u003eVIN Decoder support to help populate vehicle information faster\u003c\/li\u003e\n          \u003cli\u003eCorrection plans for startup, idle, knock, fuel trim, airflow, and drivability issues\u003c\/li\u003e\n          \u003cli\u003eFuture Pro-focused features as the platform grows\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eIncluded With Pro\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eUnlimited tuning questions\u003c\/li\u003e\n          \u003cli\u003eUnlimited CSV data log reviews\u003c\/li\u003e\n          \u003cli\u003eUnlimited image and screenshot reviews\u003c\/li\u003e\n          \u003cli\u003eKnown Fix Database access\u003c\/li\u003e\n          \u003cli\u003eVehicle Garage access\u003c\/li\u003e\n          \u003cli\u003eVIN Decoder access\u003c\/li\u003e\n          \u003cli\u003eCorrection plan guidance\u003c\/li\u003e\n          \u003cli\u003eExact HP Tuners \/ EFI Live table direction where applicable\u003c\/li\u003e\n          \u003cli\u003ePriority access to future Tuner AI features\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eKnown Fix Database\u003c\/h3\u003e\n        \u003cp\u003e\n          Pro unlocks access to the Known Fix Database, a growing collection of real-world tuning patterns, fixes, and diagnostic direction built from common issues seen on GM LS, GM LT, and HEMI platforms.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eStartup and idle fix patterns\u003c\/li\u003e\n          \u003cli\u003eFuel trim troubleshooting direction\u003c\/li\u003e\n          \u003cli\u003eKnock retard problem patterns\u003c\/li\u003e\n          \u003cli\u003eCam swap drivability fixes\u003c\/li\u003e\n          \u003cli\u003eTransmission behavior guidance\u003c\/li\u003e\n          \u003cli\u003eDOD \/ AFM delete related direction\u003c\/li\u003e\n          \u003cli\u003eMDS delete related direction\u003c\/li\u003e\n          \u003cli\u003eReal-world issue matching when symptoms are provided\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card full\"\u003e\n        \u003ch3\u003eWhat Tuner AI Pro Can Help With\u003c\/h3\u003e\n        \u003cp\u003e\n          Pro is built for deeper tuning work. Use it to plan logs, review scanner data, compare screenshots, understand table relationships, and build better correction plans before making random changes.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eHP Tuners scanner channel setup and log planning\u003c\/li\u003e\n          \u003cli\u003eUnlimited CSV log review for fuel trims, airflow, spark, knock, and drivability problems\u003c\/li\u003e\n          \u003cli\u003eMAF, VE, fueling, injector, spark, and airflow table explanations\u003c\/li\u003e\n          \u003cli\u003eStartup, idle, throttle follower, throttle cracker, and base airflow guidance\u003c\/li\u003e\n          \u003cli\u003eKnock retard analysis and next-step troubleshooting\u003c\/li\u003e\n          \u003cli\u003eTransmission, converter, shift behavior, and torque management questions\u003c\/li\u003e\n          \u003cli\u003eCam swap startup and drivability support\u003c\/li\u003e\n          \u003cli\u003eStep-by-step correction plans for real-world tuning issues\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eBest For\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eUsers who tune regularly\u003c\/li\u003e\n          \u003cli\u003eCustomers managing multiple vehicles\u003c\/li\u003e\n          \u003cli\u003eDIY tuners learning HP Tuners or EFI Live\u003c\/li\u003e\n          \u003cli\u003eRemote tuning customers reviewing logs often\u003c\/li\u003e\n          \u003cli\u003ePerformance shops and builders\u003c\/li\u003e\n          \u003cli\u003eCam swap customers troubleshooting startup and idle issues\u003c\/li\u003e\n          \u003cli\u003eGM LS, GM LT, and HEMI owners who want fewer limits\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eSupported Platforms\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eGM LS trucks, cars, swaps, and cammed setups\u003c\/li\u003e\n          \u003cli\u003eGM LT trucks and Gen V direct-injected platforms\u003c\/li\u003e\n          \u003cli\u003eHEMI 5.7L and 6.4L tuning questions\u003c\/li\u003e\n          \u003cli\u003eHP Tuners scanner logs and screenshots\u003c\/li\u003e\n          \u003cli\u003eEFI Live tuning and log review questions\u003c\/li\u003e\n          \u003cli\u003eDOD \/ AFM delete projects\u003c\/li\u003e\n          \u003cli\u003eMDS delete projects\u003c\/li\u003e\n          \u003cli\u003eCam swap tuning and drivability support\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eVehicle Garage\u003c\/h3\u003e\n        \u003cp\u003e\n          Store multiple vehicles so Tuner AI can answer based on the actual build instead of treating every question like a generic setup.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eYear, make, model, and engine\u003c\/li\u003e\n          \u003cli\u003eTransmission and controller information\u003c\/li\u003e\n          \u003cli\u003eVIN, tire size, gear ratio, and fuel type\u003c\/li\u003e\n          \u003cli\u003eCamshaft, injectors, headers, intake, and mod list\u003c\/li\u003e\n          \u003cli\u003eNotes for current problems, goals, or tune history\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eUnlimited Reviews\u003c\/h3\u003e\n        \u003cp\u003e\n          Pro removes the Silver monthly review limits so you can upload logs and screenshots as often as needed.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eUnlimited CSV log reviews\u003c\/li\u003e\n          \u003cli\u003eUnlimited screenshot reviews\u003c\/li\u003e\n          \u003cli\u003eUnlimited controller image reviews\u003c\/li\u003e\n          \u003cli\u003eUnlimited table and scanner screenshot questions\u003c\/li\u003e\n          \u003cli\u003eBetter suited for ongoing tuning work and multiple projects\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card full\"\u003e\n        \u003ch3\u003eWhy Upgrade To Pro?\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eNo monthly question limits\u003c\/li\u003e\n          \u003cli\u003eNo monthly CSV review limits\u003c\/li\u003e\n          \u003cli\u003eNo monthly image review limits\u003c\/li\u003e\n          \u003cli\u003eKnown Fix Database access\u003c\/li\u003e\n          \u003cli\u003eBetter for repeat tuning sessions and multiple vehicles\u003c\/li\u003e\n          \u003cli\u003eBetter for customers learning across different platforms\u003c\/li\u003e\n          \u003cli\u003eBetter for shops, builders, and serious DIY users\u003c\/li\u003e\n          \u003cli\u003eFuture Pro-focused features included as the platform grows\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eCommon Search Terms This Product Covers\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eHP Tuners help\u003c\/li\u003e\n          \u003cli\u003eHP Tuners log review\u003c\/li\u003e\n          \u003cli\u003eEFI Live tuning help\u003c\/li\u003e\n          \u003cli\u003eGM LS tuning help\u003c\/li\u003e\n          \u003cli\u003eGM LT tuning help\u003c\/li\u003e\n          \u003cli\u003eHEMI tuning help\u003c\/li\u003e\n          \u003cli\u003eKnock retard troubleshooting\u003c\/li\u003e\n          \u003cli\u003eFuel trim analysis\u003c\/li\u003e\n          \u003cli\u003eCam swap idle help\u003c\/li\u003e\n          \u003cli\u003eTuning correction plans\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eNot A Replacement For A Custom Tune\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Pro helps you learn, review data, understand tuning direction, and troubleshoot problems. It does not physically inspect your vehicle, verify mechanical condition, or replace a complete custom tune built by a tuner.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eDoes not replace proper mechanical diagnosis\u003c\/li\u003e\n          \u003cli\u003eDoes not guarantee a vehicle is safe to race, tow, or abuse\u003c\/li\u003e\n          \u003cli\u003eDoes not include HP Tuners credits, EFI Live licenses, or tuning hardware\u003c\/li\u003e\n          \u003cli\u003eDoes not flash your vehicle or modify files automatically\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-warning\"\u003e\n        \u003ch3\u003eImportant Use Notice\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Pro is designed to help with learning, log review, tuning direction, and troubleshooting. You are responsible for verifying all changes, using safe flashing practices, maintaining proper fuel pressure, using accurate injector data, confirming mechanical condition, and making sure the vehicle is safe before operation.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eJ.R. Jones Racing is not liable\u003c\/strong\u003e for engine damage, transmission damage, failed flashing, mechanical problems, incorrect customer-supplied information, unsafe tuning changes, or issues caused by improper use of tuning software or vehicle hardware.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-warning\"\u003e\n        \u003ch3\u003eHow Access Works\u003c\/h3\u003e\n        \u003cp\u003e\n          After purchase, your Tuner AI Pro account access is connected to the email used at checkout. Use that same email when logging into Tuner AI. Subscription access is handled automatically when Shopify confirms your order and active membership status.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          If access does not appear immediately, use the same email from checkout and contact JR Jones Racing support with your order number.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n```\n","brand":"J.R. Jones Racing","offers":[{"title":"Default Title","offer_id":43344102359107,"sku":"TUNER_AI_PRO","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/1964\/7811\/files\/tuneraipro11.png?v=1780769467","url":"https:\/\/jrjonesracing.com\/products\/tuner-ai-pro","provider":"J.R. Jones Racing","version":"1.0","type":"link"}