{"product_id":"shock-absorbing-athletic-socks-rjc","title":"Chaussettes de sport amortissant les chocs","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：运动跑步袜（低帮\/短筒）\n目标受众：跑步者、健身人群、追求舒适的日常佩戴者\n视觉风格：专业、动感、舒适。强调结构和材质细节。\n配色策略：以深藏青色(--primary)为主导，搭配柔和的背景色，突出产品本身的彩色功能区。\n模块顺序：Hero -\u003e Zoned Compression Feature -\u003e Anti-Slip Feature -\u003e Material Feature -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1(Shock)=image_5.png, Feature2(Slip)=image_2.png, Feature3(Material)=image_4.png\n规格图映射：Specs=image_6.png (提取颜色信息)\n对比模块：未加入（核心功能展示已足够清晰，无需额外对比）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #1a2b49; \/* Deep Navy derived from product images *\/\n    --primary-hover: #2c4570;\n    --text-main: #333333;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-soft: #f4f7f9; \/* Light cool gray for contrast sections *\/\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\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  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 42px);\n    line-height: 1.2;\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: var(--primary);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: 16px;\n    color: var(--primary);\n  }\n\n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    margin-bottom: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Layout Utilities *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n\n  .pd-grid {\n    display: flex;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  @media (max-width: 768px) {\n    .pd-grid {\n      flex-direction: column;\n    }\n    .pd-grid.reverse {\n      flex-direction: column;\n    }\n  }\n\n  @media (min-width: 769px) {\n    .pd-grid.reverse {\n      flex-direction: row-reverse;\n    }\n    .pd-grid \u003e * {\n      flex: 1;\n    }\n  }\n\n  \/* Image Handling *\/\n  .pd-image-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Image Placeholder Style *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #666;\n    font-weight: bold;\n    font-family: monospace;\n  }\n\n  \/* Components *\/\n  .pd-tag {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 16px;\n    font-weight: 500;\n    margin-right: 8px;\n    margin-bottom: 8px;\n  }\n\n  .trust-badge {\n    display: inline-flex;\n    align-items: center;\n    background-color: var(--primary);\n    color: white;\n    padding: 8px 16px;\n    border-radius: 4px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 24px;\n  }\n\n  \/* Specifications Table *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 24px;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid #e0e0e0;\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    background-color: var(--primary);\n    color: white;\n    font-weight: 600;\n    width: 35%;\n  }\n\n  @media (max-width: 600px) {\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: 16px; border: 1px solid #e0e0e0; border-radius: var(--radius-md); }\n    .specs-table td {\n      padding-left: 50%;\n      position: relative;\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 24px;\n      width: 45%;\n      white-space: nowrap;\n      font-weight: 600;\n      color: var(--primary);\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid #e0e0e0;\n    padding: 20px 0;\n  }\n  \n  .faq-item h3 {\n    margin-bottom: 8px;\n    color: var(--primary);\n  }\n\n  .faq-item p {\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-grid\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"trust-badge\"\u003eConçues pour la performance\u003c\/span\u003e\n\u003ch1\u003eStabilité et confort amorti à chaque course\u003c\/h1\u003e\n\u003cp\u003eDécouvrez l'équilibre parfait entre soutien et liberté. Ces chaussettes de sport à tige basse sont dotées d'un amorti par zones pour absorber les impacts et d'une languette de talon spécialisée garantissant un ajustement sûr et antidérapant, du premier au dernier kilomètre.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] --\u003e\n\u003cdiv class=\"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\/20260815_9a50cdfa_20260814_12b0b708_from_url_en_05_e8430180734e9eab3e18f2be3427c7ae.png?v=1786783271\" width=\"1254\" height=\"1254\" style=\"width: 1254px; 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\u003c\/div\u003e\n\u003cdiv style=\"background-color: var(--bg-soft); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg);\" class=\"pd-section pd-grid reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAbsorption ciblée des chocs et soutien \u0026amp;nbsp;\u003c\/h2\u003e\n\u003cp\u003eRéduisez les impacts là où cela compte le plus. Dotées de zones d'amorti haute densité au niveau du talon et de l'avant-pied, ces chaussettes absorbent les chocs pendant les impacts. La bande de compression stratégique contribue au soutien de la voûte plantaire et réduit la fatigue des pieds pendant les entraînements intensifs.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eRéduction des impacts\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSoutien de la voûte plantaire\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAmorti par zones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_2 ] --\u003e\n\u003cdiv class=\"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\/20260815_f73503ed_20260814_9996ec5a_from_url_en_06_f5bfc23b015a75dddc3d0a6c267a92c4.png?v=1786783283\" width=\"1254\" height=\"1254\" style=\"width: 1254px; 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\u003c\/div\u003e\n\u003cdiv class=\"pd-section pd-grid\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eConception du talon sécurisée et parfaitement maintenue\u003c\/h2\u003e\n\u003cp\u003eOubliez les arrêts pour ajuster vos chaussettes. Notre structure ergonomique intègre une languette de talon distinctive qui épouse votre tendon d'Achille. Associée à un bord sécurisé, cette conception maintient la chaussette en place et empêche les glissements ou les amas gênants à l'intérieur de votre chaussure.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eLanguette antidérapante\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAjustement ergonomique\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAucune distraction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 ] --\u003e\n\u003cdiv class=\"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\/6a802592b4e15_20260815_e2930f8d_20260814_9036d1b3_from_url_en_02_a86f17c39ddab36c9b45bd3132b2e9e7_d4a92d11-edec-48f7-8b8f-794712daae04.webp?v=1786783126\" width=\"1254\" height=\"1254\" style=\"width: 1254px; 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\u003c\/div\u003e\n\u003cdiv class=\"pd-section pd-grid reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDouceur semblable à celle d'un nuage, sensation de respirabilité\u003c\/h2\u003e\n\u003cp\u003eConfectionnées dans un mélange de coton de haute qualité, ces chaussettes offrent un toucher doux et délicat contre la peau. La maille évacuant l'humidité garde les pieds au sec et au frais, tandis que la conception sans coutures au niveau des orteils élimine les frottements et les irritations pour un confort optimal.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eMélange de coton doux\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eÉvacuation de l'humidité\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eOrteils sans coutures\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_4 ] --\u003e\n\u003cdiv class=\"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\/6a8025ad209cb_20260815_48a2f0cd_20260814_94c8cd5c_from_url_en_03_a59fdaa0783a36f08cbad9989e6263c4_14bd1467-3944-4356-b924-e8b374703d8d.webp?v=1786783152\" width=\"1254\" height=\"1254\" style=\"width: 1254px; 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\u003c\/div\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eCaractéristiques du produit\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003eCaractéristique\u003c\/th\u003e\n \u003cth\u003eDétails\u003c\/th\u003e\n \u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Feature\"\u003eTaille\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eTaille unique adaptée à la plupart des personnes (élasticité élevée)\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Feature\"\u003eMatière\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eMélange de coton de haute qualité\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Feature\"\u003eStyle\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eTige basse \/ hauteur cheville avec languette de talon\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Feature\"\u003eCouleurs\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eNoir, bleu marine, blanc, rose, orange, bleu profond, bleu ciel\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Feature\"\u003eUtilisation recommandée\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eCourse à pied, entraînement, salle de sport, activités sportives, usage quotidien\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Data source for colors: [ 📷 需替换：spec_1 - image_6.png ] --\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFoire aux questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCes chaussettes vont-elles glisser dans mes chaussures pendant la course ?\u003c\/h3\u003e\n\u003cp\u003eNon. Elles sont spécialement conçues avec une languette de talon ergonomique et une structure de bord élastique pour garantir un ajustement sûr qui reste en place pendant les mouvements vigoureux.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eLes orteils sont-ils sans coutures ?\u003c\/h3\u003e\n\u003cp\u003eOui, ces chaussettes bénéficient d'un moulage intégré sans coutures au niveau des orteils afin d'éviter les frottements, les irritations ou toute sensation de corps étranger contre vos orteils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eQu'est-ce qui les rend adaptées aux activités à fort impact ?\u003c\/h3\u003e\n\u003cp\u003eElles sont dotées d'un amorti par zones avec un motif de points spécialisé dans les zones à fort impact, comme le talon et la plante du pied, afin d'aider à absorber les chocs et d'offrir davantage de confort pendant les impacts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Martviva","offers":[{"title":"1 Pack (7 Paires)","offer_id":47215554658477,"sku":"0625-18256970","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Packs (Le plus populaire - Économisez 10%)","offer_id":47215554691245,"sku":"0625-18255267","price":23.95,"currency_code":"USD","in_stock":true},{"title":"3 Packs (Meilleur rapport qualité-prix - Économisez 15%)","offer_id":47215554724013,"sku":"0625-18259538","price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/e8430180734e9eab3e18f2be3427c7ae_62d40761-9d96-43d7-a1c8-d4a5efca2616.jpg?v=1787755052","url":"https:\/\/newjoyloo.com\/fr\/products\/shock-absorbing-athletic-socks-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}