<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nonwovens Industry</title>
	<atom:link href="https://www.nonwovens-industry.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nonwovens-industry.com/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jul 2026 17:01:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2024/10/favicon.png</url>
	<title>Nonwovens Industry</title>
	<link>https://www.nonwovens-industry.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Thinking Local</title>
		<link>https://www.nonwovens-industry.com/thinking-local/</link>
					<comments>https://www.nonwovens-industry.com/thinking-local/#respond</comments>
		
		<dc:creator><![CDATA[kmcintyre@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 12:10:53 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49600</guid>

					<description><![CDATA[<p>Nonwovens investment is returning to North America</p>
<p>The post <a href="https://www.nonwovens-industry.com/thinking-local/">Thinking Local</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Last month, Indian nonwovens producer Supreme Group announced it would invest almost $26 million to establish its first U.S. manufacturing site in Lexington, NC. The 200,000-square-foot facility will serve as a hub for technical collaboration, allowing Supreme Nonwoven Inc. to work closely with North American customers and partners on customized material solutions. </p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p>The decision for Supreme to invest in North Carolina was met with great fanfare by state and local investors including NC governor Josh Stein, who called his state a premier destination for textile innovation.</p>



<p>While this investment, which will add 50 new jobs, is certainly good news for North Carolina, it is also good news for the North American nonwovens market, which continues to see signs of growth. At this year’s World of Wipes (WOW) International Conference, which was held last month in Nashville, INDA director of education and technical affairs Matt O’Sickey proclaimed that, overall, the “nonwoven pie” in North America is growing, outpacing both GDP and population growth. A lot of this is driven by transportation applications like acoustics and battery separator applications but absorbent hygiene and wipes are also seeing growth.</p>



<p>Growth in wipes, which is being driven by added value applications in developed areas like North America as well as the need for non-plastic applications, were factors that led to Kruger’s recent decision to invest in North America. In May, Kruger announced it would invest more than $300 million in a Wetlace nonwovens manufacturing line in Quebec, Canada. Kruger’s first foray into nonwovens, the site will mainly produce sustainable wipes, which the company has targeted as part of its focus on growing in “essential markets.”</p>



<p>Not only are wipes sales growing in North America, their value proposition is expanding as consumers seek expanded benefits from their wipes products. In personal care applications, it is no longer enough for a product to offer a solution to a problem but they must also offer tangible benefits, like skin health or microbiome improvements, Euromonitor’s Liying Qian told WOW attendees. Wipes now incorporate sophisticated, active ingredients such as prebiotic or probiotic formulas that support the skin microbiome and barrier repair. Other formulations include Pro-vitamin B5 for hydration, as well as antioxidants and vitamins that offer protective, anti-aging benefits rather than just surface cleaning.</p>



<p>As North America welcomes these two nonwovens investments, they also serve as a reminder that, given today’s global economic challenges, prioritizing local production is more important than ever. Supporting these investments will go a long way in strengthening the North American supply chain.&nbsp;</p>



<p>As always, we appreciate your comments.</p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<hr style="width:50%;border:0;border-top:3px solid #00A0D2;margin:2rem 0">



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="360" height="80" src="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2025/12/kmcintyre_360x80.jpg" alt="" class="wp-image-45060" style="width:253px" srcset="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2025/12/kmcintyre_360x80.jpg 360w, https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2025/12/kmcintyre_360x80-300x67.jpg 300w" sizes="(max-width: 360px) 100vw, 360px" /></figure>



<p><strong>Karen McIntyre | Editor<br></strong><a href="mailto:kmcintyre@rodmanmedia.com" target="_blank" rel="noreferrer noopener"><strong>kmcintyre@rodmanmedia.com</strong></a></p>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/thinking-local/">Thinking Local</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/thinking-local/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cottano Vliestex</title>
		<link>https://www.nonwovens-industry.com/cottano-vliestex/</link>
					<comments>https://www.nonwovens-industry.com/cottano-vliestex/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:41:35 +0000</pubDate>
				<category><![CDATA[Technical Nonwovens]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49602</guid>

					<description><![CDATA[<p>Am Lehngut 9, 09128 Chemnitz Germany +49 (0) 37 26 / 78 46-0 info@cottano-vliestex.de www.cottano.de Cottano Vlieswerk GmbH is a long-established textile manufacturer with more than 50 years of experience in nonwovens production. The company’s roots date back to 1972, when it was founded in Mühlhausen, Thuringia, Germany, as the publicly owned enterprise VEB Cottana [&#8230;]</p>
<p>The post <a href="https://www.nonwovens-industry.com/cottano-vliestex/">Cottano Vliestex</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-text-color has-link-color has-medium-font-size wp-elements-094f0108939f8ce83e0c58da59c4fcf3" id="h-am-lehngut-9" style="color:#22346a">Am Lehngut 9,</h3>



<h3 class="wp-block-heading has-text-color has-link-color wp-elements-8af2368afea2009483e9c7085aeba015" id="h-09128-chemnitz" style="color:#22346a;font-size:20px">09128 Chemnitz</h3>



<h3 class="wp-block-heading has-text-color has-link-color wp-elements-750b96e06b091d742ec51e32fbcad74b" id="h-germany" style="color:#22346a;font-size:20px">Germany</h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-text-color has-link-color has-medium-font-size wp-elements-2fc7bc4e9c14b1931bae3af41552f0f2" id="h-49-0-37-26-78-46-0" style="color:#22346a">+49 (0) 37 26 / 78 46-0</h3>



<h3 class="wp-block-heading" id="h-info-cottano-vliestex-de" style="font-size:20px"><a href="mailto:info@cottano-vliestex.de" target="_blank" rel="noreferrer noopener">info@cottano-vliestex.de</a></h3>



<h3 class="wp-block-heading has-medium-font-size" id="h-www-cottano-de"><a href="http://www.cottano.de" target="_blank" rel="noreferrer noopener">www.cottano.de</a></h3>
</div>
</div>



<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a href="http://www.cottano.de">Cottano Vlieswerk GmbH</a> is a long-established textile manufacturer with more than 50 years of experience in nonwovens production. The company’s roots date back to 1972, when it was founded in Mühlhausen, Thuringia, Germany, as the publicly owned enterprise VEB Cottana Mühlhausen within the former GDR. At that time, the facility operated as part of a cotton combine serving the broader needs of the state economy.</p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p>Following German reunification, entrepreneur Dieter Perick acquired the company and transformed it into Cottano Vlieswerk GmbH in 1992. This transition marked the beginning of an entrepreneurial era characterized by technological investment and a strong focus on innovation in nonwovens. A major milestone came in 2008 with the acquisition of VTT Vliestextilien GmbH, strengthening Cottano’s capabilities in stitchbond and stitchable nonwovens. In December 2024, the affiliated company was rebranded as Cottano Vliestex GmbH, consolidating both entities under a unified “Cottano” brand.</p>



<p>In July 2023, Cottano entered a new chapter following a change in ownership. Since then, the company has undergone a deliberate internal realignment—strategically, operationally and culturally. “With a renewed mindset, sharpened focus and strong commitment to innovation and change, Cottano has built a solid foundation internally and is now actively re-engaging with the market to signal: Cottano is back—with clarity, ambition and forward momentum,” says Nico Miebach, managing director.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="840" height="454" src="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3608_web.jpg" alt="" class="wp-image-49605" srcset="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3608_web.jpg 840w, https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3608_web-300x162.jpg 300w, https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3608_web-768x415.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></figure>



<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Today, Cottano operates from its headquarters in Mühlhausen, Germany, supported by an integrated production network that reflects its vertically aligned structure and strong regional roots.</p>



<p>Cottano specializes in drylaid nonwoven technologies, with a strong focus on stitchbond (Malivlies/Maliwatt) processes developed and expanded over decades of expertise.</p>



<p>While rooted in long-standing technological know-how, the company is now combining this heritage with a renewed innovation mindset established since 2023.&nbsp;Production systems—many of which trace their origins back to advanced machinery concepts developed in the GDR—have been continuously modernized to meet today’s quality, performance and sustainability standards, Miebach explains.</p>



<p>Cottano serves a diverse portfolio of end-use markets, including automotive and technical textiles; construction and insulation materials; cleantech; industrial applications; and packaging and protective solutions.</p>



<p>According to Miebach, these markets continue to show resilient performance, particularly in technical and industrial segments where nonwovens are valued for their durability, functionality and cost-effectiveness. “While global economic fluctuations impact demand cycles across industries, the long-term outlook for nonwovens remains strong due to increasing substitution of traditional materials and growing demand for lightweight, efficient solutions,” he says.</p>


<div class="wp-block-image">
<figure class="alignright size-full is-resized"><img decoding="async" width="600" height="400" src="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3525_web.jpg" alt="" class="wp-image-49604" style="width:336px;height:auto" srcset="https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3525_web.jpg 600w, https://www.nonwovens-industry.com/wp-content/uploads/sites/11/2026/07/cottano-3525_web-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div>


<p>Cottano is actively strengthening its footprint by expanding partnerships and distribution channels across Europe and beyond. Following the internal transformation phase since July 2023, the company is now deliberately increasing its external visibility and market engagement.&nbsp;The unified branding under “Cottano” enhances visibility in global markets and simplifies market access for customers.</p>



<p>The company is also focusing on application-driven innovation, enabling entry into new sectors where technical nonwovens can replace conventional materials. “Strategic collaborations with customers, suppliers and research institutes for ensuring customer-specific development projects play a key role in this growth strategy,” Miebach says.</p>



<p>Cottano believes that now is an excellent time to be active in this industry. “The ongoing shift toward lightweight materials, circular economy models and sustainable product design creates significant opportunities for companies with strong technical know-how and a flexible, customer-oriented approach,” he explains. “However, we do see the risk of dependence ranging from individual major players to specific regions. We consider a certain degree of resilience to be essential at this time in order to be able to respond flexibly to changing market conditions. With its long history, integrated structure and continuous investment in innovation, Cottano is well-positioned to contribute to and benefit from these developments.” </p>
<p>The post <a href="https://www.nonwovens-industry.com/cottano-vliestex/">Cottano Vliestex</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/cottano-vliestex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Africa’s Next Industrial Opportunity: Building the Continent’s Hygiene Materials Ecosystem</title>
		<link>https://www.nonwovens-industry.com/africas-next-industrial-opportunity-building-the-continents-hygiene-materials-ecosystem/</link>
					<comments>https://www.nonwovens-industry.com/africas-next-industrial-opportunity-building-the-continents-hygiene-materials-ecosystem/#respond</comments>
		
		<dc:creator><![CDATA[kmcintyre@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:39:38 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49613</guid>

					<description><![CDATA[<p>Rising hygiene demand, emerging petrochemical capacity and expanding industrial zones are creating the conditions for Africa’s first integrated hygiene materials ecosystems.</p>
<p>The post <a href="https://www.nonwovens-industry.com/africas-next-industrial-opportunity-building-the-continents-hygiene-materials-ecosystem/">Africa’s Next Industrial Opportunity: Building the Continent’s Hygiene Materials Ecosystem</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-3fe49ae004baa75b458e6d11efbc7233" id="h-a-growing-market-built-on-imported-materials" style="color:#22346a;font-size:26px">A Growing Market Built on Imported Materials</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Africa is one of the fastest-growing markets for absorbent hygiene products in the world, yet the materials that make these products possible—from nonwoven fabrics to superabsorbent polymers—are still largely imported. This dependence reflects a broader structural gap. While demand for diapers, sanitary protection, adult incontinence products and wet wipes is expanding rapidly across the continent, the upstream materials ecosystem required to support local manufacturing remains underdeveloped. However, that landscape is beginning to change. Across Africa, new refining, petrochemical and polymer production platforms are emerging, creating the conditions for a new generation of downstream industries. At a time when global manufacturers are increasingly rethinking supply chains and regional production, this shift presents a strategic opportunity. For the nonwovens sector, this raises an important question: could Africa begin building integrated hygiene materials ecosystems capable of supplying its own growing markets?</p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p>In other regions of the world, the growth of the nonwovens and hygiene industries has often been closely tied to the development of integrated petrochemical and polymer ecosystems. In North America, Europe and parts of Asia, proximity between feedstock producers, polymer manufacturers, nonwoven fabric producers and hygiene product converters helped create powerful industrial clusters over several decades.&nbsp;</p>



<p>Several structural shifts are beginning to reshape Africa’s industrial landscape. Across parts of the continent, new refining, petrochemical and polymer production platforms are emerging, while regional manufacturing zones and logistics corridors are expanding. At the same time, Africa’s rapidly growing population and urbanization are driving sustained demand for absorbent hygiene products. These dynamics are creating the early foundations of a materials ecosystem that did not exist before. For the nonwovens industry, this raises an important strategic possibility: rather than relying indefinitely on imported materials, Africa could begin developing its own regional supply chains for hygiene production.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-8de45351777bd21e5390d1bd3d25201d" id="h-the-hygiene-materials-park-concept-nbsp" style="color:#22346a;font-size:26px">The Hygiene Materials Park Concept &nbsp;</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>One possible framework for developing such supply chains is the concept of a Hygiene Materials Park (HMP) &#8211; an integrated industrial cluster that brings together polymer feedstocks, nonwoven manufacturing and hygiene product converting within a single location.</p>



<p>In a traditional supply chain, different components of hygiene product manufacturing may be located across multiple regions or continents. Superabsorbent polymers may be produced in one region, nonwoven fabrics in another, and final converting operations in a third. This fragmentation increases logistics costs, lengthens supply chains and creates vulnerabilities during periods of disruption.</p>



<p>The HMP model addresses this challenge by co-locating the major elements of the value chain: petrochemical feedstocks and polymer production, superabsorbent polymer manufacturing, spunbond and meltblown nonwoven lines, and hygiene product converting (diapers, sanitary pads and adult care products).</p>



<p>By integrating these activities within a single industrial ecosystem, the model creates efficiencies across the supply chain while reducing dependence on long-distance imports.</p>



<p>For emerging markets, this approach offers an opportunity to design integrated industrial ecosystems from the outset rather than replicating fragmented supply chains developed elsewhere. For machinery suppliers, such ecosystems could represent the next wave of spunbond, meltblown and hygiene converting capacity as emerging markets expand local manufacturing.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-4495d5082ba5c37a2d395dcb33c54d5f" id="h-africa-s-expanding-industrial-foundations" style="color:#22346a;font-size:26px">Africa’s Expanding Industrial Foundations</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Africa’s ability to develop such ecosystems depends on several underlying structural trends that are now beginning to align.</p>



<p>First, the continent is seeing the emergence of new refining, petrochemical and polymer production capacity. These developments provide the upstream feedstocks required for plastics, fibers and superabsorbent materials &#8211; inputs that historically had to be imported in large quantities.</p>



<p>Second, industrial infrastructure is expanding rapidly. Across the continent, export processing zones, industrial parks and logistics hubs are being developed to attract manufacturing investment. Previously, in Kenya, South Africa and Nigeria, such projects were mainly government-led.&nbsp; In more recent times, these hubs are more public-private partnerships driven and some are even wholly private-led. One example is the industrial park platform developed by ARISE Integrated Industrial Platforms, which has established integrated industrial zones in several African countries designed to host manufacturing value chains rather than individual factories.&nbsp;</p>



<p>These zones offer several advantages: modern infrastructure, streamlined regulatory environments, proximity to ports and logistics corridors, access to power and utilities required for industrial production. Such developments create the physical platforms on which integrated materials ecosystems could be built. If such ecosystems begin to take shape, they could eventually support the installation of large-scale nonwoven manufacturing capacity serving Africa’s rapidly expanding hygiene markets.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-468916a8853183bafdb49c52977b9730" id="h-nigeria-a-glimpse-of-local-manufacturing" style="color:#22346a;font-size:26px">Nigeria: A Glimpse of Local Manufacturing</h2>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-text-align-left has-text-color has-link-color wp-elements-536c287b7551e6b974cf470eba054836" style="color:#22346a;font-size:23px;font-style:normal;font-weight:500">&#8220;Nigeria provides a useful illustration of how Africa’s hygiene manufacturing sector is evolving. Over the past decade, several leading diaper brands have established local production within export processing zones and industrial clusters.&#8221;</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Companies and brands such as Hayat Kimya, Wemy Industries, Sunda and Kiss Kids manufacture diapers locally for the Nigerian market and, increasingly, for neighboring countries.</p>



<p>Local production offers clear advantages: reduced import costs, faster supply chains and better alignment with local consumer demand. However, even where converting operations are localized, most of the core materials used in production &#8211; including nonwoven fabrics and superabsorbent polymers &#8211; continue to be imported from outside the continent. This highlights the next stage of development: building the upstream materials ecosystem that supports these factories.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-fcea4f81916f7e2962cdb758af6aba20" id="h-why-integrated-ecosystems-matter" style="color:#22346a;font-size:26px">Why Integrated Ecosystems Matter</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The global hygiene industry has grown dramatically over the past three decades, driven by population growth, rising incomes and increasing awareness of hygiene and health. Yet the materials supply chains underpinning this growth remain concentrated in a relatively small number of regions.</p>



<p>For Africa, developing integrated hygiene materials ecosystems could deliver several important benefits.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="h-supply-chain-resilience" style="font-size:22px">Supply Chain Resilience</h3>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Recent global disruptions &#8211; from pandemic-related supply shocks to freight volatility &#8211; have highlighted the vulnerability of long supply chains. Regional materials production could significantly reduce exposure to these disruptions.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="h-industrial-development" style="font-size:22px">Industrial Development</h3>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>The hygiene materials value chain spans multiple industrial sectors, including petrochemicals, polymers, nonwovens manufacturing and consumer product converting. Developing these interconnected industries could create thousands of skilled manufacturing jobs.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="h-economic-efficiency" style="font-size:22px">Economic Efficiency</h3>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Shorter supply chains reduce transportation costs and working capital requirements while improving responsiveness to market demand.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading" id="h-export-potential" style="font-size:22px">Export Potential</h3>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Africa’s regional markets remain largely underserved. Integrated manufacturing platforms could supply not only domestic markets but also neighboring countries across regional trade blocs.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-cc09c0379a4e9fedbc86cd70e8cb206b" id="h-africa-s-opportunity-to-leapfrog" style="color:#22346a;font-size:26px">Africa’s Opportunity to Leapfrog</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>In many ways, Africa’s relative lack of legacy infrastructure may create an advantage. Instead of replicating older, fragmented supply chains, new investments could be structured around integrated ecosystems from the outset.</p>



<p>This approach mirrors how industrial clusters have developed in other sectors. Automotive manufacturing, semiconductor production and petrochemical industries have all benefited from geographically concentrated ecosystems where suppliers, manufacturers and logistics infrastructure are closely linked.</p>



<p>For the hygiene sector, the HMP concept represents a similar model adapted to the materials and manufacturing needs of absorbent hygiene products.</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading has-text-color has-link-color wp-elements-e54b410b8e4c17640b566d3af62b4856" id="h-the-role-of-investors-and-industry-partners" style="color:#22346a;font-size:26px">The Role of Investors and Industry Partners</h2>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Developing integrated hygiene materials ecosystems will require collaboration among multiple industry stakeholders.</p>



<p>Petrochemical producers provide the upstream feedstocks and polymers required for materials production. Machinery suppliers bring the advanced manufacturing technologies needed for nonwoven fabrics and hygiene converting. Consumer product companies provide market demand and distribution networks. And investors play a critical role in financing large-scale industrial infrastructure.</p>



<p>For investors seeking long-term opportunities in emerging markets, the development of regional hygiene materials ecosystems represents a potentially attractive industrial platform. These projects combine strong demographic demand with opportunities for supply chain integration and industrial development.&nbsp; Several industry participants are already exploring how integrated hygiene materials ecosystems could be developed in parts of Africa, suggesting the concept may move from discussion to implementation sooner than many expect.&nbsp; As these conversations evolve, the nonwovens industry has an opportunity to play a central role in shaping the next phase of hygiene manufacturing on the continent. </p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/africas-next-industrial-opportunity-building-the-continents-hygiene-materials-ecosystem/">Africa’s Next Industrial Opportunity: Building the Continent’s Hygiene Materials Ecosystem</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/africas-next-industrial-opportunity-building-the-continents-hygiene-materials-ecosystem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Production Trends for Diapers and Nonwoven Fabrics in Japan</title>
		<link>https://www.nonwovens-industry.com/production-trends-for-diapers-and-nonwoven-fabrics-in-japan/</link>
					<comments>https://www.nonwovens-industry.com/production-trends-for-diapers-and-nonwoven-fabrics-in-japan/#respond</comments>
		
		<dc:creator><![CDATA[kmcintyre@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:38:14 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49620</guid>

					<description><![CDATA[<p>Growth in adult care products is not enough to offset declines in the infant market</p>
<p>The post <a href="https://www.nonwovens-industry.com/production-trends-for-diapers-and-nonwoven-fabrics-in-japan/">Production Trends for Diapers and Nonwoven Fabrics in Japan</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Diapers are the largest application for nonwoven fabrics in Japan. They account for approximately one-third of the total demand for nonwoven fabrics. For this reason, trends in diaper production have a significant impact on nonwoven fabric production. Table 1 shows the production volumes of baby diapers and adult diapers in Japan.</p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<div style="max-width:1800px;margin:0 auto;font-family:Arial, sans-serif">

  <table style="width:100%;border-collapse:collapse;font-size:14px">

    <!-- Title Row -->
    <tr>
      <th colspan="10" style="background:#00A0D2;color:#ffffff;text-align:left;padding:12px;border:2px solid #000;font-size:16px">
        Table 1: Production volume of diapers in Japan
      </th>
    </tr>

    <!-- Year Header Row -->
    <tr>
      <th style="border:2px solid #000;padding:8px;text-align:left"></th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2017</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2018</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2019</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2020</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2021</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2022</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2023</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2024</th>
      <th style="border:2px solid #000;padding:8px;text-align:left">2025</th>
    </tr>

    <!-- Baby -->
    <tr>
      <td style="border:2px solid #000;padding:8px;text-align:left">Baby</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">525,800</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">484,079</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">451,699</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">395,343</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">363,284</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">323,066</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">284,471</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">258,370</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">231,947</td>
    </tr>

    <!-- Adult -->
    <tr>
      <td style="border:2px solid #000;padding:8px;text-align:left">Adult</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">379,423</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">393,453</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">402,582</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">408,718</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">417,165</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">431,818</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">423,496</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">439,010</td>
      <td style="border:2px solid #000;padding:8px;text-align:left">450,055</td>
    </tr>

    <!-- Total -->
    <tr>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">Total</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">905,223</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">877,532</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">854,281</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">804,061</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">780,449</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">754,884</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">707,967</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">697,380</td>
      <td style="border:2px solid #000;padding:8px;text-align:left;font-weight:bold">682,002</td>
    </tr>

  </table>

  <div style="font-style:italic;font-size:14px;margin-top:10px">
    Unit: tons
  </div>

</div>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Japanese diaper production peaked at 905,223 tons in 2017 but has been on a steady decline ever since. In 2025, production volume was 682,002 tons, a decrease of 2.2%. However, baby care items are declining, while adult items are steadily increasing. The market for baby diapers has shrunk from 525,800 tons in 2017 to 231,947 tons in 2025, falling to less than half its previous size. However, the production volume of adult diapers has increased from 379,423 tons in 2017 to 450,055 tons in 2025. In 2020, production for adults exceeded that for babies for the first time.&nbsp;</p>



<p>While the declining birthrate in Japan is often cited as the main factor behind the drop in baby product production, the decline in exports has had an even greater impact. Although Japan used to export large quantities of baby diapers, exports began to decline in 2018 and are now less than one-third of their peak level. Although production for adult diapers is increasing, it is not enough to offset the decline in production of baby diapers.</p>



<p>Demand for nonwoven fabrics is also declining in line with the drop in diaper production. In 2017, demand for nonwoven fabrics totaled 197,200 tons, comprising 114,300 tons for baby diapers and 82,900 tons for adult diapers. In 2025, production totaled 150,600 tons, comprising 51,000 tons of baby products and 99,600 tons of adult products. While demand for thermal bonded nonwovens has declined only slightly, demand for spunbonded nonwovens and SMS/SMMS has fallen sharply.&nbsp;</p>



<p>Total domestic demand for nonwoven fabrics in Japan has declined from 528,541 tons in 2017 to 446,107 tons in 2025. More than 50% of this decline is attributable to shrinking demand for diapers, which have a significant impact on domestic demand for nonwoven fabrics.</p>



<p>Troubles in the diaper market have led to challenges in the Japanese nonwovens industry. In November, Mitsui Chemicals Asahi Life Materials <a href="https://www.nonwovens-industry.com/breaking-news/company-to-import-materials-from-its-thai-operations/">said it would restructure its nonwovens business</a> in response to shrinking demand for diapers in Japan. The company, which was formed in 2023 through a combination of Mitsui Chemicals and Asahi Kasei, is one of Japan’s largest nonwovens producers.</p>



<p>The restructuring effort includes the closure of two production lines in Japan. Following these closures, the company will import materials for the domestic market from its two subsidiaries in Thailand, where it makes a reported 77,000 tons of polypropylene spunbond nonwovens per year. The company’s Japanese operations made 55,000 tons of polypropylene spunbond nonwovens per year as well as PET and nylon spunbond nonwovens; it is unclear how much of this capacity will be impacted by the line closures.</p>



<p>Other Japanese companies that have ceased production or reduced capacity include Unitika, which <a href="https://www.nonwovens-industry.com/breaking-news/unitika-finds-buyers-for-nonwovens-businesses/">exited the textiles business</a> after efforts to relocate much of its production to southeast Asia, where it established an operation in Thailand in 2014, had not proven effective.  Another Japanese producer, JNC Fibers, which is specialized in thermal bonded nonwovens for baby diaper applications, ceased production at its Japanese facility and sold one of its two Chinese sites to a local company, reducing its nonwovens output in Asia in two separate actions. The company attributed weakening demand within the baby diaper market to both decisions. JNC, which has been active in the Asian nonwovens industry since 1995, will continue to produce thermal bonded materials at its remaining Chinese site as well as in Rayong, Thailand.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/production-trends-for-diapers-and-nonwoven-fabrics-in-japan/">Production Trends for Diapers and Nonwoven Fabrics in Japan</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/production-trends-for-diapers-and-nonwoven-fabrics-in-japan/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>2026 International Buyers’ Guide</title>
		<link>https://www.nonwovens-industry.com/2026-international-buyers-guide/</link>
					<comments>https://www.nonwovens-industry.com/2026-international-buyers-guide/#respond</comments>
		
		<dc:creator><![CDATA[kmcintyre@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:34:14 +0000</pubDate>
				<category><![CDATA[Market Data]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49595</guid>

					<description><![CDATA[<p>Our annual Buyers’ Guide lists nearly every supplier and producer involved with the global nonwovens industry. To search materials, machinery, and services across the supply chain, click here. Stay up to date with all Nonwovens Industry content by subscribing to our newsletter.</p>
<p>The post <a href="https://www.nonwovens-industry.com/2026-international-buyers-guide/">2026 International Buyers’ Guide</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Our annual Buyers’ Guide lists nearly every supplier and producer involved with the global nonwovens industry. To search materials, machinery, and services across the supply chain, click <strong><a href="https://www.nonwovens-industry.com/buyersguide/" target="_blank" rel="noreferrer noopener">here.</a></strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-text-align-center has-background" style="background:linear-gradient(196deg,rgb(241,241,241) 0%,rgb(241,241,241) 100%)"><strong>Stay up to date with all Nonwovens Industry content by <a href="https://lp.nonwovens-industry.com/non-magazine-enewsletter-signup-websi?utm_source=websi&amp;utm_medium=article+CTA&amp;utm_campaign=Natural+Hygiene+Market+Evolves" target="_blank" rel="noreferrer noopener">subscribing to our newsletter</a>.</strong></p>
<p>The post <a href="https://www.nonwovens-industry.com/2026-international-buyers-guide/">2026 International Buyers’ Guide</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/2026-international-buyers-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Method and Apparatus for Producing Fluff-Free Absorbent Cores</title>
		<link>https://www.nonwovens-industry.com/method-and-apparatus-for-producing-fluff-free-absorbent-cores/</link>
					<comments>https://www.nonwovens-industry.com/method-and-apparatus-for-producing-fluff-free-absorbent-cores/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:33:24 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49627</guid>

					<description><![CDATA[<p>U.S. Patent No. 12,653,724</p>
<p>The post <a href="https://www.nonwovens-industry.com/method-and-apparatus-for-producing-fluff-free-absorbent-cores/">Method and Apparatus for Producing Fluff-Free Absorbent Cores</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-f8dede8572d3a1781e567acef0a52d96" style="color:#22346a;font-size:18px"><strong>Diego Gualteri, San Giovanni Teatino, Italy; and Alessandro Cipriani, San Giovanni Teatino, Italy. </strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p class="has-text-color has-link-color wp-elements-0f599fe5dbf633abd7c9b7a877e77e16" style="color:#22346a;font-size:18px"><strong>Assigned to Fameccanica. Data S.p.A.</strong></p>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Filed:</strong> 8/9/21<br><strong>Issued:</strong> 6/16/26</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>An apparatus for producing fluff-free absorbent cores for absorbent sanitary articles, comprising: a fiber deposition unit configured to deposit loose unbound fibers onto a movable surface; a dispensing device configured to apply superabsorbent granular material into said loose unbound fibers, a mixing unit configured to mix said loose unbound fibers and the superabsorbent granular material deposited on said movable surface, and a fixing unit arranged downstream of said mixing unit and configured to bind said loose unbound fibers together so as to form an absorbent structure of bound fibers in which the superabsorbent granular material is incorporated, wherein the fixing unit is configured to carry out binding together said loose unbound fibers by a thermal or mechanical process, wherein the movable surface includes a movable suction surface fluidly connected to a suction source, and wherein the fiber deposition unit comprises nozzles configured to project the loose unbound fibers onto the movable suction surface fluidly connected to the suction source, by pressurized air jets.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/method-and-apparatus-for-producing-fluff-free-absorbent-cores/">Method and Apparatus for Producing Fluff-Free Absorbent Cores</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/method-and-apparatus-for-producing-fluff-free-absorbent-cores/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Absorbent Articles and Methods of Making the Same</title>
		<link>https://www.nonwovens-industry.com/absorbent-articles-and-methods-of-making-the-same-2/</link>
					<comments>https://www.nonwovens-industry.com/absorbent-articles-and-methods-of-making-the-same-2/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:31:53 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49634</guid>

					<description><![CDATA[<p>U.S. Patent No. 12,653,725</p>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-articles-and-methods-of-making-the-same-2/">Absorbent Articles and Methods of Making the Same</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-293b4b8913a959c75c2c0111eb8216ec" style="color:#22346a;font-size:18px"><strong>James William Busch, Maineville, OH; Michael Dale Trennepohl, Cincinnati, OH; and Steven Joseph Waas, Mason, OH.</strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p class="has-text-color has-link-color wp-elements-61bc87124d3f8b61b5f3a83d1dbd69f7" style="color:#22346a;font-size:18px"><strong>Assigned to The Procter &amp; Gamble Company, Cincinnati, OH.</strong></p>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Filed:</strong> 1/12/23<br><strong>Issued:</strong> 6/16/26</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A method of making an absorbent article comprising the steps of: obtaining a carrier web and transporting the carrier web in a machine direction; obtaining a first absorbent core web and a second absorbent core web; serially cutting the first absorbent core web thereby forming a plurality of discrete first absorbent cores each having a first core first cut edge and a first core second cut edge; serially cutting the second absorbent core web thereby forming a plurality of discrete second absorbent cores each having a second core first cut edge and a second core second cut edge; arranging a discrete first absorbent core and a discrete second absorbent core in a longitudinally offset configuration, wherein the first core first cut edge extends longitudinally outboard of one of the second core first cut edge and second core second cut edge, and the other of the second core first cut edge and second core second cut edge extends longitudinally outboard of the first core second cut edge; applying a first deposit of adhesive between the discrete first absorbent core and the discrete second absorbent core, whereby at least a portion of the first deposit of adhesive will contact the carrier web between the carrier web and the discrete second absorbent core longitudinally outboard of the discrete first absorbent core and wherein the first deposit of adhesive does not extend longitudinally beyond the second core first cut edge or second core second cut edge; joining the first absorbent core to the second absorbent core and to the carrier web in the offset configuration, thereby forming a laminate structure web; joining a backsheet web to the laminate structure web thereby forming an absorbent article web; and cutting the absorbent article web into a plurality of discrete absorbent articles. </p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-articles-and-methods-of-making-the-same-2/">Absorbent Articles and Methods of Making the Same</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/absorbent-articles-and-methods-of-making-the-same-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Transfer Pad With Moisture Control</title>
		<link>https://www.nonwovens-industry.com/transfer-pad-with-moisture-control/</link>
					<comments>https://www.nonwovens-industry.com/transfer-pad-with-moisture-control/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:30:47 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49636</guid>

					<description><![CDATA[<p>U.S. Patent No. 12,653,726</p>
<p>The post <a href="https://www.nonwovens-industry.com/transfer-pad-with-moisture-control/">Transfer Pad With Moisture Control</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-aa9a45b43722dde81b9247d9c9097066" style="color:#22346a;font-size:18px"><strong>Christian Gastaldo, Indianapolis, IN; Gregory R. Konkle, Indianapolis, IN; and Travis White, Fishers, IN.</strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p class="has-text-color has-link-color wp-elements-9a317070143ac240233d7ce683bdb80f" style="color:#22346a;font-size:18px"><strong>Assigned to Ehob, Inc., Indianapolis, IN.</strong></p>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Filed:</strong> 11/29/22<br><strong>Issued:</strong> 6/16/26</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A transfer pad for use in transferring a person reclining with at least the person’s torso and upper thighs on a bed with bed linens, comprising: a top sheet formed from a fluid permeable material; a bottom sheet having a bottom surface formed of a material having a coefficient of friction adapted to slide on the bed linens with the person on the transfer pad, wherein the top sheet and the bottom sheet are substantially identically sized to receive the torso and upper thighs of the person, and wherein the top sheet and bottom sheet are connected at a fluid leak-proof seam around a first perimeter of the top and bottom sheets; an absorbent core disposed within the first perimeter between the top sheet and the bottom sheet, the absorbent core including in sequence; a first tissue sheet; a fluid absorbent sheet formed of a cellulosic pulp and a super-absorbent polymer (SAP); and a second tissue sheet; handles defined along at least one side of the top and bottom sheets, the handles configured to be gripped by a person to move the transfer pad, wherein the top and bottom sheet define a second perimeter outside said first perimeter, and said handles are defined in said top and bottom sheets between said first perimeter and said second perimeter; and a strip affixed along the at least one side of the top and bottom sheets, said strip including said handles, wherein said strip is folded at the at least one side of the top and bottom sheets to include a top portion overlapping the top sheet and a bottom portion overlapping the bottom sheet, and said handles are defined continuously through the top portion of the strip, the top sheet, the bottom sheet and the bottom portion of the strip.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/transfer-pad-with-moisture-control/">Transfer Pad With Moisture Control</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/transfer-pad-with-moisture-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Absorbent Article with Waist Gasketing Element and Leg Cuffs</title>
		<link>https://www.nonwovens-industry.com/absorbent-article-with-waist-gasketing-element-and-leg-cuffs-2/</link>
					<comments>https://www.nonwovens-industry.com/absorbent-article-with-waist-gasketing-element-and-leg-cuffs-2/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:29:04 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49638</guid>

					<description><![CDATA[<p>U.S. Patent No. 12,653,727</p>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-article-with-waist-gasketing-element-and-leg-cuffs-2/">Absorbent Article with Waist Gasketing Element and Leg Cuffs</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-c5cb5e017801206b4979efcc57c60ea6" style="color:#22346a;font-size:18px"><strong>Jeromy Thomas Raycheck, South Lebanon, OH; Abhishek Prakash Surushe, Schwalbach am Taunus, Germany; Zachary Aaron Freije, Milford, OH; Cornelia Beate Martynus, Nidderau-Ostheim, Germany; Donald Carroll Roe, West Chester, OH; Andrew James Sauer, Cincinnati, OH; Christopher Erin Kiger, Union Township, OH; and Sara Lyn Giovanni, Cincinnati, OH.</strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p class="has-text-color has-link-color wp-elements-61bc87124d3f8b61b5f3a83d1dbd69f7" style="color:#22346a;font-size:18px"><strong>Assigned to The Procter &amp; Gamble Company, Cincinnati, OH.</strong></p>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Filed:</strong> 4/12/23<br><strong>Issued:</strong> 6/16/26</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>A disposable absorbent article for wearing about the lower torso of a wearer, the disposable absorbent article comprising: a first waist region, a second waist region, a crotch region disposed between the first and second waist regions; a first waist edge and a second waist edge; and a first longitudinal edge and a second longitudinal edge; wherein the disposable absorbent article comprises: a topsheet; a backsheet; and an absorbent core disposed between the topsheet and the backsheet; a leg gasketing system and at least one waist gasketing element; wherein the leg gasketing system comprises a web of material forming an inner cuff and an outer cuff; wherein the inner cuff comprises an inner cuff folded edge and an inner cuff material edge and the outer cuff comprises an outer cuff material edge, such that the web of material is folded laterally outward to form the inner cuff folded edge; wherein at least a portion of the web of material between the inner cuff folded edge and the outer cuff material edge is attached to the topsheet in the first waist region, the second waist region and the crotch region; a waist gasketing element comprising an inboard lateral edge, an outboard lateral edge, and two longitudinal edges; wherein the waist gasketing element further comprises a continuous web material formed to comprise a waist gasketing element first material edge, a waist gasketing element second material edge, and a waist gasketing element folded edge, wherein in the waist gasketing element folded edge defines the inboard lateral edge, wherein the waist gasketing element first material edge is attached to the continuous web of material between the waist gasketing element folded edge and the waist gasketing element second material edge by at least one waist gasketing element bond, and wherein at least a portion of the web of material between the waist gasketing element folded edge and waist gasketing element second material edge is attached to the topsheet; elastic strands bonded with the continuous web of material; wherein waist gasketing element is connected with the topsheet and the leg gasketing system, such that at least a portion of the outboard lateral edge of the waist gasketing element is attached to the topsheet and at least a portion of the outboard lateral edge of the waist gasketing element is attached to the web of material forming the leg gasketing system; and wherein the inboard lateral edge of the waist gasketing element is unattached to the topsheet to form a waist gasketing element pocket; and wherein at least a portion of the inboard lateral edge of the waist gasketing element is attached to the leg gasketing system.</p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-article-with-waist-gasketing-element-and-leg-cuffs-2/">Absorbent Article with Waist Gasketing Element and Leg Cuffs</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/absorbent-article-with-waist-gasketing-element-and-leg-cuffs-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Absorbent Articles with Absorbent Chassis and Belt Bonding Arrangements and Frangible Pathways</title>
		<link>https://www.nonwovens-industry.com/absorbent-articles-with-absorbent-chassis-and-belt-bonding-arrangements-and-frangible-pathways/</link>
					<comments>https://www.nonwovens-industry.com/absorbent-articles-with-absorbent-chassis-and-belt-bonding-arrangements-and-frangible-pathways/#respond</comments>
		
		<dc:creator><![CDATA[tolivo@rodmanmedia.com]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 11:27:37 +0000</pubDate>
				<category><![CDATA[Hygiene & Medical]]></category>
		<guid isPermaLink="false">https://www.nonwovens-industry.com/?p=49640</guid>

					<description><![CDATA[<p>U.S. Patent No. 12,653,728</p>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-articles-with-absorbent-chassis-and-belt-bonding-arrangements-and-frangible-pathways/">Absorbent Articles with Absorbent Chassis and Belt Bonding Arrangements and Frangible Pathways</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-link-color wp-elements-6569e74c6fc495a6d97df47dca6faa3b" style="color:#22346a;font-size:18px"><strong>Jeromy Thomas Raycheck, South Lebanon, OH; Keith Richard Willhaus, Cincinnati, OH; Jeffry Rosiak, Loveland, OH; Jason Edward Naylor, Loveland, OH; John Andrew Strasemeier, Aurora, IN; Michael Devin Long, Harrison Township, OH; and Nicholas Alexander Taylor, Woodlawn, OH.</strong></p><style>
        .mobile-only {
            display: none;
        }

.scroll_to_continue:after {
    content: '\F282';
    position: absolute;
    content: '\F282';
    top: 21px;
    transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    font-family: "Bootstrap-icons";
    opacity: 1;
    font-size: 16px;
    right: 100px; 
}

        @media only screen and (max-width: 768px) {
            .mobile-only {
                display: block;
            }
        }
    </style>
<div class="mobile-only">
<div id="inscroll-banner" style="height: 133vh; position: relative; margin: 7px 15px; margin-bottom: 120px; text-align: center;">
<div id="banner-core" style="text-align: center;width: 100%; top: 102px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);">

       <script>
window.googletag = window.googletag || {cmd: []};googletag.cmd.push(function() {googletag.defineSlot("/56119504/nwi_interscroller-mobile", [300, 600], "div-gpt-ad-1672740893722-0").addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- /56119504/cp_interscroller-mobile -->
<div id="div-gpt-ad-1672740893722-0" clas=="img-responsive" style="min-width: 350px; min-height: 600px;">
  <script>
    googletag.cmd.push(function() { googletag.display("div-gpt-ad-1672740893722-0"); });
  </script>
</div>
</div>
</div>
</div>
<script>
      var labelText = "SCROLL TO CONTINUE"; //set custom "advertisment" awareness text label

var clickMacro = "/users/signupnewsletter/5" //set clickURL destination
var linkTarget = "_blank" //set link target attribute, by default "blank"
var hei = document.documentElement.clientHeight * 0.65;
/* == generator code == */

var container = document.getElementById("inscroll-banner");
//container.setAttribute("style","height: 121vh; position: relative; margin: 55px 0;");
 
var adlabel = document.createElement("div");
adlabel.classList.add("scroll_to_continue"); 
var lt = document.createTextNode(labelText)
 adlabel.appendChild(lt);
 
//adlabel.setAttribute("style","position:absolute; z-index:9; margin-top:-26px; color:#FFFFFF; background-color:#603577; text-align:center; width:100%; left:0;font-size:14px; padding:3px 0; height:26px");

adlabel.setAttribute("style","position: relative; z-index: 9; top: 21px; color: #FFFFFF; background-color: #603577; text-align: center; width: 200px; left: 0;font-size: 14px; padding: 0;line-height: 50px; margin: 0 auto;");




var inner = document.getElementById("banner-core");
//inner.setAttribute("id","banner-core");
//inner.setAttribute("style","width: 100%; top:49px; left: 0; clip: rect(0,100vw,100vh,0); overflow-x: hidden; overflow-y: auto; position: fixed; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);");
//var art = document.createElement("img");
//art.setAttribute("src",imagePath);
//art.setAttribute("style","width:100%");

//inner.appendChild(art);
//inner.appendChild(cm);
container.appendChild(adlabel);
//container.appendChild(inner);

window.onscroll = function(){
  var pos = container.getBoundingClientRect();
  inner.style.clip = "rect("+pos.top+"px,100vw,"+pos.bottom+"px,0)";
}
window.onscroll();  

    </script></p>



<p class="has-text-color has-link-color wp-elements-61bc87124d3f8b61b5f3a83d1dbd69f7" style="color:#22346a;font-size:18px"><strong>Assigned to The Procter &amp; Gamble Company, Cincinnati, OH.</strong></p>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background" style="background-color:#22346a;color:#22346a" />



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><strong>Filed:</strong> 6/27/23<br><strong>Issued:</strong> 6/16/26</p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>An absorbent article comprising: a first belt comprising an inner wearer facing surface and an outer garment facing surface, the first belt further comprising a laterally extending inner edge and a laterally extending outer edge, the outer edge positioned longitudinally outward of the inner edge; a second belt, wherein laterally opposing end portions of the second belt are connected with laterally opposing end portions of the first belt at a first side seam and a second side seam to form a waist opening; a chassis comprising a topsheet, a backsheet, and an absorbent core positioned between the topsheet and the backsheet, the chassis comprising a longitudinally extending first side edge and a longitudinally extending second side edge laterally separated from the first side edge by a first end edge and a second end edge longitudinally separate from the first end edge, and wherein longitudinally opposing end regions of the chassis are connected with the first belt and the second belt; wherein a portion of the chassis overlaps the inner wearer facing surface of the first belt to define a chassis overlap region, wherein the chassis overlap region comprises an adherence region where adhesive is positioned between the chassis and the inner wearer facing surface of the first belt and permanently bonds the chassis with the first belt; wherein the adherence region comprises a first adherence zone adjacent the inner edge of the first belt, a second adherence zone adjacent the first end edge of the chassis, and a third adherence zone positioned longitudinally between the first adherence zone and the second adherence zone, wherein the first adherence zone comprises a first lateral width, the second adherence zone comprises a second lateral width, and the third adherence zone comprises a third lateral width, and wherein the third lateral width is less than the first lateral width and the second lateral width; a first frangible pathway and a second frangible pathway extending across the overlap region in opposing directions laterally outward from the third adherence zone and between the first adherence zone and the second adherence zone, wherein the first frangible pathway and the second frangible pathway do not extend across the third adherence zone; and wherein the overlap region further comprises a first pocket region and a second pocket region, wherein the first pocket region extends longitudinally between the first adherence zone and the second adherence zone and extends laterally between the third adherence zone and the first side edge of the chassis, and wherein the second pocket region extends longitudinally between the first adherence zone and the second adherence zone and extends laterally between the third adherence zone and the second side edge of the chassis, wherein no adhesive connects the chassis with the first belt in the overlap region in the first pocket region and the second pocket region.  </p>



<div style="height:15px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The post <a href="https://www.nonwovens-industry.com/absorbent-articles-with-absorbent-chassis-and-belt-bonding-arrangements-and-frangible-pathways/">Absorbent Articles with Absorbent Chassis and Belt Bonding Arrangements and Frangible Pathways</a> appeared first on <a href="https://www.nonwovens-industry.com">Nonwovens Industry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nonwovens-industry.com/absorbent-articles-with-absorbent-chassis-and-belt-bonding-arrangements-and-frangible-pathways/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.contractpharma.com @ 2026-07-12 00:16:44 by W3 Total Cache
-->