{"product_id":"escaner-tpms-thinkcar-venu-90-activacion-sensores","title":"THINKCAR VENU 90 TPMS - Activation and Diagnostic Tool","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\u003eTotal Tire Pressure Control\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe THINKCAR VENU 90 is the ultimate professional tool for activating, programming, and diagnosing TPMS systems with surgical precision.\u003c\/p\u003e\n\n\u003cdiv class=\"badge\"\u003eTHINKCAR VENU 90 TPMS\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\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eActivation and Programming\u003c\/h3\u003e\n\n\u003cp\u003eActivates 98% of known sensors and wirelessly programs THINKCAR S1\/S2 sensors. Supports manual creation, ID copying, and automatic creation.\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=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eStep-by-Step Relearn\u003c\/h3\u003e\n\n\u003cp\u003eIntegrated guide for sensor relearn with the vehicle's computer. Covers OBD, position, and stationary methods for all brands.\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=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eTPMS Health Diagnosis\u003c\/h3\u003e\n\n\u003cp\u003eReads and clears fault codes (DTCs) from the TPMS system. Displays sensor IDs, pressure, temperature, and battery status in real-time.\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=\"M5 12.55a11 11 0 0 1 14.08 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M1.42 9a16 16 0 0 1 21.16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\u003e\u003c\/path\u003e\u003cline y2=\"20\" x2=\"12.01\" y1=\"20\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eLifetime WiFi Update\u003c\/h3\u003e\n\n\u003cp\u003eNo cables or complicated subscriptions. Connect to WiFi and always get the latest vehicle database and diagnostic functions for free.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eTrusted by Workshops\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\"Essential for any tire shop. We program universal sensors in minutes, and the relearn guide saves us a lot of time searching for manuals.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Roberto F., Workshop Owner\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\"Battery life is excellent, and the touchscreen responds very well even with gloves. Highly recommended for quick diagnostics.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Claudio M., Tire 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\"Finally, a TPMS tool that doesn't charge for annual updates. It recognizes American and European brands without fail.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Ignacio L., GSMPRO Customer\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\"\u003eTPMS Functions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eActivation, Programming, Relearn, and Diagnostics\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSupported Frequencies\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e315 MHz and 433 MHz\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHigh-resolution color touchscreen\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWiFi for updates and Bluetooth for OBD\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLong-lasting rechargeable lithium\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eCompatibility\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e98% of vehicles globally\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\u003eWhat sensors can the VENU 90 program?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe VENU 90 can activate almost any original or universal sensor, but it is optimized for unlimited programming of THINKCAR S1 and S2 (Dual Frequency) sensors, allowing cloning of IDs or creation of new ones.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to pay for vehicle updates?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eNo. One of the great advantages of this device is that it includes lifetime software and brand database updates via WiFi, without annual subscription costs.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it diagnose why the tire light is on?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes. The device accesses the TPMS module, reads error codes (such as low sensor battery or unregistered sensor), and allows you to clear them once the repair is complete.\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 Professional Warranty\u003c\/h3\u003e\n\n\u003cp\u003eOriginal equipment with technical certification. \u003cbr\u003e\u003cstrong\u003eSpecialized support and fast shipping throughout Chile so your workshop never stops.\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":58174709039452,"sku":"B0GGH23HXG","price":274.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/97d1b70b73c3b62e84aa2c00907e9916.jpg?v=1782962647","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/escaner-tpms-thinkcar-venu-90-activacion-sensores","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}