{"product_id":"back-to-homeschool-mom-bundle","title":"Back to Homeschool Mom Bundle","description":"\u003cstyle\u003e\n  .mfd-mom-bundle {\n    --mfd-cream: #fffaf3;\n    --mfd-soft: #f7eee3;\n    --mfd-blush: #ead6cd;\n    --mfd-sage: #7f9278;\n    --mfd-deep-sage: #566852;\n    --mfd-brown: #493c34;\n    --mfd-gold: #b58a52;\n    --mfd-white: #ffffff;\n    --mfd-border: rgba(73, 60, 52, 0.13);\n\n    max-width: 940px;\n    margin: 20px auto;\n    color: var(--mfd-brown);\n    font-family: inherit;\n    line-height: 1.65;\n  }\n\n  .mfd-mom-bundle * {\n    box-sizing: border-box;\n  }\n\n  .mfd-mom-bundle h2,\n  .mfd-mom-bundle h3,\n  .mfd-mom-bundle p {\n    margin-top: 0;\n  }\n\n  .mfd-bundle-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 48px 36px;\n    text-align: center;\n    background:\n      radial-gradient(circle at top left, rgba(234, 214, 205, 0.7), transparent 35%),\n      linear-gradient(145deg, var(--mfd-cream), var(--mfd-soft));\n    border: 1px solid var(--mfd-border);\n    border-radius: 26px;\n  }\n\n  .mfd-bundle-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--mfd-deep-sage);\n    font-size: 0.82rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .mfd-bundle-hero h2 {\n    margin-bottom: 16px;\n    color: var(--mfd-brown);\n    font-size: clamp(2rem, 5vw, 3.15rem);\n    line-height: 1.12;\n  }\n\n  .mfd-bundle-subtitle {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    font-size: 1.08rem;\n  }\n\n  .mfd-bundle-scripture {\n    display: inline-block;\n    max-width: 640px;\n    margin: 0 auto;\n    padding: 14px 22px;\n    background: rgba(255, 255, 255, 0.74);\n    border: 1px solid var(--mfd-border);\n    border-radius: 999px;\n    color: var(--mfd-deep-sage);\n    font-style: italic;\n  }\n\n  .mfd-bundle-intro {\n    max-width: 780px;\n    margin: 34px auto;\n    padding: 0 14px;\n    text-align: center;\n    font-size: 1.06rem;\n  }\n\n  .mfd-bundle-highlight {\n    color: var(--mfd-deep-sage);\n    font-weight: 700;\n  }\n\n  .mfd-bundle-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    margin: 28px 0;\n  }\n\n  .mfd-product-card {\n    padding: 30px;\n    background: var(--mfd-white);\n    border: 1px solid var(--mfd-border);\n    border-radius: 22px;\n    box-shadow: 0 12px 30px rgba(73, 60, 52, 0.06);\n  }\n\n  .mfd-product-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 17px;\n    background: var(--mfd-sage);\n    border-radius: 50%;\n    color: var(--mfd-white);\n    font-weight: 700;\n  }\n\n  .mfd-product-card h3 {\n    margin-bottom: 10px;\n    color: var(--mfd-deep-sage);\n    font-size: 1.4rem;\n    line-height: 1.25;\n  }\n\n  .mfd-product-card ul,\n  .mfd-checklist {\n    margin: 20px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mfd-product-card li,\n  .mfd-checklist li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 28px;\n  }\n\n  .mfd-product-card li::before,\n  .mfd-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--mfd-sage);\n    font-weight: 800;\n  }\n\n  .mfd-flow-section {\n    margin: 34px 0;\n    padding: 36px;\n    background: var(--mfd-deep-sage);\n    border-radius: 24px;\n    color: var(--mfd-white);\n  }\n\n  .mfd-flow-section h3 {\n    margin-bottom: 22px;\n    text-align: center;\n    color: var(--mfd-white);\n    font-size: 1.7rem;\n  }\n\n  .mfd-flow-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mfd-flow-step {\n    padding: 22px;\n    text-align: center;\n    background: rgba(255, 255, 255, 0.11);\n    border: 1px solid rgba(255, 255, 255, 0.19);\n    border-radius: 18px;\n  }\n\n  .mfd-flow-icon {\n    margin-bottom: 10px;\n    font-size: 1.7rem;\n  }\n\n  .mfd-flow-step strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 1.02rem;\n  }\n\n  .mfd-included-section {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 30px;\n    align-items: center;\n    margin: 34px 0;\n    padding: 34px;\n    background: var(--mfd-cream);\n    border: 1px solid var(--mfd-border);\n    border-radius: 24px;\n  }\n\n  .mfd-included-section h3 {\n    margin-bottom: 10px;\n    color: var(--mfd-deep-sage);\n    font-size: 1.7rem;\n  }\n\n  .mfd-gentle-note {\n    margin: 34px 0;\n    padding: 28px;\n    text-align: center;\n    background: linear-gradient(145deg, #f5e5df, #fff9f5);\n    border-left: 5px solid var(--mfd-gold);\n    border-radius: 8px 20px 20px 8px;\n  }\n\n  .mfd-gentle-note strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mfd-deep-sage);\n    font-size: 1.25rem;\n  }\n\n  .mfd-digital-notice {\n    margin-top: 30px;\n    padding: 22px 26px;\n    background: var(--mfd-white);\n    border: 1px dashed var(--mfd-sage);\n    border-radius: 16px;\n    text-align: center;\n    font-size: 0.94rem;\n  }\n\n  .mfd-digital-notice strong {\n    color: var(--mfd-deep-sage);\n  }\n\n  .mfd-closing {\n    margin: 34px auto 10px;\n    padding: 0 18px;\n    text-align: center;\n  }\n\n  .mfd-closing h3 {\n    margin-bottom: 12px;\n    color: var(--mfd-deep-sage);\n    font-size: 1.8rem;\n  }\n\n  @media (max-width: 760px) {\n    .mfd-bundle-hero {\n      padding: 38px 22px;\n    }\n\n    .mfd-bundle-grid,\n    .mfd-flow-steps,\n    .mfd-included-section {\n      grid-template-columns: 1fr;\n    }\n\n    .mfd-product-card,\n    .mfd-flow-section,\n    .mfd-included-section {\n      padding: 26px 22px;\n    }\n\n    .mfd-bundle-scripture {\n      border-radius: 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mfd-mom-bundle\"\u003e\n\u003csection class=\"mfd-bundle-hero\"\u003e\u003cspan class=\"mfd-bundle-eyebrow\"\u003eTwo Christ-Centered Resources for Mom\u003c\/span\u003e\n\u003ch2\u003eThe Homeschool Mom Renewal Bundle\u003c\/h2\u003e\n\u003cp class=\"mfd-bundle-subtitle\"\u003eA beautiful devotional bundle created to encourage your heart, restore your focus, and help you lead your homeschool from a place of peace, purpose, and closeness with Christ.\u003c\/p\u003e\n\u003cdiv class=\"mfd-bundle-scripture\"\u003eBegin with the Lord. Be filled by His Word. Lead your children from the overflow of a heart rooted in Him.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mfd-bundle-intro\"\u003e\n\u003cp\u003eHomeschooling is a beautiful calling—but it can also leave a mother feeling tired, distracted, discouraged, or unsure of how to move forward.\u003c\/p\u003e\n\u003cp\u003eThis bundle brings together \u003cspan class=\"mfd-bundle-highlight\"\u003eThe Homeschool Mom Devotional\u003c\/span\u003e and \u003cspan class=\"mfd-bundle-highlight\"\u003eThe Homeschool Reset\u003c\/span\u003e to help you care for your own walk with God while intentionally cultivating a Christ-centered rhythm within your home.\u003c\/p\u003e\n\u003cp\u003eIt is not about creating a perfect schedule or becoming a perfect homeschool mom. It is about returning to the One who equips you for every lesson, interruption, challenge, and precious moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mfd-bundle-grid\"\u003e\n\u003csection class=\"mfd-product-card\"\u003e\n\u003cdiv class=\"mfd-product-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003e\u003ca href=\"https:\/\/morningfloradevotionals.com\/products\/the-homeschool-mom-devotional\" rel=\"noopener\" target=\"_blank\"\u003eThe Homeschool Mom Devotional\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eA beautifully designed 30-day devotional created especially for moms balancing the sacred calling of motherhood with the everyday joys and challenges of homeschooling.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e30 thoughtful, Scripture-rooted devotionals\u003c\/li\u003e\n\u003cli\u003eEncouragement written for the heart of a homeschool mom\u003c\/li\u003e\n\u003cli\u003eJournaling pages for prayers and personal reflection\u003c\/li\u003e\n\u003cli\u003ePeaceful adult coloring pages\u003c\/li\u003e\n\u003cli\u003eExtra space for notes, doodling, and creative expression\u003c\/li\u003e\n\u003cli\u003eDesigned to use digitally or print at home\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mfd-product-card\"\u003e\n\u003cdiv class=\"mfd-product-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003e\u003ca href=\"https:\/\/morningfloradevotionals.com\/products\/the-homeschool-reset\" rel=\"noopener\" target=\"_blank\"\u003eThe Homeschool Reset\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eAn intentional devotional rhythm that begins with mom and then gently invites your child to grow alongside you through meaningful reflection and hands-on application.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eA devotional journal created especially for mom\u003c\/li\u003e\n\u003cli\u003eScripture, reflection, and prayer\u003c\/li\u003e\n\u003cli\u003eAudio MP3 devotionals for busy mornings\u003c\/li\u003e\n\u003cli\u003eA companion journal and activity book for your child\u003c\/li\u003e\n\u003cli\u003eGuided journaling and reflection prompts\u003c\/li\u003e\n\u003cli\u003eSkill-building activities and real-life application\u003c\/li\u003e\n\u003cli\u003eSpace for prayer and personal growth\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"mfd-closing\"\u003e\n\u003ch3\u003eBe Encouraged. Be Renewed. Grow Together.\u003c\/h3\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mfd-digital-notice\"\u003e\n\u003cstrong\u003ePLEASE NOTE:\u003c\/strong\u003e This bundle contains digital download products. No physical products will be shipped. Your files will be delivered electronically and may be printed at home for personal family use. Due to the nature of digital products, all sales are final.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"GINA B","offers":[{"title":"Default Title","offer_id":48105921642670,"sku":null,"price":40.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0709\/2220\/7406\/files\/580F20B0-36FF-4A01-A281-6CAF64DC5D58.png?v=1784234407","url":"https:\/\/morningfloradevotionals.com\/es\/products\/back-to-homeschool-mom-bundle","provider":"morningfloradevotionals","version":"1.0","type":"link"}