{"product_id":"complete-m3-m10-rivet-kit","title":"Complete M3-M10 Rivet Kit","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手动拉铆螺母枪头套装 (M3-M10)\n  目标受众：汽修工、DIY爱好者、维修人员\n  视觉风格：工业、坚固、专业工具感 (黑\/金\/银配色)\n  模块顺序：Hero (套装概览) -\u003e Feature 1 (全尺寸兼容性) -\u003e Feature 2 (耐用性与操控) -\u003e Scenario (应用场景) -\u003e Specifications (规格表) -\u003e FAQ\n  详情图映射：\n  - Hero: image_2.png (展示完整套装：枪头、扳手、枪体)\n  - Feature 1: image_5.png (展示核心耗材：所有枪头+螺母)\n  - Feature 2: image_3.png (展示使用方式和细节：扳手操作)\n  - Scenario: image_0.png (展示行业应用)\n  规格图映射：\n  - Specs: image_1.png (清晰的尺寸标识对比)\n  对比模块：未加入（无明确竞品对比需求，重点在于自身功能的完整性）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37; \/* Gold from the knurled tip *\/\n      --primary-hover: #B3922D;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F8F8;\n      --bg-soft: #F0F0F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --border-color: #E5E5E5;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 30px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .lead-text {\n      font-size: 20px;\n      color: var(--text-sub);\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Layout Utilities *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .text-center { text-align: center; }\n\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-grid.reverse {\n        direction: rtl;\n      }\n      .feature-grid.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Image Handling (Scheme A - Default Flow) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-card);\n      padding: 0.4rem 0.8rem;\n      border-radius: 6px;\n      font-size: 16px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n      font-size: 18px;\n    }\n\n    .spec-table th, .spec-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n      background: var(--bg-card);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table td {\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-lg);\n      margin-bottom: 1rem;\n    }\n    .faq-item h3 { margin-top: 0; }\n    .faq-item p:last-child { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block text-center\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Complete 6-Size Manual Kit\u003c\/span\u003e\n\u003ch1\u003eMaster Threaded Connections: The M3-M10 Rivet Nut Tool Set\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eEasily create strong, permanent metal threads in thin sheets and pipes with precise manual control and high-strength components.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image\" style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img40\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174015\/16788da2964da69870cfdd115c75d7d3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-grid\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174016\/d30554b0a555d7243adf047fc30e691e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Kit, Wide Compatibility (M3–M10)\u003c\/h2\u003e\n\n\u003cp\u003eTackle nearly any fastening project without needing multiple tools. This comprehensive set includes six interchangeable mandrels covering popular sizes from M3 to M10, plus 60 matching rivet nuts. It’s the ultimate \"grab-and-go\" solution for automotive repairs, furniture assembly, and custom fabrication.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e6 Mandrel Sizes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e60 Rivet Nuts Included\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVersatile Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Durability \u0026 Control --\u003e\n\n\u003cdiv class=\"section-block feature-grid reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174016\/8889b075f0a196c9b6c6ac8ce347230a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHeavy-Duty Build for Precise Manual Control\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-strength carbon steel, these mandrels are built to withstand repeated heavy use without stripping or bending. The manual operation gives you direct tactile feedback, ensuring a secure, clean installation every time without the risk of over-tightening often associated with power tools.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCarbon Steel Construction\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWear Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003cdiv class=\"section-block text-center\"\u003e\n\u003ch2\u003eIdeal for Various Industries\u003c\/h2\u003e\n\n\u003cp class=\"lead-text\" style=\"margin-bottom: 2rem;\"\u003ePerfect for creating load-bearing threads in materials too thin to tap, across automotive, construction, aviation, and marine applications.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174015\/e386bd8d16fd403e28dcf2d44b8f6b78.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 class=\"text-center\"\u003eTechnical 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=\"Mandrel Sizes\"\u003eM3, M4, M5, M6, M8, M10\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHigh-Strength Carbon Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Operation Type\"\u003eManual (Wrench or Hand Tool Operated)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Kit Contents\"\u003e6x Mandrels, 60x Rivet Nuts (10 per size), Wrenches, Manual Gun Body\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Application\"\u003eMetal sheets, pipes, automotive panels, furniture\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 class=\"text-center\" style=\"margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo I need a power drill to use this kit?\u003c\/h3\u003e\n\n\u003cp\u003eNo, this kit is designed specifically for manual operation using the included wrenches and gun body. This allows for greater precision and control during installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat materials can I use these rivet nuts on?\u003c\/h3\u003e\n\n\u003cp\u003eThey are ideal for thin materials where tapping a thread is not possible, such as sheet metal (steel, aluminum), plastic panels, and fiberglass pipes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre the mandrels durable for repeat use?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the mandrels are constructed from high-strength carbon steel, designed to resist wear and provide long-lasting performance even under heavy manual use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":45797909856447,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45797909889215,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/16788da2964da69870cfdd115c75d7d3.jpg?v=1782726706","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/complete-m3-m10-rivet-kit","provider":"Bak","version":"1.0","type":"link"}