{"product_id":"color-coded-thought-organizer","title":"Color-Coded Thought Organizer","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：纸质便签本 (Brain Dump Notepad)\n目标受众：需要整理思绪、规划任务、减轻心理负担的人群\n视觉风格：整洁、明亮、色彩柔和、以功能展示为主\n配色策略：以纸张米色和背景白色为主，辅以产品自带的粉、紫、黄、绿、蓝 pastel 色系作为点缀\n模块顺序：Hero -\u003e Feature 1 (布局功能) -\u003e Feature 2 (物理设计) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_2.png\n规格图映射：Specifications=image_2.png (提取数据)\n对比模块：未加入 (无明显对比需求，聚焦产品自身功能)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e76f51; \/* 选自图片中的强调色 *\/\n      --primary-hover: #d65a3e;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f9f9f9;\n      --bg-card: #ffffff;\n      --radius-md: 8px;\n      --radius-lg: 12px;\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: #eeeeee;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .text-sm {\n      font-size: 16px;\n    }\n\n    \/* Reusable Components *\/\n    .badge-pill {\n      display: inline-block;\n      padding: 0.25rem 0.75rem;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 99px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding: var(--spacing-section) 0;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Section *\/\n    .feature-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      padding: 0.25rem 0.75rem;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Section *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      padding: var(--spacing-section);\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\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\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\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 {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        text-align: right;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 0;\n        width: 45%;\n        padding-right: 1rem;\n        white-space: nowrap;\n        font-weight: 600;\n        text-align: left;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-item h3::before {\n      content: \"Q.\";\n      font-weight: 700;\n      color: var(--primary);\n      margin-right: 0.5rem;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-pill\"\u003e✨ Instant Clarity for Your Busy Mind\u003c\/span\u003e\n\u003ch1\u003eDeclutter Your Thoughts \u0026amp; Get Organized\u003c\/h1\u003e\n\n\u003cp class=\"text-sm\"\u003eThe \"Brain Dump\" notepad helps you offload mental clutter into actionable, color-coded tasks so you can focus on what matters.\u003cbr\u003e\n\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704113308\/4a6e8ab88b2b278ad467138959d73434.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704110045\/f18eba1ede5790d1a309a98bbea4d10b.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\u003ch2\u003eStructured Thinking Made Simple\u003c\/h2\u003e\n\n\u003cp\u003eBreak down overwhelming thoughts into clear, color-coded categories. The intuitive layout lets you quickly sort calls, emails, and priorities, turning chaos into a clear action plan.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eColor-Coded Sections\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTask Checkboxes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGoal Setting Area\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Physical Design \u0026 Convenience --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260704110045\/6d1fcb2b991eea3a977c2056fcf55d56.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\u003ch2\u003eDesigned for a Fresh Start, Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eStart each day with a clean slate using the convenient tear-away top binding. The sturdy cardboard back provides a solid writing surface, so you can jot down ideas comfortably, wherever you are.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e50 Tear-Off Sheets\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTop-Bound\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSturdy Backing\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\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\u003cth data-label=\"Product Type\"\u003e\u003cspan style=\"font-size:16px;\"\u003eProduct Type\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eBrain Dump Notepad \/ Task Organizer\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Sheet Count\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSheet Count\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e50 Sheets\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Binding Style\"\u003e\u003cspan style=\"font-size:16px;\"\u003eBinding Style\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eTop Glue-Bound (Tear-Away)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Layout Features\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLayout Features\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e\"Brain Dump\" Header, Color-Coded Sections, Checkboxes\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Backing Material\"\u003e\u003cspan style=\"font-size:16px;\"\u003eBacking Material\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eSturdy Cardboard\u003c\/span\u003e\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat is the best way to use this notepad?\u003c\/h3\u003e\n\n\u003cp\u003eUse it whenever you feel overwhelmed. Write down everything on your mind in the \"Brain Dump\" section, then categorize items into the color-coded boxes (calls, emails, etc.) to create a clear action plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the paper fountain pen friendly?\u003c\/h3\u003e\n\n\u003cp\u003eThe paper is designed for standard ballpoint pens, gel pens, and pencils. While it handles most writing instruments well, very wet inks may experience slight feathering.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan I easily tear off the pages?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the notepad features a top glue binding designed for easy, clean removal of sheets, allowing you to start fresh whenever you need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Starter Pad)","offer_id":45810130321599,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45810130354367,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Best Value - 15%)","offer_id":45810130387135,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4a6e8ab88b2b278ad467138959d73434.jpg?v=1783136018","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/color-coded-thought-organizer","provider":"Bak","version":"1.0","type":"link"}