{"product_id":"compact-multi-bit-ratchet-set","title":"Compact Multi-Bit Ratchet Set","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D32F2F;\n      --primary-hover: #B71C1C;\n      --text-main: #1A1A1A;\n      --text-sub: #5A5A5A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F0F0F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --border-color: #E0E0E0;\n      --accent: #FFD54F;\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;\n      line-height: 1.3;\n      font-weight: 800;\n      margin: 0 0 16px 0;\n      text-transform: uppercase;\n      letter-spacing: -0.5px;\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;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-table td,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Image Placeholders styling *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 6vw, 5rem) 1rem;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 600;\n      margin: 20px 0;\n      box-sizing: border-box;\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      border-left: 4px solid var(--primary);\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: 50px;\n      font-weight: 500;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-title {\n      color: var(--text-main);\n    }\n\n    .hero-title span {\n      color: var(--primary);\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections Layout *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-title {\n      color: var(--text-main);\n      position: relative;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table-container {\n      width: 100%;\n      overflow: hidden;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-top: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\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: 16px 24px;\n      vertical-align: middle;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      background-color: var(--bg-soft);\n      width: 35%;\n    }\n\n    .spec-table .spec-value {\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section styling *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-question::before {\n      content: \"Q:\";\n      color: var(--primary);\n      font-weight: 800;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 5%;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      \/* Z-Pattern for Desktop *\/\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile layout - enforce Image First -\u003e Text Second *\/\n      .feature-item {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      \/* Specifications Safe Mobile Grid Layout *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 16px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:first-child {\n        width: auto;\n        background-color: transparent;\n        padding-bottom: 0;\n        font-weight: 600;\n      }\n\n      .spec-table td:first-child::after {\n        content: \":\";\n      }\n\n      .spec-table td:last-child {\n        padding-top: 4px;\n      }\n\n      .spec-table .spec-value {\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n      \n      .spec-table td:last-child {\n        padding-top: 0;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Multi-functional Ratchet Screwdriver Set with Red Case\n  Target Audience: DIY Enthusiasts, Home Repairers, Maintenance Workers\n  Visual Style: Modern, Industrial, High-Contrast (Red, Black, Yellow accents)\n  Color Strategy: Bold Red (#D32F2F) as accent, Charcoal (#1A1A1A) for structure, Yellow (#FFD54F) for warnings\/trust badges\n  Module Order: Hero -\u003e Features (Z-Pattern on Desktop) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_2, Feature2=detail_3, Feature3=detail_5\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no direct comparison data available)\n  Information Boundary: Only verified facts used (Chrome Vanadium Steel bits, 25mm length, 60 N-m torque, stubby handle, dual-direction ratchet, red folding tooth-like case, 29-in-1 and 30-in-1 options). No unverified claims.\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"badge\"\u003e🔥 Max Torque Up to 60 N·m\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMaster of \u003cspan\u003eTight Spaces\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA pocket-sized, dual-direction ratchet and multi-bit screwdriver set designed with a creative folding mouth-bite storage case. Effortlessly tackle repairs in tight corners and hard-to-reach areas.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img132\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910103409\/9fbf9e8fb81cfb6fd392985581ad9a3f.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-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=\"img133\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910103347\/9aeb8e30a355634f86787757193866ad.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 class=\"feature-title\"\u003eTackle Narrow Dead Ends \u0026amp; Tight Angles\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with an ultra-compact, stubby handle and a fine-tooth ratchet head, this tool is the ultimate solution for tight spots. Effortlessly turn screws in deep cabinet hinges, drawer interiors, the back of appliances, and narrow corners.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFine-Tooth Ratchet\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCompact Stubby Handle\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMulti-Scenario Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"img134\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910103347\/fffad9cb71ba70902d251ba3aade4a93.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 class=\"feature-title\"\u003eStrong Magnetic Hold for Easy Positioning\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eIntegrated high-strength magnets inside both the handle socket and the ratchet disk hold the bits tightly. It prevents bits and screws from dropping, allowing you to easily operate and position screws with one hand.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003ePowerful Magnetism\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Drop Hold\u003c\/span\u003e \u003cspan class=\"tag\"\u003eOne-Handed Switching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"img135\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910103347\/11b04f0c6e498214b2b984184fbf7cbd.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 class=\"feature-title\"\u003eCreative Lip-Bite Storage Case\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe distinctive red wave-textured folding case opens up to arrange your steel bits like rows of teeth along the rim. It tightly encloses the stubby handle when closed, keeping your entire toolkit pocket-sized and secure.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eChrome Vanadium Steel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Slip Dimpled Grip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSet Variation Options\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\n\u003cspan class=\"spec-value\"\u003e\u003cstrong\u003e29-in-1 Set\u003c\/strong\u003e (Handle \u0026amp; Bits only, no ratchet rod)\u003c\/span\u003e\u003cbr\u003e\n\t\t\t\u003cspan class=\"spec-value\"\u003e\u003cstrong\u003e30-in-1 Set\u003c\/strong\u003e (Ratchet Rod, Handle, \u0026amp; Bits)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBit Types Included\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e \u003cstrong\u003ePhillips (+):\u003c\/strong\u003e PH0, PH1, PH2, PH3\u003cbr\u003e\n\t\t\t\u003cstrong\u003eSlotted (-):\u003c\/strong\u003e SL3.0, SL4.0, SL5.0, SL6.0, SL7.0\u003cbr\u003e\n\t\t\t\u003cstrong\u003eTorx (*):\u003c\/strong\u003e T10, T15, T20, T25, T30, T40\u003cbr\u003e\n\t\t\t\u003cstrong\u003eSquare:\u003c\/strong\u003e S0, S1, S2, S3\u003cbr\u003e\n\t\t\t\u003cstrong\u003eHex:\u003c\/strong\u003e H3.0, H4.0, H5.0, H6.0\u003cbr\u003e\n\t\t\t\u003cstrong\u003eU-Type:\u003c\/strong\u003e U2.3, U2.6\u003cbr\u003e\n\t\t\t\u003cstrong\u003eY-Type:\u003c\/strong\u003e Y1, Y2\u003cbr\u003e\n\t\t\t\u003cstrong\u003eTriangle:\u003c\/strong\u003e 2.6 \u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBit Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eForged Chrome Vanadium Alloy Steel (Cr-V)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBit Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e25 mm (approx. 1.0 inch)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaximum Torque Limit\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eUp to 60 N·m\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHandle Features\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eDouble-Color Non-Slip Rubber dimpled grip with yellow accent ring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStorage Case\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eDouble-Layer Lip-Bite Folding Red Elliptical Case\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat is the difference between the 29-in-1 and 30-in-1 set options?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe \u003cstrong\u003e30-in-1 Set\u003c\/strong\u003e includes the dual-direction ratchet head attachment rod, along with the stubby handle and screwdriver bits. The \u003cstrong\u003e29-in-1 Set\u003c\/strong\u003e includes the stubby handle and the bits, but *does not* include the metal ratchet head rod.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the dual-direction switching work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe dual-direction fine-tooth ratchet rod features a dedicated selector lever at its neck. You can simply toggle the lever left or right to switch between tightening (forward) and loosening (reverse) with a single flick of your thumb.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eAre the bits securely held during upward or heavy-duty use?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The socket on both the main handle and the ratchet head features a powerful integrated magnetic design. This magnetic force strongly holds the Chrome Vanadium (Cr-V) steel bits in place so they will not fall out while working at difficult angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"29-Piece Screwdriver Set (NO Ratchet)","offer_id":58897531568288,"sku":"20260911-141347-5977","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 30-Piece Ratchet Set – Most Popular","offer_id":58897531601056,"sku":"20260911-141347-5331","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/85ca3368c674e1284caf46d4e61d956b.jpg?v=1789107380","url":"https:\/\/cartivra.com\/products\/compact-multi-bit-ratchet-set","provider":"Cartivra","version":"1.0","type":"link"}