{"product_id":"flexible-90-degree-right-angle-drill-adapter-31-5cm-12-4in","title":"⚙️ Flexible 90 Degree Right Angle Drill Adapter Extension 31.5 cm 12.4 in 🛠️","description":"\u003cstyle\u003e\n  .rt-adapter-page {\n    --rt-amber: #b56c13;   \/* 高光琥珀金 *\/\n    --rt-dark: #1f1f1f;    \/* 极夜黑 *\/\n    --rt-light: #f6f7f8;   \/* 空气感雾面冷灰白底 *\/\n    --rt-border: #e4e4e4;\n    --rt-text: #334155;\n    --rt-muted: #626262;\n    --rt-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--rt-text);\n    line-height: 1.65;\n    background: var(--rt-white);\n  }\n\n  .rt-adapter-page * {\n    box-sizing: border-box;\n  }\n\n  \/* 移动端字号极致瘦身，提升大拇指滑屏吞咽率 *\/\n  .rt-adapter-page h1,\n  .rt-adapter-page h2,\n  .rt-adapter-page h3,\n  .rt-adapter-page p {\n    margin-top: 0;\n  }\n\n  .rt-adapter-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--rt-dark);\n  }\n\n  .rt-adapter-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--rt-dark);\n  }\n\n  .rt-adapter-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--rt-amber);\n  }\n\n  .rt-adapter-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--rt-muted);\n  }\n\n  .rt-adapter-page img {\n    display: block;\n    width: 100%;\n    height auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(181,108,19,.05);\n  }\n\n  \/* 针对首屏核心GIF动图的黄金 320px 自适应尺寸卡死 *\/\n  .rt-gif-container {\n    width: 100%;\n    max-width: 320px;\n    margin: 18px auto;\n  }\n\n  \/* 结构布局模块 *\/\n  .rt-section {\n    margin-bottom: 26px;\n  }\n\n  .rt-section--soft {\n    padding: 16px;\n    background: var(--rt-light);\n    border: 1px solid var(--rt-border);\n    border-radius: 16px;\n  }\n\n  .rt-section--dark {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--rt-dark), #2d261e);\n    border-radius: 16px;\n    color: #ffffff;\n  }\n\n  .rt-section--dark h2, .rt-section--dark p {\n    color: #ffffff !important;\n  }\n\n  .rt-hero {\n    padding: 16px 8px;\n    text-align: center;\n    background: var(--rt-light);\n    border: 1px solid var(--rt-border);\n    border-radius: 16px;\n  }\n\n  .rt-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--rt-amber);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .rt-section--dark .rt-eyebrow {\n    color: #fde68a;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .rt-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .rt-benefit-card {\n    padding: 12px 10px;\n    background: var(--rt-white);\n    border: 1px solid var(--rt-border);\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .rt-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--rt-dark);\n    margin-bottom: 2px;\n  }\n\n  .rt-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .rt-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .rt-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #fde68a !important;\n  }\n\n  \/* 纵向步骤引导 *\/\n  .rt-steps-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .rt-step-row {\n    display: flex;\n    align-items: flex-start;\n    padding: 14px 16px;\n    background: var(--rt-white);\n    border: 1px solid var(--rt-border);\n    border-radius: 12px;\n  }\n\n  .rt-step-circle {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    margin-right: 12px;\n    background: var(--rt-amber);\n    color: #ffffff !important;\n    font-size: 12px;\n    font-weight: 800;\n    border-radius: 50%;\n    margin-top: 2px;\n  }\n\n  .rt-step-content {\n    flex: 1;\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--rt-muted);\n  }\n\n  .rt-step-content strong {\n    color: var(--rt-dark);\n  }\n\n  \/* ⚙️ 左右极致工整对齐的技术参数面板 *\/\n  .rt-table-box {\n    margin-top: 14px;\n    border: 1px solid var(--rt-border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .rt-spec-row {\n    display: flex;\n    justify-content: space-between; \/* 左边靠左，右边靠右 *\/\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--rt-light);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .rt-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .rt-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .rt-spec-label {\n    font-weight: 800;\n    color: var(--rt-dark);\n    white-space: nowrap;\n  }\n\n  .rt-spec-value {\n    text-align: right;\n    color: var(--rt-muted);\n    font-weight: 500;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .rt-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--rt-dark), var(--rt-amber));\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(181,108,19,.2);\n  }\n\n  .rt-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .rt-cta-banner p {\n    color: #fde68a;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .rt-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .rt-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important; \/* 锁死纯白高亮 *\/\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .rt-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .rt-trust-item {\n    padding: 8px 4px;\n    background: var(--rt-light);\n    border: 1px solid var(--rt-border);\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--rt-muted);\n  }\n\n  @media (min-width: 600px) {\n    .rt-benefits-grid { grid-template-columns: repeat(3, 1fr); }\n    .rt-zone-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rt-adapter-page\"\u003e\n  \u003c!-- Hero Banner 头部区域 --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv class=\"rt-hero\"\u003e\n      \u003cspan class=\"rt-eyebrow\"\u003e🛠️ FLEXIBLE 90° RIGHT-ANGLE DRILL EXTENSION • 31.5 CM \/ 12.4 IN ⚙️\u003c\/span\u003e\n      \u003ch1\u003eReach Tight Spaces With Ease\u003c\/h1\u003e\n      \n      \u003c!-- 彻底解耦隔离：首屏核心 90度转弯演示 GIF 控型平铺 --\u003e\n      \u003cdiv class=\"rt-gif-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/90.gif?v=1784874931\" alt=\"90 degree right angle flexible drill adapter working in tight cabinet space animation loop\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 14.5px; color: var(--rt-text); font-weight: 500; padding: 0 4px; margin-top: 14px;\"\u003eTurn your electric drill into a compact 90° right-angle driver! Featuring a 31.5 cm (12.4 in) flexible shaft and removable support handle, this tool reaches hidden screws and tight corners without forcing the drill body into restricted spaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺一：全功能概述（下接原图 8_1f99，彻底解耦连贴大图漏洞） --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e📐 31.5 cm \/ 12.4 in Extended Reach — Built For Dead Angles ⚙️\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 1 (原 8_1f99) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/8_1f993f7a-6bbb-4c3d-9e74-c30c3be1626e.png?v=1784874939\" alt=\"Flexible 90 degree right angle drill adapter with support handle overview\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rt-benefits-grid\"\u003e\n      \u003cdiv class=\"rt-benefit-card\"\u003e\n        \u003cstrong\u003e⚙️ 90° Angled Head\u003c\/strong\u003e\n        \u003cp\u003eFits directly into tight cabinet corners and narrow gaps where straight drills fail.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-benefit-card\"\u003e\n        \u003cstrong\u003e➰ 31.5 cm \/ 12.4 in Flexible Shaft\u003c\/strong\u003e\n        \u003cp\u003eBends around obstacles smoothly to reach deeply recessed screws and fasteners.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-benefit-card\"\u003e\n        \u003cstrong\u003e✋ Removable Support Handle\u003c\/strong\u003e\n        \u003cp\u003eScrews into side port for steady two-handed control during high-torque tasks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-benefit-card\"\u003e\n        \u003cstrong\u003e🔩 Durable Alloy Construction\u003c\/strong\u003e\n        \u003cp\u003eHeavy-duty metal gear head delivers maximum torque transfer with zero slipping.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺二：拆解与手柄安装特写（下接原图 4_b4ae） --\u003e\n  \u003csection class=\"rt-section rt-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e✋ Removable Side Handle — Steadier Two-Handed Control\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 2 (原 4_b4ae) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_b4ae2641-b521-44ce-9a6c-adb1133d152d.png?v=1784874939\" alt=\"Attaching removable 7.3cm support handle to angled head close up\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--rt-muted);\"\u003eScrew the 7.3 cm (2.87 in) support handle into the threaded side port on the angled head for extra stability and leverage in awkward drilling positions.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺三：合金接头与六角柄特写（下接原图 5_f94a） --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e⚙️ Universal 1\/4\" Hex Shank \u0026amp; Alloy Gear Transmission\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 3 (原 5_f94a) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_f94ae851-5874-4835-81b8-bd65445cfca4.png?v=1784874939\" alt=\"Standard hex shank connection and metal right angle head details\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eStandard 1\/4-inch hex shank fits virtually all cordless drills and impact drivers securely, ensuring smooth power transfer along the flex shaft.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺四：尺寸规格标注图（下接原图 1_60ee） --\u003e\n  \u003csection class=\"rt-section rt-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e📐 31.5 cm \/ 12.4 in Length — Precision Dimension Chart\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 4 (原 1_60ee) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_60eeb15b-80aa-486e-8a30-b4f1cebd38d4.png?v=1784874939\" alt=\"Dimensions chart showing 31.5cm total length and 7.3cm handle\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--rt-muted);\"\u003eTotal extension length of 31.5 cm (12.4 in) gives you the perfect balance between deep clearance reach and flexible bending control.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺五：柜门内死角螺丝实拍（下接原图 6_817a） --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🚪 Cabinet Interiors \u0026amp; Furniture Dead Spots\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 5 (原 6_817a) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_817aaf8e-3a2c-438e-926c-1af7380a11d7.png?v=1784874938\" alt=\"Flexible right angle drill driving screw inside narrow cabinet corner\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eEasily drive fasteners behind cabinet hinges, inside drawer slides, and between tight shelf compartments without scratching surrounding wood finish.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺六：家具组装场景（下接原图 3_da17） --\u003e\n  \u003csection class=\"rt-section rt-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🛋️ Furniture Assembly \u0026amp; Woodworking Projects\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 6 (原 3_da17) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_da17d044-e67b-488f-8b01-2e68857d82cc.png?v=1784874938\" alt=\"Drill adapter working inside wooden frame gap\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺七：手持防滑与握持体验（下接原图 2_be54） --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e✋ Textured Anti-Slip Collar \u0026amp; Ergonomic Grip\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 7 (原 2_be54) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_be544f68-3a65-41b4-bf21-23e8caccae82.png?v=1784874938\" alt=\"Hand gripping textured collar of flexible shaft close up\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 广泛适用多场景大暗框区域（下接原图 7_cde9，压轴平铺） --\u003e\n  \u003csection class=\"rt-section rt-section--dark\"\u003e\n    \u003cdiv class=\"rt-section--dark\"\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n        \u003cspan class=\"rt-eyebrow\"\u003eUniversal Jobsite Companion\u003c\/span\u003e\n        \u003ch2\u003e🚪 Essential For Cabinets, Shelves, DIY \u0026amp; Repairs ⚙️\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 最后的压轴全屏平铺：大图 8 (原 7_cde9) --\u003e\n      \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_cde90af8-ffc0-4299-87dd-5badc75cb905.png?v=1784874935\" alt=\"Right angle drill adapter with drill and bits laid out on workbench\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rt-zone-grid\"\u003e\n        \u003cdiv class=\"rt-zone-item\"\u003e🚪 Kitchen Cabinets \u0026amp; Drawers\u003c\/div\u003e\n        \u003cdiv class=\"rt-zone-item\"\u003e🛋️ Flat-Pack Furniture\u003c\/div\u003e\n        \u003cdiv class=\"rt-zone-item\"\u003e🪛 Electrical Outlets \u0026amp; Boxes\u003c\/div\u003e\n        \u003cdiv class=\"rt-zone-item\"\u003e🪵 Custom Woodworking\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 极简四步指南 --\u003e\n  \u003csection class=\"rt-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🚀 Quick 4-Step Operation Protocol\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rt-steps-list\"\u003e\n      \u003cdiv class=\"rt-step-row\"\u003e\n        \u003cdiv class=\"rt-step-circle\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"rt-step-content\"\u003e\n\u003cstrong\u003eConnect Shank:\u003c\/strong\u003e Insert the 1\/4\" hex shank into your electric drill chuck and tighten firmly.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-step-row\"\u003e\n        \u003cdiv class=\"rt-step-circle\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"rt-step-content\"\u003e\n\u003cstrong\u003eInsert Bit:\u003c\/strong\u003e Snap a compatible driver bit into the 90-degree magnetic head socket.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-step-row\"\u003e\n        \u003cdiv class=\"rt-step-circle\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"rt-step-content\"\u003e\n\u003cstrong\u003eAttach Handle:\u003c\/strong\u003e Screw in the support handle if extra two-handed control is needed.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-step-row\"\u003e\n        \u003cdiv class=\"rt-step-circle\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"rt-step-content\"\u003e\n\u003cstrong\u003eBend \u0026amp; Drive:\u003c\/strong\u003e Guide the 31.5 cm \/ 12.4 in flex shaft into the dead angle and start driving at low speed!\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 📋 开箱清单与技术参数面板：左右极致工整齐平对齐 --\u003e\n  \u003csection class=\"rt-section rt-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rt-table-box\"\u003e\n      \u003cdiv class=\"rt-spec-row\"\u003e\n        \u003cdiv class=\"rt-spec-label\"\u003eProduct Archetype\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\" style=\"font-weight: 800; color: var(--rt-dark);\"\u003eFlexible Right-Angle Drill Extension\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-spec-row\"\u003e\n        \u003cdiv class=\"rt-spec-label\"\u003eHead Turning Angle\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\"\u003e90 Degrees Right Angle\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-spec-row\"\u003e\n        \u003cdiv class=\"rt-spec-label\"\u003eOverall Extension Length\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\"\u003e31.5 cm \/ 12.4 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-spec-row\"\u003e\n        \u003cdiv class=\"rt-spec-label\"\u003eHandle Length\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\"\u003e7.3 cm \/ 2.87 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-spec-row\"\u003e\n        \u003cdiv class=\"rt-spec-label\"\u003eShank Interface\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\"\u003eStandard 1\/4\" Hex Shank\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rt-spec-row\" style=\"background:#fff7ed;\"\u003e\n        \u003cdiv class=\"rt-spec-label\" style=\"color:var(--rt-amber);\"\u003ePackage Inventory\u003c\/div\u003e\n        \u003cdiv class=\"rt-spec-value\" style=\"font-weight:bold; color:var(--rt-dark);\"\u003e1 × 31.5cm Flex Adapter + 1 × Support Handle\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin: 12px 0 0; color: var(--rt-muted); font-size: 11.5px; line-height: 1.4; padding: 0 4px;\"\u003e* Field Directives: Keep the flex shaft in a smooth, gentle arc during operation. Avoid forcing ultra-sharp kinks under high torque speed.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 强转化促单收尾大暗框 --\u003e\n  \u003cdiv class=\"rt-cta-banner\"\u003e\n    \u003ch2\u003e⚙️ CONQUER IMPOSSIBLE DRILLING CORNERS \u0026amp; WORK SMARTER TODAY! 🛠️\u003c\/h2\u003e\n    \u003cp\u003eSelect your favorite volume bundle package options above and welcome a 31.5 cm (12.4 in) flex right-angle adapter to your tool bag tonight.\u003c\/p\u003e\n    \n    \u003cdiv class=\"rt-cta-trust-line\"\u003e\n      \u003cspan class=\"rt-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"rt-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"rt-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部四列高质感信托徽章 --\u003e\n  \u003cdiv class=\"rt-trust-grid\"\u003e\n    \u003cdiv class=\"rt-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"rt-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"rt-trust-item\"\u003e⚙️ 90° Head\u003c\/div\u003e\n    \u003cdiv class=\"rt-trust-item\"\u003e📏 31.5 cm \/ 12.4 in\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"Default Title","offer_id":48809243476122,"sku":"NC01892607241493-90度螺丝拐角器","price":34.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_60eeb15b-80aa-486e-8a30-b4f1cebd38d4.png?v=1784874939","url":"https:\/\/povlya.com\/products\/flexible-90-degree-right-angle-drill-adapter-31-5cm-12-4in","provider":"povlya.com","version":"1.0","type":"link"}