{"product_id":"spin-and-shout-word-challenge","title":"Spin and Shout Word Challenge","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：便携式桌面游戏（机械互动类）\n目标受众：8岁以上家庭、旅行者、聚会人群\n视觉风格：充满活力、快节奏、清晰直观。配色采用产品自身的黑白基础色加上亮蓝绿色（Turquoise）作为强调色。\n配色策略：\n- 主色：#00C2CB (取自产品窗口和Token的蓝绿色)\n- 背景色：#F8F9FA (柔和灰白背景，突出产品)\n- 文字色：#1A1A1A (深黑，保证阅读性)\n模块顺序：Hero (场景互动) → Feature 1 (核心玩法循环) → Feature 2 (便携场景) → Feature 3 (适用人群\/教育价值) → Specifications → FAQ\n详情图映射：\n- Hero: image_5.png (最佳互动场景，展示玩法和氛围)\n- Feature 1: image_1.png (包装背面图，清晰展示游戏步骤)\n- Feature 2: image_2.png (产品全貌，强调紧凑一体化设计)\n- Feature 3: image_3.png (特写镜头，强调简单易懂的界面)\n规格图映射：Specs数据来源于 image_1.png 和 image_6.png 的包装信息。\n对比模块：未加入。产品独特性强，无需与普通产品对比，直接强调自身体验即可。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #00C2CB;\n    --primary-hover: #00A9B0;\n    --text-main: #1A1A1A;\n    --text-sub: #4A4A4A;\n    --bg-body: #FFFFFF;\n    --bg-card: #FFFFFF;\n    --bg-soft: #F8F9FA;\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: #E5E7EB;\n    --spacing-section: clamp(2.5rem, 6vw, 5rem);\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    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1rem;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin: 0 0 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    margin: 0 0 1.5rem;\n    color: var(--text-sub);\n  }\n\n  \/* Utilities *\/\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .visually-hidden {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    padding: 0;\n    margin: -1px;\n    overflow: hidden;\n    clip: rect(0, 0, 0, 0);\n    border: 0;\n  }\n\n  \/* Components *\/\n  .badge-trust {\n    display: inline-block;\n    background-color: var(--bg-soft);\n    color: var(--primary);\n    font-weight: 600;\n    padding: 0.5rem 1rem;\n    border-radius: 100px;\n    margin-bottom: 1.5rem;\n    font-size: 14px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .feature-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n\n  .feature-pill {\n    background-color: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 0.4rem 1rem;\n    border-radius: 100px;\n    font-size: 14px;\n    font-weight: 500;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding: var(--spacing-section) 0;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* Feature Sections *\/\n  .feature-section {\n    padding: var(--spacing-section) 0;\n  }\n\n  .feature-item {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n    margin-bottom: var(--spacing-section);\n  }\n\n  .feature-copy {\n    order: 2;\n  }\n\n  .feature-media {\n    order: 1;\n  }\n\n  \/* Image Placeholder Style *\/\n  .img-placeholder-container {\n    width: 100%;\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 2rem;\n    box-sizing: border-box;\n  }\n\n  .img-placeholder-text {\n    color: #666;\n    font-family: monospace;\n    font-size: 14px;\n  }\n\n  \/* Specs Section *\/\n  .specs-section {\n    padding: var(--spacing-section) 0;\n    background-color: var(--bg-soft);\n    border-radius: var(--radius-lg);\n    padding: clamp(2rem, 5vw, 4rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    background-color: #FDFDFD;\n    font-weight: 600;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    padding: var(--spacing-section) 0;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-question {\n    font-size: 18px;\n    font-weight: 600;\n    margin: 0 0 0.75rem;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    margin: 0;\n    color: var(--text-sub);\n  }\n\n  \/* Responsive Design *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .feature-item:nth-child(even) .feature-copy {\n      order: 1;\n    }\n\n    .feature-item:nth-child(even) .feature-media {\n      order: 2;\n    }\n\n    .hero-section {\n      text-align: left;\n      display: grid;\n      grid-template-columns: 1fr 1.2fr;\n      gap: 4rem;\n      align-items: center;\n    }\n  }\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\n    .specs-table thead {\n      display: none;\n    }\n\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 0.75rem 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge-trust\"\u003eDesigned for Everyday Ease \u0026amp; Travel\u003c\/span\u003e\n\u003ch1\u003eThe Fast-Paced Word Race You Can Play Anywhere\u003c\/h1\u003e\n\n\u003cp\u003eSpin the wheels, lock in the letters, and race to be the first to shout a matching word. It's instant, competitive fun that fits in your bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703135903\/fdfec2f39e9ed66cc8c93005e958eec9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"feature-section\"\u003e\u003c!-- Feature 1: Gameplay Loop --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703135903\/befa58b7ff147faab81bc402175fc775.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThink Fast, Shout Faster!\u003c\/h2\u003e\n\n\u003cp\u003eThe rules are simple: spin the dual wheels to randomly select a starting and ending letter. The race is instantly on to be the first player to yell out a valid word that fits and grab a score token. Rounds take just 10 minutes, delivering quick bursts of high-energy fun.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003e10-Minute Rounds\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eSimple Rules\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eInstant Engagement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703135903\/bcd7696466221d3b09c8833a97577359.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact Design, Endless Entertainment\u003c\/h2\u003e\n\n\u003cp\u003eForget bulky boards and complicated setups. This game is a self-contained unit that stashes easily in a glove compartment, backpack, or suitcase. It’s the perfect companion for road trips, camping, airplane trays, or coffee shop stops, turning boring wait times into memorable competitions.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eTravel Friendly\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eEasy Storage\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eNo Loose Pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Inclusive Fun --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260703135903\/c536992364e4cea3c96127875ff3d949.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Ultimate All-Ages Icebreaker\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for anyone aged 8 and up, this game bridges generations effortlessly. It’s a fantastic way to spark laughter at family gatherings or break the ice at parties. Beyond the fun, it’s a great way to challenge reflexes and expand vocabulary in a low-pressure environment.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eAges 8+\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eFamily Bonding\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eBrain Boosting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eGame Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eRecommended Age\u003c\/th\u003e\n\t\t\t\u003ctd\u003e8 Years and Up\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNumber of Players\u003c\/th\u003e\n\t\t\t\u003ctd\u003e2 or More Players\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAverage Play Time\u003c\/th\u003e\n\t\t\t\u003ctd\u003e10 Minutes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eGame Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWord \/ Party \/ Reflex\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eIn the Box\u003c\/th\u003e\n\t\t\t\u003ctd\u003e1 Game Console, Score Tokens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this game require batteries?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the game is 100% mechanical. The letter wheels are spun manually, so it's always ready to play without needing power.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do you win the game?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eBe the first player to shout a correct word that matches the letters shown in the windows. The first person to shout wins the round and collects a token. The player with the most tokens at the end wins!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat surfaces can I play on?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eBecause of its compact, self-contained design, you can play on almost any flat surface. It works great on dining tables, airplane tray tables, picnic blankets, or even held on a lap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Family Fun)","offer_id":45808636461247,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep One, Gift One)","offer_id":45808636494015,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/fdfec2f39e9ed66cc8c93005e958eec9.jpg?v=1783063132","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/spin-and-shout-word-challenge","provider":"Bak","version":"1.0","type":"link"}