{"product_id":"magnetic-recessed-hex-socket","title":"Magnetic Recessed Hex Socket","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #f39c12;\n      --primary-hover: #e67e22;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f0f0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n      --border-color: #e0e0e0;\n      \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: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\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      margin: 0 0 12px 0;\n      color: var(--text-main);\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 .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .image-placeholder {\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      padding: 60px 20px;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      box-sizing: border-box;\n      margin-bottom: 24px;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n    .product-detail-container .hero-badge-container {\n      margin-bottom: 16px;\n    }\n    .product-detail-container .badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 30px;\n      font-weight: 600 !important;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 40px;\n    }\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n    .product-detail-container .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n    .product-detail-container .tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Scenario \/ Compatibility Section *\/\n    .product-detail-container .scenario-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem) 24px;\n      border-radius: var(--radius-lg);\n      margin: 24px 0;\n    }\n    .product-detail-container .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      align-items: center;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background: var(--bg-body);\n    }\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background: var(--bg-body);\n    }\n    .product-detail-container .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n    .product-detail-container .faq-item {\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Responsive Logic *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n        gap: 24px;\n      }\n      .product-detail-container .feature-media {\n        width: 100%;\n        order: 1 !important; \/* Forces Image First *\/\n      }\n      .product-detail-container .feature-copy {\n        width: 100%;\n        order: 2 !important; \/* Forces Text Second *\/\n      }\n      .product-detail-container .scenario-grid {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n      \n      \/* Specifications Table Responsive Lock *\/\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        box-sizing: border-box;\n      }\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\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        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n      .product-detail-container .spec-table .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      .product-detail-container .spec-table .spec-label-column {\n        display: none;\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\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Magnetic Hex Socket\nTarget Audience: Construction workers, home DIY users, mechanics\nVisual Style: Professional industrial, high-contrast, clean layout\nColor Strategy: Charcoal dark gray primary, industrial warning orange accents, light gray cards\nModule Order: Intro\/Hero, Feature 1 (Magnetic), Feature 2 (Shank), Feature 3 (Recessed Design), Scenario \/ Tool Compatibility, Specifications, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_1, Feature2=detail_2, Feature3=detail_3, Scenario=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit comparison resources provided)\nInformation 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!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"badge\"\u003eStandard 1\/4\" Hex Shank Included\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMagnetic Recessed Hex Socket with High-Strength Grip\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEngineered with a powerful built-in magnetic core and a deep-recessed inner hex, enabling secure, single-handed fastening of nuts and bolts during high-altitude or narrow-space projects.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img105\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904160912\/cdcb774e471d291d1a80709eb0a6eb3b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\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=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904160912\/c16868ee9a0cb532e0ca5f0d1d2df709.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eStrong Magnetic Hold to Prevent Drops\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eThe inner chamber is fitted with a flat, circular magnetic core that holds hex nuts and screws firmly in place. This strong magnetic pull helps reduce slips and drops, making fast, single-handed installations much easier.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eMagnetic Core\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Drop\u003c\/span\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904160912\/085d3e481cadeafb1ff14659cfd79296.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eStable 1\/4-Inch Hex Shank Connection\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eFeatures a standard 6.35mm (1\/4\") anti-slip hex shank that locks tightly into place. This handle design helps prevent rotation slips, making it highly compatible with standard electric drills, impact drivers, and pneumatic tools.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e6.35mm Shank\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Slip Fit\u003c\/span\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904160912\/59566f58382247e13fee68c366f745cf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eRecessed Hex Socket for Tighter Engagement\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eA deeply recessed inner hex design allows fasteners to seat more fully and securely. This deeper socket profile provides smoother, more even force distribution to prevent stripped corners.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDeep Recess\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSecure Seating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Scenario \/ Tool Compatibility Section --\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eBroad Tool and Fastener Compatibility\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThis magnetic socket connects seamlessly to common power and pneumatic equipment, including impact drills, lithium electric drills, and pneumatic air screwdrivers. It works efficiently with hex bolts, hex nuts, and hex self-tapping screws for various fast-tightening tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904160912\/93a3c46d594d2c9cdfd66550e1b02b32.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\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-column\" style=\"width: 30%; font-weight: 600;\"\u003eTotal Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e42 mm (1.7 in)\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-column\" style=\"width: 30%; font-weight: 600;\"\u003eShank Size (Tool Connection)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shank Size (Tool Connection)\"\u003e\u003cspan class=\"spec-value\"\u003e1\/4 inch \/ 6.35 mm (Hex shank for tool connection)\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-column\" style=\"width: 30%; font-weight: 600;\"\u003eSocket Size (Across Flats)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Socket Size (Across Flats)\"\u003e\u003cspan class=\"spec-value\"\u003e8 mm (Across flats, fits hex nuts\/bolts)\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-column\" style=\"width: 30%; font-weight: 600;\"\u003ePackage Quantity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Quantity\"\u003e\u003cspan class=\"spec-value\"\u003e6 or 12 Pieces (Identical 8mm sockets, not a multi-size set)\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-column\" style=\"width: 30%; font-weight: 600;\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003e\u003cspan class=\"spec-value\"\u003eMatte Dark Gray\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-column\" style=\"width: 30%; font-weight: 600;\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eSteel Alloy\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat tools are compatible with this magnetic socket?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is highly compatible with impact drills, lithium electric drills, and pneumatic air screwdrivers that accept standard 1\/4\" (6.35mm) hex shanks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the recessed socket design help?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe deep recessed inner hex structure allows fasteners to slide fully into the socket. This ensures balanced force distribution, making it easier to tighten or loosen bolts without slipping or stripping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🔥 6 Sockets (8 mm) – Most Popular","offer_id":58923765825696,"sku":"20260917-153738-8211","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 12 Sockets (8 mm • Save 20%) – Best Value","offer_id":58923765858464,"sku":"20260917-153738-5194","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/cdcb774e471d291d1a80709eb0a6eb3b.jpg?v=1789630744","url":"https:\/\/cartivra.com\/products\/magnetic-recessed-hex-socket","provider":"Cartivra","version":"1.0","type":"link"}