{"product_id":"steel-beast-camouflage-iron-blooded-jeep","title":"Steel Beast Camouflage \"Iron-Blooded\" Jeep","description":"\u003c!-- 最外层隔离容器：样式仅作用于内部，不影响网站其他元素 --\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* ========== 样式完全隔离：所有样式嵌套在.custom-product-section下，不污染全局 ========== *\/\n  .custom-product-section * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== 全店统一正文标题字体样式（与过往产品100%一致） ========== *\/\n  .custom-product-section :root {\n    --text-main: #201a17;\n    --text-light: #6a5f56;\n    --bg-light: #f8f8f8;\n    --border: #e5e7eb;\n    --font: Arial, sans-serif;\n  }\n  .custom-product-section body {\n    font-family: var(--font);\n    color: #3d3732;\n    line-height: 1.75;\n  }\n  .custom-product-section .product-wrap {\n    max-width: 1000px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n  }\n\n  \/* ========== 全店统一标题字体样式（无任何修改） ========== *\/\n  .custom-product-section .main-title {\n    font-size: 30px;\n    font-weight: 700;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n    color: #201a17;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n  .custom-product-section .module-title {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.35;\n    letter-spacing: -0.01em;\n    color: #201a17;\n    margin: 2rem 0 1rem;\n  }\n  .custom-product-section .feature-title {\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n    color: #201a17;\n    margin-bottom: 0.8rem;\n  }\n\n  \/* ========== 全店统一布局样式 ========== *\/\n  .custom-product-section .product-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 1rem;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .custom-product-section .feature-card {\n    background: var(--bg-light);\n    border-radius: 8px;\n    padding: 1.2rem;\n    margin-bottom: 1.2rem;\n  }\n  .custom-product-section .feature-desc {\n    color: var(--text-light);\n    font-size: 15px;\n    margin-bottom: 0.6rem;\n  }\n  .custom-product-section .feature-desc:last-child {\n    margin-bottom: 0;\n  }\n  .custom-product-section .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-light);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .custom-product-section .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .custom-product-section .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  .custom-product-section .specs-table th, .custom-product-section .specs-table td {\n    padding: 0.85rem 1rem;\n    text-align: left;\n    font-size: 15px;\n  }\n  .custom-product-section .specs-table th {\n    width: 40%;\n    font-weight: 500;\n    color: var(--text-light);\n  }\n  .custom-product-section .specs-table td {\n    font-weight: 500;\n    color: var(--text-main);\n  }\n\n  \/* ========== 响应式：全店统一规则 ========== *\/\n  @media (min-width: 768px) {\n    .custom-product-section .main-title {\n      font-size: 36px;\n    }\n    .custom-product-section .module-title {\n      font-size: 26px;\n    }\n  }\n\n  \/* ========== FAQ 样式【已修复：悬停#900808 + 正文统一字体】 ========== *\/\n  .custom-product-section .product-faq-custom {\n    margin: 2rem auto 1rem;\n    width: 100%;\n    font-family: var(--font);\n    position: relative;\n    z-index: 10;\n    padding: 0 0.5rem;\n  }\n  \/* FAQ 标题 字体同正文 *\/\n  .custom-product-section .faq-title-custom {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1.5rem;\n    line-height: 1.75;\n    text-align: left;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom {\n    margin-bottom: 15px;\n    border: 1px solid #e0d8d0;\n    border-radius: 8px;\n    overflow: hidden;\n    width: 100%;\n    background: #fff;\n    position: relative;\n    z-index: 11;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.03);\n  }\n  \/* FAQ 问题栏 基础字体同正文 *\/\n  .custom-product-section .product-faq-custom .faq-question-custom {\n    padding: 16px 20px;\n    background: #F0F0F0 !important;\n    font-weight: 500;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.3s ease;\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-main) !important;\n    position: relative;\n    z-index: 12;\n    user-select: none;\n  }\n  \/* 【核心修复】悬停背景强制 #900808，优先级最高 *\/\n  .custom-product-section .product-faq-custom .faq-question-custom:hover {\n    background-color: #900808 !important;\n    color: #ffffff !important;\n  }\n  \/* 【核心修复】展开激活态 背景强制 #900808 *\/\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom {\n    background-color: #900808 !important;\n    color: #ffffff !important;\n  }\n  .custom-product-section .product-faq-custom .faq-question-custom::after {\n    content: \"+\";\n    font-size: 1.4rem;\n    color: #8b7355;\n    font-weight: bold;\n    position: relative;\n    z-index: 13;\n    width: 24px;\n    height: 24px;\n    line-height: 24px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-question-custom::after {\n    content: \"-\";\n    color: #ffffff !important;\n  }\n  \/* FAQ 回答文字 完全同步正文字体大小\/行高\/颜色 *\/\n  .custom-product-section .product-faq-custom .faq-answer-custom {\n    padding: 0 20px;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-light);\n    width: 100%;\n    background: #ffffff;\n  }\n  .custom-product-section .product-faq-custom .faq-item-custom.active .faq-answer-custom {\n    padding: 20px !important;\n    max-height: 2000px !important;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-section\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SEO优化主标题 --\u003e\n\u003ch1 class=\"main-title\"\u003eIron Blood Jeep Camo Edition | 3D Metal Puzzle Military Model Kit \u003c\/h1\u003e\n\u003c!-- 产品主图（尺寸参数） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/O1CN01OmnoJO2DcbBE8yUVX__2209300198630-0-cib.jpg?v=1776912909\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- 核心亮点 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-title\"\u003e🚙 Build Your Own Legendary Military Jeep\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Crafted from premium 304 stainless steel, rust-resistant and built to last a lifetime\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Authentic camouflage finish, faithfully recreates the classic WWII Willys Jeep style\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• 222 precision-engineered parts, fully screw-assembled, no glue required\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Functional moving parts: rotatable steering wheel, removable spare tire, movable door frames\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Exquisite details: realistic tires, military star emblem, detailed chassis and interior\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Perfect for military enthusiasts, model collectors and DIY hobbyists\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品细节展示 --\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/1_9b06d501-6d72-4eca-8844-06ff41fb8e61.jpg?v=1776915189\" alt=\"\"\u003e\u003c!-- 包装清单 --\u003e\n\u003ch3 class=\"module-title\"\u003eWhat's Included in the Kit\u003c\/h3\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp class=\"feature-desc\"\u003e• 222 Precision Laser-Cut 304 Stainless Steel Pieces\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Complete Set of Screws and Fasteners\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Assembly Screwdriver Tool\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Full-Color Step-by-Step English Instruction Manual\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Premium Gift Box Packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 产品规格 --\u003e\n\u003ch3 class=\"module-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eIron Blood Jeep (Camouflage Edition)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of Pieces\u003c\/th\u003e\n\u003ctd\u003e222 PCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Size\u003c\/th\u003e\n\u003ctd\u003e145mm × 65mm × 70mm \/ 5.7\" × 2.6\" × 2.8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging Size\u003c\/th\u003e\n\u003ctd\u003e16cm × 11cm × 4cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e707g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCore Material\u003c\/th\u003e\n\u003ctd\u003ePremium 304 Stainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly Method\u003c\/th\u003e\n\u003ctd\u003eScrew Assembly (No Glue Required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEstimated Assembly Time\u003c\/th\u003e\n\u003ctd\u003e3–5 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDifficulty Level\u003c\/th\u003e\n\u003ctd\u003e★★★☆☆ (Intermediate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e14 Years and Above\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Scenarios\u003c\/th\u003e\n\u003ctd\u003eDesktop Decor, Military Collection, DIY Hobby, Gift for Veterans and Military Enthusiasts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv class=\"feature-card\" style=\"margin-top: 1.5rem;\"\u003e\n\u003cp class=\"feature-title\"\u003e⚠️ Important Notes\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Contains small parts and sharp metal edges. Keep away from children under 3 years old.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Adult supervision is recommended for younger teenagers during assembly.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Handle the metal pieces with care to avoid cuts or scratches.\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003e• Use the included screwdriver for assembly to ensure proper fit of all parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 结尾文案 --\u003e\n\u003cp style=\"text-align: center; margin-top: 2rem; font-size: 1.1rem; color: var(--text-main); font-style: italic;\"\u003e\"Forge your own legend. Build the Iron Blood Jeep, and bring the spirit of military valor to your desk.\"\u003c\/p\u003e\n\u003c!-- FAQ下拉框 --\u003e\n\u003cdiv class=\"product-faq-custom\"\u003e\n\u003ch2 class=\"faq-title-custom\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list-custom\" id=\"faqListCustom\"\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDoes this require glue for assembly?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eNo! All parts are assembled using screws and fasteners. No glue is needed, making the assembly process clean and mess-free. The included screwdriver is all you need to complete the model.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eIs the stainless steel material rust-resistant?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! This model is made from high-quality 304 stainless steel, which is highly resistant to rust and corrosion. With proper care, your finished Jeep will maintain its appearance for many years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eAre the parts pre-cut?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! All metal pieces are precision laser-cut for a perfect fit. No additional cutting or trimming is required. Simply remove the pieces from the sheets and follow the instructions to assemble.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item-custom\"\u003e\n\u003cdiv class=\"faq-question-custom\"\u003eDo any parts move on the finished model?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer-custom\"\u003eYes! The finished model features several functional moving parts, including a rotatable steering wheel, removable spare tire, and movable door frames, adding to the realism and interactivity of the piece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ交互JS（功能不变） --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Koin","offers":[{"title":"DIY Kit","offer_id":46792879472815,"sku":"H6042303DIY","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Finished","offer_id":46792879505583,"sku":"H6042303CP","price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8002\/2959\/files\/O1CN01OmnoJO2DcbBE8yUVX__2209300198630-0-cib.jpg?v=1776912909","url":"https:\/\/plymagic.com\/products\/steel-beast-camouflage-iron-blooded-jeep","provider":"plymagic.com™️","version":"1.0","type":"link"}