{"product_id":"foldable-cross-lug-wrench","title":"Foldable Cross Lug Wrench","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111111;\n      --primary-hover: #222222;\n      --accent: #0066cc;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f4f4f4;\n      --border-color: #e5e5e5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --spacing-block: clamp(2rem, 5vw, 4rem);\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      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 12px 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 16px 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 .hero-subtitle,\n    .product-detail-container .feature-desc,\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    \/* Image Layouts *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      width: 100%;\n      margin: 16px 0;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-size: 18px !important;\n      color: #666666;\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      padding: var(--spacing-block) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 12px;\n      border-radius: 4px;\n      font-weight: 600 !important;\n      color: var(--text-main) !important;\n      margin-bottom: 16px;\n    }\n\n    \/* Features Grid *\/\n    .product-detail-container .features-section {\n      padding: var(--spacing-block) 0;\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: 24px;\n      margin-bottom: var(--spacing-block);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500;\n    }\n\n    \/* Comparison Section *\/\n    .product-detail-container .comparison-section {\n      padding: var(--spacing-block) 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin: var(--spacing-block) 0;\n      padding: 32px;\n    }\n\n    .product-detail-container .comparison-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .comparison-card {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n    }\n\n    .product-detail-container .comparison-card h3 {\n      border-bottom: 2px solid var(--border-color);\n      padding-bottom: 8px;\n      margin-bottom: 12px;\n    }\n\n    \/* Specifications Table *\/\n    .product-detail-container .specifications-section {\n      padding: var(--spacing-block) 0;\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 8px;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      padding: var(--spacing-block) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      font-weight: 600 !important;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    \/* Desktop Responsive Rules *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        min-width: 0;\n      }\n\n      .product-detail-container .comparison-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n      }\n    }\n\n    \/* Strict Mobile Specifications Layout Rules to Avoid Overlap *\/\n    @media (max-width: 767px) {\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\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 8px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\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\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    }\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]\n  Product Type: Foldable 4-in-1 Lug Wrench\n  Target Audience: Car owners, roadside emergency responders\n  Visual Style: Industrial, clean, high-contrast metallic\n  Color Strategy: Deep charcoal backgrounds with bright steel accents and chrome highlight variables\n  Module Order: Hero -\u003e Features -\u003e State Comparison -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_3, Feature1=detail_2, Feature2=detail_4, Feature3=detail_5\n  Specification Data Source: spec_1, spec_2 (Data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included. Displays \"Unfolded Working State\" vs \"Folded Storage State\" using exact physical dimensions extracted from spec_2.\n  Information Boundary: Strictly relies on 45# quenched steel forging, mirror chrome plating, 17\/19\/21\/23mm socket specifications, 350mm length, 365mm unfolded width, and 70mm folded storage size. No unverified facts added.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge badge\"\u003e4-in-1 Emergency Wrench\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eHeavy-Duty Foldable Cross Tire Wrench\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA compact, space-saving emergency lug wrench engineered with four built-in socket sizes to safely handle vehicle tire maintenance.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img128\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907175240\/f6cc2f5e8adb940940c60afda43e5cfb.jpg\"\u003e\u003c\/div\u003e\u003c\/span\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\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img129\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907175240\/45aa4f18bb26a20e4be7656308c4629c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFour Built-In Socket Sizes\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with integrated 17 mm, 19 mm, 21 mm, and 23 mm hexagonal sockets. This multi-socket layout ensures broad compatibility with standard wheel lug nuts without the need to switch loose tools or search for missing attachments.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e17 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e19 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e21 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e23 mm\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 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img130\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907175240\/77cf1feea14bc94e8e435bdacaebdbf7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHigh-Hardness Quenched 45# Steel\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eForged from hardened 45# carbon steel and finished with a durable quenching heat treatment. This metallic construction is built to withstand heavy mechanical torque loads while resisting deformation and breakage under load.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eQuenched Hardness\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHigh-Torque Resistance\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\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img131\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260907175240\/39686f93bb128c0899071ecf1c3e0cf8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDeepened Hexagonal Socket Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeaturing thickened sleeve walls and deep hex heads that provide a secure, full-contact grip on wheel nuts. The outward hex construction reinforced at the sleeve joint ensures maximum force transfer and minimizes the risk of slippage.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eThickened Walls\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\/section\u003e\n\u003c!-- OPTIONAL STATE COMPARISON MODULE --\u003e\n\n\u003csection class=\"comparison-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTwo-State Foldable Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eTransition effortlessly from a high-leverage cross wrench to a compact, parallel alignment for minimal space consumption inside your car.\u003c\/p\u003e\n\n\u003cdiv class=\"comparison-grid\"\u003e\n\u003cdiv class=\"comparison-card\"\u003e\n\u003ch3\u003eUnfolded Working State\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eForms a robust symmetrical cross structure offering maximum manual leverage for dual-handed torque application.\u003c\/p\u003e\n\n\u003cp class=\"feature-desc\" style=\"font-weight: 600 !important; margin-top: 12px;\"\u003eWorking Width: 365 mm (14.4 in)\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"comparison-card\"\u003e\n\u003ch3\u003eFolded Storage State\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eThree auxiliary arms fold downward parallel to the central shaft, condensing the wrench into a tight bundle for easy containment.\u003c\/p\u003e\n\n\u003cp class=\"feature-desc\" style=\"font-weight: 600 !important; margin-top: 12px;\"\u003eStorage Width: 70 mm (2.8 in)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image\/Placeholders) --\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 data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eQuenched 45# Carbon Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Finish\"\u003e\u003cspan class=\"spec-value\"\u003eMirror Chrome Polishing\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Socket Head Sizes\"\u003e\u003cspan class=\"spec-value\"\u003e17 mm, 19 mm, 21 mm, 23 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Wrench Form Factor\"\u003e\u003cspan class=\"spec-value\"\u003eFoldable Cross Layout\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e350 mm (13.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Unfolded Width\"\u003e\u003cspan class=\"spec-value\"\u003e365 mm (14.4 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folded Storage Width\"\u003e\u003cspan class=\"spec-value\"\u003e70 mm (2.8 in)\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!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do the wrench arms fold and lock in place?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The cross joint features sliding locking collars and secure rivet joint pins. By pulling the central collar back, the side arms are released to swing freely into either the 90-degree locked working position or parallel folded storage position.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Will these sockets fit regular passenger vehicles?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The tool integrates 17 mm, 19 mm, 21 mm, and 23 mm sockets, which represent the standard hexagonal nut specifications found on the vast majority of consumer cars, SUVs, and light trucks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Does the mirror chrome plating serve a protective purpose?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The highly reflective polished chrome plating acts as a protective barrier on the 45# steel surface to shield the underlying metal from environmental rust, oil contact, and moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Wrench (17 \/ 19 \/ 21 \/ 23mm)","offer_id":50458072547568,"sku":"20260915-182401-1398","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/f6cc2f5e8adb940940c60afda43e5cfb.jpg?v=1789467886","url":"https:\/\/cozyllio.com\/products\/foldable-cross-lug-wrench","provider":"Cozyllio","version":"1.0","type":"link"}