{"product_id":"drill-socket-adapter-set-apl","title":"Drill Socket Adapter Set","description":"\u003cstyle type=\"text\/css\"\u003e\/* Base Styles \u0026 Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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      color: #333;\n      \n      \/* Design System Variables *\/\n      --primary: #0056b3;\n      --primary-hover: #004494;\n      --text-main: #222;\n      --text-sub: #555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef2f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.08);\n      --border-color: #e0e0e0;\n      \n      \/* Accent Colors for Size Coding *\/\n      --color-blue: #007bff;\n      --color-red: #dc3545;\n      --color-yellow: #ffc107;\n    }\n\n    h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      color: var(--text-main);\n      margin-bottom: 10px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    h2, h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      color: var(--text-main);\n      margin-top: 0;\n      margin-bottom: 15px;\n      font-weight: 700;\n    }\n\n    p, li, td, th {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    ul {\n      padding-left: 20px;\n      margin-bottom: 0;\n    }\n\n    li {\n      margin-bottom: 8px;\n    }\n\n    \/* Layout Modules *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-top: 20px;\n    }\n\n    .hero-content {\n      text-align: center;\n      max-width: 800px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 15px;\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 12px;\n      border-radius: 4px;\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Image Placeholder Styling *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #888;\n      font-size: 18px;\n      text-align: center;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 15px 10px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      margin-bottom: 20px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 10px;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 767px) {\n      .hero-section {\n        padding-top: 10px;\n      }\n      \n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column; \/* Force Column: Image Top, Text Bottom *\/\n        gap: 20px;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n\n      .feature-copy {\n        width: 100%;\n      }\n\n      \/* Specifications Mobile Grid Layout *\/\n      .spec-table, \n      .spec-table tbody, \n      .spec-table tr, \n      .spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table tr {\n        margin-bottom: 15px;\n        border-bottom: 1px solid var(--border-color);\n        padding-bottom: 15px;\n      }\n      \n      .spec-table tr:last-child {\n         border-bottom: none;\n         margin-bottom: 0;\n         padding-bottom: 0;\n      }\n\n      .spec-table td {\n        padding: 5px 0;\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        align-items: start;\n      }\n\n      .spec-label {\n        width: auto;\n        font-size: 18px;\n      }\n      \n      .spec-value {\n        font-size: 18px;\n      }\n\n      \/* Extra safety for very narrow screens *\/\n      @media (max-width: 420px) {\n        .spec-table td {\n          grid-template-columns: 1fr;\n          gap: 6px;\n        }\n      }\n    }\n\u003c\/style\u003e\n \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- \n    [AI Design Logic]\n    Product Type: Socket Adapter Set (1\/4\", 3\/8\", 1\/2\")\n    Target Audience: DIY enthusiasts, mechanics, home repairers\n    Visual Style: Industrial, Clean, High-Contrast\n    Color Strategy: White background with Blue (#0056b3), Red (#d9534f), and Yellow (#f0ad4e) accents matching product color coding.\n    Module Order: Hero -\u003e Features (Versatility, Locking, Material) -\u003e Specifications -\u003e FAQ\n    Detail Image Mapping: Hero=detail_2, Feature1=detail_3, Feature2=detail_1, Feature3=detail_4\n    Specification Data Source: spec_5, spec_6 (data extraction only; no specification image placeholder is rendered)\n    Compare Section: Not included (Reason: No direct competitor comparison data provided in source material)\n    Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003e3-Piece Hex Shank to Square Drive Socket Adapter Set\u003c\/h1\u003e\n\n\u003cp style=\"margin-bottom: 15px;\"\u003eConvert your power drill into a versatile socket wrench tool. This set includes three essential sizes (1\/4\", 3\/8\", and 1\/2\") with secure locking balls and durable steel construction for home and automotive repairs.\u003c\/p\u003e\n\u003cspan class=\"trust-badge\"\u003eStandard 1\/4\" Hex Compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920170033\/8d815b5fae9cffcf6ae7aaeabbaad4b2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920170033\/fd67f8d96b536b0cbc22cb9995914473.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThree Sizes For Maximum Versatility\u003c\/h2\u003e\n\n\u003cp\u003eThis kit provides complete coverage for most fastening tasks. Whether you are working on small electronics or heavy automotive lug nuts, these adapters bridge the gap between your power tool and various socket sizes.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eBlue Ring:\u003c\/strong\u003e 1\/2\" Drive\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRed Ring:\u003c\/strong\u003e 3\/8\" Drive\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eGold Ring:\u003c\/strong\u003e 1\/4\" Drive\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003eColor Coded\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHome Repair\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCar Repair\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Secure Connection --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920170033\/3d2e68c2c37146d1297db91d1e35f08a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAnti-Off Steel Ball Retention\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to slipping sockets. Each adapter features a precision-machined spring-loaded steel ball that locks securely into the socket's detent hole. This ensures a tight connection that stays put even during high-torque applications or when working overhead.\u003c\/p\u003e\n\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003eSafety First\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Slipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920170033\/2f1d1def247de073b4ff66895c6dac51.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHigh-Quality Chrome-Plated Steel\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to withstand rigorous daily use, the connecting rods are crafted from high-hardness 45# steel. The surface undergoes a chrome-plating process, providing excellent resistance to wear and rust while maintaining a smooth, professional finish.\u003c\/p\u003e\n\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003e45# Steel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eChrome Plated\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDurable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\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\"\u003eInput End (Shank)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003eStandard 1\/4\" Hex Shank (6.35mm)\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\"\u003eOutput End (Drive)\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e1\/2\" (12.6mm), 3\/8\" (9.4mm), 1\/4\" (6.35mm)\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\"\u003eTotal Lengths\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e1\/2\": 68mm | 3\/8\": 65.8mm | 1\/4\": 65mm\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\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e45# Steel with Chrome Plating\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\"\u003eLocking Mechanism\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003eSpring-loaded Steel Ball Detent\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\"\u003ePackage Contents\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e1 Set (3 Pieces)\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 class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill these adapters fit my cordless drill?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, all three adapters feature a standard 1\/4\" hex shank (6.35mm). This is the universal size compatible with almost all impact drivers, cordless drills, and screw guns with a quick-release chuck.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I know which adapter to use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe adapters are color-coded for easy identification. Look at the size stamped on your socket: use the Gold ring for 1\/4\" sockets, the Red ring for 3\/8\" sockets, and the Blue ring for 1\/2\" sockets.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the steel ball replaceable if it falls out?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe steel ball is held in place by an internal spring mechanism within the square drive head. It is designed to be permanent and secure under normal use conditions to prevent accidental detachment of the socket.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Eptchn","offers":[{"title":"1 Set（3 Pcs)","offer_id":48078431813737,"sku":"1220-182073","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Set6 Pcs)","offer_id":48078431846505,"sku":"1220-182020","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0783\/1086\/7049\/files\/8d815b5fae9cffcf6ae7aaeabbaad4b2.jpg?v=1789895047","url":"https:\/\/calymorn.com\/products\/drill-socket-adapter-set-apl","provider":"CalyMorn","version":"1.0","type":"link"}