{"product_id":"bearing-drill-dust-collector","title":"Bearing Drill Dust Collector","description":"\u003cstyle type=\"text\/css\"\u003e\/* CSS Variables \u0026 Reset within Scope *\/\n    .product-detail-container {\n      --primary: #1e40af;\n      --primary-hover: #1d4ed8;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e2e8f0;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\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      background-color: var(--bg-body);\n      color: var(--text-main);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System (Strictly 22px \/ 20px \/ 18px) *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\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 th,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge-text,\n    .product-detail-container .step-text,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Badges \u0026 Pills *\/\n    .product-detail-container .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-soft);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .trust-badge-text {\n      font-size: 18px !important;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    \/* Image Rules \u0026 Placeholders *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n      text-align: center;\n      min-height: 250px;\n    }\n\n    .product-detail-container .image-placeholder span {\n      font-size: 18px !important;\n      font-weight: 500;\n      color: var(--text-sub);\n      margin-top: 12px;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      align-items: center;\n      padding-top: 24px;\n    }\n\n    .product-detail-container .hero-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Feature Grid (Z-Pattern on Desktop, Stacked Image-First on Mobile) *\/\n    .product-detail-container .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      align-items: center;\n    }\n\n    .product-detail-container .feature-item.reverse {\n      direction: rtl;\n    }\n\n    .product-detail-container .feature-item.reverse .feature-copy,\n    .product-detail-container .feature-item.reverse .feature-media {\n      direction: ltr;\n    }\n\n    \/* Steps Layout *\/\n    .product-detail-container .steps-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .step-card {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 16px;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .product-detail-container .step-number {\n      font-size: 20px !important;\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 8px;\n    }\n\n    \/* Table \u0026 Specifications *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ System *\/\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 16px;\n      }\n\n      \/* Desktop grids to single column *\/\n      .product-detail-container .hero-section,\n      .product-detail-container .feature-item {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      \/* Force Image First -\u003e Text Second on mobile *\/\n      .product-detail-container .feature-item {\n        display: flex;\n        flex-direction: column;\n      }\n      \n      .product-detail-container .feature-media {\n        order: 1;\n        width: 100%;\n      }\n\n      .product-detail-container .feature-copy {\n        order: 2;\n        width: 100%;\n      }\n\n      .product-detail-container .steps-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Dynamic Safe Table Layout for Mobile *\/\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      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\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        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-label {\n        display: none;\n      }\n\n      .product-detail-container .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      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Overhead Drill Dust Collector\nTarget Audience: Electricians, Renovation Workers, Drywall Installers, DIY Enthusiasts\nVisual Style: Professional, Technical, Industrial-Grade\nColor Strategy: Precision Blue (#1e40af), Tech Grey (#64748b), Pure White, Soft Background (#f8fafc)\nModule Order: Intro\/Hero Block -\u003e Feature Grid (Secure Design \u0026 Bearing) -\u003e Feature Grid (Elasticity \u0026 Leakproof) -\u003e Step-by-Step Assembly -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_4, Feature1=detail_1, Feature2=detail_2, Feature3=detail_3, Assembly=detail_5\nSpecification Data Source: Product Analysis Report and Visual Indicators (Data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (No verified comparative testing data available)\nInformation Boundary: Strictly relies on facts extracted from the Product Analysis Report and provided images. No unverified claims about drilling diameter capacity, lifespans, or generic \"universal fit\" are included.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\u003cspan class=\"trust-badge-text\"\u003eOverhead Drilling Protection\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eDrill Without the Mess\u003c\/h1\u003e\n\n\u003cp\u003eThe flexible, dust-catching chamber contains debris while drilling overhead, keeping fine plaster, concrete, and drywall dust away from your face and workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918154546\/806f598cf06a343e60e9fdb6939dd642.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918152905\/339b9fa3a2c2d150f792186380030e4f.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 class=\"feature-title\"\u003eSix-Sided Ear Hole Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSuitable for ceiling drilling operations with various types of impact drills. Features six secure ear holes engineered around the perimeter of the blue flange, allowing you to secure the unit with wire to prevent slipping or falling during high-altitude work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: High Elasticity Silicon Bellows --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918152905\/b6bf015b759e34fe8f9274a3bc02d868.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 class=\"feature-title\"\u003eHigh Elasticity Material\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eConstructed from highly flexible and odorless material. The spring-like bellows compress smoothly with the push of your drill and spring back instantly, maintaining constant dust containment throughout your work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Smooth Rotation \u0026 Double-Layer Protection --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918152905\/65dc71fed0adda547d8e66e055a121fe.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 class=\"feature-title\"\u003eDouble-Layer Dustproof Protection\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with an integrated metal bearing in the center to support smooth drill rotation while the outer shroud remains stationary against the ceiling. Together with the inner rubber gasket and dustproof flat seal, it keeps ultra-fine dust firmly trapped inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Assembly Step Section --\u003e\n\n\u003csection\u003e\n\u003ch2\u003eSimple 4-Step Assembly\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 24px;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918152906\/9aa7454c818b832b31c33bb7245968c0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-number\"\u003e1\u003c\/span\u003e\n\n\u003cp class=\"step-text\"\u003ePlace the blue rubber ring gasket onto the drill bit shank.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-number\"\u003e2\u003c\/span\u003e\n\n\u003cp class=\"step-text\"\u003ePass the drill bit through the rear bearing of the dust collector.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-number\"\u003e3\u003c\/span\u003e\n\n\u003cp class=\"step-text\"\u003eInsert the flat dustproof seal washer onto the drill bit shank from the inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-number\"\u003e4\u003c\/span\u003e\n\n\u003cp class=\"step-text\"\u003eSecure the drill bit into your drill chuck and begin working safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection\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 class=\"spec-label\" data-label=\"Compatible Drills\"\u003e\u003cspan class=\"spec-value\"\u003eImpact drills, rotary hammer drills\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Structure\"\u003e\u003cspan class=\"spec-value\"\u003eFlexible bellows, six-sided blue star flange\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Key Components\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated steel ball bearing, internal blue rubber gasket, inner dustproof flat washer\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Material Properties\"\u003e\u003cspan class=\"spec-value\"\u003eHighly elastic, odorless soft material\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Color Scheme\"\u003e\u003cspan class=\"spec-value\"\u003eSemi-transparent white bellows, blue flange, silver metal bearing\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!-- D. FAQ --\u003e\n\n\u003csection\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhy is there a built-in metal bearing?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe built-in ball bearing allows your drill bit to rotate at high speeds while keeping the dust collector body stationary against the ceiling. This reduces heat, minimizes friction wear, and ensures safer operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do the six ear holes on the flange help?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe six-sided ear holes are designed to prevent accidental drops. When working on high ceilings, you can thread wire through these holes to secure the dust collector to your drill body, keeping it from slipping off or falling.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes the material recover its shape after compression?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The bellows structure is made from a highly elastic, odorless material. It smoothly compresses as you apply forward pressure and springs right back to its original shape when the drill is pulled back.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":46230638559423,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":46230638592191,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Workshop Pack - 15%)","offer_id":46230638624959,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"5-Pack (Stock Up \u0026 Save - 20%)","offer_id":46230638657727,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/806f598cf06a343e60e9fdb6939dd642.jpg?v=1789717591","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/bearing-drill-dust-collector","provider":"Bak","version":"1.0","type":"link"}