{"product_id":"compact-13-in-1-ratchet-screwdriver","title":"Compact 13-in-1 Ratchet Screwdriver","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：紧凑型伸缩棘轮螺丝刀套装\n  目标受众：DIY爱好者、家庭用户，需要解决狭窄空间作业痛点\n  视觉风格：专业工具感、高效、简洁。强调金属质感和功能结构。\n  配色策略：以产品本身的黑、灰为主色调，搭配中性背景，突出产品细节。\n  模块顺序：Intro (核心利益) -\u003e Feature 1 (伸缩结构) -\u003e Feature 2 (棘轮功能) -\u003e Feature 3 (磁吸批头) -\u003e Feature 4 (紧凑手感) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_0.png (复用，强调伸缩), Feature2=image_4.png, Feature3=image_1.png, Feature4=image_3.png\n  规格图映射：Specs=image_5.png (提取数据)\n  对比模块：未加入 (无明显竞品对比需求，聚焦产品自身独特功能)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2c2c2c;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f8f9fa;\n      --radius-md: 8px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 40px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 30px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      padding: 0.4em 0.8em;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Modules *\/\n    .section-block {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n    .hero-section {\n      text-align: center;\n    }\n    .hero-media {\n      margin-top: 2rem;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    \/* Feature Sections with Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n    .feature-media img {\n      border-radius: var(--radius-md);\n    }\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Image Handling *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: #eee;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n    }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      border: 1px solid #eee;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n      font-size: 18px;\n    }\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid #eee; }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid #eee;\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid #eee;\n      padding: 1rem 0;\n    }\n    .faq-item details summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      padding: 0.5rem 0;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .faq-item details summary::-webkit-details-marker { display: none; }\n    .faq-item details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--text-sub);\n    }\n    .faq-item details[open] summary::after {\n      content: '−';\n    }\n    .faq-item details p {\n      margin-top: 0.5rem;\n      margin-bottom: 0;\n      padding-right: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eDesigned for everyday ease\u003c\/div\u003e\n\n\u003ch1\u003eMaster Tight Spaces with the 13-in-1 Telescopic Ratchet Set\u003c\/h1\u003e\n\n\u003cp\u003eCombine the versatility of a multi-bit driver, the speed of a ratchet, and the reach of a telescopic shaft in one compact tool.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518175927\/ca033c9fe84bfb32dfbd625d93e7aa7a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eExtend Your Reach Instantly\u003c\/h3\u003e\n\n\u003cp\u003eAccess screws in deep recesses or awkward corners with ease. The quick-release collar allows you to instantly extend the shaft to the perfect length and lock it securely in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173724\/e957ecedaffd5a70af2eb523f3e576d6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEffortless 3-Setting Ratchet\u003c\/h3\u003e\n\n\u003cp\u003eDrive screws faster and with less fatigue. The smooth ratchet mechanism with forward, reverse, and lock positions lets you maintain continuous contact without lifting and resetting the tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173724\/2ba32bfd244b567fe94f47d6d6349912.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSecure  Hold\u003c\/h3\u003e\n\n\u003cp\u003eThe bit holder features  that keeps both the bit and the screw firmly in place. This allows for easy one-handed operation and prevents frustrating drops.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173724\/b025f17b2370967522d1eff7d7c733b8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eStubby, Ergonomic Grip\u003c\/h3\u003e\n\n\u003cp\u003eThe short, \"stubby\" handle is designed to fit comfortably in your palm, providing maximum control in confined spaces where standard screwdrivers won't fit. The non-slip grip ensures steady torque.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518180201\/8336cd49cf6caa6784fa0d360a518adb.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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=\"Feature\"\u003eSet Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1x Ratchet Handle, 6x Double-Ended Bits (12 tips total)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBit Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eCR-V (Chrome Vanadium Steel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHandle Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eTRP Anti-slip Rubber \u0026amp; Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRatchet Settings\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e3-Position (Forward, Reverse, Lock)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eShaft Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eTelescopic, Adjustable Length\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eGrey \/ Black\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=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eHow do I adjust the length of the shaft?\u003c\/summary\u003e\n\n\u003cp\u003eSimply press down on the metal collar at the top of the handle to unlock the shaft. You can then pull it out or push it in to your desired length. Release the collar to lock it securely in place.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eWhat are the three ratchet settings for?\u003c\/summary\u003e\n\n\u003cp\u003eThe rotating ring on the handle has three positions: one for clockwise turning (tightening), one for counter-clockwise turning (loosening), and a center position that locks the shaft like a standard screwdriver.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Standard Set (2-in-1)","offer_id":45646019690687,"sku":"0519-11409476","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pro Set (13-in-1 Bundle) Most Popular!","offer_id":45646019723455,"sku":"0519-11403628","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/ca033c9fe84bfb32dfbd625d93e7aa7a_fb98933a-220e-40c1-bab8-3e42d0447fd5.jpg?v=1779098565","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/compact-13-in-1-ratchet-screwdriver","provider":"Bak","version":"1.0","type":"link"}