{"product_id":"compact-full-steel-folding-knife","title":"Compact Full Steel Folding Knife","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff6b00; \/* Industrial Orange *\/\n      --primary-hover: #e65a00;\n      --text-main: #ffffff;\n      --text-sub: #b0b0b0;\n      --bg-body: #1a1a1a; \/* Dark metallic background feel *\/\n      --bg-card: #262626;\n      --bg-soft: #333333;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.3);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.4);\n      --border-color: #444444;\n    }\n\n    \/* --- Global Styles --- *\/\n    .product-detail-container {\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      line-height: 1.6;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      margin-top: 0;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* --- Layout Helpers --- *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n        align-items: center;\n      }\n      .pd-grid-rev {\n        direction: rtl;\n      }\n      .pd-grid-rev \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* --- Components --- *\/\n    .pd-trust-badge {\n      display: inline-block;\n      font-weight: 600;\n      color: var(--primary);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1rem;\n      font-size: 14px;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px; \/* Ensure visibility *\/\n    }\n    @media (min-width: 768px) {\n        .pd-img-placeholder {\n            min-height: 400px;\n        }\n    }\n\n\n    \/* --- Module Specific Styles --- *\/\n\n    \/* A. Hero *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .pd-hero h1 {\n        font-size: clamp(36px, 6vw, 48px);\n    }\n\n    \/* C. Specs *\/\n    .pd-specs-box {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-spec-table th,\n    .pd-spec-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-spec-table th {\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .pd-spec-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-spec-table, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table th, .pd-spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-spec-table thead {\n        display: none;\n      }\n      .pd-spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .pd-spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n        border-top: 1px solid var(--border-color);\n      }\n      .pd-spec-table td:first-child {\n        border-top: none;\n      }\n      .pd-spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* D. FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-faq-question {\n      background: var(--bg-card);\n      padding: 1.25rem;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .pd-faq-question::after {\n        content: '+';\n        font-size: 1.5rem;\n        color: var(--primary);\n    }\n\n    .pd-faq-answer {\n      padding: 1.25rem;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-top: 1px solid var(--border-color);\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：EDC工具刀\n  目标受众：日常通勤、手工爱好者、户外人群\n  视觉风格：硬朗、金属工业风、可靠\n  配色策略：深色背景基调，橙色作为强调色，突出工具属性\n  模块顺序：Hero -\u003e Portability (Feature 1) -\u003e Utility\/Sharpness (Feature 2) -\u003e Durability\/Design (Feature 3) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_3.png (展示多场景使用), Feature1=image_1.png (展示便携\/挂扣), Feature2=image_2.png (展示折叠结构\/刀片), Feature3=image_0.png (展示整体全钢质感)\n  规格图映射：Specs=image_0.png (含尺寸数据)\n  对比模块：未加入（无明确竞品对比需求，核心卖点自身足够强）\n  --\u003e\u003c!-- A. Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003eDesigned for Everyday Carry\u003c\/span\u003e\n\u003ch1\u003eThe Sharpest Tool on Your Keychain\u003c\/h1\u003e\n\n\u003cp\u003eAlways ready. This ultra-compact folding scalpel knife handles daily cutting tasks with surgical precision, from opening packages to detailed craft work.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-container\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174353\/68d39b78929e21745fc8fc574455f6c7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624173902\/299a63021e17b58c08df4b35f2ce94ed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eUltra-Compact \u0026amp; Key-Ring Ready\u003c\/h3\u003e\n\n\u003cp\u003eForget bulky tools. Its slim, foldable design and built-in lanyard hole allow it to sit discreetly on your keychain. It's so lightweight you'll forget it's there until you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePocket-Size\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLanyard Hole\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLightweight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Utility \u0026 Sharpness --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 pd-grid-rev\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624173902\/9cbf133973707f2b7d3a00f19c3dc578.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eSurgical Precision for Any Task\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a replaceable high-carbon steel scalpel blade, it delivers extreme sharpness for clean, precise cuts. Perfect for slicing through tape, cardboard, rope, and more with minimal effort.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHigh-Carbon Steel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReplaceable Blade\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRazor Sharp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Durability \u0026 Design --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624173902\/dd07f5cd3ebcf1289393e6a43d5510bd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eRugged All-Metal Construction\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from solid metal, the handle is built to withstand daily abuse. The textured grip ensures secure handling, while the manual folding mechanism safely tucks the blade away when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFull Metal Handle\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure Grip\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable Build\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 pd-specs-box\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan style=\"font-size:16px;\"\u003eFolding Scalpel Knife\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Handle Material\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMetal (Full Steel Construction)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Blade Material\"\u003e\u003cspan style=\"font-size:16px;\"\u003eHigh-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=\"Total Length (Open)\"\u003e\u003cspan style=\"font-size:16px;\"\u003e136mm (approx. 5.35 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=\"Blade Type\"\u003e\u003cspan style=\"font-size:16px;\"\u003eReplaceable Scalpel Blade\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLanyard Hole, Textured Grip, Manual Fold\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!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\u003cspan style=\"font-size:16px;\"\u003eAre the blades replaceable?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eYes, the knife uses standard replaceable scalpel blades made of high-carbon steel. When a blade becomes dull, it can be easily removed and replaced with a new one.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\u003cspan style=\"font-size:16px;\"\u003eIs it safe to carry in my pocket?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eYes, the folding design allows the sharp blade to be completely and securely stowed inside the metal handle, making it safe for pocket or keychain carry.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\u003cspan style=\"font-size:16px;\"\u003eWhat materials can it cut?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\u003cspan style=\"font-size:16px;\"\u003eIts razor-sharp edge is ideal for cutting paper, cardboard boxes, tape, plastic packaging, rope, and for performing detailed craft or hobby work on various materials.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Starter Kit: 1 Knife + 10 Extra Blades","offer_id":45771493933247,"sku":"0625-13537346","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pro Kit: 2 Knives + 20 Extra Blades","offer_id":45771493966015,"sku":"0625-13533608","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Ultimate Kit: 3 Knives + 30 Extra Blades","offer_id":45771493998783,"sku":"0625-13532724","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/68d39b78929e21745fc8fc574455f6c7.jpg?v=1782366843","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/compact-full-steel-folding-knife","provider":"Bak","version":"1.0","type":"link"}