{"product_id":"family-connection-card-game","title":"Family Connection Card Game","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：儿童情感连接卡牌游戏 (Kids Edition)\n  目标受众：5岁以上儿童、家长、家庭、教育者\n  视觉风格：纯净白色基调、彩色蜡笔手写字、童真、温暖、友好、极简\n  配色策略：\n    --primary: #E63946 (取自蜡笔色，用于强调)\n    --text-main: #2B2B2B (深灰主色，柔和对比)\n    --text-sub: #666666 (次要文字)\n    --bg-body: #FFFFFF (纯白背景)\n    --bg-card: #F9F9F9 (极淡灰卡片背景，突出白色产品)\n    --bg-soft: #F2F2F2 (软背景)\n  模块顺序：Intro\/Hero -\u003e Feature 1 (Three Levels) -\u003e Feature 2 (Interactive Tools) -\u003e Feature 3 (Connection) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_4.png, Feature3=image_5.png\n  规格图映射：Specs=image_1.png (从图1推断规格)\n  对比模块：未加入 (无明显竞品对比逻辑)\n  场景图处理：image_2 和 image_3 为成人版红色产品，氛围虽好但与本品 (白色Kids版) 冲突，故不直接使用，转而用 image_5 传递手持感和 image_0\/1\/4 传递产品细节。文案侧重家庭连接。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E63946;\n      --primary-hover: #D32F2F;\n      --text-main: #2B2B2B;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F2F2F2;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0E0E0;\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      background-color: var(--bg-body);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      line-height: 1.4;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n\n    .product-detail-container .sub-text {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .grid-2.reversed {\n        direction: rtl;\n      }\n      .grid-2.reversed \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tag {\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Hero Specific *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th, .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      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n      background-color: var(--bg-soft);\n    }\n\n    .specs-table tr:last-child td, .specs-table tr:last-child th {\n      border-bottom: none;\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      .specs-table thead { display: none; }\n      .specs-table th {\n        background-color: transparent;\n        padding-bottom: 0.25rem;\n        color: var(--text-sub);\n        font-size: 16px;\n      }\n      .specs-table td {\n        padding-top: 0;\n        font-size: 18px;\n        font-weight: 600;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table tr:last-child {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding: 1.5rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items-center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.75rem;\n      font-weight: 800;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n      padding-left: 2.25rem;\n    }\n\n    \/* Custom Crayon Style Font Check *\/\n    \/* Assuming the platform can handle the font in the image. If not, we fall back to system-ui. *\/\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eDesigned for meaningful connection\u003c\/div\u003e\n\n\u003ch1\u003eSpark Deep Conversations \u0026amp; Laughter with Kids\u003c\/h1\u003e\n\n\u003cp\u003eA card game designed to build stronger bonds between kids (ages 5+), families, and friends through 150 thoughtful questions and fun activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105146\/cfcb3d0f9ba68f7c3a64aacdb3767021.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: The Three Levels --\u003e\n\n\u003cdiv class=\"grid-2 section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThree Levels of Connection\u003c\/h2\u003e\n\n\u003cp\u003eThe game is guided by three carefully crafted levels to deepen relationships step-by-step. Start with first impressions in \u003cstrong\u003eLevel 1 (Perception)\u003c\/strong\u003e, move to rarely asked questions in \u003cstrong\u003eLevel 2 (Connection)\u003c\/strong\u003e, and finish by sharing what you've learned in \u003cstrong\u003eLevel 3 (Reflection)\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePerception\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eConnection\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReflection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105146\/cb42b5a1f325a7c6d15239c3467d0b2f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Interactive Tools Included --\u003e\n\n\u003cdiv class=\"grid-2 reversed section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMore Than Just Talk\u003c\/h2\u003e\n\n\u003cp\u003eSome questions invite you to write or draw your answers,adding a creative and interactive layer to your game night.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e2 Pencils\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNotepad Included\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eInteractive Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105146\/419371ee902ea967eb0025422534e367.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: For Kids \u0026 Their Favorite Adults --\u003e\n\n\u003cdiv class=\"grid-2 section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBridging Generations\u003c\/h2\u003e\n\n\u003cp\u003ePerfect for 2-6 players, ages 5 and up. It's a tool for kids to express themselves and for adults to understand the little people in their lives a whole lot better. Break down barriers and create lasting memories.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAges 5+\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2-6 Players\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFamily Bonding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515105146\/9a940526e66c86a74191c52188e2a6c7.jpg\"\u003e\u003c\/div\u003e\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 style=\"text-align: center;\"\u003eGame Details\u003c\/h2\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\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\u003eDetail\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\u003cth\u003eGame Title\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWe're Not Really Strangers: Kids Edition\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAge Recommendation\u003c\/th\u003e\n\t\t\t\u003ctd\u003e5+ Years\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 - 6 Players\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCard Count\u003c\/th\u003e\n\t\t\t\u003ctd\u003e150 Questions \u0026amp; Wildcards\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eGame Levels\u003c\/th\u003e\n\t\t\t\u003ctd\u003e3 Levels (Perception, Connection, Reflection)\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\u003e150 Cards, 2 Pencils, 1 Notepad, Instruction manual\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do you play the game?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003ePlayers take turns drawing cards and reading the questions aloud. Everyone answers, and some cards may ask for written responses using the included pencils and pad. You move through three levels: Perception, Connection, and Reflection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this game suitable for only two players?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The game is designed for 2 to 6 players, making it perfect for a parent-child duo, siblings, or a larger family gathering.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the questions appropriate for young children?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The \"Kids Edition\" is specifically curated with thoughtful, fun, and age-appropriate questions for children ages 5 and up to answer and understand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Game Set (For Your Family)","offer_id":48405063762169,"sku":"0515-15291789","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep 1, Gift 1)","offer_id":48405063794937,"sku":"0515-15298373","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/cfcb3d0f9ba68f7c3a64aacdb3767021.jpg?v=1778830241","url":"https:\/\/funluluu.com\/products\/family-connection-card-game","provider":"Funluluu","version":"1.0","type":"link"}