{"product_id":"adhd-friendly-cleaning-planner","title":"ADHD Friendly Cleaning Planner","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Specialized ADHD Cleaning Planner\nTarget Audience: Individuals with ADHD, easily overwhelmed adults, busy parents\nVisual Style: Calming, structured, clear, and non-overwhelming\nColor Strategy: Soft Sage Green (--primary) and Warm Cream (--bg-body) to reduce visual stress and induce calm. Soft high-contrast text for readability.\nShape Strategy: Radius 16px. Soft rounded corners to feel approachable and forgiving.\nTypography Strategy: Large Type \/ Mobile-first readable (H1 36px+, Body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll), using data-label for responsive display\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #52796F; \/* Calming sage green *\/\n      --primary-light: #CAD2C5;\n      --accent: #E07A5F; \/* Warm muted coral *\/\n      --bg-body: #F9FAF9; \/* Very soft off-white to reduce glare *\/\n      --bg-card: #FFFFFF;\n      --text-main: #2F3E46;\n      --text-sub: #5C676D;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(47, 62, 70, 0.04);\n      --shadow-lg: 0 12px 30px rgba(47, 62, 70, 0.08);\n      --border-color: #E2E8E4;\n      \n      \/* Global Layout \u0026 Typography Rules *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Visual Badges (Non-clickable CTA Alternative) *\/\n    .visual-badge {\n      display: inline-block;\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Image Protocol *\/\n    .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background-color: var(--border-color);\n      box-shadow: var(--shadow-lg);\n    }\n    \n    .media-wrapper img, \n    .media-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .media-placeholder {\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #F0F4F2;\n      border: 2px dashed var(--primary-light);\n      color: var(--text-sub);\n      font-size: 20px;\n      font-weight: bold;\n    }\n\n    \/* Hero Layout *\/\n    .hero-layout {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      text-align: center;\n      padding-top: 2rem;\n    }\n    .hero-copy {\n      max-width: 800px;\n    }\n\n    \/* Features - Mobile Ordering Lock (Z-Pattern on Desktop) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Force Mobile Lock: Image top, Text bottom *\/\n      gap: 2rem;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.25rem 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    \n    .faq-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* === Desktop Enhancements (min-width: 768px) === *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern Enabled *\/\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Alternate pattern *\/\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      \n      .hero-layout {\n        flex-direction: row;\n        text-align: left;\n      }\n      .hero-copy, .hero-media {\n        width: 50%;\n      }\n    }\n\n    \/* === Mobile Specs Table Lock (max-width: 767px) === *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .pd-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      \n      .pd-table tr {\n        background: #fff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n      \n      .pd-table td {\n        border-bottom: none;\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 1rem;\n      }\n\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        font-size: 16px;\n        margin-bottom: 0.25rem;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-layout\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003ePerfect for ADHD\u003c\/div\u003e\n\n\u003ch1\u003eConquer the Clutter Without the Overwhelm\u003c\/h1\u003e\n\n\u003cp\u003eSpecifically designed to tackle the unique challenges of ADHD. We break down household chores into clear, structured, and bite-sized tasks so you can finally experience a clean home without the decision fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317180638\/07d90e5ae78d8d562b2a396ca48682b8.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\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317180638\/412a207a68ac3097530442d2d4378ca1.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=\"feature-copy\"\u003e\n\u003ch2\u003eComplete Cleaning Schedule\u003c\/h2\u003e\n\n\u003cp\u003eNo more wondering where to start. Our daily, weekly, and monthly checklists prioritize areas for you. Simply follow the guided framework, track your progress effortlessly, and stay on top of your routine with absolute clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317180638\/9ad5a850e22c485070fd7b34cc447144.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=\"feature-copy\"\u003e\n\u003ch2\u003ePremium, Durable Pages\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to withstand daily life. Featuring high-quality, sturdy regular pages for your long-term planning, plus premium glossy sections designed to be written on and erased. No tearing, no smudging—just a reliable tool ready for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317180638\/1b530f281aaf868cedf9d29785ce2a76.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=\"feature-copy\"\u003e\n\u003ch2\u003eStress-Free Organizing\u003c\/h2\u003e\n\n\u003cp\u003eWhether you're managing a family, coordinating with roommates, or just struggling to stay organized on your own, this planner builds sustainable habits that fit your actual lifestyle. Reduce mental clutter and reclaim your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\u003eDetails\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=\"Dimensions\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e21.6 x 27.9 cm (8.5 x 11.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e450 g (15.9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd\u003eThick premium paper \u0026amp; Glossy erasable sections\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Layout Type\"\u003eLayout Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDaily, Weekly \u0026amp; Monthly Checklists\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Best For\"\u003eBest For\u003c\/td\u003e\n\t\t\t\u003ctd\u003eADHD adults, busy parents, roommates\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHow does this planner specifically help with ADHD?\u003c\/h3\u003e\n\n\u003cp\u003eIt eliminates decision fatigue. Instead of a blank page that causes overwhelm, it provides highly structured, bite-sized checklists that tell you exactly what to clean and when, making starting tasks much easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eAre the pages reusable?\u003c\/h3\u003e\n\n\u003cp\u003eYes! The planner includes special glossy sections designed for dry-erase markers, allowing you to reuse daily and weekly task lists without wasting paper, alongside thick standard pages for permanent long-term goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs this a good gift for someone who isn't diagnosed with ADHD?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. It is the perfect thoughtful gift for busy parents, college students, or anyone who simply wants to simplify home maintenance and build stress-free organizing routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"ADHD Cleaning Planner Multicolor \/ 📓 1 x Planner (Undated)","offer_id":44895771984008,"sku":"0318-15360138","price":12.95,"currency_code":"USD","in_stock":true},{"title":"ADHD Cleaning Planner Multicolor \/ 👯‍♀️ 2-Pack (Save 20%) - Roommate Combo","offer_id":44895772049544,"sku":"0318-15369836","price":19.95,"currency_code":"USD","in_stock":true},{"title":"ADHD Cleaning Planner Multicolor \/ 👨‍👩‍👧‍👦 3-Pack (Save 25%) - Family Bundle","offer_id":44895772115080,"sku":"0318-15360128","price":27.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/07d90e5ae78d8d562b2a396ca48682b8_64eba081-f7bc-45ad-9725-3351686d8f66.jpg?v=1774404371","url":"https:\/\/pawnexa.com\/products\/adhd-friendly-cleaning-planner","provider":"PawNexa","version":"1.0","type":"link"}