{"product_id":"born-majestic-the-recipe-guide","title":"BORN MAJESTIC - THE RECIPE GUIDE","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eBorn Majestic: The Recipe Guide — Product Description\u003c\/title\u003e\n\u003cstyle\u003e\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    font-family: Georgia, 'Times New Roman', serif;\n    background: #FDFAF6;\n    color: #2C2924;\n    line-height: 1.7;\n    font-size: 16px;\n  }\n  .desc-wrapper {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 40px 24px;\n  }\n \n  \/* HOOK *\/\n  .hook {\n    font-size: 20px;\n    font-weight: 600;\n    color: #1A1714;\n    line-height: 1.45;\n    margin-bottom: 18px;\n    font-family: Georgia, serif;\n  }\n  .hook em { font-style: italic; color: #4A7C4E; }\n  .lead {\n    font-size: 15.5px;\n    color: #4A4540;\n    margin-bottom: 32px;\n    line-height: 1.75;\n  }\n \n  .divider {\n    width: 48px;\n    height: 2px;\n    background: #4A7C4E;\n    margin: 28px 0;\n    border-radius: 2px;\n  }\n  .section-title {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #4A7C4E;\n    margin-bottom: 16px;\n    font-family: Georgia, serif;\n  }\n \n  \/* STATS *\/\n  .stats-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-bottom: 32px;\n  }\n  .stat-box {\n    background: #F3EFE8;\n    border-radius: 10px;\n    padding: 16px 10px;\n    text-align: center;\n  }\n  .stat-box .num {\n    font-family: Georgia, serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #1A1714;\n    display: block;\n    line-height: 1.1;\n  }\n  .stat-box .label {\n    font-size: 11.5px;\n    color: #7A7470;\n    margin-top: 4px;\n    line-height: 1.4;\n  }\n \n  \/* USE CARDS *\/\n  .use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .use-card {\n    background: #FFFFFF;\n    border: 1px solid #E8E2D8;\n    border-radius: 10px;\n    padding: 18px 16px;\n    text-align: center;\n  }\n  .use-card .icon { font-size: 26px; margin-bottom: 8px; display: block; }\n  .use-card h3 {\n    font-family: Georgia, serif;\n    font-size: 14px;\n    font-weight: 600;\n    color: #1A1714;\n    margin-bottom: 6px;\n  }\n  .use-card p { font-size: 13px; color: #6A6460; line-height: 1.5; }\n \n  \/* WHAT LIST *\/\n  .what-list { list-style: none; margin-bottom: 32px; }\n  .what-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 9px 0;\n    border-bottom: 1px solid #EDE8E0;\n    font-size: 15px;\n    color: #3A3530;\n    line-height: 1.5;\n  }\n  .what-list li:last-child { border-bottom: none; }\n  .check {\n    flex-shrink: 0;\n    width: 20px; height: 20px;\n    background: #4A7C4E;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n  }\n  .check::after {\n    content: '';\n    width: 8px; height: 5px;\n    border-left: 2px solid white;\n    border-bottom: 2px solid white;\n    transform: rotate(-45deg) translateY(-1px);\n    display: block;\n  }\n \n  \/* CHAPTER GRID *\/\n  .chapters {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 10px;\n    margin-bottom: 32px;\n  }\n  .chapter-item {\n    background: #FFFFFF;\n    border: 1px solid #E8E2D8;\n    border-radius: 8px;\n    padding: 14px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .chapter-num {\n    font-family: Georgia, serif;\n    font-size: 11px;\n    font-weight: 700;\n    color: #4A7C4E;\n    letter-spacing: 0.05em;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .chapter-text { font-size: 13.5px; color: #3A3530; line-height: 1.45; font-weight: 500; }\n \n  \/* RECIPE PREVIEW *\/\n  .recipe-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 32px;\n  }\n  .recipe-category {\n    background: #FFFFFF;\n    border: 1px solid #E8E2D8;\n    border-radius: 10px;\n    padding: 16px;\n  }\n  .recipe-category .cat-title {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #4A7C4E;\n    margin-bottom: 10px;\n  }\n  .recipe-category ul { list-style: none; }\n  .recipe-category ul li {\n    font-size: 13px;\n    color: #4A4540;\n    padding: 4px 0;\n    border-bottom: 1px solid #F0EDE6;\n    line-height: 1.4;\n  }\n  .recipe-category ul li:last-child { border-bottom: none; }\n  .recipe-category ul li::before {\n    content: '·';\n    color: #4A7C4E;\n    margin-right: 6px;\n    font-weight: 700;\n  }\n \n  \/* CALLOUT *\/\n  .callout {\n    background: #FFFFFF;\n    border-left: 3px solid #4A7C4E;\n    border-radius: 0 10px 10px 0;\n    padding: 18px 20px;\n    margin-bottom: 32px;\n    font-size: 15px;\n    color: #3A3530;\n    line-height: 1.65;\n    font-style: italic;\n  }\n \n  \/* 7-DAY PLAN *\/\n  .plan-row {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    gap: 6px;\n    margin-bottom: 32px;\n  }\n  .plan-day {\n    background: #FFFFFF;\n    border: 1px solid #E8E2D8;\n    border-radius: 8px;\n    padding: 10px 6px;\n    text-align: center;\n  }\n  .plan-day .day-num {\n    font-size: 10px;\n    font-weight: 700;\n    color: #4A7C4E;\n    letter-spacing: 0.05em;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .plan-day .day-icon { font-size: 18px; display: block; margin-bottom: 4px; }\n  .plan-day .day-label { font-size: 10px; color: #6A6460; line-height: 1.3; }\n \n  \/* CTA *\/\n  .cta-block {\n    background: #1A1714;\n    border-radius: 12px;\n    padding: 28px 24px;\n    text-align: center;\n  }\n  .cta-block h3 {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    color: #FDFAF6;\n    margin-bottom: 8px;\n    font-weight: 600;\n  }\n  .cta-block p { font-size: 14px; color: #B0ABA5; line-height: 1.55; }\n  .badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n  .badge {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 20px;\n    padding: 5px 14px;\n    font-size: 12px;\n    color: #D0CCC8;\n    letter-spacing: 0.03em;\n  }\n \n  @media (max-width: 560px) {\n    .stats-row { grid-template-columns: repeat(2, 1fr); }\n    .use-grid { grid-template-columns: 1fr; }\n    .recipe-row { grid-template-columns: 1fr; }\n    .plan-row { grid-template-columns: repeat(4, 1fr); }\n    .plan-day:last-child { grid-column: span 3; }\n    .hook { font-size: 18px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"desc-wrapper\"\u003e\n \n  \u003cp class=\"hook\"\u003e\n    You want to cook for your Maine Coon.\u003cbr\u003e\n    \u003cem\u003eThis is the guide that makes it safe — and worth it.\u003c\/em\u003e\n  \u003c\/p\u003e\n \n  \u003cp class=\"lead\"\u003e\n    Most Maine Coon owners who want to prepare homemade food aren't wrong to want it. They're just missing the structure to do it well. The Recipe Guide gives you that structure: real recipes, safety-first preparation, and a 7-day introduction plan — all built specifically around the Maine Coon's unique physiology.\n  \u003c\/p\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cdiv class=\"stats-row\"\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n      \u003cspan class=\"num\"\u003e176\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003epages of practical recipes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n      \u003cspan class=\"num\"\u003e15\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003ehomemade recipes \u0026amp; treats\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n      \u003cspan class=\"num\"\u003e7\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003echapters\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-box\"\u003e\n      \u003cspan class=\"num\"\u003e7‑Day\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003eintroduction plan included\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cp class=\"section-title\"\u003eThree ways to use this guide\u003c\/p\u003e\n \n  \u003cdiv class=\"use-grid\"\u003e\n    \u003cdiv class=\"use-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🥄\u003c\/span\u003e\n      \u003ch3\u003eToppers\u003c\/h3\u003e\n      \u003cp\u003eAdd small amounts of homemade food to your cat's commercial meals. More moisture. Better ingredients. Zero disruption.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🍽️\u003c\/span\u003e\n      \u003ch3\u003eOccasional Meals\u003c\/h3\u003e\n      \u003cp\u003eOne or two homemade meals per week alongside regular feeding — for more variety and freshness without replacing the foundation.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"use-card\"\u003e\n      \u003cspan class=\"icon\"\u003e📅\u003c\/span\u003e\n      \u003ch3\u003e7-Day Plan\u003c\/h3\u003e\n      \u003cp\u003eFollow the step-by-step introduction schedule to start safely, observe your cat's response, and build the habit with confidence.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cp class=\"section-title\"\u003eWhat's inside\u003c\/p\u003e\n \n  \u003cul class=\"what-list\"\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e5 topper recipes — from simple chicken toppers to homemade broth — to add hydration and high-quality protein to every bowl\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e5 high-protein Maine Coon meals — chicken, turkey, rabbit, sardine and egg yolk bowls — designed for your cat's large-frame muscle maintenance needs\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e5 homemade treat recipes — training bites, crumbles, sardine reward bites, and frozen broth cube lick treats\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003eA full safety framework covering toxic ingredients, nutritional imbalance risks, hygiene rules, and what \"safe\" really means for cats\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003eMeal prep \u0026amp; storage system — batch prep, portioning, labeling templates, and a 6-point freshness check for every serving\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003eBreed-specific guidance on calorie control, protein rotation, and why your Maine Coon's size requires more precision — not more volume\u003c\/span\u003e\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cp class=\"section-title\"\u003eAll 15 recipes at a glance\u003c\/p\u003e\n \n  \u003cdiv class=\"recipe-row\"\u003e\n    \u003cdiv class=\"recipe-category\"\u003e\n      \u003cp class=\"cat-title\"\u003e🥄 Toppers — Ch. 3\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eChicken Moisture Topper\u003c\/li\u003e\n        \u003cli\u003eTurkey Protein Topper\u003c\/li\u003e\n        \u003cli\u003eSardine Hydration Topper\u003c\/li\u003e\n        \u003cli\u003eEgg Yolk Micro-Topper\u003c\/li\u003e\n        \u003cli\u003eHomemade Broth Topper\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"recipe-category\"\u003e\n      \u003cp class=\"cat-title\"\u003e🍽️ Meals — Ch. 4\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eChicken \u0026amp; Turkey Variety Bowl\u003c\/li\u003e\n        \u003cli\u003eTurkey \u0026amp; Egg Yolk Bowl\u003c\/li\u003e\n        \u003cli\u003eChicken \u0026amp; Broth Moisture Bowl\u003c\/li\u003e\n        \u003cli\u003eSardine \u0026amp; Chicken Bowl\u003c\/li\u003e\n        \u003cli\u003eRabbit or Turkey Protein Bowl\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"recipe-category\"\u003e\n      \u003cp class=\"cat-title\"\u003e🐾 Treats — Ch. 5\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eChicken Training Bites\u003c\/li\u003e\n        \u003cli\u003eTurkey Mini Crumbles\u003c\/li\u003e\n        \u003cli\u003eSardine Reward Bites\u003c\/li\u003e\n        \u003cli\u003eEgg Yolk Sprinkle Treat\u003c\/li\u003e\n        \u003cli\u003eBroth Ice Cube Lick Treat\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"callout\"\u003e\n    \"Your Maine Coon doesn't need perfection. They need consistency, quality, and your attention.\"\n  \u003c\/div\u003e\n \n  \u003cp class=\"section-title\"\u003e7 chapters — one complete system\u003c\/p\u003e\n \n  \u003cdiv class=\"chapters\"\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 1\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eThe homemade feeding reality — what it can and can't do\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 2\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eSafety rules before you cook — toxic ingredients \u0026amp; nutritional risks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 3\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eHomemade toppers — 5 simple, safe recipes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 4\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eHigh-protein Maine Coon meals — 5 occasional bowls\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 5\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eHealthy homemade treats — 5 small reward recipes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 6\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eMeal prep, storage \u0026amp; portioning — the full system\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chapter-item\"\u003e\n      \u003cspan class=\"chapter-num\"\u003eCH 7\u003c\/span\u003e\n      \u003cspan class=\"chapter-text\"\u003eThe 7-day introduction plan — day-by-day guidance\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cp class=\"section-title\"\u003eYour 7-day introduction plan\u003c\/p\u003e\n \n  \u003cdiv class=\"plan-row\"\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 1\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e👀\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eBaseline observation\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 2\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e💧\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eFirst topper, tiny portion\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 3\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e🔁\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eRepeat or pause\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 4\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e🦃\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eGentle variety\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 5\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e🐾\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eOptional treat\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 6\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e🥩\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eOptional meal\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plan-day\"\u003e\n      \u003cspan class=\"day-num\"\u003eDAY 7\u003c\/span\u003e\n      \u003cspan class=\"day-icon\"\u003e✅\u003c\/span\u003e\n      \u003cspan class=\"day-label\"\u003eReview \u0026amp; reset\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n \n  \u003cdiv class=\"cta-block\"\u003e\n    \u003ch3\u003eInstant download. Start cooking tonight.\u003c\/h3\u003e\n    \u003cp\u003e176 pages. 15 homemade recipes. A full 7-day plan. Everything you need to feed your Maine Coon with confidence — safely, and with real ingredients you can trust.\u003c\/p\u003e\n    \u003cdiv class=\"badges\"\u003e\n      \u003cspan class=\"badge\"\u003e⚡ Instant PDF\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e🐾 Maine Coon Specific\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e🍽️ 15 Recipes\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e✅ Safety-First\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e📱 Mobile-Friendly\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\u003c\/div\u003e\n\n\n \u003c\/body\u003e","brand":"So Maine Coon","offers":[{"title":"Default Title","offer_id":57541933203787,"sku":null,"price":22.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1031\/0670\/7787\/files\/couverture_recipe_guide.png?v=1780327521","url":"https:\/\/somainecoon.com\/products\/born-majestic-the-recipe-guide","provider":"So Maine Coon","version":"1.0","type":"link"}