{"product_id":"oil-and-coolant-filling-tool-rjc","title":"Oil and Coolant Filling Tool","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Automotive HVAC Oil \u0026 Dye Injector\n  Target Audience: Automotive Technicians, DIY Mechanics, HVAC Maintenance Professionals\n  Visual Style: Professional, Technical, Mechanical Blue\n  Color Strategy: Royal Blue accenting with metallic\/brass yellow, slate grey text, clean light gray backgrounds\n  Module Order: Hero Block -\u003e Feature 1 (Capacity\/Syringe) -\u003e Feature 2 (Coupling\/Connectors) -\u003e Feature 3 (Handle\/Operation) -\u003e Package Includes -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_6, Feature1=detail_3, Feature2=detail_5, Feature3=detail_1, Package=detail_4\n  Specification Data Source: Extracted from detail_3, detail_4, detail_5, and product report. No specification image placeholders are rendered.\n  Compare Section: Not included (no explicit comparative data provided).\n  Information Boundary: Strictly grounded. Includes only confirmed 30ml capacity, 13mm coupler, 1\/4\" SAE connectors, POE\/mineral oil compatibility, and specific manual hand-turn configuration. No unverified claims.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007bc4;\n      --primary-hover: #005fa3;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f4f8;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #dddddd;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block Styles *\/\n    .hero-block {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      text-align: center;\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      border: 1px solid rgba(0, 123, 196, 0.2);\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f0f0f0;\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-md);\n      padding: clamp(2rem, 8vw, 4rem) 1rem;\n      margin-top: 24px;\n      font-weight: 500;\n      color: #666666;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Feature Block Styles *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 24px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500;\n    }\n\n    \/* List Layout Styles *\/\n    .package-list {\n      list-style-type: none;\n      padding: 0;\n      margin: 0 0 24px 0;\n    }\n\n    .package-list li {\n      position: relative;\n      padding-left: 28px;\n      margin-bottom: 12px;\n    }\n\n    .package-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Table Specifications Styles *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    \/* Responsive Specifications for Mobile *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 16px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* Desktop Specifications standard layout *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: stretch;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n\n      .spec-table td {\n        padding: 18px 24px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        color: var(--text-main);\n        width: 35%;\n      }\n    }\n\n    \/* FAQ System *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\u003cspan class=\"hero-badge\"\u003eA\/C System Maintenance Tool\u003c\/span\u003e\n\u003ch1\u003ePrecise Manual Oil \u0026amp; UV Dye Injector for AC Systems\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDesigned for adding compressor oil or UV leak detection dye during automotive and HVAC AC system maintenance. Helps simplify servicing and troubleshooting of air conditioning systems.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260825165450\/f4296227107c537e3e6d1309bb935717.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\u003c!-- Feature 1 --\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\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260825165450\/ebef18b4013ca0fb24dc0abcad6af77c.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eClear 30ml Capacity Cylinder\u003c\/h2\u003e\n\n\u003cp\u003eThe transparent ABS syringe body features clear volume markings up to 30ml (1 oz), letting you monitor and control fluid injection precisely to avoid overfilling.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e30ml (1 oz) Capacity\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTransparent ABS Cylinder\u003c\/span\u003e \u003cspan class=\"tag\"\u003eThreaded Metal Rod\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\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\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260825165450\/0dbfc66d31ab534080ca4b54e31edf40.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eQuick \u0026amp; Secure Coupling System\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a low-pressure quick coupler and 1\/4\" SAE brass connectors to ensure reliable coupling and zero-leak operations during high-pressure servicing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eLow Pressure\u003c\/span\u003e \u003cspan class=\"tag\"\u003e1\/4\" SAE Connector\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSecure Coupling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\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\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260825170845\/18986549ad41f799cae379658c95b676.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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy Threaded Manual Operation\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with a curved double-wing handle and threaded metal rod, this injector allows you to smoothly press fluids into pressurized AC systems by simple manual rotation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDouble-Wing Handle\u003c\/span\u003e \u003cspan class=\"tag\"\u003eManual Rotation Press\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDurable Construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Package Includes Section --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eComplete Maintenance Package\u003c\/h2\u003e\n\n\u003cul class=\"package-list\"\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003e1 × 30ml (1 oz) Oil \u0026amp; Dye Injector\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003e1 × Blue Flexible Hose\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"spec-value\"\u003e1 × Quick Coupler\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260825165450\/210dd736900d821b470b615a33ec3630.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Injector Capacity\"\u003e\u003cspan class=\"spec-value\"\u003e30ml (1 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Syringe Thread\"\u003e\u003cspan class=\"spec-value\"\u003e1\/4 inch SAE Male\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hose Connections\"\u003e\u003cspan class=\"spec-value\"\u003e1\/4 inch SAE Female Thread on both ends\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Quick Coupler Size\"\u003e\u003cspan class=\"spec-value\"\u003eLow-Pressure Connection\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Oils\"\u003e\u003cspan class=\"spec-value\"\u003ePOE or Mineral Oils\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Dyes\"\u003e\u003cspan class=\"spec-value\"\u003eFluorescent dyes used for leak monitoring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"System Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eCompatible with all refrigerant types\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eDurable ABS, Copper\/Brass, and Rubber\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 What types of oils and dyes can I use with this injector?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can use it with POE or mineral compressor oils, as well as fluorescent UV leak detection dyes. It is compatible with all refrigerant types.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 How do I connect this injector to my car's AC system?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAssemble the transparent injector, blue flexible hose, and the 13mm low-pressure quick coupler. Then, insert the quick coupler directly onto the low-pressure service port of your vehicle's air conditioning system.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔧 Does this injector require tools to operate or connect?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo tools are required. The quick coupler features a push-to-lock sleeve, and the connections use hand-tightened threaded brass fittings for a sealed, secure setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Default","offer_id":48537217761492,"sku":"1732424773944906155","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/f4296227107c537e3e6d1309bb935717_8baef1f2-1423-4c85-ac7b-aa89a12c2134.jpg?v=1787649816","url":"https:\/\/omurio.com\/products\/oil-and-coolant-filling-tool-rjc","provider":"Omurio","version":"1.0","type":"link"}