{"product_id":"interchangeable-ratchet-wrench-set-rjc","title":"Utbytbar spärrnyckelsats","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1c1c1e;\n      --accent: #0071e3;\n      --text-main: #1d1d1f;\n      --text-sub: #515154;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fafafa;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --border-color: #d2d2d7;\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, sans-serif;\n      color: var(--text-main);\n    }\n\n    \/* Fixed Typography Locks - Mandatory Sizes *\/\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      color: var(--primary);\n      margin: 0 0 16px 0;\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 .compare-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container span,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\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    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    .placeholder-icon {\n      font-size: 24px !important;\n    }\n\n    .placeholder-text {\n      font-weight: 600 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Tags *\/\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .tag {\n      background-color: var(--bg-card);\n      color: var(--primary) !important;\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-weight: 500 !important;\n    }\n\n    \/* Intro \/ Hero Content Block *\/\n    .hero-block {\n      text-align: center;\n      padding-top: 20px;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-image-wrap {\n      margin-top: 24px;\n    }\n\n    \/* Compare Section *\/\n    .compare-wrapper {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 30px;\n      align-items: center;\n      background-color: var(--bg-soft);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .compare-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .compare-card {\n      background-color: var(--bg-body);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .compare-card ul {\n      margin: 0;\n      padding-left: 20px;\n    }\n\n    .compare-card li {\n      margin-bottom: 8px;\n    }\n\n    .compare-card.ours {\n      border-left: 4px solid var(--accent);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n    }\n\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\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 12px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600 !important;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .faq-question {\n      margin: 0 0 10px 0;\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Locks *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item.reverse {\n        flex-direction: column !important; \/* Image First -\u003e Text Second *\/\n      }\n\n      .compare-wrapper {\n        grid-template-columns: 1fr;\n      }\n\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .spec-table td {\n        padding: 4px 0;\n      }\n\n      .spec-label {\n        font-weight: 600 !important;\n        margin-bottom: 4px;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .tag-container {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2 in 1 Drill Chuck Ratchet Spanner Wrench Set\nTarget Audience: Woodworkers, mechanics, DIY hobbyists, and maintenance workers\nVisual Style: Professional, Sleek, Industrial Dark\nColor Strategy: Matte Black, Steel Gray, Slate Accents\nModule Order: Hero -\u003e Compare -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_3, Compare=detail_1, Feature1=detail_7, Feature2=detail_4, Feature3=detail_8\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (contrasts the clumsy traditional key with the swift one-handed ratchet wrench)\nInformation Boundary: Fully constrained by the provided report and image details. Exact dimensions for the handle (150mm\/5.90in by 23mm\/0.90in) and the 3 key heads (0.86in\/3-16mm, 0.70in\/1.5-13mm, 0.50in\/1.5-10mm) are successfully rendered.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"detail-section hero-block\"\u003e\n\u003cdiv class=\"tag-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"tag\"\u003e3-in-1 Multi-Size Fit\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eEffortless One-Handed Drill Chuck Tightening\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAdjust your electric drills and presses in seconds with a reversible ratchet mechanism and 3 interchangeable magnetic key heads.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrap\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909174851\/2388279bc383d4927e2c26a23517c898.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"compare-wrapper\"\u003e\n\u003cdiv class=\"compare-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909164607\/521609fbd056fb681bd840e962176f14.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-list\"\u003e\n\u003ch2 class=\"section-title\" style=\"margin-bottom: 10px;\"\u003eWhy Upgrade Your Drill Key?\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-card\"\u003e\n\u003ch3 class=\"compare-title\"\u003eTraditional Keys\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eEasy to fall off drill chucks during use\u003c\/li\u003e\n\t\u003cli\u003eTwo hands always needed to stabilize and rotate\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card ours\"\u003e\n\u003ch3 class=\"compare-title\" style=\"color: var(--accent);\"\u003eOur Ratchet Spanner\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eSecure magnetic fit stays locked in place\u003c\/li\u003e\n\t\u003cli\u003eSimple one-handed operation saves time and effort\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1: Reversible Ratchet --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909164607\/176726bdb6f067f41ce00c44c5ff52b7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmooth Reversible Turntable Switch\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe built-in ratcheting mechanism lets you rotate continuously without removing the spanner. Easily dial the turntable switch to toggle between clockwise tightening and counterclockwise loosening in an instant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Anti-Slip \u0026 Strong Magnetic Lock --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909164607\/cab5659a517f9a97dbb5220ffce4ecd6.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStrong Magnetic Suction \u0026amp; Ergonomic Grip\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eWork safely at heights or in tight corners. The socket features strong magnetic tips to hold onto each key head firmly. Combined with a robust textured handle grip, it provides comfortable control even with oily or sweaty hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Set Overview --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-icon\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260909164607\/4c07014bed340218d9d819cc61a516f6.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eUniversal 3-Piece Interchangeable Set\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eOne spanner covers your entire workshop. Switch between three differently sized keys to match 1.5-10mm, 1.5-13mm, and 3-16mm hand drills and drill presses. No more rummaging around for separate tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\n\u003csection class=\"detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\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\"\u003eSpanner Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e150 mm (5.90 in) Length × 23 mm (0.90 in) Grip Width\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\"\u003eLarge Chuck Fit\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e0.86 in chuck size (Fits 3-16 mm drills)\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\"\u003eMedium Chuck Fit\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e0.70 in chuck size (Fits 1.5-13 mm drills)\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\"\u003eSmall Chuck Fit\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e0.50 in chuck size (Fits 1.5-10 mm drills)\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\"\u003eIncluded Components\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e1 × Ratchet Spanner Handle, 3 × Interchangeable Chuck Key Heads\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=\"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\"\u003eHow do I change the direction of rotation?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eGently flip the turntable switch located next to the wrench head socket to shift between tightening (clockwise) and loosening (counterclockwise) directions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill the key heads fall out during overhead work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The internal socket is equipped with strong magnetic suction that holds the key insert securely in place, even when pointing downwards.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this set cover standard drill sizes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the three interchangeable key heads are designed to fit the most common hand drills, drill presses, and bench drills ranging from 1.5mm up to 16mm chuck diameters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"1 Set","offer_id":48645017108692,"sku":"1731015663260176609","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/2388279bc383d4927e2c26a23517c898.jpg?v=1788947742","url":"https:\/\/omurio.com\/sv\/products\/interchangeable-ratchet-wrench-set-rjc","provider":"Omurio","version":"1.0","type":"link"}