{"product_id":"broken-bolt-removal-tool","title":"Broken Bolt Removal Tool","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tool \/ Expansion Pipe Extractor\nTarget Audience: Professional mechanics, contractors, and DIY enthusiasts\nVisual Style: Industrial, Heavy-duty, Precision, Engineered\nColor Strategy: Dark Steel (#0F172A), Slate (#475569), Light Gray (#F8FAFC), with Safety Orange Accent (#EA580C) for high contrast and action orientation.\nShape Strategy: Radius 6px (Hardlines, solid, blocky, industrial-oriented)\nTypography Strategy: Large Type \/ Mobile-first readable \/ Sans-serif \/ Bold headings\nMobile Table Strategy: Card-based (No horizontal scroll), with CSS data-label injection\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* 1) Design System (CSS Variables) *\/\n            --primary: #EA580C; \/* Safety\/Industrial Orange *\/\n            --primary-dark: #C2410C;\n            --bg-body: #FFFFFF;\n            --bg-card: #F8FAFC;\n            --text-main: #0F172A;\n            --text-sub: #475569;\n            --border-color: #E2E8F0;\n            --radius-md: 6px;\n            --radius-lg: 10px;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n            --spacing-section: clamp(3rem, 6vw, 5rem);\n            --spacing-module: clamp(2rem, 5vw, 4rem);\n\n            \/* Container Basics *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            background-color: var(--bg-body);\n            color: var(--text-main);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.7;\n            padding-top: var(--spacing-module);\n            padding-bottom: var(--spacing-module);\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        \/* 0) Typography System *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n            letter-spacing: -0.02em;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            line-height: 1.3;\n            font-weight: 700;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            line-height: 1.4;\n            font-weight: 700;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* Badges \/ Non-clickable UI tags *\/\n        .status-badge {\n            display: inline-block;\n            background-color: var(--primary);\n            color: #FFF;\n            padding: 6px 14px;\n            border-radius: var(--radius-md);\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1.5rem;\n        }\n\n        .social-proof {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            margin-bottom: 2rem;\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-main);\n        }\n\n        .social-proof svg {\n            width: 20px;\n            height: 20px;\n            fill: #EAB308;\n        }\n\n        \/* 2) Image \u0026 Media Protocol (Scheme B for placeholders, Scheme A for flow) *\/\n        .media-wrapper {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            overflow: hidden;\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #F1F5F9;\n            border-radius: var(--radius-lg);\n            border: 2px dashed #CBD5E1;\n            margin-bottom: 2rem;\n        }\n\n        .media-wrapper span {\n            font-size: 18px;\n            font-weight: bold;\n            color: #64748B;\n            z-index: 2;\n        }\n\n        \/* In case real images are used, ensure they strictly fit *\/\n        .media-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            position: absolute;\n            top: 0;\n            left: 0;\n            z-index: 1;\n        }\n\n        \/* 3) Layout Modules *\/\n        .hero-section {\n            text-align: center;\n            margin-bottom: var(--spacing-section);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .hero-section .media-wrapper {\n            max-width: 900px;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        \/* Features - Z-Pattern Desktop \/ Stacked Mobile *\/\n        .features-section {\n            display: flex;\n            flex-direction: column;\n            gap: var(--spacing-section);\n            margin-bottom: var(--spacing-section);\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column;\n            gap: var(--spacing-module);\n            align-items: center;\n        }\n\n        .feature-media {\n            width: 100%;\n        }\n\n        .feature-copy {\n            width: 100%;\n        }\n\n        \/* Feature List details *\/\n        .feature-list-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n\n        .feature-list-item svg {\n            width: 28px;\n            height: 28px;\n            fill: var(--primary);\n            flex-shrink: 0;\n            margin-top: 4px;\n        }\n\n        \/* Specs Table Module *\/\n        .specs-section {\n            background: var(--bg-card);\n            padding: var(--spacing-module);\n            border-radius: var(--radius-lg);\n            margin-bottom: var(--spacing-section);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 2rem;\n        }\n\n        .specs-table th, \n        .specs-table td {\n            padding: 1.25rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: 18px;\n            color: var(--text-main);\n        }\n\n        .specs-table th {\n            font-weight: 700;\n            color: var(--text-sub);\n            width: 40%;\n        }\n\n        \/* FAQ Module *\/\n        .faq-section {\n            margin-bottom: var(--spacing-section);\n        }\n\n        .faq-item {\n            border-bottom: 1px solid var(--border-color);\n            padding: 1.5rem 0;\n        }\n\n        .faq-item h3 {\n            font-size: clamp(18px, 3vw, 22px);\n            margin-bottom: 0.5rem;\n            color: var(--text-main);\n        }\n\n        .faq-item p {\n            margin-bottom: 0;\n            font-size: clamp(16px, 2vw, 18px);\n        }\n\n        \/* Mobile First -\u003e Desktop Enhancement *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                justify-content: space-between;\n            }\n\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n\n            .feature-media, \n            .feature-copy {\n                width: 48%; \/* Leaves gap space *\/\n            }\n\n            .hero-section p {\n                max-width: 70%;\n            }\n        }\n\n        \/* Mobile Table Card Strategy *\/\n        @media (max-width: 767px) {\n            .specs-table, \n            .specs-table thead, \n            .specs-table tbody, \n            .specs-table tr, \n            .specs-table th, \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table thead {\n                display: none; \/* Hide native header *\/\n            }\n\n            .specs-table tr {\n                margin-bottom: 1.5rem;\n                background: var(--bg-body);\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n\n            .specs-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: flex-start;\n                border-bottom: 1px dashed var(--border-color);\n                padding: 0.75rem 0;\n                font-size: 16px;\n            }\n\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-sub);\n                margin-right: 1rem;\n                flex-shrink: 0;\n                width: 45%;\n                text-align: left;\n            }\n\n            .specs-table td span {\n                text-align: right;\n                font-weight: 600;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"status-badge\"\u003eProfessional Grade\u003c\/div\u003e\n\n\u003ch1\u003eExtract Stripped \u0026amp; Broken Fasteners Instantly\u003c\/h1\u003e\n\n\u003cp\u003eHeavy-duty expansion pipe extractor tool engineered with a precision hex shank to remove the most stubborn damaged screws and bolts effortlessly.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eTrusted by 10,000+ Mechanics \u0026amp; DIYers\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331161805\/08267b13a0e1bdae0d7e9419dcfaf46b.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331161805\/f28fe46f61c657a4e89c34a6c33732cc.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePrecision Engineered Dimensions\u003c\/h2\u003e\n\n\u003cp\u003eDesigned to fit perfectly. Features a specialized 31mm shaft integrated with a standard 6.5mm hex shank. The optimal 22mm threaded portion provides accurate fitting into damaged recesses for seamless extraction.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-list-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\n\u003cp\u003e\u003cstrong\u003eUniversal Hex Shank:\u003c\/strong\u003e Fits standard drills and power drivers effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331161805\/f1d4f3885214c9de6cc72a67b989d782.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIndustrial Durability \u0026amp; Grip\u003c\/h2\u003e\n\n\u003cp\u003eConstructed from premium, high-quality hardened steel built to withstand maximum torque. The knurled grip sections give you enhanced manual control when dealing with deeply lodged fasteners.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-list-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\n\u003cp\u003e\u003cstrong\u003eWear-Resistant Steel:\u003c\/strong\u003e Retains its bite and threading even after repeated tough jobs.\u003c\/p\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=\"media-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331161805\/7ebfe6956eebd50654a57b5ccb9f6b78.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAdjustable \u0026amp; Easy Operation\u003c\/h2\u003e\n\n\u003cp\u003eQuick and efficient removal without the headache. The advanced threading mechanism allows for variable depth engagement, biting aggressively into stripped metal to securely grip and reverse out the damaged hardware.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-list-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\n\u003cp\u003e\u003cstrong\u003eVariable Depth Engagement:\u003c\/strong\u003e Customizes to the damage level of your specific bolt or screw.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Module (Card Based on Mobile) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eExact measurements designed for universal compatibility and high-torque operations.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eHigh-Quality Hardened Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shaft Length\"\u003eShaft Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e31 mm \/ 1.2 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hex Shank Size\"\u003eHex Shank Size\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e6.5 mm \/ 0.3 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Threaded Portion\"\u003eThreaded Portion\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003e22 mm \/ 0.9 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Grip Design\"\u003eGrip Design\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eKnurled Grip Section\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Use\"\u003ePrimary Use\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan\u003eStripped Screws, Broken Bolts, Expansion Pipes\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Module --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill this extractor fit my regular power drill?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The tool features a standard 6.5mm (0.3 in) hex shank, which is universally compatible with most household power drills, impact drivers, and manual bit drivers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan it handle deeply stripped or rusted bolts?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. The extractor is crafted from high-quality steel and utilizes an adjustable threading mechanism that engages deeply to bite into worn, stripped, or rusted metal, ensuring a secure grip for extraction.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes the grip slip when coated in grease or oil?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the tool incorporates specialized knurled grip sections along the body. This provides enhanced manual control and prevents slippage even in harsh, greasy mechanical environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Standard)","offer_id":45431838408895,"sku":"0401-16253039","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%) - Garage \u0026 Truck","offer_id":45431838441663,"sku":"0401-16255392","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 3-Pack (Save 30% )","offer_id":45431838474431,"sku":"0401-16257828","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/08267b13a0e1bdae0d7e9419dcfaf46b.jpg?v=1775031960","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/broken-bolt-removal-tool","provider":"Bak","version":"1.0","type":"link"}