{"product_id":"memorial-robin-garden-tribute-rjc","title":"Memorial Robin Garden Tribute","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🕊️ Handcrafted with Heart\u003c\/span\u003e\n\u003ch1\u003eA Gentle Reminder of Eternal Love\u003c\/h1\u003e\n\n\u003cp\u003eBring comfort, beauty, and a touch of life to your garden with this kinetic metal sculpture. A timeless tribute to cherished memories.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\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\/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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eA Symbol of Comfort \u0026amp; Connection\u003c\/h2\u003e\n\n\u003cp\u003eInspired by the sentiment that \"Robins appear when loved ones are near,\" this handcrafted piece serves as a beautiful, lasting memorial. The three detailed birds perched on a branch offer a sense of peace and presence in your outdoor sanctuary.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMeaningful Gift\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eArtistic Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEmotional Value\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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eDancing with the Wind\u003c\/h2\u003e\n\n\u003cp\u003eThe perfectly balanced, arched metal stem is designed to sway gently in the breeze. This subtle kinetic movement brings a dynamic, natural feel to your garden, mimicking the grace of birds on a real branch.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKinetic Movement\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBalanced Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNatural Charm\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\n\u003cdiv\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2\u003eBuilt for All Seasons\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from heavy-duty, rust-resistant metal alloy with a rustic finish, this garden stake is made to endure the elements. Enjoy its beauty year-round without worrying about weather damage.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWeather Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable Alloy\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAll-Season Use\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\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eKinetic Garden Stake\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\"\u003eHeavy-duty Metal Alloy (Rust-Resistant Finish)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTotal Length\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eApprox. 24 inches (61 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBird Size (Approx.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Bird Size (Approx.)\"\u003eHeight: 10 cm (3.9 inches)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInstallation Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation Style\"\u003eGround Stake (Push-in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Styles\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Styles\"\u003eRobin, Cardinal, Bluebird, Owl, 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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I install the garden stake?\u003c\/h3\u003e\n\n\u003cp\u003eInstallation is simple. Just find a suitable spot in your garden soil or lawn and firmly push the bottom stake into the ground until it is secure. No tools are required.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan this be left outside all year?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the stake is made from a durable, weather-resistant metal alloy designed to withstand outdoor elements throughout the seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes it require any assembly?\u003c\/h3\u003e\n\n\u003cp\u003eThe product typically arrives in one piece or with minimal, tool-free assembly required, ready to be placed directly into your garden.\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":"Bluebird","offer_id":46904268456109,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Owl","offer_id":46904268488877,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"Highland Cow","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\/products\/memorial-robin-garden-tribute-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}