{"product_id":"memorial-robin-garden-tribute-rjc","title":"Herdenkingshulde Robin Garden","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🕊️ Met hart en ziel handgemaakt\u003c\/span\u003e\n\u003ch1\u003eEen zachte herinnering aan eeuwige liefde\u003c\/h1\u003e\n\n\u003cp\u003eBreng troost, schoonheid en een vleugje leven in uw tuin met dit kinetische metalen beeld. Een tijdloze ode aan gekoesterde herinneringen.\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\u003eEen symbool van troost en verbinding\u003c\/h2\u003e\n\n\u003cp\u003eGeïnspireerd door het gevoel dat \"Roodborstjes verschijnen wanneer dierbaren dichtbij zijn,\" dient dit handgemaakte stuk als een prachtig, blijvend gedenkteken. De drie gedetailleerde vogels die op een tak zitten, bieden een gevoel van rust en aanwezigheid in uw buitenruimte.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBetekenisvol cadeau\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eArtistiek ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEmotionele waarde\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\u003eDansen met de wind\u003c\/h2\u003e\n\n\u003cp\u003eDe perfect uitgebalanceerde, gebogen metalen steel is ontworpen om zachtjes mee te deinen in de wind. Deze subtiele kinetische beweging brengt een dynamisch, natuurlijk gevoel in uw tuin en bootst de gratie van vogels op een echte tak na.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKinetische beweging\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGebalanceerd ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNatuurlijke 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\u003eGeschikt voor alle seizoenen\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van een stevige, roestbestendige metaallegering met een rustieke afwerking, is deze tuinpaal ontworpen om de elementen te doorstaan. Geniet het hele jaar door van zijn schoonheid zonder zorgen over weersschade.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWeerbestendig\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDuurzame legering\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGeschikt voor alle seizoenen\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\u003eSpecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProducttype\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eKinetische Tuinpaal\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMateriaal\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eStevige Metaallegering (Roestbestendige Afwerking)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTotale Lengte\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eOngeveer 61 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVogelgrootte (ongeveer)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Bird Size (Approx.)\"\u003eHoogte: 10 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInstallatiestijl\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation Style\"\u003eGrondpaal (In te drukken)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBeschikbare Stijlen\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003eRoodborstje, Kardinaal, Blauwborst, Uil, Schotse Hooglander\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\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHoe installeer ik de tuinpaal?\u003c\/h3\u003e\n\n\u003cp\u003eDe installatie is eenvoudig. Zoek gewoon een geschikte plek in uw tuingrond of gazon en duw de onderkant van de paal stevig in de grond totdat deze vastzit. Er zijn geen gereedschappen nodig.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKan dit het hele jaar buiten blijven staan?\u003c\/h3\u003e\n\n\u003cp\u003eJa, de paal is gemaakt van een duurzaam, weerbestendig metaallegering die ontworpen is om de elementen buiten het hele jaar door te weerstaan.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs er montage nodig?\u003c\/h3\u003e\n\n\u003cp\u003eHet product wordt meestal in één stuk geleverd of met minimale, gereedschapsvrije montage, klaar om direct in uw tuin geplaatst te worden.\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":"Kardinaal","offer_id":46904268423341,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blauwborst","offer_id":46904268456109,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Uil","offer_id":46904268488877,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Schotse Hooglander","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\/nl\/products\/memorial-robin-garden-tribute-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}