{"product_id":"memorial-robin-garden-tribute-rjc","title":"Hommage au Jardin Commémoratif Robin","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #5c4d3e;\n    --primary-hover: #4a3d31;\n    --text-main: #2c2c2c;\n    --text-sub: #555555;\n    --bg-body: #ffffff;\n    --bg-card: #f9f8f6;\n    --bg-soft: #f0eee9;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n    --border-color: #e0dccee0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: var(--primary);\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  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    margin-bottom: 16px;\n    color: var(--text-sub);\n  }\n  .text-sm {\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Layout \u0026 Spacing *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 8vw, 5rem);\n  }\n  .grid-2 {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .grid-2 {\n      grid-template-columns: 1fr 1fr;\n    }\n    .grid-2.reverse {\n      direction: rtl;\n    }\n    .grid-2.reverse \u003e * {\n      direction: ltr;\n    }\n  }\n\n  \/* Components *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto clamp(3rem, 8vw, 5rem);\n  }\n  .trust-tag {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 16px;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n  .feature-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .feature-content {\n    padding: clamp(24px, 4vw, 40px);\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n  .feature-tag {\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 4px 12px;\n    border-radius: var(--radius-md);\n    font-size: 14px;\n  }\n\n  \/* Images *\/\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n  .img-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 4\/3;\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n  }\n\n  \/* Specifications Table *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 24px;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  .specs-table th,\n  .specs-table td {\n    padding: 16px 24px;\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 {\n    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 {\n      display: none;\n    }\n    .specs-table tr {\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      padding-left: 50%;\n      position: relative;\n      border-bottom: 1px solid var(--bg-soft);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 16px;\n      width: 45%;\n      white-space: nowrap;\n      font-weight: 600;\n      color: var(--primary);\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 24px;\n    margin-bottom: 16px;\n    box-shadow: var(--shadow-sm);\n  }\n  .faq-item h3 {\n    margin-top: 0;\n    color: var(--primary);\n    display: flex;\n    align-items: center;\n  }\n  .faq-item h3::before {\n    content: \"Q.\";\n    margin-right: 12px;\n    color: var(--primary);\n    font-weight: 700;\n  }\n  .faq-item p {\n    margin-bottom: 0;\n    padding-left: 32px;\n  }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：园艺装饰\/纪念品\n目标受众：园艺爱好者、寻求情感寄托或礼物的人群\n视觉风格：自然、温馨、手工艺术感、怀旧\n配色策略：以金属古铜\/银灰为主色，搭配温暖的自然光和植物色调\n模块顺序：Hero -\u003e Emotional Feature -\u003e Kinetic Feature -\u003e Durable Feature -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_1.png, Feature1=image_3.png, Feature2=image_0.png, Feature3=image_2.png\n规格图映射：Specs=image_4.png, image_9.png\n对比模块：未加入（产品独特性强，无需直接对比）\n--\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"trust-tag\"\u003e🕊️ Fait Main avec Cœur\u003c\/span\u003e\n\u003ch1\u003eUn Doux Rappel de l'Amour Éternel\u003c\/h1\u003e\n\n\u003cp\u003eApportez confort, beauté et une touche de vie à votre jardin avec cette sculpture cinétique en métal. Un hommage intemporel aux souvenirs précieux.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/6d1e330cb6af0812a8a583688924f580.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/59ce5f91afaafe7c7d4922a8f6e25fa3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eUn Symbole de Confort \u0026 de Connexion\u003c\/h2\u003e\n\n\u003cp\u003eInspirée par le sentiment que « les rouges-gorges apparaissent quand les êtres chers sont proches », cette pièce artisanale sert de mémorial beau et durable. Les trois oiseaux détaillés perchés sur une branche offrent un sentiment de paix et de présence dans votre sanctuaire extérieur.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCadeau Significatif\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDesign Artistique\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eValeur Émotionnelle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 reverse feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/ff02f188994b52a72b62ca34622c3700.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eDanser avec le Vent\u003c\/h2\u003e\n\n\u003cp\u003eLa tige métallique arquée parfaitement équilibrée est conçue pour osciller doucement au gré du vent. Ce mouvement cinétique subtil apporte une sensation dynamique et naturelle à votre jardin, imitant la grâce des oiseaux sur une vraie branche.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMouvement Cinétique\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDesign Équilibré\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCharme Naturel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"grid-2 feature-card\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260727145248\/264e93873e47097e8e425d98b9d2f208.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eConçue pour Toutes les Saisons\u003c\/h2\u003e\n\n\u003cp\u003eFabriquée en alliage métallique robuste et antirouille avec une finition rustique, cette tige de jardin est conçue pour résister aux éléments. Profitez de sa beauté toute l'année sans craindre les dommages causés par le temps.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRésistant aux Intempéries\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAlliage Durable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUtilisation Toute Saison\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eSpécifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eType de Produit\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eTige de Jardin Cinétique\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMatériau\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eAlliage Métallique Robuste (Finition Antirouille)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLongueur Totale\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eEnviron 61 cm (24 pouces)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTaille de l'Oiseau (Approx.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Bird Size (Approx.)\"\u003eHauteur : 10 cm (3,9 pouces)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eType d'Installation\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation Style\"\u003eTige de Sol (à enfoncer)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eStyles Disponibles\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003eRougegorge, Cardinal, Merlebleu, Hibou, Highland Cow\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=\"section-spacing\"\u003e\n\u003ch2\u003eQuestions Fréquemment Posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eComment installer la tige de jardin ?\u003c\/h3\u003e\n\n\u003cp\u003eL'installation est simple. Trouvez simplement un endroit approprié dans la terre ou la pelouse de votre jardin et enfoncez fermement la tige inférieure dans le sol jusqu'à ce qu'elle soit bien fixée. Aucun outil n'est nécessaire.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003ePeut-on le laisser dehors toute l'année ?\u003c\/h3\u003e\n\n\u003cp\u003eOui, la tige est fabriquée en alliage métallique durable et résistant aux intempéries, conçu pour résister aux éléments extérieurs tout au long des saisons.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eFaut-il un assemblage ?\u003c\/h3\u003e\n\n\u003cp\u003eLe produit arrive généralement en une seule pièce ou avec un assemblage minimal sans outil, prêt à être placé directement dans votre jardin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Robin","offer_id":46904268390573,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Cardinal","offer_id":46904268423341,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Merlebleu","offer_id":46904268456109,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Hibou","offer_id":46904268488877,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Vache Highland","offer_id":46904268521645,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/6d1e330cb6af0812a8a583688924f580.jpg?v=1785137128","url":"https:\/\/newjoyloo.com\/fr\/products\/memorial-robin-garden-tribute-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}