{"product_id":"focus-boosting-mushroom-coffee","title":"Focus Boosting Mushroom Coffee","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：功能性蘑菇咖啡粉 (即溶)\n  目标受众：追求健康、希望获得能量和专注力但不想要普通咖啡副作用的人群。\n  视觉风格：自然、有机、温暖、健康、专业。配色基于产品包装，以深棕色为主调，米金色、奶油色为辅助。\n  配色策略：--primary: #7E4A2B, --bg-body: #FDF8F2, --bg-soft: #F4EBD9\n  模块顺序：Intro\/Hero -\u003e Feature 1 (6 Mushrooms) -\u003e Feature 2 (Energy \u0026 Focus) -\u003e Feature 3 (Gut \u0026 Immune) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_6.png, Feature2=image_3.png, Feature3=image_4.png\n  规格图映射：Specs=image_1.png\n  对比模块：未加入（功能性卖点已在Feature模块充分展示）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #7E4A2B;\n      --primary-hover: #5C361F;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FDF8F2;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F4EBD9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #E0D6C8;\n      --spacing-block: clamp(2rem, 5vw, 4rem);\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      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: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n    .product-detail-container .intro-text {\n      font-size: 20px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Reusable Components *\/\n    .section-block {\n      margin-bottom: var(--spacing-block);\n    }\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n    .pill-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .pill {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--spacing-block) 0;\n    }\n    .hero-trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-block);\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-card {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.5rem;\n      color: var(--text-sub);\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    \/* Responsive Layout *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 1rem;\n      }\n      .feature-item, .feature-item.reverse {\n        flex-direction: column;\n      }\n      .feature-media {\n        width: 100%;\n      }\n      .feature-copy {\n        width: 100%;\n        text-align: left;\n      }\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n        border: 1px solid var(--border-color);\n      }\n      .specs-table td {\n        padding: 0.5rem 0;\n        border-bottom: none;\n        display: flex;\n        justify-content: space-between;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        margin-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cspan class=\"hero-trust-badge\"\u003eDesigned for Daily Wellness\u003c\/span\u003e\n\u003ch1\u003eSmooth Energy, Sharper Focus, Happier Gut.\u003c\/h1\u003e\n\n\u003cp class=\"intro-text\"\u003eUpgrade your morning ritual with our premium instant mushroom coffee. A functional blend of 6 powerful mushrooms and real coffee for calm, sustained energy without the crash or jitters.\u003c\/p\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 2rem auto;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181435\/fd2bdc619d6bfa22b3f24e0291fcd86b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181435\/f9a8060265522ed86d70da61160f908e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy feature-card\"\u003e\n\u003ch2\u003eThe Power of 6 Functional Mushrooms\u003c\/h2\u003e\n\n\u003cp\u003eWhy settle for just caffeine? We’ve combined premium coffee with a powerhouse blend of six organic mushrooms—Lion's Mane, Cordyceps, Reishi, Turkey Tail, Shiitake, and King Trumpet. Each serving is packed with functional benefits to support your body and mind, from immune defense to cognitive performance.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-group\"\u003e\n\u003cspan class=\"pill\"\u003e🍄 Full Spectrum Blend\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🧠 Cognitive Support\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🛡️ Immune Defense\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Smooth Energy \u0026 Laser Focus --\u003e\n\n\u003cdiv class=\"section-block feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181435\/0ee5dd83caa71d63b2d44334ac4c8bf5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy feature-card\"\u003e\n\u003ch2\u003eSmooth Energy \u0026amp; Laser-Sharp Focus\u003c\/h2\u003e\n\n\u003cp\u003eDitch the jitters and the mid-day crash. With roughly half the caffeine of a standard cup of coffee (about 48mg), plus the adaptogenic properties of Cordyceps for stamina and Lion's Mane for focus, you get a calm, sustained boost that helps you power through your day productively and peacefully.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-group\"\u003e\n\u003cspan class=\"pill\"\u003e⚡ Sustained Energy\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🎯 Better Focus\u003c\/span\u003e \u003cspan class=\"pill\"\u003e😌 No Jitters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gut \u0026 Immune Support --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181435\/c8cf3b07b75869eedb4717df69f8f256.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy feature-card\"\u003e\n\u003ch2\u003eHolistic Gut \u0026amp; Immune Health\u003c\/h2\u003e\n\n\u003cp\u003eYour daily cup now does more for you. Our blend includes Turkey Tail, Shiitake, and Reishi, known for their immune-supporting properties. We also add prebiotic fiber to nourish your gut microbiome, promoting better digestion and overall wellness from the inside out.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-group\"\u003e\n\u003cspan class=\"pill\"\u003e🌱 Gut Health\u003c\/span\u003e \u003cspan class=\"pill\"\u003e🛡️ Immune Support\u003c\/span\u003e \u003cspan class=\"pill\"\u003e✨ Overall Wellness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eNutrition \u0026amp; Ingredients\u003c\/h2\u003e\n\n\u003cp\u003eA clean, functional coffee alternative designed for your modern lifestyle.\u003c\/p\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\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\u003ctd data-label=\"Product Type\"\u003eInstant Mushroom Coffee Blend\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePowder mix (requires hot water\/milk to dissolve)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Ingredients\"\u003eOrganic Instant Coffee, Organic RYZE Super6™ Mushroom Blend (Cordyceps, Reishi, King Trumpet, Shiitake, Turkey Tail, Lion's Mane), Organic Prebiotic Blend (Acacia Fiber, Inulin Fiber, Tapioca Fiber)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSee supplement facts for details.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Caffeine Content\"\u003e~48mg per serving\u003c\/td\u003e\n\t\t\t\u003ctd\u003eApprox. half that of regular coffee.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dietary Benefits\"\u003eVegan, Gluten-Free, Dairy-Free, Soy-Free, Paleo Friendly, No Added Sugar\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSuitable for various dietary needs.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Serving Size\"\u003e1 Tbsp (6g)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMakes one cup.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Servings Per Container\"\u003e30\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBased on a 180g bag.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"max-width: 600px; margin: 2rem auto;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518181435\/8e35a7c4d991243d15e357e2abb47530.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I prepare this mushroom coffee?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt's an instant powder, so no brewing is required! Simply add 1 tablespoon (6g) of the powder to your favorite mug, pour in hot water or your preferred milk (dairy or plant-based), and stir well until dissolved. You can also blend it for a frothier latte-style drink.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it taste like mushrooms?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNot at all. We use premium instant coffee, so it has a smooth, rich coffee flavor. The mushrooms are essentially tasteless in the blend, providing all their functional benefits without altering the classic coffee taste you love.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs there caffeine in this product?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, it contains caffeine from real coffee, but at a lower level than a standard cup. Each serving has approximately 48mg of caffeine, which is about half the amount found in regular coffee, offering a gentler lift.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single Bag","offer_id":53231113240876,"sku":"0521-13464422","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (2-Month Supply)","offer_id":53231113273644,"sku":"0521-13465636","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (3-Month Supply - Most Popular)","offer_id":53231113306412,"sku":"0521-13466156","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/fd2bdc619d6bfa22b3f24e0291fcd86b.jpg?v=1779342497","url":"https:\/\/newzyhoome.com\/products\/focus-boosting-mushroom-coffee","provider":"Newzyhoome","version":"1.0","type":"link"}