{"product_id":"interactive-musical-pop-up-card","title":"Interactive Musical Pop-Up Card","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：3D音乐灯光互动生日贺卡\n目标受众：所有年龄段的生日庆祝者，送礼人\n视觉风格：节日、温馨、惊喜、金色与深色对比\n配色策略：以金色和深色背景为主，辅以红色、蓝色灯光点缀\n模块顺序：Intro (Hero) -\u003e Feature 1 (吹蜡烛互动) -\u003e Feature 2 (声光秀) -\u003e Feature 3 (DIY年龄) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_2.png, Feature3=image_5.png\n规格图映射：Specs=image_3.png\n对比模块：未加入（核心价值在于独特的互动体验，而非简单的产品对比）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37; \/* 金色 *\/\n      --primary-hover: #CCA028;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F5F5F5;\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: #EEEEEE;\n\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      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    .pd-h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin: 0 0 1rem; }\n    .pd-h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; line-height: 1.3; margin: 0 0 1rem; }\n    .pd-h3 { font-size: clamp(20px, 3vw, 24px); font-weight: 600; line-height: 1.4; margin: 0 0 0.75rem; }\n    .pd-body { font-size: clamp(18px, 2vw, 20px); margin: 0 0 1rem; color: var(--text-sub); }\n    .pd-small { font-size: 16px; color: var(--text-sub); }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section { margin-bottom: clamp(3rem, 8vw, 6rem); }\n    .pd-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }\n    .pd-grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }\n\n    \/* Images *\/\n    .pd-img { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n    \n    \/* Image Placeholder *\/\n    .pd-img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n    .pd-img-placeholder--square { aspect-ratio: 1\/1; }\n\n    \/* Hero *\/\n    .pd-hero { text-align: center; max-width: 800px; margin: 0 auto 4rem; }\n    .pd-trust-badge { \n      display: inline-flex; \n      align-items: center; \n      gap: 0.5rem;\n      background: var(--bg-card); \n      padding: 0.5rem 1rem; \n      border-radius: 50px; \n      font-size: 16px;\n      font-weight: 500;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Features *\/\n    .pd-feature-item { display: flex; flex-direction: column; gap: clamp(2rem, 4vw, 3rem); }\n    .pd-feature-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }\n    .pd-tag { background: var(--bg-card); padding: 0.4rem 1rem; border-radius: 4px; font-size: 16px; font-weight: 500; }\n\n    @media (min-width: 768px) {\n      .pd-feature-item { flex-direction: row; align-items: center; }\n      .pd-feature-item:nth-child(even) { flex-direction: row-reverse; }\n      .pd-feature-media, .pd-feature-copy { flex: 1; }\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table { width: 100%; border-collapse: collapse; text-align: left; }\n    .pd-specs-table th, .pd-specs-table td { padding: 1rem; border-bottom: 1px solid var(--border-color); vertical-align: top; }\n    .pd-specs-table th { width: 35%; color: var(--text-main); font-weight: 600; }\n    .pd-specs-table td { color: var(--text-sub); }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td { display: block; width: 100%; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table th { background: var(--bg-soft); border-bottom: none; padding-bottom: 0.5rem; }\n      .pd-specs-table td { padding-top: 0.5rem; border-bottom: none; }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item { background: var(--bg-card); padding: 1.5rem; border-radius: var(--radius-md); margin-bottom: 1rem; }\n    .pd-faq-question { font-weight: 600; margin-bottom: 0.5rem; display: flex; align-items: flex-start; gap: 0.75rem; }\n    .pd-faq-question::before { content: \"Q.\"; color: var(--primary); }\n    .pd-faq-answer { color: var(--text-sub); margin-left: 1.75rem; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003e\u003cspan\u003e✨ An unforgettable birthday surprise\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eThe Magical Birthday Card You Can Actually Blow Out\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience the joy of a real birthday moment with interactive music, fireworks, and a blowable LED candle.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804160500\/d985f3d2380c0979c0dd38e693f25c43.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder pd-img-placeholder--square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804160500\/d9ff2c1621bd84b64c50751c8f49690c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eMake a Wish and Blow Out the Candle\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eJust like a real birthday cake, you can blow on the LED candle to magically extinguish the light. The sensors trigger cheering and applause, creating a truly immersive and surprising moment for the birthday person.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eInteractive Sensor\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRealistic Fun\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Auto-Play Music \u0026 Light Show --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder pd-img-placeholder--square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804161218\/d050ed596338acf83d68544a8b74c3d0.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eInstant Party Atmosphere on Open\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eThe moment they open the card, it comes alive. Cheerful birthday music plays automatically while colorful LED fireworks flash in sync, instantly setting a festive and celebratory mood.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eAuto-Play Music\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSynchronized LEDs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: DIY for Any Age --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder pd-img-placeholder--square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804160500\/75b3b618c9d2a14d2720dbfed385551c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCustomizable for Every Milestone\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eIncludes two sets of numbers (0-9) that can be easily inserted into the cake base. Whether it's a 5th, 30th, or 80th birthday, you can personalize this card for anyone, making it a versatile and thoughtful gift.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eNumbers 0-9 Included\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReusable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid pd-grid-2\" style=\"align-items: start;\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder pd-img-placeholder--square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804160500\/8866610e7dd418f46395467cff381edb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCard Size (Folded)\u003c\/th\u003e\n\t\t\t\u003ctd\u003e7.1\" x 7.1\" (18 cm x 18 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature Highlights\u003c\/th\u003e\n\t\t\t\u003ctd\u003e3D Pop-up, Blowable LED Candle, Auto-play Music, Firework Lights\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWhat's Included\u003c\/th\u003e\n\t\t\t\u003ctd\u003e1x 3D Music \u0026amp; Light Birthday Card\u003cbr\u003e\n\t\t\t1x Luxury Envelope\u003cbr\u003e\n\t\t\t2 Sets of 0-9 Numbers\u003cbr\u003e\n\t\t\t1x Note Card\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=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I trigger the candle blowing effect?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eSimply blow towards the \"BLOW HERE\" text on the LED candle stem. The sensor will detect the air and turn off the light, followed by cheering sound effects.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I reuse the card for a different age?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eYes! The card comes with two full sets of numbers (0-9) that are easy to insert and remove from the cake base, allowing you to customize it for any age, year after year.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDoes the music start automatically?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eYes, the \"Happy Birthday\" music and the LED firework lights will automatically start playing as soon as the card is opened.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (For One Celebration)","offer_id":45958804668607,"sku":"1730853142280638943","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Spare - 10%)","offer_id":45958804701375,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save - 15%)","offer_id":45958804734143,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d985f3d2380c0979c0dd38e693f25c43_a68e36da-2b2b-4456-ad7c-6e73fbfd4e5d.jpg?v=1785831152","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/interactive-musical-pop-up-card","provider":"Bak","version":"1.0","type":"link"}