<?xml version="1.0" encoding="UTF-8"?>
<!--
  STATIC FALLBACK — served when backend is offline.
  In production, the backend dynamically generates this with all active category slugs:
    GET https://zitorafashion.com/sitemap-categories.xml  (Express → MongoDB)
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Product listing page (all categories) -->
  <url>
    <loc>https://zitorafashion.com/products</loc>
    <lastmod>2026-06-01</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.90</priority>
  </url>

</urlset>
