{"product_id":"vibrant-spinning-yard-art","title":"Vibrant Spinning Yard Art","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外风动装置\n  目标受众：房主、园艺爱好者\n  视觉风格：动态、绚丽、自然融合\n  配色策略：以金属银色和彩虹反射光为主，背景使用柔和的自然色\n  模块顺序：Hero -\u003e Kinetic Motion (核心卖点) -\u003e Durability (材质工艺) -\u003e Installation (使用场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_1.png, Feature3=image_3.png\n  规格图映射：Specs=image_4.png\n  对比模块：未加入（无明显对比需求）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2c3e50;\n      --primary-hover: #34495e;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f2f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #e9ecef;\n      --spacing-block: clamp(2rem, 5vw, 4rem);\n\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: 1rem;\n      color: var(--primary);\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      color: var(--primary);\n    }\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Components *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-block);\n    }\n    .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: 3rem;\n      margin-bottom: var(--spacing-block);\n      align-items: center;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--primary);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      font-size: 18px;\n    }\n    .spec-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 30%;\n    }\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\n    \/* Image Styling *\/\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      aspect-ratio: 16\/9;\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      font-size: 14px;\n    }\n    .feature-media .img-placeholder {\n      aspect-ratio: 4\/3;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n      .feature-section {\n        flex-direction: row;\n      }\n      .feature-section:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .hero-section {\n        text-align: left;\n        display: flex;\n        align-items: center;\n        gap: 3rem;\n      }\n      .hero-content, .hero-media {\n        flex: 1;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table td {\n        padding-left: 0;\n        padding-right: 0;\n        display: flex;\n        justify-content: space-between;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Designed for outdoor elegance\u003c\/span\u003e\n\u003ch1\u003eMesmerizing Kinetic Art for Your Garden\u003c\/h1\u003e\n\n\u003cp\u003eTransform your outdoor space into a dynamic gallery. This wind spinner creates a captivating symphony of motion and light, bringing life to any lawn or garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606172630\/8ba912998c042eac34212954add2b3e8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606172630\/3ec7a4d269d4347d0783986d3e9e9230.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eA Dynamic Symphony of Light\u003c\/h3\u003e\n\n\u003cp\u003eThe intricately designed blades are finished with a brilliant, reflective surface. As they spin in the breeze, they catch and refract sunlight, creating a dazzling rainbow effect that changes with every turn, captivating all who see it.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWind-Powered Motion\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRainbow Reflection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606172630\/bb7726f81a32001e788ac21124ce9254.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eCrafted to Endure the Elements\u003c\/h3\u003e\n\n\u003cp\u003eBuilt for longevity, this spinner is constructed from durable metal with a premium weather-resistant finish. It is engineered to withstand outdoor conditions, maintaining its structural integrity and vibrant shine season after season.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDurable Metal\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWeather-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606172630\/0c22598d8d3cbb62c89f6e7d80396b7a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eInstant Garden Focal Point\u003c\/h3\u003e\n\n\u003cp\u003eElevate your landscape effortlessly. The sturdy ground stake allows for simple, secure installation in flower beds, lawns, or large planters. It's an immediate artistic upgrade that adds a unique personality to your home's exterior.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eEasy Installation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy Stake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"spec-section\" style=\"margin-bottom: var(--spacing-block);\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMetal with weather-resistant finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Power Source\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eWind-powered (no batteries required)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Installation\"\u003eInstallation\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Installation\"\u003eGround stake (included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Data sourced from image_4.png --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Available Colors\"\u003eAvailable Options\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eSilver, Multicolor, Lake Blue, Dark Violet, Pink, Gold, Spray Silver\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=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it require any batteries or electrical power?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the spinner is 100% powered by the wind. Its design allows it to catch even gentle breezes to create motion.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it difficult to assemble and install?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. Assembly is straightforward, and installation is as simple as inserting the durable stake securely into the ground in your desired location.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the colors fade outdoors?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe spinner is treated with a specialized weather-resistant finish designed to protect the vibrant colors and reflective surface from sun exposure and other elements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Vibrant Rainbow","offer_id":45699572629695,"sku":"0606-18073754","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Classic Silver","offer_id":45699572662463,"sku":"0606-18074047","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Turquoise","offer_id":45699572695231,"sku":"0606-18070686","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Amethyst","offer_id":45699572727999,"sku":"0606-18077830","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Rose Pink","offer_id":45699572760767,"sku":"0606-18078515","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Radiant Gold","offer_id":45699572793535,"sku":"0606-18072396","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Textured Silver","offer_id":45699572826303,"sku":"0606-18079032","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8ba912998c042eac34212954add2b3e8.jpg?v=1780740433","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/vibrant-spinning-yard-art","provider":"Bak","version":"1.0","type":"link"}