{"product_id":"105-tight-space-drill-adapter","title":"105° Tight Space Drill Adapter","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tool (105° Right Angle Drill Attachment)\nTarget Audience: DIY Enthusiasts, Auto Mechanics, Carpenters, Homeowners\nVisual Style: Industrial, Rugged, Precise, Professional\nColor Strategy: Deep Carbon (#1A1A1A) for text, Metallic Gray (#F4F5F7) for backgrounds, Industrial Yellow (#FFB300) for accents to signify tools.\nShape Strategy: Radius 6px (Hard, sturdy, masculine but safe)\nTypography Strategy: Large Type \/ Mobile-first readable \/ High contrast\nMobile Table Strategy: Card-based (No horizontal scroll allowed)\nImage Mapping: Hero=image_1, AngleFeature=image_2, MetalFeature=image_3, MagneticFeature=image_4, VersatileKit=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n        --primary: #FFB300;\n        --primary-hover: #FF8F00;\n        --text-main: #1A1A1A;\n        --text-sub: #5E6368;\n        --bg-body: #FFFFFF;\n        --bg-card: #F8F9FA;\n        --radius-md: 6px;\n        --radius-lg: 10px;\n        --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n        --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n        --border-color: #E2E8F0;\n        \n        \/* 0) Typography \u0026 Spacing System *\/\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Typography Sizes *\/\n    .product-detail-container h1 {\n        font-size: clamp(32px, 5vw, 44px);\n        font-weight: 800;\n        line-height: 1.2;\n        margin: 0 0 1rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(24px, 4vw, 32px);\n        font-weight: 700;\n        line-height: 1.3;\n        margin: 0 0 1rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n        font-size: clamp(20px, 3vw, 24px);\n        font-weight: 700;\n        line-height: 1.4;\n        margin: 0 0 0.75rem 0;\n        color: var(--text-main);\n    }\n\n    .product-detail-container p {\n        font-size: clamp(18px, 2.5vw, 20px);\n        color: var(--text-sub);\n        line-height: 1.7;\n        margin: 0 0 1.5rem 0;\n    }\n\n    \/* Non-clickable Badge *\/\n    .product-detail-container .badge {\n        display: inline-block;\n        padding: 8px 16px;\n        background-color: var(--primary);\n        color: var(--text-main);\n        border-radius: var(--radius-md);\n        font-size: 16px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin-bottom: 1.5rem;\n    }\n\n    \/* Section Spacing *\/\n    .product-detail-container .section-block {\n        margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Image Protocol *\/\n    .product-detail-container .fluid-image {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n    }\n\n    \/* Placeholder Protocol *\/\n    .product-detail-container .image-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--bg-card);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-md);\n        color: var(--text-sub);\n        font-size: 18px;\n        font-weight: 600;\n    }\n\n    .product-detail-container .hero-placeholder {\n        aspect-ratio: 16 \/ 9;\n    }\n\n    \/* B) Mobile Ordering Lock \u0026 Z-Pattern *\/\n    .product-detail-container .feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile first: stacked *\/\n        gap: clamp(2rem, 5vw, 4rem);\n        margin-bottom: clamp(3rem, 6vw, 5rem);\n        align-items: center;\n    }\n\n    .product-detail-container .feature-media {\n        width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n        width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n        .product-detail-container .feature-item {\n            flex-direction: row;\n        }\n        .product-detail-container .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        .product-detail-container .feature-media,\n        .product-detail-container .feature-copy {\n            flex: 1;\n            width: 50%;\n        }\n    }\n\n    \/* C) Specs Table (Mobile Card Lock) *\/\n    .product-detail-container .specs-table-wrapper {\n        width: 100%;\n        margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .product-detail-container table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: clamp(16px, 2vw, 18px);\n    }\n\n    .product-detail-container th,\n    .product-detail-container td {\n        border: 1px solid var(--border-color);\n        padding: 18px;\n        text-align: left;\n    }\n\n    .product-detail-container th {\n        background-color: var(--bg-card);\n        font-weight: 700;\n        color: var(--text-main);\n        width: 40%;\n    }\n\n    \/* Mobile Card Layout for Table *\/\n    @media (max-width: 767px) {\n        .product-detail-container table,\n        .product-detail-container thead,\n        .product-detail-container tbody,\n        .product-detail-container tr,\n        .product-detail-container th,\n        .product-detail-container td {\n            display: block;\n            width: 100%;\n        }\n        .product-detail-container thead {\n            display: none; \/* Hide native header *\/\n        }\n        .product-detail-container tr {\n            margin-bottom: 1rem;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            background: var(--bg-body);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n        }\n        .product-detail-container td {\n            border: none;\n            border-bottom: 1px solid var(--bg-card);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 16px;\n        }\n        .product-detail-container td:last-child {\n            border-bottom: none;\n        }\n        .product-detail-container td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            padding-right: 1rem;\n            min-width: 120px;\n        }\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n    }\n\n    .product-detail-container .faq-card {\n        background: var(--bg-card);\n        padding: clamp(1.5rem, 4vw, 2.5rem);\n        border-radius: var(--radius-lg);\n        border: 1px solid var(--border-color);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"image-placeholder hero-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409100136\/e81b661aaf5fda4c317f922e2c35fb92.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: clamp(2rem, 4vw, 3rem); text-align: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eProfessional Grade\u003c\/div\u003e\n\n\u003ch1\u003eConquer Every Tight Corner with Precision\u003c\/h1\u003e\n\n\u003cp style=\"max-width: 800px; margin-left: auto; margin-right: auto;\"\u003eThe 105-degree right angle drill attachment ensures flawless screw access in confined areas, offering reliable performance for both DIY enthusiasts and professionals tackling complex installations in limited spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Z-Pattern Locked) --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409100136\/546a57b298f5da4f45006e1b7a7b0a2b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMaster the Impossible Angles\u003c\/h2\u003e\n\n\u003ch3\u003e105-Degree Angled Head\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a specialized 105-degree angled head, this drill attachment provides unparalleled screw access in the tightest corners. Say goodbye to frustrating blind spots and reach confined areas with absolute ease and stability.\u003c\/p\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=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409100136\/1e259cb636f89220c1e4ffd3b942deb6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt to Outlast\u003c\/h2\u003e\n\n\u003ch3\u003eRugged Metal Construction\u003c\/h3\u003e\n\n\u003cp\u003eForged from high-strength metal alloys, this angle drill attachment resists rust, wear, and stripping. It ensures prolonged usability, providing dependable and rigid support for challenging tasks that require both precision and endurance.\u003c\/p\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=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409100136\/a16d02fbf3759258bd30853c1ae0ccb3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSeamless Workflow\u003c\/h2\u003e\n\n\u003ch3\u003eMagnetic Rapid-Switch Head\u003c\/h3\u003e\n\n\u003cp\u003eFeaturing a powerful built-in magnetic head, the adapter allows for lightning-fast switching of drill bits and sockets. Improve your workflow efficiency instantly while working in awkward positions, perfect for demanding workshop applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409100136\/456b75518fbcff6180b52651e734e13a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Kit for Every Scenario\u003c\/h2\u003e\n\n\u003ch3\u003eUltimate Versatility \u0026amp; Total Kit Integration\u003c\/h3\u003e\n\n\u003cp\u003eEnhance access during home repairs, auto maintenance, or complex furniture assembly. Working seamlessly with different socket sizes, this all-inclusive right-angle adapter empowers you to perform effectively across diverse scenarios, conserving your time and effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\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=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHigh-Strength Chrome Vanadium Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eHead Angle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e105 Degrees\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eShank Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eStandard 1\/4\" Hex Shank\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMagnetic Holder\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eBuilt-in Rare Earth Magnet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e14.0 cm (5.5 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e150.0 g (5.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\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(2rem, 4vw, 3rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWill this fit my standard power drill?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The attachment features a universal 1\/4-inch hex shank, making it fully compatible with almost all standard power drills, hand wrenches, and cordless screwdrivers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs it durable enough for heavy-duty automotive repair?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. Made from rugged, rust-resistant metal, it is designed to withstand the high torque required for automotive repairs, metalworking, and demanding household maintenance without stripping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDo the bits fall out when drilling upside down?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the attachment is equipped with a strong magnetic head that securely holds standard hex bits and sockets in place, allowing you to confidently drill at any angle without dropping your bits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"105° Short Angle Drill Attachment","offer_id":45476599955647,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"105° Long Angle Drill Attachment","offer_id":45476599988415,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"10-Piece Screwdriver Bit Set","offer_id":45476600021183,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/e81b661aaf5fda4c317f922e2c35fb92.jpg?v=1775700403","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/105-tight-space-drill-adapter","provider":"Bak","version":"1.0","type":"link"}