{"product_id":"undated-weekly-meal-planner","title":"Undated Weekly Meal Planner","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Stationery \/ Kitchen Organization (Weekly Meal Planner \u0026 Grocery Pad)\nTarget Audience: Busy families, meal preppers, home organizers.\nVisual Style: Clean, practical, organized, friendly.\nColor Strategy: Soft Teal primary (representing organization\/calm), dark slate text for readability, off-white background cards to contrast crisp paper.\nShape Strategy: Radius 16px - Soft enough to feel domestic and friendly, structured enough to feel organized.\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32px+, Body 18px+).\nMobile Table Strategy: Card-based (No horizontal scroll).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1. Design System Variables *\/\n    --primary: #2A9D8F; \/* Soft Teal *\/\n    --primary-light: #E9F5F3;\n    --accent: #E9C46A; \/* Gold tone for coil reference *\/\n    --text-main: #2B2D42;\n    --text-sub: #5C677D;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8F9FA;\n    --border-color: #E2E8F0;\n    \n    --radius-md: 12px;\n    --radius-lg: 20px;\n    \n    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n\n    \/* 0. Typography \u0026 Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\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    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography Scales *\/\n  .pd-h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 800; line-height: 1.2; margin-bottom: 16px; color: var(--text-main); }\n  .pd-h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 600; line-height: 1.3; margin-bottom: 24px; color: var(--text-sub); }\n  .pd-h3 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; line-height: 1.3; margin-bottom: 16px; color: var(--text-main); }\n  .pd-p { font-size: clamp(18px, 2vw, 20px); margin-bottom: 16px; color: var(--text-sub); }\n  .pd-p:last-child { margin-bottom: 0; }\n  .pd-small { font-size: 16px; color: var(--text-sub); }\n\n  \/* Utilities *\/\n  .text-center { text-align: center; }\n  .section-gap { margin-top: clamp(3rem, 6vw, 5rem); margin-bottom: clamp(3rem, 6vw, 5rem); }\n  \n  \/* Badges (Non-clickable) *\/\n  .pd-badge {\n    display: inline-block;\n    padding: 8px 16px;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 16px;\n  }\n\n  \/* Image Protocol A: Natural Flow *\/\n  .pd-img-natural {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* Placeholder Style *\/\n  .pd-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: #f1f3f5;\n    border: 2px dashed #ced4da;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #868e96;\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 20px;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 4vw, 3rem);\n    margin-top: clamp(2rem, 4vw, 4rem);\n    text-align: center;\n  }\n  .pd-hero-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .pd-social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 24px;\n    padding: 8px 16px;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    font-size: 16px;\n    font-weight: 600;\n  }\n  .pd-stars { color: #FFD166; letter-spacing: 2px; }\n\n  \/* Feature Sections (Mobile Lock -\u003e Desktop Z-Pattern) *\/\n  .pd-feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 6vw, 6rem);\n  }\n  \n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile: Image top, Text bottom *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n    align-items: center;\n  }\n\n  .pd-feature-media, .pd-feature-copy {\n    width: 100%;\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .pd-specs-container {\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .pd-faq-item {\n    background: var(--bg-body);\n    border: 1px solid var(--border-color);\n    padding: 24px;\n    border-radius: var(--radius-md);\n  }\n  .pd-faq-q {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 12px;\n  }\n  .pd-faq-a {\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\n  \/* Desktop Enhancements (min-width: 768px) *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row; \/* Desktop: Side by side *\/\n      justify-content: space-between;\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Z-Pattern *\/\n    }\n    .pd-feature-media, .pd-feature-copy {\n      width: calc(50% - (clamp(1.5rem, 4vw, 3rem) \/ 2));\n    }\n    .pd-feature-copy {\n      padding: 0 2rem;\n    }\n\n    \/* Normal Table for Desktop *\/\n    .pd-table th, .pd-table td {\n      padding: 20px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-table th {\n      background-color: var(--primary-light);\n      color: var(--text-main);\n      font-weight: 600;\n      width: 30%;\n    }\n    .pd-table tr:last-child td {\n      border-bottom: none;\n    }\n    .mobile-table-header { display: none; }\n  }\n\n  \/* Mobile Table Lock (max-width: 767px) *\/\n  @media (max-width: 767px) {\n    .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-table thead {\n      display: none; \/* Hide default header *\/\n    }\n    .pd-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      overflow: hidden;\n    }\n    .pd-table td {\n      padding: 16px;\n      border-bottom: 1px solid var(--bg-card);\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero section-gap\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eLoved by 10,000+ Busy Families\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eMaster Your Week: The Ultimate Meal Plan \u0026amp; Grocery Pad\u003c\/h1\u003e\n\n\u003cp class=\"pd-h2\"\u003eSimplify cooking, eliminate food waste, and save hours every week with our tear-off, perfectly organized planner.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414175537\/ddbbe96639330bb802b2571bb96eeeb3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-list section-gap\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414175537\/0847c468a3c9b68a4503f098eaab1f5e.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\u003cdiv class=\"pd-badge\"\u003eStress-Free Planning\u003c\/div\u003e\n\n\u003ch3 class=\"pd-h3\"\u003ePlan Meals, Reduce Daily Stress\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eOrganize breakfast, lunch, and dinner for the entire week at a glance. Say goodbye to the 5 PM \"what's for dinner\" panic.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eDesigned with undated days, you can start anytime. Perfect for busy households and dedicated meal preppers wanting to build consistent, healthy cooking habits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414175537\/53c7861f63b2ef5760c191af3ac548f2.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\u003cdiv class=\"pd-badge\"\u003eTear \u0026amp; Go\u003c\/div\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eCategorized \u0026amp; Perforated Grocery List\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eNever forget a crucial ingredient again. Our categorized shopping list (Dairy, Meat, Produce, etc.) saves you time navigating store aisles and helps prevent budget-breaking impulse buys.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eFeaturing a clever perforated edge—simply tear off the right side to take to the store, while your weekly meal schedule stays safely posted at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414175537\/9c2e73344f004f833f6f38d94717ccfa.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\u003cdiv class=\"pd-badge\"\u003ePremium Quality\u003c\/div\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eA Full Year of Organization\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eWith 52 high-quality tear-off sheets and a sturdy gold double coil spring, this planner is built to last an entire year of daily use.\u003c\/p\u003e\n\n\u003cp class=\"pd-p\"\u003eIts compact, thoughtful dimensions fit perfectly on kitchen counters, inside cabinet doors, or on family command center boards without taking up valuable prep space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Card layout on mobile) --\u003e\n\n\u003cdiv class=\"pd-specs-container section-gap\"\u003e\n\u003ch2 class=\"pd-h1 text-center\" style=\"margin-bottom: 2rem;\"\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\u003e14.8 cm x 21.7 cm\u003cbr\u003e\n\t\t\t\u003cspan class=\"pd-small\"\u003e(5.8 in x 8.5 in)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Page Count\"\u003ePage Count\u003c\/td\u003e\n\t\t\t\u003ctd\u003e52 Tear-off Sheets (Full Year Supply)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Binding Type\"\u003eBinding Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSturdy Gold Double Coil Spring\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003eKey Features\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUndated daily blocks, Categorized grocery sections, Perforated list tear-off\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ideal Placement\"\u003eIdeal Placement\u003c\/td\u003e\n\t\t\t\u003ctd\u003eKitchen counters, refrigerator doors, wall boards\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=\"section-gap\"\u003e\n\u003ch2 class=\"pd-h1 text-center\" style=\"margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eDoes the pad come with magnets for the fridge?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eThis planner is designed to be highly versatile—laying perfectly flat on counters or pinned to boards. While it doesn't include built-in magnets, many of our customers easily attach standard adhesive magnet strips to the sturdy cardboard back for perfect fridge mounting.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the paper thick enough to prevent ink from bleeding through?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eYes! We use premium, thick paper stock specifically chosen to prevent most common household pens and markers from bleeding through to the next week's sheet.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow exactly does the perforated list work?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eThere is a clean micro-perforation line running vertically down the middle of each page. Once you've planned your meals and written your grocery needs, you can easily fold and tear away just the shopping list half to take to the supermarket, leaving your meal schedule intact at home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Culinary Sketch","offer_id":51534056980770,"sku":"0414-18302416","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Macaron Palette","offer_id":51534057013538,"sku":"0414-18303470","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Dark Tropical","offer_id":51534057046306,"sku":"0414-18305947","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Minimalist Pink","offer_id":51534057079074,"sku":"0414-18303377","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Autumn Flora","offer_id":51534057111842,"sku":"0414-18304780","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Mint Toucan","offer_id":51534057144610,"sku":"0414-18307315","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/ddbbe96639330bb802b2571bb96eeeb3.jpg?v=1776162658","url":"https:\/\/newshopllox.com\/products\/undated-weekly-meal-planner","provider":"Newshopllox","version":"1.0","type":"link"}