{"product_id":"artistic-mandala-garden-decor","title":"Artistic Mandala Garden Decor","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外不锈钢曼达拉风转\n  目标受众：花园爱好者、寻求独特户外装饰和礼物的人群\n  视觉风格：富有艺术感、动态、自然、高品质金属质感\n  配色策略：提取曼达拉图案的鲜艳色彩（蓝、绿、橙）结合金属冷色调，背景采用柔和的自然色系\n  模块顺序：Intro\/Hero -\u003e Feature 1 (3D Effect) -\u003e Feature 2 (Weather Resistance) -\u003e How-to Section (Assembly) -\u003e Feature 3 (Scenario\/Gift) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_4.png, Feature2=image_3.png, HowTo=image_5.png, Feature3=image_6.png\n  规格图映射：Specs=image_2.png\n  对比模块：未加入（无明显对比需求，强调产品自身特性为主）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #006d77; \/* Teal from the mandala *\/\n      --primary-hover: #004e56;\n      --text-main: #2c3e50;\n      --text-sub: #546e7a;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafa;\n      --bg-soft: #edf2f4;\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.08);\n      --border-color: #e0e6ed;\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 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 24px; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 16px; }\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 24px;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .section-spacing { margin-bottom: clamp(3rem, 8vw, 5rem); }\n    .grid-2-col { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }\n    @media (min-width: 768px) { .grid-2-col { grid-template-columns: 1fr 1fr; } }\n    .grid-reverse { direction: rtl; }\n    .grid-reverse \u003e * { direction: ltr; }\n\n    \/* Images \u0026 Media *\/\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: 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      overflow: hidden;\n    }\n    .media-placeholder img { width: 100%; height: 100%; object-fit: cover; }\n\n    \/* Hero Section *\/\n    .hero-section { text-align: center; max-width: 800px; margin: 0 auto clamp(3rem, 8vw, 5rem); }\n    .hero-media { margin-top: 32px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }\n\n    \/* Feature Sections *\/\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }\n    .feature-tag { background: var(--bg-soft); color: var(--text-sub); padding: 4px 12px; border-radius: 4px; font-size: 16px; }\n\n    \/* How-to Section *\/\n    .how-to-section { background: var(--bg-card); padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); }\n    .how-to-media { aspect-ratio: auto; }\n\n    \/* Specifications *\/\n    .specs-table { width: 100%; border-collapse: collapse; margin-top: 24px; }\n    .specs-table th, .specs-table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--border-color); }\n    .specs-table th { width: 30%; color: var(--text-sub); font-weight: 500; }\n    .specs-table td { font-weight: 600; }\n    @media (max-width: 767px) {\n      .specs-table thead { display: none; }\n      .specs-table tr, .specs-table td { display: block; width: 100%; }\n      .specs-table tr { margin-bottom: 16px; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--bg-soft); }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before { content: attr(data-label); color: var(--text-sub); font-weight: 500; margin-right: 16px; }\n    }\n\n    \/* FAQ *\/\n    .faq-item { border-bottom: 1px solid var(--border-color); padding: 24px 0; }\n    .faq-item:last-child { border-bottom: none; }\n    .faq-question { font-size: 20px; font-weight: 600; margin-bottom: 12px; color: var(--primary); }\n    .faq-answer { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Artistic Garden Decor\u003c\/span\u003e\n\u003ch1\u003eTransform Your Outdoors with Mesmerizing 3D Motion\u003c\/h1\u003e\n\n\u003cp\u003eWatch as the breeze brings this vibrant mandala wind spinner to life, creating a stunning optical illusion that adds peace and movement to your patio, porch, or garden.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"media-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img98\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630174439\/6b614ca9b3433d1c9131646c60488237.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"grid-2-col section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img99\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630174439\/93942dd339adb1e3a0daf8dc7add53d6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCaptivating 3D Optical Illusion\u003c\/h2\u003e\n\n\u003cp\u003eOnce unfolded, the layered stainless steel rings create a complex 3D structure. As it catches the wind and spins, it generates a hypnotic visual effect, making the intricate mandala pattern appear to pulse and flow with light and color.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDynamic Art\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWind-Powered\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRelaxing View\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Weather Resistance --\u003e\n\n\u003cdiv class=\"grid-2-col grid-reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img100\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630174439\/1877c00100ac500bb482c50b4876a496.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCrafted for the Elements\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to endure the outdoors, this spinner is made from durable stainless steel with a protective coating. The vivid mandala printing is fade-resistant, ensuring it retains its brilliance through sun, rain, and wind for seasons to come.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eStainless Steel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWeather-Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFade-Proof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- How-to Section: Assembly --\u003e\n\n\u003cdiv class=\"how-to-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eEasy Setup in Seconds\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eShips flat for safety. Simply twist to fan out into its stunning 3D form—no tools required.\u003c\/p\u003e\n\n\u003cdiv class=\"media-placeholder how-to-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img101\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630174439\/500ac10c7e0040a8c5868dedea819b56.jpg\"\u003e\u003c\/div\u003e\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\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e300 mm \/ 11.8 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHook Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e75 mm \/ 3.0 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDesign\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDouble-sided Mandala Pattern\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eIncluded\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1 x Wind Spinner, 1 x Swivel Hook\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\u003cdiv class=\"faq-question\"\u003eHow do I make it spin?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe wind spinner comes with a specialized swivel hook that allows it to rotate freely with even a gentle breeze. No batteries or motors are needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it difficult to assemble from the flat state?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. It's designed to be easily twisted open by hand. Simply hold the top and bottom and twist the layers to your desired angle (recommended 30-60°) to create the 3D effect. No tools are necessary.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it rust if left outside?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is made from high-quality stainless steel which is highly resistant to rust and corrosion, making it perfect for long-term outdoor use in various weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Geometric Mandala","offer_id":45800404189375,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Vivid Mandala","offer_id":45800404222143,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Floral Mandala","offer_id":45800404254911,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Earth Tone Mandala","offer_id":45800404287679,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Ocean Mandala","offer_id":45800404320447,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Starburst Mandala","offer_id":45800404353215,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Ornate Mandala","offer_id":45800404385983,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/6b614ca9b3433d1c9131646c60488237.jpg?v=1782812941","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/artistic-mandala-garden-decor","provider":"Bak","version":"1.0","type":"link"}