{"product_id":"obd2-pro-digital-speedometer-gauge","title":"Qig OBD2 PRO","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --obd-gold: #d4af37;\n    --obd-gold-light: #ffb400;\n    --obd-dark: #0f172a;\n    --text-main: #1e293b;\n    --text-muted: #475569;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e2e8f0;\n  }\n\n  .ridelux-body {\n    font-family: 'Cairo', sans-serif;\n    background: var(--bg-light);\n    color: var(--text-main);\n    line-height: 1.9;\n    direction: ltr;\n    text-align: left;\n  }\n\n  \/* ══════════════════════════════════\n      HERO SECTION\n  ══════════════════════════════════ *\/\n  .hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    color: var(--white);\n    padding: 80px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }\n  \n  .badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 25px; }\n  .badge {\n    padding: 10px 22px; border-radius: 100px; font-size: 1.1rem; font-weight: 700;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n  .badge-gold { background: rgba(212,175,55,0.25); border: 2px solid var(--obd-gold); color: var(--obd-gold-light); }\n  .badge-tech { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; }\n\n  .hero-title { \n    font-size: clamp(2rem, 5vw, 3.5rem); \n    font-weight: 900; \n    margin-bottom: 25px; \n    line-height: 1.2;\n    text-shadow: 0 3px 15px rgba(0,0,0,0.4); \n    color: #fff;\n  }\n  .hero-title span { color: var(--obd-gold-light); }\n  \n  .hero-sub { \n    font-size: 1.4rem; \n    color: rgba(255,255,255,0.9); \n    max-width: 800px; \n    margin: 0 auto 40px; \n    font-weight: 600;\n  }\n\n  \/* ══════════════════════════════════\n      CONTAINER \u0026 FEATURES\n  ══════════════════════════════════ *\/\n  .container { max-width: 1100px; margin: 0 auto; padding: 60px 20px; }\n  \n  .section-head { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; }\n  .section-head .bar { width: 8px; height: 45px; border-radius: 5px; background: var(--obd-gold); }\n  .section-head h2 { font-size: 2rem; font-weight: 900; color: var(--obd-dark); }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-bottom: 60px;\n  }\n\n  .feat-card {\n    background: #fff; padding: 35px; border-radius: 25px; border: 1px solid var(--border);\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n  }\n  .feat-card:hover { transform: translateY(-5px); border-color: var(--obd-gold); }\n  .feat-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--obd-gold); margin-bottom: 15px; }\n  .feat-card p { font-size: 1.2rem; color: var(--text-muted); margin: 0; }\n\n  \/* ══════════════════════════════════\n      VIDEO \u0026 IMAGE WRAPPERS\n  ══════════════════════════════════ *\/\n  .media-card {\n    background: #fff; border-radius: 30px; padding: 20px; border: 1px solid var(--border);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.05); margin-bottom: 50px;\n  }\n  .video-container {\n    position: relative; width: 100%; aspect-ratio: 16\/9; overflow: hidden; border-radius: 20px;\n  }\n  .video-container iframe { width: 100%; height: 100%; border: 0; }\n\n  .image-container { text-align: center; margin: 40px 0; }\n  .image-container img { max-width: 100%; border-radius: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); }\n\n  \/* ══════════════════════════════════\n      LISTS \u0026 BOXES\n  ══════════════════════════════════ *\/\n  .info-box {\n    background: var(--obd-dark); color: var(--white); padding: 45px; border-radius: 30px; margin: 50px 0;\n    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);\n  }\n  .info-box h3 { color: var(--obd-gold-light); font-size: 1.8rem; font-weight: 900; margin-bottom: 25px; }\n  \n  .list-item { list-style: none; padding: 0; margin: 0; }\n  .list-item li { \n    font-size: 1.25rem; margin-bottom: 15px; display: flex; gap: 15px; align-items: center;\n  }\n  .list-item li::before { content: '✓'; color: var(--obd-gold); font-weight: 900; font-size: 1.4rem; }\n\n  \/* ══════════════════════════════════\n      CTA BANNER\n  ══════════════════════════════════ *\/\n  .cta-banner {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 40px; padding: 70px 40px; text-align: center; color: #fff;\n    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);\n    border: 1px solid var(--obd-gold);\n    margin-top: 50px;\n  }\n  .cta-banner h2 { font-size: 2.4rem; font-weight: 900; margin-bottom: 20px; color: var(--obd-gold-light); }\n  .cta-banner p { font-size: 1.45rem; opacity: 0.9; margin-bottom: 35px; }\n  \n  .shop-btn {\n    display: inline-block; padding: 18px 55px; background: var(--obd-gold-light);\n    color: #000; border-radius: 15px; font-weight: 900; font-size: 1.5rem; text-decoration: none;\n    box-shadow: 0 10px 25px rgba(255, 180, 0, 0.4); transition: 0.3s;\n  }\n  .shop-btn:hover { transform: scale(1.05); background: var(--white); }\n\n  @media (max-width: 768px) {\n    .feature-grid { grid-template-columns: 1fr; }\n    .hero-title { font-size: 1.8rem; }\n    .hero-sub { font-size: 1.1rem; }\n    .cta-banner { padding: 50px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ridelux-body\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\u003cspan class=\"badge badge-gold\"\u003eFull Arabic Language Support ⭐\u003c\/span\u003e \u003cspan class=\"badge badge-tech\"\u003eOBD2 PRO Edition\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eOBD2 PRO Gauge.. \u003cspan\u003eYour Car Data\u003c\/span\u003e on a Smart Display\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eEnjoy a professional driving experience with an advanced digital gauge that displays precise engine data, speed, and temperature in real time with exceptional clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv style=\"max-width: 850px; margin: 0 auto 50px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 1.35rem; color: var(--text-main); font-weight: 600;\"\u003eThis device is designed to give you accurate monitoring of vehicle speed, engine temperature, oil pressure, and battery voltage without any additional setup. It works directly through the OBD2 port and supports a 360° rotating base for flexible positioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-card\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"OBD2 PRO Gauge\" src=\"https:\/\/www.youtube.com\/embed\/ticniwPr8r8?si=idwPVAQCgYxpxJB9?si=-1VLmYfs1LRXtM2i\u0026amp;rel=0\u0026amp;autoplay=0\u0026amp;mute=1\u0026amp;loop=0\u0026amp;playsinline=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-head\"\u003e\n\u003cdiv class=\"bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eKey Technical Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e📺 High-Resolution LCD Screen\u003c\/h3\u003e\n\u003cp\u003eFully customizable colors with perfect visibility in all lighting conditions (day \u0026amp; night), featuring more than 12 display interfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔍 Performance \u0026amp; Diagnostics Analysis\u003c\/h3\u003e\n\u003cp\u003eDetects vehicle faults and reads error codes in real time, with additional features like slope angle and acceleration measurement for off-road driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🚨 Advanced Smart Alerts\u003c\/h3\u003e\n\u003cp\u003eInstant warning systems for overspeeding, high engine temperature, or low battery voltage to enhance your safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003ch3\u003e🔌 Instant Plug \u0026amp; Play\u003c\/h3\u003e\n\u003cp\u003eNo battery or complex wiring required; simply connect it to your car’s OBD2 port and it will start working immediately with high accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-container\"\u003e\u003cimg alt=\"OBD2 PRO Gauge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/kyj-obd2-pro-2055012.png?v=1756327736\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003ch3\u003e📦 What’s in the Box?\u003c\/h3\u003e\n\u003cul class=\"list-item\"\u003e\n\u003cli\u003eOriginal OBD2 PRO Gauge device.\u003c\/li\u003e\n\u003cli\u003eType-C OBD cable for fast and durable connection.\u003c\/li\u003e\n\u003cli\u003eAnti-slip dashboard mounting pad.\u003c\/li\u003e\n\u003cli\u003eFull user manual in Arabic and English.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch2\u003eMake Your Driving Safer \u0026amp; Smarter\u003c\/h2\u003e\n\u003cp\u003eThe perfect solution to monitor your car’s performance with precision at every moment. Order now from NewTech and enjoy a modern driving experience.\u003c\/p\u003e\n\u003ca class=\"shop-btn\" href=\"https:\/\/newtechq8.com\/\"\u003eOrder Now from NewTech\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 50px; text-align: center; opacity: 0.6;\"\u003e\n\u003cp\u003eNow available at NewTech Kuwait Store – your destination for smart car accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newtech Store","offers":[{"title":"Default Title","offer_id":50080951173405,"sku":"CA-03007","price":25.0,"currency_code":"KWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0878\/4301\/2893\/files\/kyj-obd2-pro-3740364.png?v=1768324343","url":"https:\/\/newtechq8.com\/en\/products\/obd2-pro-digital-speedometer-gauge","provider":"Newtech Store","version":"1.0","type":"link"}