
//     <style>
//         /* Overlay panel */
//         #mobile-filter-panel {
//             position: fixed;
//             top: 0;
//             right: -100%;
//             width: 80%;
//             max-width: 300px;
//             height: 100%;
//             background: #fff;
//             box-shadow: -2px 0 10px rgba(0,0,0,0.2);
//             transition: right 0.3s ease-in-out;
//             z-index: 9999;
//             padding: 20px;
//             overflow-y: auto;
//         }
//         #mobile-filter-panel.active {
//             right: 0;
//         }

//         /* Open button */
//         #open-mobile-filter {
//             padding: 10px 20px;
//             background-color: #F1985E;
//             color: #fff;
//             border: none;
//             border-radius: 4px;
//             cursor: pointer;
//             font-weight: bold;
//         }

//         /* Close button */
//         #close-mobile-filter {
//             background: transparent;
//             border: none;
//             font-size: 24px;
//             position: absolute;
//             top: 10px;
//             right: 15px;
//             cursor: pointer;
//         }

//         /* Filter items */
//         .grade-radio, .category-radio {
//             margin-bottom: 10px;
//         }

//         .grade-radio label, .category-radio label {
//             font-size: 16px;
//         }

//         .grade-radio input[type="radio"] {
//             accent-color: #F1985E;
//         }
//         .category-radio input[type="radio"] {
//             accent-color: #e9bc5a;
//         }
//     </style>

//     <!-- Open filter button -->
//     <button id="open-mobile-filter">Filter Products</button>

//     <!-- Overlay panel -->
//     <div id="mobile-filter-panel">
//         <button id="close-mobile-filter">×</button>

//         <!-- Grade Level -->
//         <div>
//             <h6>Grade Level</h6>
//             //         </div>

//         <!-- Category -->
//         <div style="margin-top:20px;">
//             <h6>Category</h6>
//             //         </div>
//     </div>

//     <script>
//         document.addEventListener('DOMContentLoaded', function () {
//             const openBtn = document.getElementById('open-mobile-filter');
//             const closeBtn = document.getElementById('close-mobile-filter');
//             const panel = document.getElementById('mobile-filter-panel');

//             // Open panel
//             openBtn.addEventListener('click', () => {
//                 panel.classList.add('active');
//             });

//             // Close panel
//             closeBtn.addEventListener('click', () => {
//                 panel.classList.remove('active');
//             });

//             // When a filter is selected, submit GET and reload
//             const inputs = panel.querySelectorAll('input[type="radio"]');
//             inputs.forEach(input => {
//                 input.addEventListener('change', () => {
//                     const grade = panel.querySelector('input[name="grade_level"]:checked');
//                     const category = panel.querySelector('input[name="product_cat"]:checked');
//                     const query = new URLSearchParams();

//                     if (grade) query.append('grade_level', grade.value);
//                     if (category) query.append('product_cat', category.value);

//                     const baseUrl = window.location.pathname;
//                     window.location.href = baseUrl + '?' + query.toString() + '#mobile-shop';
//                 });
//             });
//         });
//     </script>

//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//mondaysmadeeasy.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://mondaysmadeeasy.com/post-sitemap.xml</loc>
		<lastmod>2026-08-11T19:11:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mondaysmadeeasy.com/page-sitemap.xml</loc>
		<lastmod>2026-08-17T04:39:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://mondaysmadeeasy.com/product-sitemap.xml</loc>
		<lastmod>2026-08-20T14:02:43+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->