{"product_id":"mini-dual-head-ratchet-wrench","title":"Mini Dual-Head Ratchet Wrench","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：迷你双头棘轮扳手 (Mini Dual-Head Ratchet Wrench)\n目标受众：DIY爱好者、汽修\/自行车维修人员、需要解决狭小空间作业的用户\n视觉风格：专业工具感、金属冷冽、简洁高效\n配色策略：以金属铬色为主轴，搭配深灰色文字和浅灰背景强调质感\n模块顺序：Hero (强调解决痛点) -\u003e Feature 1 (双头多用性) -\u003e Feature 2 (核心棘轮机制) -\u003e Feature 3 (极致紧凑身形) -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_4.png, Feature2=image_3.png, Feature3=image_5.png\n规格图映射：Specs=image_6.png (提取数据)\n对比模块：未加入（无明确竞品对比需求，核心在于自身特性展示）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.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: var(--text-main);\n    line-height: 1.6;\n\n    \/* Design System Variables *\/\n    --primary: #333333;\n    --text-main: #212121;\n    --text-sub: #545454;\n    --bg-body: #ffffff;\n    --bg-card: #ffffff;\n    --bg-soft: #f5f7f9;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --border-color: #e0e0e0;\n    --spacing-section: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    margin-bottom: 1.5rem;\n    color: var(--primary);\n  }\n  .product-detail-container h3 {\n    font-size: 22px;\n    margin-bottom: 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container p {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Reusable Components *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n  .pd-image-wrapper {\n    width: 100%;\n    display: block;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  .pd-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  .pd-placeholder {\n    width: 100%;\n    padding-top: 56.25%; \/* Aspect ratio 16:9 *\/\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n  .pd-placeholder-content {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      text-align: center;\n  }\n  .pd-tag-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.8rem;\n    margin-top: 1rem;\n  }\n  .pd-tag {\n    background: var(--bg-soft);\n    color: var(--text-main);\n    padding: 0.4rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 500;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    max-width: 900px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .pd-hero-tag {\n    display: inline-block;\n    background: var(--primary);\n    color: white;\n    padding: 0.4rem 1.2rem;\n    border-radius: 50px;\n    font-size: 16px;\n    margin-bottom: 1.5rem;\n    font-weight: 500;\n  }\n  .pd-hero-sub {\n    font-size: 20px;\n    max-width: 700px;\n    margin: 0 auto 2rem;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .pd-feature {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 6vw, 5rem);\n  }\n  .pd-feature:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  .pd-feature-media,\n  .pd-feature-copy {\n    flex: 1;\n  }\n\n  \/* Specifications *\/\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n  }\n  .pd-specs-table th,\n  .pd-specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .pd-specs-table th {\n    background: var(--bg-soft);\n    width: 40%;\n    font-weight: 600;\n    color: var(--primary);\n  }\n  .pd-specs-table tr:last-child td,\n  .pd-specs-table tr:last-child th {\n    border-bottom: none;\n  }\n\n  \/* FAQ *\/\n  .pd-faq-item {\n    margin-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 1.5rem;\n  }\n  .pd-faq-item:last-child {\n    border-bottom: none;\n  }\n  .pd-faq-question {\n    font-weight: 600;\n    font-size: 20px;\n    color: var(--primary);\n    margin-bottom: 0.8rem;\n    display: flex;\n    align-items: center;\n  }\n  .pd-faq-question::before {\n    content: \"Q.\";\n    margin-right: 0.8rem;\n    color: var(--text-sub);\n  }\n  .pd-faq-answer {\n    margin-bottom: 0;\n    padding-left: 2rem;\n  }\n\n  \/* Mobile Responsive *\/\n  @media (max-width: 767px) {\n    .pd-feature,\n    .pd-feature:nth-child(even) {\n      flex-direction: column;\n      gap: 2rem;\n      text-align: center;\n    }\n    .pd-tag-group {\n      justify-content: center;\n    }\n    \n    \/* Mobile Table *\/\n    .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table thead { display: none; }\n    .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n    .pd-specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      display: flex;\n      justify-content: space-between;\n      padding: 1rem;\n      font-size: 16px;\n      text-align: right;\n    }\n    .pd-specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      text-align: left;\n      padding-right: 1rem;\n      color: var(--primary);\n    }\n    .pd-specs-table td:last-child { border-bottom: none; }\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero-tag\"\u003eDesigned for Tight Spaces\u003c\/span\u003e\n\u003ch1\u003eMaster Impossible Reach with the Ultimate Mini Ratchet\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-sub\"\u003eA palm-sized, dual-head powerhouse engineered to tackle difficult access points and everyday repairs where standard tools fail.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\" style=\"padding-top: 100%;\"\u003e\n\u003cdiv class=\"pd-placeholder-content\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608111531\/f8eb71a094d6a42c3dd42c8eaabe5dbe.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Dual Head Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv class=\"pd-placeholder-content\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608111531\/3d2b25cbfd2943060bcb3b78dd98914b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eTwo Essential Tools in One Compact Frame\u003c\/h2\u003e\n\n\u003cp\u003eWhy carry multiple handles? This versatile wrench features two distinct heads: a standard 1\/4\" square drive for sockets and a 1\/4\" magnetic hex bit driver. Seamlessly switch between driving screws and turning nuts without missing a beat.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e1\/4\" Square Drive\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e1\/4\" Hex Bit Holder\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Ratchet Mechanism \u0026 Reversible --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv class=\"pd-placeholder-content\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608111531\/7d239f5e7a518b67ac8b2e670ecedfb9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eFast, Reversible Ratcheting Action\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a fine-tooth internal gear mechanism, this ratchet requires only a small sweep angle to engage, making it incredibly efficient in confined areas. The low-profile black thumb lever allows you to instantly reverse direction with a single finger tap.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFine-Tooth Gear\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eQuick Reverse Lever\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Size \u0026 Build Quality --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv class=\"pd-placeholder-content\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608111531\/04aa3f50c7c968a1ada8de6d84a4ec30.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eEngineered for the Palm of Your Hand\u003c\/h2\u003e\n\n\u003cp\u003eIts ultra-compact, flat design allows it to slip into engine bays, under dashboards, or behind furniture—places where bulky traditional ratchets simply cannot fit. Crafted from polished metal for lasting durability and a professional feel.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUltra-Compact Profile\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSolid Metal Construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eTool Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMini Dual-Head Ratchet Wrench\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eDrive Size 1 (Socket)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e1\/4 inch Square (6.35mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eDrive Size 2 (Bit)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e1\/4 inch Hex (6.35mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eMechanism\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e72-Tooth Fine Gear\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eMaterial Finish\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePolished Chrome\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhat size bits and sockets does this tool fit?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt is compatible with all standard 1\/4-inch hex screwdriver bits and standard 1\/4-inch square drive sockets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I change the ratcheting direction?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThere is a small black lever on the side of each ratchet head. Simply flip it to switch between tightening and loosening modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs this tool suitable for heavy-duty automotive work?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThis mini ratchet is designed for tight access and light-to-medium duty tasks, such as interior work, bicycles, furniture assembly, and small engine repairs. It is not intended for high-torque breaking of rusted or large bolts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Default Title","offer_id":45703397081279,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/f8eb71a094d6a42c3dd42c8eaabe5dbe.jpg?v=1780889161","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/mini-dual-head-ratchet-wrench","provider":"Bak","version":"1.0","type":"link"}