





<script>
document.addEventListener('DOMContentLoaded', function () {

    var filterForm = document.querySelector('form.textile-cp-filters');

    if (!filterForm) {
        return;
    }

    filterForm.addEventListener('submit', function () {

        function getSelectedValues(name) {
            return Array.from(
                filterForm.querySelectorAll('select[name="' + name + '[]"] option:checked')
            ).map(function (option) {
                return option.value;
            });
        }

        var product = getSelectedValues('product');
        var textileVendor = getSelectedValues('textile_vendor');
        var fabricPattern = getSelectedValues('fabric_pattern');
        var compatibilityResult = getSelectedValues('compatibility_result');
        var fabricProgram = getSelectedValues('fabric_program');
        var materialType = getSelectedValues('material_type');
        var fabricGrade = getSelectedValues('fabric_grade');

        window.dataLayer = window.dataLayer || [];

        window.dataLayer.push({
            event: 'textile_filter',

            product: product.join(', '),
            textile_vendor: textileVendor.join(', '),
            fabric_pattern: fabricPattern.join(', '),
            compatibility_result: compatibilityResult.join(', '),
            fabric_program: fabricProgram.join(', '),
            material_type: materialType.join(', '),
            fabric_grade: fabricGrade.join(', ')
        });

    });

});
</script>
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//9to5seating.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://9to5seating.com/post-sitemap.xml</loc>
		<lastmod>2026-07-22T18:43:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://9to5seating.com/page-sitemap.xml</loc>
		<lastmod>2026-09-11T05:12:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://9to5seating.com/category-sitemap.xml</loc>
		<lastmod>2026-07-22T18:43:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://9to5seating.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-07-22T18:43:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://9to5seating.com/author-sitemap.xml</loc>
		<lastmod>2026-09-18T23:36:45+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->