{"product_id":"concealed-carry-blade-pendant","title":"Concealed Carry Blade Pendant","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：EDC工具吊坠，带有隐藏式D2钢刀片\n  目标受众：喜欢西部风格、户外、EDC的成年人\n  视觉风格：粗犷、复古、金属工业风，强调做旧质感\n  配色策略：主色为金属银\/深灰，辅助色为做旧黑，点缀色为皮革棕\n  模块顺序：Hero -\u003e Feature 1 (隐藏功能) -\u003e Feature 2 (材质工艺) -\u003e Feature 3 (佩戴方式) -\u003e Specifications -\u003e FAQ\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* --- DESIGN VARIABLES --- *\/\n      --primary: #8B5A2B; \/* 皮革棕色 *\/\n      --primary-dark: #6A4420;\n      --text-main: #1A1A1A;\n      --text-sub: #5C5C5C;\n      --bg-body: #FAFAFA; \/* 极浅的暖灰背景 *\/\n      --bg-card: #FFFFFF;\n      --bg-soft: #F3EFEA; \/* 带有一点棕色调的浅灰，用于标签 *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --border-color: #E8E3DD;\n      --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.05);\n      --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.08);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      background-color: var(--bg-body);\n    }\n\n    \/* --- TYPOGRAPHY --- *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      line-height: 1.25;\n      font-weight: 800;\n      color: var(--text-main);\n      letter-spacing: -0.01em;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(34px, 5vw, 48px);\n      margin-bottom: 1.25rem;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      margin-bottom: 1.25rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .pd-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* --- IMAGE UTILITIES --- *\/\n    .pd-img-container {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n      background-color: var(--bg-card);\n    }\n\n    .pd-img-container:hover {\n      transform: translateY(-6px);\n      box-shadow: var(--shadow-md);\n    }\n\n    .pd-img-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: cover;\n    }\n\n    \/* --- HERO SECTION --- *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .hero-badges {\n      display: flex;\n      justify-content: center;\n      gap: 1rem;\n      margin-bottom: 1.5rem;\n      flex-wrap: wrap;\n    }\n\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1.25rem;\n      background-color: var(--primary);\n      color: #FFFFFF;\n      border-radius: 50px;\n      font-size: 15px;\n      font-weight: 600;\n      letter-spacing: 0.05em;\n      box-shadow: 0 4px 12px rgba(139, 90, 43, 0.2);\n    }\n\n    .hero-subtitle {\n      font-size: clamp(18px, 2vw, 22px) !important;\n      max-width: 800px;\n      margin: 0 auto 3rem auto !important;\n      color: var(--text-sub);\n    }\n\n    \/* --- FEATURE SECTIONS --- *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2.5rem, 6vw, 5rem);\n      align-items: center;\n    }\n\n    .feature-media {\n      flex: 1.2;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      width: 100%;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 1.2rem;\n      border-radius: 50px;\n      font-size: 15px;\n      color: var(--primary-dark);\n      font-weight: 600;\n      transition: all 0.3s ease;\n    }\n\n    .feature-tag:hover {\n      background: var(--primary);\n      color: #FFFFFF;\n      border-color: var(--primary);\n    }\n\n    \/* --- SPECIFICATIONS SECTION --- *\/\n    .pd-specs {\n      background: var(--bg-card);\n      padding: clamp(2.5rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-specs h2 {\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th, .specs-table td {\n      text-align: left;\n      padding: 1.25rem 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 17px;\n    }\n\n    .specs-table tr:nth-child(even) {\n      background-color: var(--bg-body);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 40%;\n      padding-left: 1.5rem;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n      padding-right: 1.5rem;\n    }\n\n    .specs-table tr:last-child th, .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* --- FAQ SECTION --- *\/\n    .pd-faq {\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-faq h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      margin-bottom: 1.25rem;\n      padding: 1.75rem 2rem;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n      border-left: 4px solid var(--primary);\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .pd-faq-item:hover {\n      transform: translateX(4px);\n      box-shadow: var(--shadow-md);\n    }\n\n    .faq-question {\n      font-weight: 700;\n      font-size: 19px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .faq-answer {\n      font-size: 17px;\n      color: var(--text-sub);\n      margin: 0;\n      line-height: 1.6;\n    }\n\n    \/* --- RESPONSIVE DESIGN --- *\/\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n      }\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .feature-media { order: -1; } \/* 移动端图片始终在上 *\/\n      \n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      \n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n        background: var(--bg-card) !important;\n      }\n\n      .specs-table th {\n        background-color: var(--bg-soft);\n        padding: 1rem 1.25rem;\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: var(--primary-dark);\n        border-bottom: 1px solid var(--border-color);\n      }\n      \n      .specs-table td {\n        padding: 1rem 1.25rem;\n        font-size: 16px;\n        color: var(--text-main);\n      }\n\n      .pd-faq-item {\n        padding: 1.25rem 1.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003e🤠 Authentic Western Design\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🛡️ D2 Steel Blade\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e✨ EDC Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eWild West EDC:\u003cbr\u003e\nThe Longhorn Skull Hidden Dagger\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA rugged statement piece that conceals a sharp, practical D2 steel blade. Wear it as a pendant or clip it for instant access.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-container\"\u003e\u003cdiv\u003e\u003cimg alt=\"Longhorn Skull Hidden Dagger Hero\" cke-id=\"img124\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624155428\/8e6c80c096fcfda6918dd21692cd99d6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Hidden Blade --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cdiv\u003e\u003cimg alt=\"Concealed D2 Steel Blade\" cke-id=\"img125\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624155428\/152d7d4e0a72efd16f9e8f23e7364dee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eConcealed D2 Steel Blade\u003c\/h2\u003e\n\n\u003cp\u003eHidden within the longhorn skull is a compact, double-edged dagger crafted from premium D2 tool steel. Known for its exceptional hardness and edge retention, this blade is ready for cutting tasks at a moment's notice, safely secured when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eD2 Tool Steel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHigh Edge Retention\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSecure Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 Texture --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cdiv\u003e\u003cimg alt=\"Rugged Full-Metal Construction\" cke-id=\"img126\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624155428\/54bc5b7b1b635284fbb3de85c8fee29b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRugged Full-Metal Construction\u003c\/h2\u003e\n\n\u003cp\u003eThe entire piece, from the skull sheath to the horn handle, is built from solid metal for undeniable durability. The surface features a detailed, weathered finish with simulated bone cracks, giving it an authentic, rugged Western aesthetic that stands out.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSolid Metal Body\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWeathered Finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable \u0026amp; Weighted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatile Carry --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cdiv\u003e\u003cimg alt=\"Dual-Carry Versatility\" cke-id=\"img127\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624155428\/0d7d9a25d896b788e63122b24452f61f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDual-Carry Versatility\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for your lifestyle, it comes with a sturdy chain for wearing as a bold necklace pendant. Alternatively, use the integrated metal clip on the back to securely attach it to your belt, pocket, or gear bag for quick, reliable access.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNecklace Pendant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy Belt Clip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eChain Included\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\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBlade Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eD2 Tool Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSheath\/Handle Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eStainless Steel \/ Metal Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBlade Style\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDouble-Edged Dagger\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCarry Options\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNecklace Pendant, Belt\/Pocket Clip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFinish\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWeathered, Distressed Metal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMechanism\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFixed Blade with Friction Fit Sheath\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 pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 Is the blade sharp out of the box?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the D2 steel dagger arrives sharp and ready for use. Please handle with care when inserting or removing it from the sheath.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🛡️ How does the dagger stay in the sheath?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe dagger is held securely inside the metal skull sheath by a precise friction fit, ensuring it stays in place during wear but can be deployed with a firm pull.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💧 Will the metal rust?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe blade is made of D2 steel, which is a semi-stainless tool steel. While highly resistant to corrosion, it's recommended to keep it dry and occasionally wipe it with oil, especially after exposure to moisture, to prevent any potential rust spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Woyuosn","offers":[{"title":"1-Pack (Essential Tool)","offer_id":63019481989491,"sku":"0624-17195702","price":34.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup)","offer_id":63019482022259,"sku":"0624-17197962","price":68.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value)","offer_id":63019482055027,"sku":"0624-17197309","price":104.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/8e6c80c096fcfda6918dd21692cd99d6.jpg?v=1782292792","url":"https:\/\/woyuosn.com\/products\/concealed-carry-blade-pendant","provider":"Woyuosn","version":"1.0","type":"link"}