{"id":288,"date":"2026-08-14T12:18:14","date_gmt":"2026-08-14T12:18:14","guid":{"rendered":"https:\/\/havestermenu.uk\/?p=288"},"modified":"2026-08-14T12:20:40","modified_gmt":"2026-08-14T12:20:40","slug":"harvester-kids-menu","status":"publish","type":"post","link":"https:\/\/havestermenu.uk\/?p=288","title":{"rendered":"Harvester Kids&#8217; Menu 2026"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   HARVESTER KIDS MENU 2026\n   Custom styling for havestermenu.uk\n   ========================================================= *\/\n\n.hm-kids-page {\n    --hm-green: #08783f;\n    --hm-dark-green: #164d32;\n    --hm-light-green: #f2f8f4;\n    --hm-pale-green: #f7fbf8;\n    --hm-border: #dfe9e3;\n    --hm-text: #333333;\n    --hm-muted: #666666;\n    --hm-white: #ffffff;\n\n    max-width: 1120px;\n    margin: 35px auto;\n    padding: 0 18px;\n    color: var(--hm-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.7;\n}\n\n.hm-kids-page * {\n    box-sizing: border-box;\n}\n\n\/* =========================\n   HERO\n========================= *\/\n\n.hm-kids-hero {\n    background: linear-gradient(135deg, #f1f8f4 0%, #ffffff 100%);\n    border: 1px solid var(--hm-border);\n    border-radius: 20px;\n    padding: 45px 35px;\n    text-align: center;\n    margin-bottom: 35px;\n}\n\n.hm-kids-hero .hm-label {\n    display: inline-block;\n    background: var(--hm-green);\n    color: #fff;\n    padding: 6px 15px;\n    border-radius: 30px;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 15px;\n}\n\n.hm-kids-hero h1 {\n    color: var(--hm-dark-green);\n    font-size: clamp(29px, 4vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 18px;\n    font-weight: 800;\n}\n\n.hm-kids-hero p {\n    max-width: 850px;\n    margin: auto;\n    color: var(--hm-muted);\n    font-size: 17px;\n}\n\n\/* =========================\n   CONTENT SECTIONS\n========================= *\/\n\n.hm-kids-section {\n    margin: 42px 0;\n}\n\n.hm-kids-section h2 {\n    color: var(--hm-dark-green);\n    font-size: clamp(25px, 3vw, 33px);\n    line-height: 1.25;\n    margin: 0 0 15px;\n    font-weight: 800;\n}\n\n.hm-kids-section h3 {\n    color: var(--hm-green);\n    font-size: 22px;\n    margin: 28px 0 12px;\n}\n\n.hm-kids-section p {\n    margin: 0 0 15px;\n}\n\n.hm-kids-intro {\n    color: var(--hm-muted);\n    font-size: 16px;\n}\n\n\/* =========================\n   QUICK ANSWER\n========================= *\/\n\n.hm-quick-answer {\n    background: var(--hm-light-green);\n    border: 1px solid #cfe2d6;\n    border-left: 5px solid var(--hm-green);\n    border-radius: 14px;\n    padding: 25px;\n    margin: 25px 0 35px;\n}\n\n.hm-quick-answer h2 {\n    margin-top: 0;\n    font-size: 26px;\n}\n\n.hm-quick-answer ul {\n    margin: 15px 0 0;\n    padding-left: 22px;\n}\n\n.hm-quick-answer li {\n    margin: 7px 0;\n}\n\n\/* =========================\n   INCLUDED FEATURES\n========================= *\/\n\n.hm-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n    margin-top: 22px;\n}\n\n.hm-feature-card {\n    background: #fff;\n    border: 1px solid var(--hm-border);\n    border-radius: 14px;\n    padding: 20px 12px;\n    text-align: center;\n    box-shadow: 0 3px 14px rgba(0,0,0,.04);\n}\n\n.hm-feature-icon {\n    font-size: 27px;\n    margin-bottom: 8px;\n}\n\n.hm-feature-card strong {\n    display: block;\n    color: var(--hm-dark-green);\n    font-size: 14px;\n}\n\n\/* =========================\n   APPETITE CARDS\n========================= *\/\n\n.hm-appetite-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 22px;\n}\n\n.hm-appetite-card {\n    background: #fff;\n    border: 1px solid var(--hm-border);\n    border-radius: 16px;\n    padding: 25px;\n    box-shadow: 0 4px 18px rgba(0,0,0,.05);\n}\n\n.hm-appetite-card h3 {\n    margin-top: 0;\n    font-size: 21px;\n}\n\n.hm-appetite-card p {\n    color: var(--hm-muted);\n    font-size: 14px;\n}\n\n.hm-appetite-card ul {\n    padding-left: 20px;\n    margin-bottom: 0;\n}\n\n.hm-appetite-card li {\n    margin: 6px 0;\n    font-size: 14px;\n}\n\n\/* =========================\n   MENU TABLE\n========================= *\/\n\n.hm-table-container {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--hm-border);\n    border-radius: 15px;\n    margin: 22px 0;\n}\n\n.hm-kids-table {\n    width: 100%;\n    min-width: 700px;\n    border-collapse: collapse;\n    background: #fff;\n}\n\n.hm-kids-table th {\n    background: var(--hm-dark-green);\n    color: #fff;\n    text-align: left;\n    padding: 15px;\n    font-size: 14px;\n    font-weight: 700;\n}\n\n.hm-kids-table td {\n    padding: 14px 15px;\n    border-bottom: 1px solid var(--hm-border);\n    font-size: 14px;\n    vertical-align: top;\n}\n\n.hm-kids-table tr:last-child td {\n    border-bottom: 0;\n}\n\n.hm-kids-table tr:nth-child(even) {\n    background: var(--hm-pale-green);\n}\n\n.hm-kcal {\n    color: var(--hm-green);\n    font-weight: 700;\n    white-space: nowrap;\n}\n\n\/* =========================\n   SIDE \/ DESSERT LISTS\n========================= *\/\n\n.hm-choice-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-top: 22px;\n}\n\n.hm-choice-box {\n    background: var(--hm-pale-green);\n    border: 1px solid var(--hm-border);\n    border-radius: 15px;\n    padding: 25px;\n}\n\n.hm-choice-box h3 {\n    margin-top: 0;\n}\n\n.hm-choice-box ul {\n    margin: 0;\n    padding-left: 20px;\n}\n\n.hm-choice-box li {\n    margin: 6px 0;\n}\n\n\/* =========================\n   \u00a31 DEAL\n========================= *\/\n\n.hm-deal {\n    background: linear-gradient(135deg, #164d32, #08783f);\n    color: #fff;\n    border-radius: 20px;\n    padding: 35px 30px;\n    margin: 40px 0;\n    text-align: center;\n}\n\n.hm-deal-badge {\n    display: inline-block;\n    background: #fff;\n    color: var(--hm-green);\n    padding: 8px 18px;\n    border-radius: 30px;\n    font-size: 15px;\n    font-weight: 800;\n    margin-bottom: 15px;\n}\n\n.hm-deal h2 {\n    color: #fff;\n    margin: 0 0 12px;\n    font-size: 31px;\n}\n\n.hm-deal p {\n    color: #edf7f1;\n    max-width: 760px;\n    margin: 0 auto 22px;\n}\n\n.hm-deal-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 25px;\n}\n\n.hm-deal-step {\n    background: rgba(255,255,255,.1);\n    border: 1px solid rgba(255,255,255,.2);\n    border-radius: 13px;\n    padding: 20px 15px;\n}\n\n.hm-deal-step strong {\n    display: block;\n    color: #fff;\n    font-size: 17px;\n    margin-bottom: 6px;\n}\n\n.hm-deal-step span {\n    font-size: 13px;\n    color: #e9f4ed;\n}\n\n\/* =========================\n   SALAD BAR\n========================= *\/\n\n.hm-salad {\n    background: #fff;\n    border: 1px solid var(--hm-border);\n    border-radius: 17px;\n    padding: 28px;\n    box-shadow: 0 4px 18px rgba(0,0,0,.04);\n}\n\n.hm-salad-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 22px;\n}\n\n.hm-salad-card {\n    background: var(--hm-light-green);\n    border-radius: 13px;\n    padding: 20px;\n}\n\n.hm-salad-card strong {\n    color: var(--hm-dark-green);\n    display: block;\n    margin-bottom: 6px;\n}\n\n\/* =========================\n   DIETARY \/ ALLERGEN\n========================= *\/\n\n.hm-diet-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n}\n\n.hm-diet-box {\n    border: 1px solid var(--hm-border);\n    border-radius: 15px;\n    padding: 25px;\n}\n\n.hm-diet-box h3 {\n    margin-top: 0;\n}\n\n.hm-tag {\n    display: inline-block;\n    background: var(--hm-light-green);\n    color: var(--hm-green);\n    border: 1px solid #cfe2d6;\n    padding: 5px 11px;\n    border-radius: 20px;\n    margin: 4px;\n    font-size: 13px;\n    font-weight: 700;\n}\n\n\/* =========================\n   PARTY MENU\n========================= *\/\n\n.hm-party {\n    background: var(--hm-pale-green);\n    border: 1px solid var(--hm-border);\n    border-radius: 16px;\n    padding: 28px;\n}\n\n.hm-party ul {\n    columns: 2;\n    padding-left: 20px;\n}\n\n.hm-party li {\n    margin: 7px 0;\n}\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.hm-faq {\n    margin-top: 22px;\n}\n\n.hm-faq-item {\n    background: #fff;\n    border: 1px solid var(--hm-border);\n    border-radius: 13px;\n    padding: 20px 22px;\n    margin-bottom: 12px;\n}\n\n.hm-faq-item h3 {\n    color: var(--hm-dark-green);\n    margin: 0 0 8px;\n    font-size: 18px;\n}\n\n.hm-faq-item p {\n    color: var(--hm-muted);\n    margin: 0;\n}\n\n\/* =========================\n   CONCLUSION \/ CTA\n========================= *\/\n\n.hm-final-cta {\n    background: var(--hm-light-green);\n    border: 1px solid #cfe2d6;\n    border-radius: 18px;\n    text-align: center;\n    padding: 35px 25px;\n    margin-top: 45px;\n}\n\n.hm-final-cta h2 {\n    color: var(--hm-dark-green);\n    margin-top: 0;\n}\n\n.hm-final-cta p {\n    max-width: 800px;\n    margin: 0 auto 20px;\n    color: var(--hm-muted);\n}\n\n.hm-button {\n    display: inline-block;\n    background: var(--hm-green);\n    color: #fff !important;\n    text-decoration: none;\n    padding: 12px 24px;\n    border-radius: 30px;\n    font-weight: 700;\n    transition: .2s ease;\n}\n\n.hm-button:hover {\n    background: var(--hm-dark-green);\n    transform: translateY(-1px);\n}\n\n\/* =========================\n   RESPONSIVE\n========================= *\/\n\n@media (max-width: 900px) {\n\n    .hm-feature-grid {\n        grid-template-columns: repeat(3, 1fr);\n    }\n\n    .hm-appetite-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .hm-deal-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .hm-salad-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 700px) {\n\n    .hm-kids-page {\n        padding: 0 12px;\n        margin: 25px auto;\n    }\n\n    .hm-kids-hero {\n        padding: 30px 18px;\n        border-radius: 15px;\n    }\n\n    .hm-kids-hero h1 {\n        font-size: 29px;\n    }\n\n    .hm-kids-hero p {\n        font-size: 15px;\n    }\n\n    .hm-feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hm-choice-grid,\n    .hm-diet-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .hm-party ul {\n        columns: 1;\n    }\n\n    .hm-kids-section {\n        margin: 32px 0;\n    }\n}\n\n@media (max-width: 450px) {\n\n    .hm-feature-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .hm-deal {\n        padding: 28px 18px;\n    }\n\n    .hm-deal h2 {\n        font-size: 26px;\n    }\n\n    .hm-choice-box,\n    .hm-diet-box,\n    .hm-salad {\n        padding: 20px;\n    }\n}\n<\/style>\n\n\n<div class=\"hm-kids-page\">\n\n    <!-- HERO -->\n    <section class=\"hm-kids-hero\">\n\n        <span class=\"hm-label\">UPDATED 2026 GUIDE<\/span>\n\n        <h1>\n            Harvester Kids&#8217; Menu 2026:\n            Prices, Calories, \u00a31 Deal &amp; Family Dining\n        <\/h1>\n\n        <p>\n            Explore the Harvester Kids&#8217; Menu with information about\n            children&#8217;s meals, prices, calories, breakfast choices,\n            desserts, Salad Bar access, allergens, vegan options and\n            family dining.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- INTRODUCTION -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Harvester Kids&#8217; Menu 2026: Complete Guide<\/h2>\n\n        <p class=\"hm-kids-intro\">\n            Finding accurate information about the Harvester Kids&#8217; Menu\n            isn&#8217;t always easy. Rather than simply listing a few popular\n            children&#8217;s dishes, this guide explains how Harvester structures\n            its kids&#8217; menu and what is included with each meal.\n        <\/p>\n\n        <p>\n            Harvester organizes its children&#8217;s meals around appetite size,\n            making it easier for parents to choose an appropriate option.\n            Kids&#8217; meals can also include a side, vegetables, Salad Bar\n            access and dessert.\n        <\/p>\n\n        <p>\n            Families may also be able to take advantage of promotional\n            offers such as the \u00a31 Kids&#8217; Meal Deal when the promotion is\n            available and its qualifying conditions are met.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- QUICK ANSWER -->\n    <section class=\"hm-quick-answer\">\n\n        <h2>Quick Answer<\/h2>\n\n        <p>\n            The Harvester Kids&#8217; Menu is designed for children aged\n            <strong>12 years and under<\/strong>.\n        <\/p>\n\n        <p><strong>A typical kids&#8217; meal includes:<\/strong><\/p>\n\n        <ul>\n            <li>Choice of main meal<\/li>\n            <li>One side<\/li>\n            <li>One vegetable or two vegetable choices<\/li>\n            <li>Salad Bar access<\/li>\n            <li>Complimentary dessert<\/li>\n        <\/ul>\n\n    <\/section>\n\n\n    <!-- INCLUDED FEATURES -->\n    <section class=\"hm-kids-section\">\n\n        <h2>What&#8217;s Included With a Kids&#8217; Meal?<\/h2>\n\n        <div class=\"hm-feature-grid\">\n\n            <div class=\"hm-feature-card\">\n                <div class=\"hm-feature-icon\">\ud83c\udf54<\/div>\n                <strong>Main Meal<\/strong>\n            <\/div>\n\n            <div class=\"hm-feature-card\">\n                <div class=\"hm-feature-icon\">\ud83c\udf5f<\/div>\n                <strong>Side Choice<\/strong>\n            <\/div>\n\n            <div class=\"hm-feature-card\">\n                <div class=\"hm-feature-icon\">\ud83e\udd66<\/div>\n                <strong>Vegetables<\/strong>\n            <\/div>\n\n            <div class=\"hm-feature-card\">\n                <div class=\"hm-feature-icon\">\ud83e\udd57<\/div>\n                <strong>Salad Bar<\/strong>\n            <\/div>\n\n            <div class=\"hm-feature-card\">\n                <div class=\"hm-feature-icon\">\ud83c\udf68<\/div>\n                <strong>Dessert<\/strong>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- APPETITE MENU -->\n    <section class=\"hm-kids-section\">\n\n        <h2>How Harvester Structures Its Kids&#8217; Menu<\/h2>\n\n        <p class=\"hm-kids-intro\">\n            Harvester uses appetite-based categories instead of simply\n            separating children&#8217;s meals by age.\n        <\/p>\n\n        <div class=\"hm-appetite-grid\">\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Smaller Bites<\/h3>\n\n                <p>\n                    Suitable for younger children or lighter appetites.\n                <\/p>\n\n                <ul>\n                    <li>Chicken Breast Strips<\/li>\n                    <li>Fish Fingers<\/li>\n                    <li>Scrambled Egg on Toast<\/li>\n                    <li>Grilled Chicken Strips<\/li>\n                    <li>Mini Sausage with Yorkshire Pudding<\/li>\n                <\/ul>\n\n            <\/div>\n\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Bigger Appetites<\/h3>\n\n                <p>\n                    Larger meals for children looking for something more\n                    filling.\n                <\/p>\n\n                <ul>\n                    <li>Cowboy Pie<\/li>\n                    <li>Buttermilk Fried Chicken<\/li>\n                    <li>Cheesy Risotto<\/li>\n                    <li>Mini Chicken Burger<\/li>\n                    <li>Pork Meatballs<\/li>\n                    <li>Plain Chicken Breast<\/li>\n                    <li>Veggie Sausage with Yorkshire Pudding<\/li>\n                <\/ul>\n\n            <\/div>\n\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Harvester Recommends<\/h3>\n\n                <p>\n                    Options for children who enjoy trying more adventurous\n                    flavours.\n                <\/p>\n\n                <ul>\n                    <li>BBQ Chicken<\/li>\n                    <li>Half Rack of Ribs<\/li>\n                    <li>Quarter Rotisserie Chicken<\/li>\n                    <li>Cod Fillet<\/li>\n                    <li>Grilled Salmon<\/li>\n                    <li>Aubergine &amp; Red Lentil Tagine<\/li>\n                    <li>Build-Your-Own Chicken Wrap<\/li>\n                <\/ul>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- VEGETABLES -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Kids&#8217; Vegetable Choices<\/h2>\n\n        <div class=\"hm-choice-box\">\n\n            <ul>\n                <li>Roasted Butternut Squash<\/li>\n                <li>Steamed Vegetables<\/li>\n                <li>Tenderstem Broccoli<\/li>\n                <li>Corn on the Cob<\/li>\n                <li>Fresh Vegetable Sticks<\/li>\n            <\/ul>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- MAIN MENU -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Harvester Kids&#8217; Menu: Lunch &amp; Dinner<\/h2>\n\n        <h3>Kids&#8217; Main Meals<\/h3>\n\n        <div class=\"hm-table-container\">\n\n            <table class=\"hm-kids-table\">\n\n                <thead>\n                    <tr>\n                        <th>Dish<\/th>\n                        <th>Approx. Calories<\/th>\n                        <th>Notes<\/th>\n                    <\/tr>\n                <\/thead>\n\n                <tbody>\n\n                    <tr>\n                        <td>Veggie Fingers (Ve)<\/td>\n                        <td class=\"hm-kcal\">223 kcal<\/td>\n                        <td>Birds Eye Green Cuisine<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Mini Burger<\/td>\n                        <td class=\"hm-kcal\">182\u2013212 kcal<\/td>\n                        <td>Beef or Chicken<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Chicken Breast Goujons<\/td>\n                        <td class=\"hm-kcal\">132 kcal<\/td>\n                        <td>Breaded Chicken<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Fish Fingers<\/td>\n                        <td class=\"hm-kcal\">344 kcal<\/td>\n                        <td>Omega-3 Fish Fillets<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Plain Chicken Breast<\/td>\n                        <td class=\"hm-kcal\">176 kcal<\/td>\n                        <td>Grilled<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>Pasta &amp; Meat-Free Meatballs (Ve)<\/td>\n                        <td class=\"hm-kcal\">344 kcal<\/td>\n                        <td>Tomato Sauce<\/td>\n                    <\/tr>\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n        <p>\n            <strong>Dietary labels:<\/strong>\n            <span class=\"hm-tag\">V = Vegetarian<\/span>\n            <span class=\"hm-tag\">Ve = Vegan<\/span>\n        <\/p>\n\n    <\/section>\n\n\n    <!-- SIDES -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Kids&#8217; Side Dishes<\/h2>\n\n        <div class=\"hm-choice-box\">\n\n            <p>\n                Children can choose from a range of side and vegetable\n                options, depending on the meal selected.\n            <\/p>\n\n            <ul>\n                <li>Golden Rice<\/li>\n                <li>Jacket Potato<\/li>\n                <li>Chips<\/li>\n                <li>Mash<\/li>\n                <li>Sweet Potato Fries<\/li>\n                <li>Heinz Baked Beans<\/li>\n                <li>Corn on the Cob<\/li>\n                <li>Garden Peas<\/li>\n                <li>Broccoli<\/li>\n                <li>Corn Kernels<\/li>\n                <li>Vegetable Sticks<\/li>\n            <\/ul>\n\n        <\/div>\n\n        <div class=\"hm-info\" style=\"\n            background:#f2f8f4;\n            border-left:5px solid #08783f;\n            border-radius:10px;\n            padding:18px 20px;\n            margin-top:20px;\n        \">\n            <strong>Choice:<\/strong>\n            Children can generally select one side plus one vegetable,\n            or choose two vegetables.\n        <\/div>\n\n    <\/section>\n\n\n    <!-- DESSERTS -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Free Kids&#8217; Desserts<\/h2>\n\n        <p>\n            A complimentary dessert is included with a kids&#8217; meal,\n            subject to the current menu and availability.\n        <\/p>\n\n        <div class=\"hm-choice-grid\">\n\n            <div class=\"hm-choice-box\">\n\n                <h3>Popular Dessert Choices<\/h3>\n\n                <ul>\n                    <li>Build-Your-Own Sundae<\/li>\n                    <li>Ultimate Cookie<\/li>\n                    <li>Chocolate Volcano Cake<\/li>\n                    <li>Vanilla Cheesecake<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <div class=\"hm-choice-box\">\n\n                <h3>Other Options<\/h3>\n\n                <ul>\n                    <li>Vegan Sundae<\/li>\n                    <li>Strawberry Picnic Pudding<\/li>\n                    <li>Fruit Jelly<\/li>\n                    <li>Pip Organic Fruit Lolly<\/li>\n                <\/ul>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- BREAKFAST -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Harvester Kids&#8217; Breakfast Menu<\/h2>\n\n        <p class=\"hm-kids-intro\">\n            Harvester also offers breakfast choices for children.\n            Breakfast dishes can differ from the standard lunch and\n            dinner menu.\n        <\/p>\n\n        <div class=\"hm-appetite-grid\">\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Breakfast Main Meals<\/h3>\n\n                <ul>\n                    <li>Scrambled Eggs on Wholemeal Toast<\/li>\n                    <li>Chicken Breast Strips<\/li>\n                    <li>Fish Fingers<\/li>\n                    <li>Tomato Twirl Pasta<\/li>\n                    <li>Veggie Fingers<\/li>\n                    <li>Mini Monster Burger<\/li>\n                    <li>Chicken Crunchy Fries<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Breakfast Sides<\/h3>\n\n                <ul>\n                    <li>Rice<\/li>\n                    <li>Jacket Potato<\/li>\n                    <li>Chips<\/li>\n                    <li>Mash<\/li>\n                    <li>Sweet Potato Fries<\/li>\n                    <li>Baked Beans<\/li>\n                    <li>Broccoli<\/li>\n                    <li>Corn<\/li>\n                    <li>Garden Peas<\/li>\n                    <li>Vegetable Sticks<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <div class=\"hm-appetite-card\">\n\n                <h3>Good to Know<\/h3>\n\n                <p>\n                    Breakfast portions and available dishes can differ\n                    slightly from the standard kids&#8217; lunch and dinner\n                    menu.\n                <\/p>\n\n                <p>\n                    Always check your local restaurant for the latest\n                    breakfast availability.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- \u00a31 DEAL -->\n    <section class=\"hm-deal\">\n\n        <span class=\"hm-deal-badge\">\u00a31 KIDS&#8217; MEAL DEAL<\/span>\n\n        <h2>Harvester \u00a31 Kids&#8217; Meal Deal<\/h2>\n\n        <p>\n            When the promotional offer is available, eligible families\n            may be able to purchase a qualifying kids&#8217; meal for \u00a31 when\n            purchasing an adult main meal through the Harvester app.\n        <\/p>\n\n        <div class=\"hm-deal-grid\">\n\n            <div class=\"hm-deal-step\">\n                <strong>1. Buy an Adult Main<\/strong>\n                <span>\n                    A qualifying adult main meal is required.\n                <\/span>\n            <\/div>\n\n            <div class=\"hm-deal-step\">\n                <strong>2. Use the App<\/strong>\n                <span>\n                    Check the Harvester app for the current promotion\n                    and eligibility.\n                <\/span>\n            <\/div>\n\n            <div class=\"hm-deal-step\">\n                <strong>3. Choose a Kids&#8217; Meal<\/strong>\n                <span>\n                    Select an eligible meal from the available kids&#8217;\n                    menu options.\n                <\/span>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- SALAD BAR -->\n    <section class=\"hm-kids-section\">\n\n        <div class=\"hm-salad\">\n\n            <h2>Unlimited Salad Bar<\/h2>\n\n            <p>\n                Harvester is well known for its Salad Bar. Kids can enjoy\n                Salad Bar access alongside their meal, subject to the\n                current restaurant offering.\n            <\/p>\n\n            <div class=\"hm-salad-grid\">\n\n                <div class=\"hm-salad-card\">\n                    <strong>\ud83e\udd57 Salad Bar Bingo<\/strong>\n                    <span>\n                        A fun activity encouraging children to discover\n                        different ingredients.\n                    <\/span>\n                <\/div>\n\n                <div class=\"hm-salad-card\">\n                    <strong>\ud83c\udf08 Build the Rainbow<\/strong>\n                    <span>\n                        Children can be encouraged to add colourful fruits\n                        and vegetables to their plate.\n                    <\/span>\n                <\/div>\n\n                <div class=\"hm-salad-card\">\n                    <strong>\ud83c\udf4e Blind Taste Challenge<\/strong>\n                    <span>\n                        A fun guessing activity using different fruits\n                        and vegetables.\n                    <\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ALLERGENS -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Allergens &amp; Dietary Information<\/h2>\n\n        <div class=\"hm-diet-grid\">\n\n            <div class=\"hm-diet-box\">\n\n                <h3>Vegetarian &amp; Vegan Choices<\/h3>\n\n                <p>\n                    Look for the relevant dietary labels when choosing\n                    children&#8217;s meals.\n                <\/p>\n\n                <span class=\"hm-tag\">Vegetarian<\/span>\n                <span class=\"hm-tag\">Vegan<\/span>\n\n                <ul>\n                    <li>Veggie Fingers<\/li>\n                    <li>Pasta with Meat-Free Meatballs<\/li>\n                    <li>Vegan Sundae<\/li>\n                    <li>Vegan-friendly sides<\/li>\n                <\/ul>\n\n            <\/div>\n\n\n            <div class=\"hm-diet-box\">\n\n                <h3>Allergy Information<\/h3>\n\n                <p>\n                    Parents should check the latest allergen information\n                    before ordering, particularly where a child has a\n                    food allergy or intolerance.\n                <\/p>\n\n                <p>\n                    Harvester provides allergen information and filtering\n                    tools to help customers identify relevant ingredients\n                    and allergens.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PARTY -->\n    <section class=\"hm-kids-section\">\n\n        <div class=\"hm-party\">\n\n            <h2>Harvester Kids&#8217; Party Menu<\/h2>\n\n            <p>\n                Harvester can also be an option for children&#8217;s birthday\n                parties, school celebrations and family gatherings.\n            <\/p>\n\n            <ul>\n                <li>Birthday Parties<\/li>\n                <li>School Celebrations<\/li>\n                <li>Family Gatherings<\/li>\n                <li>Group Bookings<\/li>\n            <\/ul>\n\n            <p>\n                Contact your local Harvester restaurant in advance to\n                discuss group dining and available party options.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- FAQ -->\n    <section class=\"hm-kids-section\">\n\n        <h2>Frequently Asked Questions<\/h2>\n\n        <div class=\"hm-faq\">\n\n            <div class=\"hm-faq-item\">\n                <h3>What age can order from the Harvester Kids&#8217; Menu?<\/h3>\n                <p>\n                    The Kids&#8217; Menu is generally designed for children\n                    aged 12 years and under.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Does every kids&#8217; meal include dessert?<\/h3>\n                <p>\n                    A complimentary dessert is included with eligible\n                    kids&#8217; meals, subject to the current menu.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Is the Salad Bar unlimited?<\/h3>\n                <p>\n                    Salad Bar access is included with children&#8217;s meals,\n                    with the exact offering subject to the current\n                    restaurant menu.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Do I need the Harvester app for the \u00a31 Kids&#8217; Meal?<\/h3>\n                <p>\n                    When the \u00a31 promotion is running, the offer may\n                    require the Harvester app and a qualifying adult\n                    main meal purchase. Check the current promotion\n                    terms before ordering.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Is the breakfast menu different from dinner?<\/h3>\n                <p>\n                    Yes. Harvester breakfast has its own selection of\n                    dishes and may have different portions and\n                    availability.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Can I check allergens before visiting?<\/h3>\n                <p>\n                    Yes. Check the latest Harvester allergen information\n                    before visiting, particularly if your child has a\n                    food allergy or intolerance.\n                <\/p>\n            <\/div>\n\n            <div class=\"hm-faq-item\">\n                <h3>Are there vegan options for children?<\/h3>\n                <p>\n                    Yes. Vegan-friendly children&#8217;s meals, sides and\n                    desserts may be available. Always check the latest\n                    menu and allergen information.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- CONCLUSION -->\n    <section class=\"hm-final-cta\">\n\n        <h2>Harvester Kids&#8217; Menu 2026: Final Thoughts<\/h2>\n\n        <p>\n            Harvester offers a broad range of children&#8217;s meals, from\n            smaller portions to bigger appetites and more adventurous\n            choices. With sides, vegetables, Salad Bar access and dessert,\n            families have plenty of options when dining together.\n        <\/p>\n\n        <p>\n            Menu items, prices, calories, availability and promotional\n            offers can change, so checking your local restaurant or the\n            latest Harvester information before visiting is recommended.\n        <\/p>\n\n        <a class=\"hm-button\"\n           href=\"https:\/\/havestermenu.uk\/\"\n           target=\"_blank\"\n           rel=\"noopener\">\n            Explore the Full Harvester Menu\n        <\/a>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>UPDATED 2026 GUIDE Harvester Kids&#8217; Menu 2026: Prices, Calories, \u00a31 Deal &amp; Family Dining Explore the Harvester Kids&#8217; Menu with information about children&#8217;s meals, prices, calories, breakfast choices, desserts, Salad Bar access, allergens, vegan options and family dining. Harvester Kids&#8217; Menu 2026: Complete Guide Finding accurate information about the Harvester Kids&#8217; Menu isn&#8217;t always easy&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-288","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"taxonomy_info":{"category":[{"value":1,"label":"Uncategorized"}]},"featured_image_src_large":false,"author_info":{"display_name":"abdullah","author_link":"https:\/\/havestermenu.uk\/author\/abdullah"},"comment_info":0,"category_info":[{"term_id":1,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":2,"filter":"raw","cat_ID":1,"category_count":2,"category_description":"","cat_name":"Uncategorized","category_nicename":"uncategorized","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/posts\/288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=288"}],"version-history":[{"count":2,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/posts\/288\/revisions"}],"predecessor-version":[{"id":290,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=\/wp\/v2\/posts\/288\/revisions\/290"}],"wp:attachment":[{"href":"https:\/\/havestermenu.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/havestermenu.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}