{"product_id":"escaner-automotriz-thinkcar-thinkscan-plus-s4-sistemas","title":"THINKCAR OBD2 Scanner - ThinkScan Plus S4","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n\n    #gsm-product-content { font-family: 'Inter', 'Montserrat', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 20px; }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { --gsm-blue: #0389FC; --gsm-navy: #00003A; --gsm-indigo: #413AF4; --gsm-yellow: #EDFF00; }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: -0.02em; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; text-align: center; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { text-align: center; padding: 4rem 1.5rem; background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); border-radius: 32px; margin-bottom: 3rem; }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; opacity: 0.9; }\n    .gsm-hero .badge { display: inline-block; margin-top: 25px; padding: 8px 20px; background: #fff; border-radius: 50px; font-weight: 700; color: #0389FC; box-shadow: 0 4px 15px rgba(3, 137, 252, 0.1); border: 1px solid rgba(3, 137, 252, 0.1); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto; gap: 20px; margin-bottom: 4rem; }\n    .gsm-card { background: #f5f5f7; padding: 2.5rem; border-radius: 28px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }\n    \n    \/* HIGHLIGHT CARD (NAVY BACKGROUND) *\/\n    .gsm-card.highlight { background: #00003A; color: white !important; grid-column: span 1; }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.1); color: #EDFF00; }\n    \n    .gsm-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; line-height: 1.2; }\n    .icon-box { width: 56px; height: 56px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: white; color: #0389FC; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 4rem; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 2rem; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }\n    .stars { color: #f1c40f; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; color: #00003A; margin-top: 1rem; display: block; font-size: 0.9rem; }\n    \n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 24px; border: 1px solid #f0f0f0; padding: 2.5rem; margin-bottom: 4rem; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f7; gap: 20px; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; flex-shrink: 0; }\n    .spec-value { color: #666; text-align: right; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid transparent; transition: all 0.3s ease; }\n    details[open] { border-color: #0389FC; background: #fff; box-shadow: 0 10px 20px rgba(3, 137, 252, 0.05); }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; font-size: 1.2rem; color: #0389FC; transition: transform 0.3s; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #555; font-size: 1rem; border-top: 1px solid #eee; padding-top: 1rem; }\n    \n    \/* GARANTIA BOX *\/\n    .gsm-warranty { text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC; }\n    .gsm-warranty h3 { color: #0389FC; margin-bottom: 0.8rem; font-size: 1.6rem; }\n\n    @media (max-width: 768px) {\n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; }\n      .gsm-grid { grid-template-columns: 1fr; }\n      .gsm-card.highlight { grid-column: span 1; }\n      .spec-row { flex-direction: column; gap: 4px; }\n      .spec-value { text-align: left; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eInstant 5-System Scan\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe ThinkScan Plus S4 is the ultimate tool for diagnosing engine, transmission, ABS, SRS, and body control with a single click.\u003c\/p\u003e\n\n\u003cdiv class=\"badge\"\u003eTHINKCAR ThinkScan Plus S4\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eMastery of 5 Vital Systems\u003c\/h3\u003e\n\n\u003cp\u003eDeep access to Engine, ABS, Airbags (SRS), Transmission, and BCM (Body Control). Find quick answers for brakes, lights, and safety.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eChoose 3 of 28 Resets\u003c\/h3\u003e\n\n\u003cp\u003eCustomize your equipment. Choose the 3 most frequently used maintenance services (Oil, SAS, Injectors, EPB, etc.) from a professional list of 28 options.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003crect height=\"6\" width=\"6\" y=\"9\" x=\"9\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eHigh-Speed Hardware\u003c\/h3\u003e\n\n\u003cp\u003eAndroid 6.0, 5\" touchscreen and Quad-Core processor. Includes 32GB of storage for reports, technical videos, and diagrams.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFull OBD2 Functions\u003c\/h3\u003e\n\n\u003cp\u003eAll 10 test modes included: read\/clear codes, live data, O2 sensor test, and I\/M readiness for emissions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eProfessional Reviews\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"What I liked most was being able to choose the resets I actually use in my workshop. The BCM system diagnosis saved me hours checking fuses.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Marco T., Automotive Technician\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"It's very fast. The WiFi report function allows me to send the diagnosis to the customer via email before starting the repair.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Luis G., Quick Technical Service\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Excellent screen. It's perfectly visible in sunlight and the live data streams are very precise for detecting transmission faults.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Andrés V., Advanced User\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-bottom: 3px solid #0389FC; padding-bottom: 12px; display: inline-block; text-align: left; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDiagnostic Systems\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEngine, ABS, SRS, Transmission, and BCM\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eReset Functions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e28 available (Choose 3 free for life)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eScreen\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5-inch Touchscreen (720P)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMemory\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e32GB ROM + Expandable up to 256GB\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eQuad-Core 1.3GHz\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSupported Brands\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e94+ international manufacturers\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose the 3 maintenance services?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eOnce the device is activated and connected to WiFi, the system will allow you to enter the store and select 3 functions from the list of 28 (such as Oil, SAS, or EPB) to download them for free and permanently.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the BCM system diagnosis include?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe Body Control Module manages lights, wipers, central locking, sunroof, and windows. The S4 can read and clear faults in these electronic modules that basic scanners ignore.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I print diagnostic reports?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eYes, the device generates PDF reports that can be sent via email or shared via WiFi for later printing.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-warranty\"\u003e\n\n\u003ch3\u003eGSMPRO.CL Warranty and Support\u003c\/h3\u003e\n\n\u003cp\u003eOriginal product with direct technical support. \u003cbr\u003e\u003cstrong\u003eExpress shipping throughout Chile so you receive your tool without delay.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174708679004,"sku":"B0B2DNT34R","price":218.02,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/4c0d1e2c1d76ed5322077a97ce2b09d5_06863533-b2ac-4e15-9fd2-6cdc662a6b23.jpg?v=1782962639","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/escaner-automotriz-thinkcar-thinkscan-plus-s4-sistemas","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}