{"product_id":"o2-sensor-socket-tool-set-rjc","title":"O2 Sensor Socket Tool Set","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D12727;\n      --primary-hover: #A81E1E;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F3F4F6;\n      --radius-md: 6px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 6px rgba(0,0,0,0.06);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.08);\n      --border-color: #E5E7EB;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .product-detail-container p {\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding-bottom: clamp(2rem, 5vw, 4rem);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .hero-title {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .hero-subtitle {\n      font-size: clamp(18px, 2vw, 22px);\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .trust-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 1rem;\n      margin-bottom: 2.5rem;\n    }\n\n    .badge-pill {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n    }\n\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 4rem 1rem;\n      text-align: center;\n      font-weight: 600;\n      color: var(--text-sub);\n      margin: 2rem 0;\n      font-size: 18px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.25rem 0.75rem;\n      font-size: 16px;\n      font-weight: 500;\n      border-radius: var(--radius-md);\n    }\n\n    .feature-headline {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 1rem;\n      line-height: 1.3;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-title {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.25rem;\n      text-align: left;\n      font-size: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .faq-title {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      font-size: 18px;\n      font-weight: 700;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .faq-answer {\n      font-size: 16px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Layout Overrides *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      \n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Table Overrides *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem 0;\n      }\n\n      .specs-table tr:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td {\n        border: none;\n        padding: 0.5rem 1rem;\n        display: flex;\n        justify-content: space-between;\n        font-size: 16px;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Oxygen Sensor Socket and Thread Repair Tool Set\nTarget Audience: Automotive DIYers and Professional Mechanics\nVisual Style: Professional, Industrial, Rugged\nColor Strategy: Deep charcoal backgrounds, light grey cards, warning-red accents matching the blowout case\nModule Order: Hero -\u003e Core Features -\u003e Detailed Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_3, Feature1=detail_6, Feature2=detail_7, Feature3=detail_5\nSpecification Image Mapping: Specs=detail_2\nCompare Section: Not included as no comparison dataset exists in source files.\nInformation Boundary: Strictly sourced from the provided report, images, and raw specification details. Exact dimensions mapped directly from detail_2. Box dimensions mapped from detail_8.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cheader class=\"hero-block\"\u003e\n\u003ch1 class=\"hero-title\"\u003e\u003cspan style=\"font-size:36px;\"\u003eProfessional 5-Piece O2 Sensor Socket \u0026amp; Thread Repair Tool Set\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAll-in-one kit engineered for efficient, damage-free removal, installation, and thread restoration of automotive oxygen sensors.\u003c\/p\u003e\n\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cspan class=\"badge-pill\"\u003eForged Chrome Vanadium Steel (CR-V)\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eHeat-Treated \u0026amp; Phosphated Finish\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eComplete 5-Piece Service Kit\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260820171159\/038e2074f590893bce04768c7b2881ed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Slotted Wire Gate Design --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260820171159\/6116a2827dc04dd25656b6e980661285.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-headline\"\u003eSide Slotted Wire Gate Structure\u003c\/h2\u003e\n\n\u003cp\u003eThis design features a specialized side-opening slot allowing you to easily slip the socket over the sensor housing without having to cut, disconnect, or damage the vital wiring harness. Safe passage of the wires ensures the sensor stays fully intact during assembly or disassembly.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWire Protection\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAnti-Slip Fit\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eO2 Sensor Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Offset Construction for Tight Engine Bays --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260820171159\/8227b8588676323756d1642eb078839d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-headline\"\u003eOffset Sockets for Narrow Clearances\u003c\/h2\u003e\n\n\u003cp\u003eThe offset design re-angles the socket drive path, allowing easy access inside deep recesses, low-clearance areas under engine bays, or around complex exhaust manifolds where straight socket profiles cannot reach. This provides high mechanical leverage even in tight spaces.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1\/2” \u0026amp; 3\/8” Drives\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLow Profile Sockets\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMaximum Leverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Precision Thread Chasers for Thread Restoration --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260820171159\/b65744e612529c7db71bd00c1d0921a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-headline\"\u003eM12 \u0026amp; M18 Thread Chaser Tools\u003c\/h2\u003e\n\n\u003cp\u003eEnsure smooth reinstalls and prevent cross-threading with the integrated M12 x 1.25mm and M18 x 1.5mm thread chasers. Highly optimized for clearing away baked-on carbon buildup, engine rust, and debris from mounting threads before screwing in new sensors.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tag-list\"\u003e\n\u003cspan class=\"feature-tag\"\u003eM12 x 1.25mm\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eM18 x 1.5mm\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCarbon Clearing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications Section --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260820171159\/cd152ae61d25e36869d0bcd28804e45b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTool Description\u003c\/th\u003e\n\t\t\t\u003cth\u003eDrive Size\u003c\/th\u003e\n\t\t\t\u003cth\u003eHex\/Thread Size\u003c\/th\u003e\n\t\t\t\u003cth\u003eProduct Dimensions\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eLong Oxygen Sensor Socket\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003e3\/8\" Drive\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003e7\/8\" (22mm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e3.16\" H x 0.31\" Slot Width (8.0 x 0.8 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eLarge Offset O2 Sensor Socket\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003e1\/2\" Drive\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003e7\/8\" (22mm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e1.94\" Height (4.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eSmall Offset O2 Sensor Socket\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003e3\/8\" Drive\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003e7\/8\" (22mm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e1.24\" Height (3.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eM12 Thread Chaser\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003e3\/8\" Drive\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003eM12 x 1.25mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e1.61\" Length (4.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eM18 Thread Chaser\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003e3\/8\" Drive\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003eM18 x 1.5mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e1.61\" Length (4.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Description\"\u003eStorage Case\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Drive Size\"\u003eN\/A\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hex\/Thread Size\"\u003eRed Blow-Molded Case\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Dimensions\"\u003e6.1\" x 3.5\" x 2.0\" (15.5 x 9.0 x 5.2 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 How does the side-slotted design protect O2 sensor wires?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe long socket features a 0.31\" (8mm) wide side-opening slot, and the two offset sockets have direct wire cutouts. This allows the pigtail wiring connector and harness to feed safely out of the side of the socket body while you loosen or tighten the hex portion, avoiding wire twisting and stripping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 What tools do I need to drive these sockets and thread chasers?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe tool set utilizes standard square socket drives. You will need a standard 3\/8-inch drive ratchet or breaker bar for the small offset socket, the long straight socket, and both thread chasers. For the large offset socket, you will need a 1\/2-inch drive ratchet or breaker bar.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 What are the specific thread sizes of the included thread repair tools?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe kit comes with one M12 x 1.25mm thread chaser and one M18 x 1.5mm thread chaser. These are the most common automotive thread sizes used for oxygen sensors, allowing you to clean rust and baked-on carbon buildup out of the exhaust pipe threads easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Default Title","offer_id":48509209510100,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/038e2074f590893bce04768c7b2881ed_80098763-3f50-4f72-b766-5054fbd4e51f.jpg?v=1787654183","url":"https:\/\/omurio.com\/products\/o2-sensor-socket-tool-set-rjc","provider":"Omurio","version":"1.0","type":"link"}