//     <script type="text/javascript">
//     jQuery(document).ready(function($) {

//         // Helper to strip specific parameter types from the URL before Elementor updates
//         function removeParamFromUrl(paramToRemove) {
//             var url = new URL(window.location.href);
//             var keysToRemove = [];

//             url.searchParams.forEach(function(value, key) {
//                 if (key.includes(paramToRemove)) {
//                     keysToRemove.push(key);
//                 }
//             });

//             keysToRemove.forEach(function(key) {
//                 url.searchParams.delete(key);
//             });

//             var cleanUrl = url.origin + url.pathname + (url.searchParams.toString() ? '?' + url.searchParams.toString() : '');
//             window.history.replaceState({}, document.title, cleanUrl);
//         }

//         // 1. CLICK ON TOP TAG FILTER ("Incontournable", "Nouveauté", "Tous")
//         $(document).on('click', '#triproduit .e-filter-item', function() {
//             var $leftCatWidget = $('.elementor-widget-taxonomy-filter[data-settings*="product_cat"]');

//             // Strip product_cat from URL so Elementor only keeps product_tag
//             removeParamFromUrl('product_cat');

//             // Reset visual state of Category sidebar to "Tous"
//             var $leftTousBtn = $leftCatWidget.find('.e-filter-item[data-filter^="__all"]');
//             if ($leftTousBtn.length) {
//                 $leftCatWidget.find('.e-filter-item').attr('aria-pressed', 'false');
//                 $leftTousBtn.attr('aria-pressed', 'true');
//             }
//         });

//         // 2. CLICK ON LEFT SIDEBAR CATEGORY
//         $(document).on('click', '.elementor-widget-taxonomy-filter[data-settings*="product_cat"] .e-filter-item', function() {
//             var $topTagWidget = $('#triproduit');

//             // Strip product_tag from URL so Elementor only keeps product_cat
//             removeParamFromUrl('product_tag');

//             // Reset visual state of Top Tag filter to "Tous"
//             var $topTousBtn = $topTagWidget.find('.e-filter-item[data-filter^="__all"]');
//             if ($topTousBtn.length) {
//                 $topTagWidget.find('.e-filter-item').attr('aria-pressed', 'false');
//                 $topTousBtn.attr('aria-pressed', 'true');
//             }
//         });

//         // 3. CLEANUP WHEN BOTH ARE "TOUS"
//         $(document).on('click', '.e-filter-item[data-filter^="__all"]', function() {
//             setTimeout(function() {
//                 var $activeCat = $('.elementor-widget-taxonomy-filter[data-settings*="product_cat"] .e-filter-item[aria-pressed="true"]');
//                 var $activeTag = $('#triproduit .e-filter-item[aria-pressed="true"]');

//                 var catIsAll = $activeCat.attr('data-filter') && $activeCat.attr('data-filter').startsWith('__all');
//                 var tagIsAll = $activeTag.attr('data-filter') && $activeTag.attr('data-filter').startsWith('__all');

//                 // If both top and left filters are on "Tous", clear all parameters
//                 if (catIsAll && tagIsAll) {
//                     removeParamFromUrl('product_cat');
//                     removeParamFromUrl('product_tag');
//                 }
//             }, 300);
//         });

//     });
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pyrofeu.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pyrofeu.fr/page-sitemap.xml</loc>
		<lastmod>2026-03-19T15:53:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pyrofeu.fr/product-sitemap.xml</loc>
		<lastmod>2026-02-09T09:41:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pyrofeu.fr/product_cat-sitemap.xml</loc>
		<lastmod>2026-02-09T09:41:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pyrofeu.fr/product_tag-sitemap.xml</loc>
		<lastmod>2025-11-19T10:13:31+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->