{"product_id":"precision-spark-plug-gap-kit","title":"Precision Spark Plug Gap Kit","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Spark Plug Gap Adjustment Tool\n  Target Audience: DIY Automotive \u0026 Motorcycle Maintenance Enthusiasts, Mechanics\n  Visual Style: Industrial, Clean, Precise\n  Color Strategy: Anodized Red (#e02424) as primary accent, charcoal dark grey for readable text, and off-white cards for structure.\n  Module Order: Intro\/Hero -\u003e Feature 1 (3-Step Operation) -\u003e Feature 2 (Spark Plug Compatibility) -\u003e Compare Section (Right vs Wrong Way) -\u003e Specifications Table -\u003e FAQ -\u003e Fitment Note\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Compare=detail_4\n  Specification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included. Direct contrast of manual control-knob adjustment vs electrode damage from hammers.\n  Information Boundary: Strictly used provided report facts, explicit dimensions from spec sheets, and confirmed compatible models. No unverified material grades or lifespans added.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e02424;\n      --primary-hover: #c81e1e;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --border-color: #e5e7eb;\n      --radius-md: 6px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .compare-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-table td,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n      margin: 16px 0;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding: 32px 0;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    .product-detail-container .feature-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: 32px;\n      align-items: center;\n      margin-bottom: 32px;\n    }\n\n    .product-detail-container .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .tags-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      padding: 4px 10px;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    .product-detail-container .compare-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .specifications-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:first-child {\n      padding-top: 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n\n    \/* Fitment Note Styles *\/\n    .product-detail-container .fitment-note {\n      background-color: #fffaf0;\n      border-left: 4px solid #f59e0b;\n      padding: 24px;\n      border-radius: var(--radius-md);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .fitment-note h3 {\n      color: #b45309;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .fitment-note p {\n      color: #b45309;\n      margin: 0;\n    }\n\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item.reverse {\n        flex-direction: column !important;\n      }\n\n      .product-detail-container .feature-media {\n        width: 100%;\n        order: 1;\n      }\n\n      .product-detail-container .feature-copy {\n        width: 100%;\n        order: 2;\n      }\n\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .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      .product-detail-container .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 (min-width: 768px) {\n      .product-detail-container .spec-table td {\n        display: flex;\n        align-items: start;\n        padding: 16px 8px;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        width: 280px;\n        flex-shrink: 0;\n        color: var(--text-main);\n        display: block;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        flex-grow: 1;\n        display: block;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003ePrecise Gap Adjustment Tool\u003c\/span\u003e\n\u003ch1\u003eSay Goodbye to the Hammer. Adjust Spark Plug Gaps Precisely.\u003c\/h1\u003e\n\n\u003cp class=\"feature-desc\"\u003eHelps adjust the side electrode with controlled pressure, making it easier to set the spark plug gap to your desired thickness without damaging the electrode.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165924\/a2f32f6f1ab0f81c5134bd3908a91058.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825160150\/3e2d9b3d51295434d862a4df590d51e2.jpg\"\u003e\u003c\/div\u003e\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=\"section-title\"\u003eSimple 3-Step Operation\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSetting the spark plug gap is straightforward, clean, and highly consistent. The manual turn mechanism delivers exact physical feedback as you adjust.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 16px;\"\u003e\n\u003cp style=\"margin: 8px 0;\"\u003e\u003cstrong\u003eStep 1:\u003c\/strong\u003e Simply place your spark plug onto the gap tool.\u003c\/p\u003e\n\n\u003cp style=\"margin: 8px 0;\"\u003e\u003cstrong\u003eStep 2:\u003c\/strong\u003e Use your desired size feeler gauge for gap thickness.\u003c\/p\u003e\n\n\u003cp style=\"margin: 8px 0;\"\u003e\u003cstrong\u003eStep 3:\u003c\/strong\u003e Turn the knob with the feeler gauge in place till the side electrode compresses to the desired gap thickness.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003ePlace\u003c\/span\u003e \u003cspan class=\"tag\"\u003eInsert\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAdjust\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Compatibility --\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\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825160150\/27b5728da88b99d03febe684d88f22fc.jpg\"\u003e\u003c\/div\u003e\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=\"section-title\"\u003eWide Spark Plug Compatibility\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned to work with most 10mm, 12mm, 14mm, and 16mm spark plugs. A practical addition for garage maintenance, repairs, and DIY engine work.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003e10mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e12mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e14mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e16mm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"compare-title\"\u003eRight Way vs. Wrong Way\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\" style=\"margin-bottom: 24px;\"\u003eTapping or hammering spark plugs to adjust gaps can easily damage the delicate electrode tip or ceramic body. Utilizing manual control-knob pressure lets you safely compress the side electrode to the desired thickness.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825160150\/cd8436f2d9b27de10da13c00a69e54d6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\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=\"Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eMost 10mm, 12mm, 14mm, and 16mm thread spark plugs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Incompatibility\"\u003e\u003cspan class=\"spec-value\"\u003eNot compatible with 18mm thread or longer spark plugs\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 Reference Models\"\u003e\u003cspan class=\"spec-value\"\u003eNGK 6061, NGK 5671A, NGK BKR9EIX, and similar 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=\"Tool Length\"\u003e\u003cspan class=\"spec-value\"\u003e122mm (4.80\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Height\"\u003e\u003cspan class=\"spec-value\"\u003e32mm (1.25\" \/ 1.26\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Slot Widths\"\u003e\u003cspan class=\"spec-value\"\u003e28mm (1.1\") and 25mm (0.98\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjuster Knob Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e30mm (1.18\") with knurled non-slip texture\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eAnodized aluminum alloy body, steel threaded adjustment screw, and steel folding gauge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eRed, Black\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=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ What sizes of spark plugs does this tool support?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis tool is compatible with most 10mm, 12mm, 14mm, and 16mm thread spark plugs, including models like NGK 6061, NGK 5671A, and NGK BKR9EIX. It is not compatible with 18mm thread or longer spark plugs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ What is included in this package?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe package includes the anodized aluminum manual spark plug gap adjustment tool along with a folder thickness gauge (feeler gauge) for measuring gap thicknesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e❓ How does this tool adjust the gap without causing damage?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eInstead of hammering or tapping the spark plug, this tool holds the spark plug flat in its slotted aluminum base. Turning the hand knob pushes a horizontal slide block to apply steady, precise, and controlled linear pressure directly to the side electrode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Fitment Note Section (Added for better visibility) --\u003e\n\n\u003csection class=\"fitment-note\"\u003e\n\u003ch3\u003e⚠️ IMPORTANT FITMENT NOTE:\u003c\/h3\u003e\n\n\u003cp\u003eThis tool is \u003cstrong\u003eNOT\u003c\/strong\u003e compatible with 18mm thread or longer spark plugs. Please verify your spark plug thread size before use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Essential Tool)","offer_id":50312149106928,"sku":"0826-17224690","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Kits (Keep a Backup - SAVE 10%)","offer_id":50312149139696,"sku":"0826-17225867","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/a2f32f6f1ab0f81c5134bd3908a91058.jpg?v=1787736155","url":"https:\/\/cozyllio.com\/products\/precision-spark-plug-gap-kit","provider":"Cozyllio","version":"1.0","type":"link"}