﻿
<script>
    document.addEventListener("DOMContentLoaded", function() {
        jQuery(function($) {
            $('.mps_upsell-accordion').on('click', function(e) {
                const currentAccordion = $(this);
                const currentContent = currentAccordion.find('.mps_upsell-accordion-content');

                if ($(e.target).closest('.mps_upsell-accordion-content').length > 0) {
                    currentContent.stop().slideUp("swing");
                    currentAccordion.removeClass('open');
                    return;
                }

                $('.mps_upsell-accordion').not(currentAccordion).each(function() {
                    $(this).find('.mps_upsell-accordion-content').stop().slideUp("swing");
                    $(this).removeClass('open');
                });

                currentContent.stop().slideToggle("swing", function() {
                    currentAccordion.toggleClass('open', $(this).is(':visible'));
                });


                let container = $(e.target).closest('.scroll-modal');
                container.animate({
                    scrollTop: currentAccordion.position().top + container.scrollTop()
                }, 500);

            });
            $('.meal-more').click(function() {
                $('#modal-' + $(this).data('rel')).css('display', 'flex');
            });

            $('.mps_upsell-modal .close-modal').click(function(e) {
                e.preventDefault();
                e.stopPropagation();
                $('#modal-' + $(this).data('rel')).css('display', 'none');
            });

            $(document).mouseup(function(e) {
                const modal = $(".mps_upsell-modal");
                const overlay = $(".mps_upsell-modal-overlay");
                if (overlay.is(e.target)) {
                    modal.each(function() {
                        $(this).css('display', '');
                        overlay.css('display', '');
                    });
                }
            });
        });
    });
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mealprepsundayservice.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mealprepsundayservice.com/post-sitemap.xml</loc>
		<lastmod>2026-05-01T19:08:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mealprepsundayservice.com/page-sitemap.xml</loc>
		<lastmod>2026-05-01T12:55:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mealprepsundayservice.com/admin_login_history-sitemap.xml</loc>
		<lastmod>2025-06-27T17:52:18+00:00</lastmod>
	</sitemap>
<sitemap>
<loc>https://mealprepsundayservice.com/geo-sitemap.xml</loc>
<lastmod>2025-11-24T19:57:55+00:00</lastmod>
</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->