{"product_id":"memorial-robin-garden-tribute-rjc","title":"Gedenkgarten Robin Tribut","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🕊️ Mit Herz handgefertigt\u003c\/span\u003e\n\u003ch1\u003eEine sanfte Erinnerung an ewige Liebe\u003c\/h1\u003e\n\n\u003cp\u003eBringen Sie Trost, Schönheit und einen Hauch Leben in Ihren Garten mit dieser kinetischen Metallskulptur. Eine zeitlose Hommage an wertvolle Erinnerungen.\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\u003eEin Symbol für Trost \u0026 Verbindung\u003c\/h2\u003e\n\n\u003cp\u003eInspiriert von dem Gefühl, dass „Rotkehlchen erscheinen, wenn geliebte Menschen in der Nähe sind“, dient dieses handgefertigte Stück als schönes, bleibendes Andenken. Die drei detaillierten Vögel, die auf einem Ast sitzen, vermitteln ein Gefühl von Frieden und Präsenz in Ihrem Außenbereich.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBedeutungsvolles Geschenk\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKünstlerisches Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEmotionale Bedeutung\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\u003eTanz mit dem Wind\u003c\/h2\u003e\n\n\u003cp\u003eDer perfekt ausbalancierte, gebogene Metallstiel ist so gestaltet, dass er sanft im Wind schwingt. Diese subtile kinetische Bewegung verleiht Ihrem Garten ein dynamisches, natürliches Gefühl und ahmt die Anmut von Vögeln auf einem echten Ast nach.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKinetische Bewegung\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAusgewogenes Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNatürlicher Charme\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\u003eFür alle Jahreszeiten gebaut\u003c\/h2\u003e\n\n\u003cp\u003eDieser Gartenpfahl aus einer robusten, rostbeständigen Metalllegierung mit rustikalem Finish ist dafür gemacht, den Elementen zu trotzen. Genießen Sie seine Schönheit das ganze Jahr über, ohne sich Sorgen um Wetterschäden machen zu müssen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWetterbeständig\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLanglebige Legierung\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGanzjahresgebrauch\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\u003eSpezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProdukttyp\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eKinetischer Gartenpfahl\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eRobuste Metalllegierung (rostbeständige Oberfläche)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eGesamtlänge\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eCa. 61 cm (24 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVogelgröße (ca.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Bird Size (Approx.)\"\u003eHöhe: 10 cm (3,9 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInstallationsart\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation Style\"\u003eErdspieß (Zum Hineindrücken)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVerfügbare Stile\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003eRotkehlchen, Kardinal, Blauhäher, Eule, Hochlandrind\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie installiere ich den Gartenpfahl?\u003c\/h3\u003e\n\n\u003cp\u003eDie Installation ist einfach. Suchen Sie einfach einen geeigneten Platz im Gartenboden oder Rasen und drücken Sie den unteren Pfahl fest in den Boden, bis er sicher sitzt. Es werden keine Werkzeuge benötigt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKann es das ganze Jahr über draußen bleiben?\u003c\/h3\u003e\n\n\u003cp\u003eJa, der Pfahl besteht aus einer langlebigen, wetterbeständigen Metalllegierung, die dafür ausgelegt ist, den Witterungseinflüssen im Freien über die Jahreszeiten hinweg standzuhalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eBenötigt es eine Montage?\u003c\/h3\u003e\n\n\u003cp\u003eDas Produkt wird in der Regel als ein Teil oder mit minimaler, werkzeugfreier Montage geliefert und kann direkt in Ihrem Garten aufgestellt werden.\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":"Kardinal","offer_id":46904268423341,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blauhäher","offer_id":46904268456109,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Eule","offer_id":46904268488877,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Hochlandrind","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\/de\/products\/memorial-robin-garden-tribute-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}