<!--
    <script>
        jQuery(document).ready(function($) {
            if ( $(window).width() > 768 ) return;
            var $toggle    = $('.etheme-elementor-off-canvas__toggle_button').first();
            var $sidebar   = $('.elementor-widget-etheme_sidebar_off_canvas').first();
            var $target    = $('.elementor-widget-woocommerce-etheme_breadcrumb').first();
            if ( ! $toggle.length || ! $target.length ) return;

            function closeSidebar() {
                $sidebar.removeClass('etheme-elementor-off-canvas--active');
                $('body').removeClass('etheme-off-canvas-open');
                $newButton.find('a').attr('aria-expanded', 'false');
            }

            var $newButton = $(
                '<div class="category-filtering category-filter-row show-for-medium space-filter-trigger">' +
                '<a href="#" class="filter-button uppercase plain" role="button" aria-expanded="false">' +
                '<i class="icon-equalizer" aria-hidden="true"></i>' +
                '<strong>Filtra prodotti</strong>' +
                '</a>' +
                '<div class="inline-block"></div>' +
                '</div>'
            );

            $newButton.find('a').on('click', function(e) {
                e.preventDefault();
                $sidebar.addClass('etheme-elementor-off-canvas--active');
                $('body').addClass('etheme-off-canvas-open');
                var isExpanded = $(this).attr('aria-expanded') === 'true';
                $(this).attr('aria-expanded', !isExpanded);
            });

            // Chiudi cliccando sulla X
            $(document).on('click', '.etheme-elementor-off-canvas__close-button, .elementor-lightbox', function(e) {
                e.stopPropagation();
                closeSidebar();
            });

            // Chiudi cliccando fuori
            $(document).on('click', function(e) {
                if (
                    ! $(e.target).closest('.etheme-elementor-off-canvas__container').length &&
                    ! $(e.target).closest('.space-filter-trigger').length
                ) {
                    closeSidebar();
                }
            });

            $target.after($newButton);
            $toggle.css('display', 'none');
        });
    </script>
    --><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.rework-labs.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.rework-labs.com/post-sitemap.xml</loc>
		<lastmod>2026-05-11T08:41:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/page-sitemap.xml</loc>
		<lastmod>2026-05-21T16:32:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/product-sitemap.xml</loc>
		<lastmod>2026-05-22T19:12:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/product-sitemap2.xml</loc>
		<lastmod>2026-05-22T19:12:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/category-sitemap.xml</loc>
		<lastmod>2026-05-11T08:41:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/product_brand-sitemap.xml</loc>
		<lastmod>2026-05-22T19:12:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-22T19:12:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.rework-labs.com/shop_warranty_status-sitemap.xml</loc>
		<lastmod>2026-05-22T09:56:14+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->