{"product_id":"daily-mental-health-journal","title":"Daily Mental Health Journal","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：A5 心理健康自我护理日记本\n目标受众：学生、教师、寻求个人成长和情绪引导的人群\n视觉风格：温柔、治愈、条理清晰、优雅\n配色策略：主色取自封面的柔和粉色（--primary），背景采用极淡的米粉色营造舒适感（--bg-soft），文字使用柔和的深灰色避免刺眼。\n模块顺序： Hero (整体价值) → Feature 1 (核心功能：结构化引导) → Feature 2 (内容深度：多样化页面) → Feature 3 (便携与外观) → Specs → FAQ\n详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_4.png\n规格图映射：Specs=image_2.png (及 image_6.png\/image_3.png)\n对比模块：未加入（无明显竞品对比逻辑，侧重自身体验展示）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* --- Design System Variables --- *\/\n    --primary: #d68c9a; \/* Gentle Pink from cover *\/\n    --primary-hover: #c57a88;\n    --text-main: #424242; \/* Soft black for readability *\/\n    --text-sub: #717171;\n    --bg-body: #ffffff;\n    --bg-card: #ffffff;\n    --bg-soft: #f9f3f4; \/* Very pale pink\/beige background *\/\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(214, 140, 154, 0.1);\n    --shadow-lg: 0 8px 24px rgba(214, 140, 154, 0.12);\n    --border-color: #eee0e5;\n    --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n    \/* --- Container Styles --- *\/\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.7;\n  }\n\n  \/* --- Typography --- *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    margin: 0 0 1rem 0;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  }\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    color: var(--primary);\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n  }\n  .product-detail-container h3 {\n    font-size: 22px;\n  }\n  .product-detail-container p {\n    margin: 0 0 1.5rem 0;\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n  }\n  .product-detail-container .sub-text {\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* --- Image Handling (Scheme A: Fluid) --- *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3; \/* Default aspect for placeholders *\/\n    background: #f0f0f0;\n    border: 2px dashed #ccc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #666;\n    font-family: monospace;\n    border-radius: var(--radius-md);\n    margin-bottom: 1rem;\n  }\n\n  \/* --- Layout Sections --- *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 1rem;\n    margin-bottom: 1.5rem;\n  }\n  .hero-badge {\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n  .feature-media, .feature-copy {\n    flex: 1;\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.8rem;\n    margin-top: 1rem;\n  }\n  .feature-tag {\n    font-size: 16px;\n    background: var(--bg-soft);\n    padding: 0.4rem 0.8rem;\n    border-radius: var(--radius-md);\n    color: var(--text-main);\n  }\n  \/* Reverse alternate features on desktop *\/\n  @media (min-width: 768px) {\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n  \/* Mobile Stack layout *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column;\n    }\n    .feature-media {\n      width: 100%;\n    }\n    .hero-section {\n      text-align: left;\n    }\n    .hero-badges {\n      justify-content: flex-start;\n    }\n  }\n\n  \/* --- Specifications --- *\/\n  .specs-container {\n    background: var(--bg-soft);\n    padding: clamp(1.5rem, 3vw, 3rem);\n    border-radius: var(--radius-lg);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n  .specs-table th,\n  .specs-table td {\n    padding: 1rem;\n    border-bottom: 1px solid var(--border-color);\n    vertical-align: top;\n    font-size: 18px;\n  }\n  .specs-table th {\n    font-weight: 600;\n    width: 35%;\n    color: var(--text-main);\n  }\n  \/* Mobile Table Adaption *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr { margin-bottom: 1rem; border-bottom: none; }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      padding: 0.8rem 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      padding-right: 1rem;\n    }\n  }\n\n  \/* --- FAQ Section --- *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-question {\n    font-weight: 600;\n    font-size: 20px;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n  .faq-answer {\n    margin: 0;\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\u003c\/style\u003e\n\u003c!-- ================= MODULE A: HERO ================= --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Guided Wellness\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e🌿 Everyday Mindfulness\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eYour Daily Path to Peace \u0026amp; Positivity\u003c\/h1\u003e\n\n\u003cp\u003eCultivate a happier, more balanced mind through structured daily reflection. This self-care journal is designed to make practicing gratitude, tracking moods, and setting positive intentions effortless.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605171556\/eadc148bec6aa1782e48226c796e158f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605171556\/ad8284d01f4aa4bb6165f8b2c30f170d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eStructured for Effortless Reflection\u003c\/h3\u003e\n\n\u003cp\u003eForget the pressure of a blank page. Thoughtfully designed layouts provide clear, gentle prompts for daily check-ins, ensuring you know exactly what to write to start or end your day with clarity.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDaily Priorities\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTo-Do Lists\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEvening Review\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Comprehensive Content --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605171556\/da9833ad0ea389c9e95aaba753a47b01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHolistic Tools for Mental Wellness\u003c\/h3\u003e\n\n\u003cp\u003eMore than just a diary, this journal offers comprehensive tools to understand your well-being. Track your mood, sleep, and energy levels, practice gratitude, and use dedicated spaces for emotional guidance and self-love affirmations.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMood Tracker 🤍\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGratitude Prompts\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSelf-Care Planning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Design \u0026 Portability --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605171556\/d55e5899def077cadfffe93142678b68.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eElegant Design, Perfectly Portable\u003c\/h3\u003e\n\n\u003cp\u003eFeaturing a premium gold double-spiral binding for lay-flat writing and a compact A5 size, it fits easily into your bag for wellness on the go. Available in elegant pink or classic white, making it a thoughtful gift for yourself or a loved one.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eA5 Compact Size\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGold Twin-Wire Binding\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLay-Flat Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= MODULE C: SPECIFICATIONS ================= --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eA5 Size: 21cm x 14.8cm (approx. 8.3\" x 5.8\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Page Count\"\u003e50 Sheets \/ 100 Pages\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Binding\"\u003ePremium Gold Double-Spiral (Twin-Wire)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Content Features\"\u003eUndated Daily Pages, Mood Tracking, Gratitude Prompts, Goal Setting, Self-Care Checklists\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003ePink, White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ================= MODULE D: FAQ ================= --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this journal undated?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the journal pages are completely undated. You can start at any time of the year and skip days without wasting pages, allowing you to journal at your own pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it lay flat when open?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The sturdy gold double-spiral binding allows the journal to open full 180 degrees and lay perfectly flat, making it comfortable to write on both left and right pages.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it suitable for beginners to journaling?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it is perfect for beginners. The structured prompts guide you through the process, removing the guesswork of what to write and making it easy to build a consistent habit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Soft Pink \/ 1 Journal (3-Month Supply \/ Starter)","offer_id":48968952676602,"sku":"0605-17294613","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ 1 Journal (3-Month Supply \/ Starter)","offer_id":48968952709370,"sku":"0605-17292146","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Soft Pink \/ 2 Journals (Half-Year Supply - Save 10%)","offer_id":48968952742138,"sku":"0605-17296880","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ 2 Journals (Half-Year Supply - Save 10%)","offer_id":48968952774906,"sku":"0605-17297627","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Soft Pink \/ 4 Journals (Full Year Supply - Buy 3 Get 1 FREE!)","offer_id":48968952807674,"sku":"0605-17292799","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Classic White \/ 4 Journals (Full Year Supply - Buy 3 Get 1 FREE!)","offer_id":48968952840442,"sku":"0605-17291894","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/eadc148bec6aa1782e48226c796e158f.jpg?v=1780651868","url":"https:\/\/varitino.com\/products\/daily-mental-health-journal","provider":"Varitino","version":"1.0","type":"link"}