{"product_id":"3-in-1-pipe-thread-extractor","title":"3-in-1 Pipe Thread Extractor","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：三合一断丝取出器\n  目标受众：DIY爱好者、专业水管工\n  视觉风格：专业、坚固、工业感强调深蓝色金属质感\n  配色策略：以产品主色深蓝（--primary）为核心，搭配中性灰和金属银，营造可靠感\n  模块顺序：Hero -\u003e Dual-Power Feature -\u003e 3-in-1 Feature -\u003e Quality Feature -\u003e Comparison -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1(Dual-Power)=image_0.png, Feature2(3-in-1)=image_4.png, Feature3(Quality)=image_3.png\n  规格图映射：Specs=image_1.png, image_5.png\n  对比模块：已加入，基于image_5.png展示新旧款差异，突出优势\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #003399; \/* Deep blue from tool body *\/\n      --primary-hover: #002266;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef1f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: 20px; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 1.5rem; }\n    .product-detail-container .tag-text { font-size: 16px; color: var(--text-sub); }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: 2rem;\n    }\n    .pd-hero .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .pd-hero h1 { margin-bottom: 1rem; }\n    .pd-hero p.subhead {\n      font-size: 20px;\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n    \n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-feature.reverse { flex-direction: row-reverse; }\n    .feature-media, .feature-copy { flex: 1; }\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: 4px;\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--primary);\n    }\n\n    \/* Comparison Section *\/\n    .pd-comparison {\n      background: var(--bg-card);\n      padding: var(--spacing-section) 5%;\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n    .comparison-header { text-align: center; margin-bottom: 2rem; }\n\n    \/* Specifications *\/\n    .pd-specs {\n      background: var(--bg-soft);\n      padding: var(--spacing-section) 5%;\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      background: var(--bg-card);\n      font-weight: 600;\n      width: 35%;\n      color: var(--primary);\n    }\n    .specs-table tr:last-child td { border-bottom: none; }\n\n    \/* FAQ *\/\n    .pd-faq { margin-bottom: var(--spacing-section); }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    .faq-answer { margin-bottom: 0; }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .pd-feature, .pd-feature.reverse {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-tags { justify-content: center; }\n      \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      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.5rem;\n        width: 45%;\n        text-align: left;\n        font-weight: 600;\n        color: var(--primary);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"hero-badge\"\u003eDesigned for Everyday Fixes \u0026amp; Professional Use\u003c\/span\u003e\n\u003ch1\u003eMaster Broken Pipe Extraction with Dual-Power Precision\u003c\/h1\u003e\n\n\u003cp class=\"subhead\"\u003eEffortlessly remove damaged or rusted 1\/2\", 3\/4\", and 1\" threaded pipe ends using your electric drill or the included manual torque bar.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629175629\/38256ff46c6b9bc39752912a70d2b6df.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174726\/114753416b6aa766c0076df3b16416c1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePower Meets Precision: Two Ways to Work\u003c\/h2\u003e\n\n\u003cp\u003eAttach the universal 1\/4\" hex shank to any electric drill for fast, high-torque extraction. For delicate jobs requiring more control, insert the included metal booster bar into the side hole for manual leverage. This dual design ensures you have the right method for every situation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eElectric Drill Ready\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eManual Booster Bar\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUniversal Hex Shank\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 3-in-1 Compatibility --\u003e\n\n\u003cdiv class=\"pd-feature reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174726\/69a08aa5a5bc31fb469c90011a146ea8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Tool for the Three Most Common Sizes\u003c\/h2\u003e\n\n\u003cp\u003eForget carrying a heavy toolbox. The innovative stepped design perfectly fits standard 1\/2\", 3\/4\", and 1\" pipe diameters. It's a versatile solution for various pipe materials, including PVC, PPR, and other plastic or metal threaded fittings.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFits 1\/2\", 3\/4\", 1\"\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-Material Use\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSpace-Saving Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Quality \u0026 Grip --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174726\/e223ab1669735574992ae7fca5dafd02.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered for a Secure, No-Slip Bite\u003c\/h2\u003e\n\n\u003cp\u003eForged from industrial-grade, heat-treated 40CrV alloy steel, this tool is built to withstand high torque without deformation. The reverse spiral teeth cut firmly into rusted or stripped threads, providing a rock-solid grip that prevents slippage during extraction.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e40CrV Alloy Steel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReverse Spiral Teeth\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAnti-Slip Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003cdiv class=\"pd-comparison\"\u003e\n\u003cdiv class=\"comparison-header\"\u003e\n\u003ch2\u003eWhy the Upgraded Extractor is Better\u003c\/h2\u003e\n\n\u003cp\u003eSee the difference advanced design and materials make in your work.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"comparison-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260629174726\/9ada44babb2ce6878013fd7be1605e74.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHeat-treated 40CrV Alloy Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Pipe Sizes\"\u003e1\/2\" (DN15), 3\/4\" (DN20), 1\" (DN25)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Drive System\"\u003e1\/4\" (6.35mm) Hex Shank \u0026amp; Manual Bar Hole\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tool Length\"\u003e3.74 inches (95mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Booster Bar Length\"\u003e4.72 inches (120mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eApprox. 178g (6.3 oz)\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=\"pd-faq\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 How does this tool work to remove a broken pipe?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe tool features reverse spiral teeth on its stepped head. You insert it into the broken pipe and turn it counter-clockwise (in reverse). As you turn, the reverse threads bite harder into the pipe's inner wall, eventually locking in and unscrewing the broken piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔌 What kind of drill do I need?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt has a standard 1\/4\" hex shank, making it compatible with almost all wired electric drills, cordless power drills, and impact drivers that accept hex bits. No special adapter is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🔧 Can I use it for things other than water pipes?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it is designed to extract various types of damaged, rusted, or broken threaded ends from faucets, valves, and other fittings, working on materials like PVC, plastic, and even some metals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Unit (Essential Tool)","offer_id":45797926568127,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"2 Units (Keep a Backup - 10%)","offer_id":45797926600895,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Units (Workshop Pack - 15%)","offer_id":45797926633663,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/38256ff46c6b9bc39752912a70d2b6df.jpg?v=1782727011","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/3-in-1-pipe-thread-extractor","provider":"Bak","version":"1.0","type":"link"}