{"product_id":"heavy-duty-magnetic-tool-holder-rjc","title":"Support magnétique robuste pour outils","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：工业级磁性工具收纳条\n  目标受众：DIY爱好者、技师、车库\/工作室拥有者、家庭用户\n  视觉风格：工业、整洁、高效。配色以产品本身的蓝色和黑色为主，辅以中性灰白背景强调专业感。\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (对比效果) -\u003e Feature 2 (强力磁吸) -\u003e Feature 3 (多场景\/模块化) -\u003e Specifications (规格) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_3.png (复用强调), Feature3=image_2.png\n  规格图映射：Specs=image_4.png (提取长度和颜色信息)\n  对比模块：已加入 (Feature 1)，因为 \"Before\/After\" 的视觉冲击力是该产品的核心卖点。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #00a0e9; \/* Product blue *\/\n      --primary-hover: #008bc9;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #dfe3e8;\n      --spacing-section: clamp(2.5rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n      color: var(--text-main);\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0 0 1rem;\n      font-weight: 700;\n      line-height: 1.2;\n    }\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 42px); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n    .product-detail-container h3 { font-size: 20px; }\n    .product-detail-container p { margin: 0 0 1.5rem; font-size: 18px; color: var(--text-sub); }\n    .product-detail-container .sub-text { font-size: 16px; color: var(--text-sub); }\n\n    \/* Layout Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 3rem);\n      align-items: center;\n    }\n    @media (min-width: 768px) {\n      .pd-grid-2 { grid-template-columns: 1fr 1fr; }\n      .pd-grid-2.reverse { direction: rtl; }\n      .pd-grid-2.reverse \u003e * { direction: ltr; }\n    }\n\n    \/* Image Styles *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .pd-img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: 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-weight: 500;\n    }\n\n    \/* Modules *\/\n    .hero-badges {\n      display: inline-flex;\n      gap: 1rem;\n      margin-bottom: 1.5rem;\n      flex-wrap: wrap;\n    }\n    .hero-badge {\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      border: 1px solid var(--primary);\n    }\n\n    .feature-card {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    .feature-tags {\n      display: flex;\n      gap: 0.75rem;\n      flex-wrap: wrap;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-body);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n    .specs-table tr:last-child td { border-bottom: none; }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n    .faq-question {\n      font-weight: 700;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-weight: 900;\n    }\n    .faq-answer {\n      margin: 0;\n      padding-left: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\u003cspan class=\"hero-badge\"\u003eConçu pour l’atelier, le garage et la maison\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1\u003eSystème d’organisation magnétique de qualité industrielle\u003c\/h1\u003e\n\u003cp\u003eUn puissant support magnétique pour outils maintient vos outils les plus utilisés en place de manière sécurisée, pour un accès instantané, une présentation ordonnée et un espace de travail sans encombrement.\u003c\/p\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260819_e2022107_20260819_dabbc098_from_url_en_06_04e888132d6e10abba447c25a9af2604_refsize_800x800_f3253ea1-3a37-447e-b9c2-98b639724073.jpg?v=1787136283\" class=\"pd-img-fluid\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section pd-grid-2 feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260819_1ead679b_20260819_e669ba7b_from_url_en_07_c6a0f29b24971e381408c4db6b6db473_refsize_800x800_f15f0fdf-89cc-468f-b126-3b2f5bb1f562.jpg?v=1787136289\" class=\"pd-img-fluid\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTransformez instantanément votre espace de travail\u003c\/h2\u003e\n\u003cp\u003eDites adieu aux boîtes à outils en désordre et aux tiroirs encombrés. Cette barrette magnétique transforme le chaos en un espace propre et organisé, où chaque outil est visible et facile à prendre lorsque vous en avez besoin.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAvant et après\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRangement visible\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAccès rapide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Power \u0026 Grip --\u003e\n\u003cdiv class=\"pd-section pd-grid-2 reverse feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260819_639e4d6d_20260819_b679e786_from_url_en_08_b8caa13eb9e6f72a93e1d38c52ef4624_refsize_800x800_c12e3de1-13e4-4594-b69e-688560eb5bb1.jpg?v=1787136295\" class=\"pd-img-fluid\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMaintien magnétique renforcé\u003c\/h2\u003e\n\u003cp\u003eConçu avec un puissant noyau magnétique pour maintenir fermement les clés, marteaux, pinces, tournevis et autres outils en métal ferreux. Votre équipement reste bien en place jusqu’à ce que vous soyez prêt à travailler.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMagnétisme puissant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMaintien sécurisé\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMaintient les outils lourds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Versatility \u0026 Scenario --\u003e\n\u003cdiv class=\"pd-section pd-grid-2 feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260819_d0c6830e_20260819_235cf828_from_url_en_09_6d77a4607aa476d3997a02529fbed211_refsize_800x800_a5867b71-1128-421e-94cf-b81dbef0fd32.jpg?v=1787136301\" class=\"pd-img-fluid\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eConception polyvalente et extensible\u003c\/h2\u003e\n\u003cp\u003eParfait pour organiser les outils dans le garage ou l’atelier, et tout aussi efficace pour maintenir les couteaux dans la cuisine. Sa conception modulaire vous permet de relier plusieurs barrettes bout à bout pour créer une solution de rangement personnalisée.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePolyvalent\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRaccordement modulaire\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFixation murale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eCaractéristiques\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eType de produit\u003c\/span\u003e\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSupport magnétique mural pour outils\u003c\/span\u003e\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eInstallation\u003c\/span\u003e\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003eFixation par vis (matériel inclus)\u003c\/span\u003e\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLongueurs et utilisations disponibles\u003c\/span\u003e\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003e\n \u003cul style=\"margin: 0; padding-left: 1.2rem; font-size: 16px;\"\u003e\n \u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003e8\" (20cm) - Compact :\u003c\/strong\u003e Idéal pour la cuisine et les petits outils\u003c\/li\u003e\n \u003cli style=\"margin-bottom: 0.5rem;\"\u003e\n\u003cstrong\u003e12\" (30cm) - Standard :\u003c\/strong\u003e Parfait pour le garage au quotidien\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003e18\" (45cm) - Usage intensif professionnel :\u003c\/strong\u003e Rangement maximal pour l’atelier\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQuels types d’outils ce support peut-il maintenir ?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eIl est conçu pour maintenir les outils en métaux ferreux contenant du fer ou de l’acier, comme les clés, les pinces, les marteaux et les tournevis. Il ne maintiendra pas les métaux non magnétiques comme l’aluminium ou le cuivre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eComment l’installer au mur ?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eLe support est équipé de pattes de fixation à chaque extrémité. Il vous suffit d’utiliser les vis incluses pour le fixer solidement au mur ou au panneau arrière de votre établi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePuis-je relier plusieurs barrettes entre elles ?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eOui, le design est modulaire. Vous pouvez utiliser les boucles de raccordement incluses pour relier plusieurs barrettes bout à bout afin de créer une zone de rangement plus longue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Woyuosn","offers":[{"title":"8\" (20cm) - Compact","offer_id":47276180471981,"sku":"0707-17282571","price":12.95,"currency_code":"USD","in_stock":true},{"title":"12\" (30cm) - Standard","offer_id":47276180504749,"sku":"0707-17283073","price":16.95,"currency_code":"USD","in_stock":true},{"title":"18\" (45cm) - Pro Heavy-Duty","offer_id":47276180537517,"sku":"0707-17282409","price":20.95,"currency_code":"USD","in_stock":true},{"title":"The Master Kit (8\" + 12\" + 18\") - Best Value!","offer_id":47276180570285,"sku":"0707-17287848","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/04e888132d6e10abba447c25a9af2604.jpg?v=1787755926","url":"https:\/\/newjoyloo.com\/fr\/products\/heavy-duty-magnetic-tool-holder-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}