{"product_id":"rotating-dashboard-badminton-decor","title":"Rotating Dashboard Badminton Decor","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：车载摆件（安装摆放型）\n  目标受众：羽毛球爱好者、车主\n  视觉风格：运动、趣味、极简、绿色点缀\n  配色策略：以产品本身的绿色为强调色，搭配中性黑白灰背景，突出主体。\n  模块顺序：Hero (场景引入) -\u003e Feature 1 (核心动态卖点) -\u003e Feature 2 (情感\/主题卖点) -\u003e Feature 3 (实用性卖点) -\u003e Specifications -\u003e FAQ\n  详情图映射：\n  - Hero: image_1.png (最佳场景感，夕阳行车)\n  - Feature 1 (360 Rotation): image_2.png (清晰展示旋转功能和手持比例)\n  - Feature 2 (Design\/Scene): image_3.png (展示在不同内饰环境的效果)\n  - Feature 3 (Compact\/Stable): image_0.png (手持特写，强调小巧和结构)\n  规格图映射：无专用规格图，基于报告内容生成 Spec 数据。image_4为价格图不用于此。\n  对比模块：未加入（无明显竞品对比需求）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2ea85e; \/* 来自产品底座的绿色 *\/\n      --primary-hover: #248a4d;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\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 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e5e7eb;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    \/* Utilities *\/\n    .text-primary { color: var(--primary); }\n    .fw-bold { font-weight: 600; }\n    .d-block { display: block; }\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n    \n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding: 2rem 0;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n      margin-bottom: var(--spacing-section);\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-feature:nth-child(even) .feature-media {\n        order: 2;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-sm);\n      font-size: 16px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications *\/\n    .pd-specs {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .spec-table th,\n    .spec-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .spec-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table th, .spec-table td { padding: 0.75rem 1rem; border: none; }\n      .spec-table th { background-color: var(--bg-soft); font-size: 16px; }\n      .spec-table td { padding-top: 0.5rem; }\n    }\n\n    \/* FAQ *\/\n    .pd-faq {\n      margin-bottom: var(--spacing-section);\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"hero-badge\"\u003eDesigned for Badminton Lovers\u003c\/span\u003e\n\u003ch1\u003eSpin Your Passion \u003cspan class=\"text-primary\"\u003eOn Every Drive\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003eA playful, miniature badminton court for your dashboard. Adds dynamic fun to your journey without blocking your view.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608175749\/58b976c5cf6d36ea93620abb7c3c3146.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608175749\/36ede30f735cb32aee7c539e2700127d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e360° Free-Spinning Action\u003c\/h2\u003e\n\n\u003cp\u003eBring energy to your commute. The shuttlecock rotates smoothly and freely, reacting to your car's natural movements—turns, stops, and acceleration—for a lively dashboard presence.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDynamic Movement\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Batteries Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Theme \u0026 Gift (Emotional) --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608175749\/09d6ae176d1bccfb5251dbdd4906e18c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Court-Side Companion\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a creative miniature design featuring a detailed shuttlecock on a classic green court base. It's the ideal subtle statement piece and a perfect gift for anyone passionate about the game.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCreative Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUnique Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Compact \u0026 Stable (Practical) --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608175749\/fa8c41d88a1de10ed80594e115a26862.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact, Stable, and Secure\u003c\/h2\u003e\n\n\u003cp\u003eSized perfectly to sit on your dashboard or console without obstructing visibility. It installs securely in seconds with the included double-sided adhesive pad, staying firm even on bumpy roads.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLow Profile\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-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\u003eCar Dashboard Ornament\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\u003eDurable Matte Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd\u003e360° Free Rotation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInstallation Method\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDouble-sided Adhesive Pad (Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNone (Kinetic movement)\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=\"pd-faq\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the shuttlecock rotate?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt features a free-spinning design that rotates based on the natural inertia and movement of your vehicle. No batteries or power connection are required.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it block my view while driving?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The product is designed with a compact, low-profile intended to sit on the dashboard without obstructing your line of sight for safe driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I install it in my car?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eInstallation is simple. Just peel off the backing of the included adhesive pad and firmly press the base onto a clean, flat surface on your dashboard or console.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (For Myself)","offer_id":45703703625919,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Gift for a Friend - 10%)","offer_id":45703703658687,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - 15%)","offer_id":45703703691455,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/58b976c5cf6d36ea93620abb7c3c3146.jpg?v=1780912739","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/rotating-dashboard-badminton-decor","provider":"Bak","version":"1.0","type":"link"}