





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

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

    if (!filterForm) {
        console.log('Textile filter form NOT found');
        return;
    }

    console.log('Textile filter form found');

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

        event.preventDefault();

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

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

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

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

        window.dataLayer.push({
            event: 'textile_filter',
            product: product.join(', '),
            textile_vendor: textileVendor.join(', '),
            fabric_pattern: fabricPattern.join(', ')
        });

        console.log('textile_filter pushed:', {
            product: product,
            textile_vendor: textileVendor,
            fabric_pattern: fabricPattern
        });

    });

});
</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 -->