{"id":22507,"date":"2026-08-16T08:42:37","date_gmt":"2026-08-16T08:42:37","guid":{"rendered":"https:\/\/www.smartexyarn.com\/?p=22507"},"modified":"2026-08-16T08:42:43","modified_gmt":"2026-08-16T08:42:43","slug":"easy-clean-fabric-solution-for-kids-school-uniforms","status":"publish","type":"post","link":"https:\/\/www.smartexyarn.com\/creative-textile-lab\/easy-clean-fabric-solution-for-kids-school-uniforms\/","title":{"rendered":"Easy Clean Fabric Solution for Kids&#8217; School Uniforms"},"content":{"rendered":"\n<style>\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  .case-wrap {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    line-height: 1.6;\n    color: #2c3e50;\n    max-width: 900px;\n    margin: 40px auto;\n    background: #fff;\n    border-radius: 20px;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n    overflow: hidden;\n  }\n\n  \/* HEADER *\/\n  .case-wrap .header {\n    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);\n    color: #fff;\n    padding: 40px;\n    text-align: center;\n  }\n  .case-wrap .header .title { font-size: 2em; font-weight: 300; margin-bottom: 10px; line-height: 1.3; }\n  .case-wrap .header .subtitle { font-size: 1.05em; opacity: 0.9; }\n\n  \/* CHALLENGE *\/\n  .case-wrap .challenge {\n    background: #c62828;\n    color: #fff;\n    padding: 30px 40px;\n    position: relative;\n  }\n  .case-wrap .challenge::before {\n    content: \"\ud83d\ude16\";\n    font-size: 3em;\n    position: absolute;\n    top: 20px; right: 40px;\n    opacity: 0.3;\n  }\n  .case-wrap .challenge .sec-title { font-size: 1.4em; font-weight: 600; margin-bottom: 15px; }\n  .case-wrap .challenge .sec-text { font-size: 1.02em; line-height: 1.7; }\n\n  \/* SOLUTION *\/\n  .case-wrap .solution {\n    background: #1565c0;\n    color: #fff;\n    padding: 40px;\n    position: relative;\n  }\n  .case-wrap .solution::before {\n    content: \"\ud83e\uddea\";\n    font-size: 3em;\n    position: absolute;\n    top: 20px; right: 40px;\n    opacity: 0.3;\n  }\n  .case-wrap .solution .sec-title { font-size: 1.5em; font-weight: 600; text-align: center; margin-bottom: 25px; }\n\n  .case-wrap .step {\n    background: rgba(255,255,255,0.15);\n    padding: 20px;\n    border-radius: 12px;\n    margin-bottom: 18px;\n    border-left: 4px solid #fff;\n    position: relative;\n  }\n  .case-wrap .step-num {\n    background: #fff;\n    color: #1565c0;\n    width: 28px; height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    position: absolute;\n    left: -14px; top: 18px;\n    font-size: 0.85em;\n  }\n  .case-wrap .step-title { font-weight: 600; margin-bottom: 6px; margin-left: 22px; }\n  .case-wrap .step-content { margin-left: 22px; font-size: 0.97em; line-height: 1.65; }\n\n  .case-wrap .claim-box {\n    background: rgba(255,255,255,0.22);\n    padding: 22px;\n    border-radius: 14px;\n    margin-top: 20px;\n    border: 2px solid #fff;\n  }\n  .case-wrap .claim-box .claim-title { font-weight: bold; font-size: 1.15em; margin-bottom: 14px; text-align: center; }\n  .case-wrap .claim-line { padding: 10px 14px; border-radius: 8px; margin-bottom: 10px; font-size: 0.95em; }\n  .case-wrap .claim-ok { background: rgba(76,175,80,0.3); border-left: 4px solid #a5d6a7; }\n  .case-wrap .claim-warn { background: rgba(255,193,7,0.25); border-left: 4px solid #ffe082; }\n  .case-wrap .claim-no { background: rgba(244,67,54,0.28); border-left: 4px solid #ef9a9a; }\n\n  \/* TEST TABLE *\/\n  .case-wrap .test-section { padding: 40px; background: #f8f9fa; }\n  .case-wrap .test-section .sec-title2 {\n    text-align: center; font-size: 1.6em; color: #0d47a1; margin-bottom: 25px;\n  }\n  .case-wrap .stain-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n    gap: 15px;\n    margin-bottom: 30px;\n  }\n  .case-wrap .stain-card {\n    background: #fff;\n    padding: 18px 10px;\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.06);\n  }\n  .case-wrap .stain-icon { font-size: 1.8em; margin-bottom: 8px; }\n  .case-wrap .stain-label { font-size: 0.9em; color: #555; }\n\n  .case-wrap .metrics-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 20px;\n  }\n  .case-wrap .metric-card {\n    background: #fff;\n    padding: 25px;\n    border-radius: 15px;\n    text-align: center;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n  }\n  .case-wrap .metric-num { font-size: 2.2em; font-weight: bold; color: #1565c0; margin-bottom: 8px; }\n  .case-wrap .metric-label { color: #666; font-size: 0.88em; line-height: 1.4; }\n\n  \/* DISCLAIMER *\/\n  .case-wrap .disclaimer {\n    background: #e3f2fd;\n    border: 2px dashed #1565c0;\n    margin: 0 40px 40px 40px;\n    padding: 20px 25px;\n    border-radius: 12px;\n    color: #0d47a1;\n    font-size: 0.93em;\n    line-height: 1.6;\n  }\n  .case-wrap .disclaimer .d-title { font-weight: 700; margin-bottom: 8px; }\n\n  \/* CTA *\/\n  .case-wrap .cta {\n    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);\n    color: #fff;\n    padding: 30px 40px;\n    text-align: center;\n  }\n  .case-wrap .cta .cta-text { font-size: 1.15em; margin-bottom: 18px; }\n  .case-wrap .cta a {\n    display: inline-block;\n    background: #fff;\n    color: #0d47a1;\n    padding: 12px 28px;\n    border-radius: 25px;\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  @media (max-width: 768px) {\n    .case-wrap { margin: 20px; border-radius: 15px; }\n    .case-wrap .header, .case-wrap .challenge, .case-wrap .solution, .case-wrap .test-section, .case-wrap .cta { padding: 24px; }\n    .case-wrap .header .title { font-size: 1.5em; }\n    .case-wrap .disclaimer { margin: 20px; }\n  }\n<\/style>\n\n<div class=\"case-wrap\">\n\n  <div class=\"header\">\n    <div class=\"subtitle\">Cleenzo\u2122 Soil-Release Technology \u00b7 Surviving Lunch, Recess, and 30+ Washes<\/div>\n  <\/div>\n\n  <div class=\"challenge\">\n    <div class=\"sec-title\">The Challenge<\/div>\n    <div class=\"sec-text\">\n      &#8220;Every parent&#8217;s inbox looks the same by Friday: soy sauce on the collar, coffee smudge on the sleeve, juice stains that won&#8217;t come out no matter how many times we wash it.&#8221; A school uniform manufacturer supplying multiple districts kept hearing the same complaint \u2014 polyester uniforms looked fine on delivery day, but after a few weeks of lunch spills and after-school snacks, stains set in permanently and the fabric started looking dull and worn. Repellent coatings on the market claimed to repel liquid on contact, but those coatings washed off within 15\u201320 cycles \u2014 right around the point a school uniform is expected to last an entire semester.\n    <\/div>\n  <\/div>\n\n  <div class=\"solution\">\n    <div class=\"sec-title\">Our Innovation Journey<\/div>\n\n    <div class=\"step\">\n      <div class=\"step-num\">1<\/div>\n      <div class=\"step-title\">Why Repellency Coatings Fail on Uniforms That Get Washed Weekly<\/div>\n      <div class=\"step-content\">\n        Surface repellent finishes work by forming a film that beads liquid off the fabric \u2014 impressive in a demo, fragile in real life. That film degrades with detergent and mechanical washing, typically losing effectiveness after 15\u201320 wash cycles. A school uniform gets washed far more often than that in a single term. A durability-first approach needed to work with the fiber itself, not a coating sitting on top of it.\n      <\/div>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-num\">2<\/div>\n      <div class=\"step-title\">How Cleenzo\u2122 Works \u2014 Release, Not Repel<\/div>\n      <div class=\"step-content\">\n        Cleenzo\u2122 increases the hydrophilicity of polyester fiber through fiber-level treatment, reducing interfacial tension between the fabric surface and staining liquids. Instead of blocking liquid on contact, this mechanism lets water penetrate stains during washing and lift them away \u2014 a soil-release pathway rather than a one-time repellency effect. This is why performance holds up after repeated laundering instead of wearing off after a handful of washes.\n      <\/div>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-num\">3<\/div>\n      <div class=\"step-title\">What the Lab Data Actually Shows<\/div>\n      <div class=\"step-content\">\n        Cleenzo\u2122 treated fabric achieved Soil Release Grade 4 under standard testing, with stain-removal performance verified against soy sauce, coffee, juice, and cola \u2014 the exact stain categories a school cafeteria produces daily. After 5 laundering cycles, soil-release performance still measured at grade 4.5, evaluated against FZ\/T 01118 methodology with BOKEN third-party verification across ten common household and food stain types. This is a materially different evidence base than a single red-wine demo video.\n      <\/div>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-num\">4<\/div>\n      <div class=\"step-title\">Setting Claims That Survive Scrutiny, Not Just Marketing<\/div>\n      <div class=\"step-content\">\n        For uniform brands, what gets printed on a hangtag matters as much as the lab result behind it. Cleenzo\u2122 claims are structured in three tiers based on what the data actually supports \u2014 direct claims backed by three-way verification, conditional claims tied explicitly to care instructions, and absolute terms that get avoided entirely regardless of how good the fabric performs.\n      <\/div>\n    <\/div>\n\n    <div class=\"claim-box\">\n      <div class=\"claim-title\">Claim Framework Behind This Fabric<\/div>\n      <div class=\"claim-line claim-ok\">\u2705 Direct claim: &#8220;Effective soil-release performance against soy sauce, coffee, juice, and cola stains&#8221; \u2014 backed by BOKEN + FZ\/T 01118 verification.<\/div>\n      <div class=\"claim-line claim-warn\">\u26a0\ufe0f Conditional claim: &#8220;Easy to clean&#8221; \u2014 stated together with the care condition: wash promptly after staining, avoid fabric softener.<\/div>\n      <div class=\"claim-line claim-no\">\u274c Never claimed: &#8220;stain-proof,&#8221; &#8220;never stains,&#8221; &#8220;wipes clean instantly&#8221; \u2014 no fabric technology supports these, and they sit squarely in restricted advertising territory.<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"disclaimer\">\n    <div class=\"d-title\">\ud83d\udccb A Note on Test Conditions &#038; Care Requirements<\/div>\n    Soil Release Grade 4 (Grade 4.5 after 5 wash cycles) reflects standardized lab testing per FZ\/T 01118, with BOKEN third-party verification across ten stain categories including soy sauce, coffee, juice, and cola. Real-world performance depends on prompt washing after staining and avoiding fabric softeners, which can coat the fiber surface and reduce hydrophilicity. This fabric supports soil-release claims within these tested boundaries \u2014 it does not support stain-proof or repellency claims, which describe a different mechanism entirely.\n  <\/div>\n\n  <div class=\"test-section\">\n    <div class=\"sec-title2\">Stain Categories Tested<\/div>\n    <div class=\"stain-grid\">\n      <div class=\"stain-card\"><div class=\"stain-icon\">\ud83c\udf6c<\/div><div class=\"stain-label\">Soy Sauce<\/div><\/div>\n      <div class=\"stain-card\"><div class=\"stain-icon\">\ud83c\udf4a<\/div><div class=\"stain-label\">Juice<\/div><\/div>\n      <div class=\"stain-card\"><div class=\"stain-icon\">\u2615<\/div><div class=\"stain-label\">Coffee<\/div><\/div>\n      <div class=\"stain-card\"><div class=\"stain-icon\">\ud83e\udd64<\/div><div class=\"stain-label\">Cola<\/div><\/div>\n    <\/div>\n\n    <div class=\"metrics-grid\">\n      <div class=\"metric-card\">\n        <div class=\"metric-num\">Grade 4<\/div>\n        <div class=\"metric-label\">Initial Soil Release<br>Rating (Lab Standard)<\/div>\n      <\/div>\n      <div class=\"metric-card\">\n        <div class=\"metric-num\">4.5<\/div>\n        <div class=\"metric-label\">Soil Release Grade<br>After 5 Wash Cycles<\/div>\n      <\/div>\n      <div class=\"metric-card\">\n        <div class=\"metric-num\">10<\/div>\n        <div class=\"metric-label\">Stain Types Verified<br>by BOKEN Testing<\/div>\n      <\/div>\n      <div class=\"metric-card\">\n        <div class=\"metric-num\">FZ\/T 01118<\/div>\n        <div class=\"metric-label\">Testing Standard<br>Applied<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"cta\">\n    <div class=\"cta-text\">\n      Sourcing fabric for school uniforms, kids&#8217; daily wear, or any apparel that faces frequent food and drink contact? Let&#8217;s talk about how Cleenzo\u2122 Easy Clean Fabric holds its stain-release performance wash after wash \u2014 with claims your compliance team can actually stand behind.\n    <\/div>\n    <a href=\"https:\/\/www.smartexyarn.com\/product\/easy-clean-fabric-for-hometextile-shoes-uppers-kids-clothes-sportswear\/\">View Easy Clean Fabric \u2192<\/a>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Cleenzo\u2122 Soil-Release Technology \u00b7 Surviving Lunch, Recess, and 30+ Washes The Challenge &#8220;Every parent&#8217;s inbox looks the same by Friday: soy sauce on the collar, coffee smudge on the sleeve, juice stains that won&#8217;t come [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":22511,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[115],"tags":[],"class_list":["post-22507","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-creative-textile-lab"],"spectra_custom_meta":{"_uagb_previous_block_counts":["a:90:{s:21:\"uagb\/advanced-heading\";i:0;s:15:\"uagb\/blockquote\";i:0;s:12:\"uagb\/buttons\";i:0;s:18:\"uagb\/buttons-child\";i:0;s:19:\"uagb\/call-to-action\";i:0;s:15:\"uagb\/cf7-styler\";i:0;s:11:\"uagb\/column\";i:0;s:12:\"uagb\/columns\";i:0;s:14:\"uagb\/container\";i:0;s:21:\"uagb\/content-timeline\";i:0;s:27:\"uagb\/content-timeline-child\";i:0;s:14:\"uagb\/countdown\";i:0;s:12:\"uagb\/counter\";i:0;s:8:\"uagb\/faq\";i:0;s:14:\"uagb\/faq-child\";i:0;s:10:\"uagb\/forms\";i:0;s:17:\"uagb\/forms-accept\";i:0;s:19:\"uagb\/forms-checkbox\";i:0;s:15:\"uagb\/forms-date\";i:0;s:16:\"uagb\/forms-email\";i:0;s:17:\"uagb\/forms-hidden\";i:0;s:15:\"uagb\/forms-name\";i:0;s:16:\"uagb\/forms-phone\";i:0;s:16:\"uagb\/forms-radio\";i:0;s:17:\"uagb\/forms-select\";i:0;s:19:\"uagb\/forms-textarea\";i:0;s:17:\"uagb\/forms-toggle\";i:0;s:14:\"uagb\/forms-url\";i:0;s:14:\"uagb\/gf-styler\";i:0;s:15:\"uagb\/google-map\";i:0;s:11:\"uagb\/how-to\";i:0;s:16:\"uagb\/how-to-step\";i:0;s:9:\"uagb\/icon\";i:0;s:14:\"uagb\/icon-list\";i:0;s:20:\"uagb\/icon-list-child\";i:0;s:10:\"uagb\/image\";i:0;s:18:\"uagb\/image-gallery\";i:0;s:13:\"uagb\/info-box\";i:0;s:18:\"uagb\/inline-notice\";i:0;s:11:\"uagb\/lottie\";i:0;s:21:\"uagb\/marketing-button\";i:0;s:10:\"uagb\/modal\";i:0;s:18:\"uagb\/popup-builder\";i:0;s:16:\"uagb\/post-button\";i:0;s:18:\"uagb\/post-carousel\";i:0;s:17:\"uagb\/post-excerpt\";i:0;s:14:\"uagb\/post-grid\";i:0;s:15:\"uagb\/post-image\";i:0;s:17:\"uagb\/post-masonry\";i:0;s:14:\"uagb\/post-meta\";i:0;s:18:\"uagb\/post-taxonomy\";i:0;s:18:\"uagb\/post-timeline\";i:0;s:15:\"uagb\/post-title\";i:0;s:20:\"uagb\/restaurant-menu\";i:0;s:26:\"uagb\/restaurant-menu-child\";i:0;s:11:\"uagb\/review\";i:0;s:12:\"uagb\/section\";i:0;s:14:\"uagb\/separator\";i:0;s:11:\"uagb\/slider\";i:0;s:17:\"uagb\/slider-child\";i:0;s:17:\"uagb\/social-share\";i:0;s:23:\"uagb\/social-share-child\";i:0;s:16:\"uagb\/star-rating\";i:0;s:23:\"uagb\/sure-cart-checkout\";i:0;s:22:\"uagb\/sure-cart-product\";i:0;s:15:\"uagb\/sure-forms\";i:0;s:22:\"uagb\/table-of-contents\";i:0;s:9:\"uagb\/tabs\";i:0;s:15:\"uagb\/tabs-child\";i:0;s:18:\"uagb\/taxonomy-list\";i:0;s:9:\"uagb\/team\";i:0;s:16:\"uagb\/testimonial\";i:0;s:14:\"uagb\/wp-search\";i:0;s:19:\"uagb\/instagram-feed\";i:0;s:10:\"uagb\/login\";i:0;s:17:\"uagb\/loop-builder\";i:0;s:18:\"uagb\/loop-category\";i:0;s:20:\"uagb\/loop-pagination\";i:0;s:15:\"uagb\/loop-reset\";i:0;s:16:\"uagb\/loop-search\";i:0;s:14:\"uagb\/loop-sort\";i:0;s:17:\"uagb\/loop-wrapper\";i:0;s:13:\"uagb\/register\";i:0;s:19:\"uagb\/register-email\";i:0;s:24:\"uagb\/register-first-name\";i:0;s:23:\"uagb\/register-last-name\";i:0;s:22:\"uagb\/register-password\";i:0;s:30:\"uagb\/register-reenter-password\";i:0;s:19:\"uagb\/register-terms\";i:0;s:22:\"uagb\/register-username\";i:0;}"],"_edit_lock":["1786872040:1"],"_seopress_robots_primary_cat":["none"],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":[""],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"ast-disable-related-posts":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["set"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"_elementor_edit_mode":[""],"_elementor_template_type":[""],"_elementor_data":[""],"_elementor_conditions":["a:0:{}"],"_edit_last":["1"],"_wpcode_header_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_footer_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_body_scripts":["a:4:{s:14:\"disable_global\";b:0;s:3:\"any\";s:0:\"\";s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}"],"_wpcode_page_snippets":["a:0:{}"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"_seopress_analysis_target_kw":[""],"_thumbnail_id":["22511"],"_elementor_page_assets":["a:0:{}"],"_uag_css_file_name":["uag-css-22507.css"],"_uag_page_assets":["a:9:{s:3:\"css\";s:260:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:9:\"core\/html\";i:1;s:11:\"core\/search\";i:2;s:10:\"core\/group\";i:3;s:12:\"core\/heading\";i:4;s:17:\"core\/latest-posts\";i:5;s:20:\"core\/latest-comments\";i:6;s:13:\"core\/archives\";i:7;s:15:\"core\/categories\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1787455041\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric.jpg",716,716,false],"thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric-150x150.jpg",150,150,true],"medium":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric-300x300.jpg",300,300,true],"medium_large":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric.jpg",716,716,false],"large":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric.jpg",716,716,false],"1536x1536":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric.jpg",716,716,false],"2048x2048":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric.jpg",716,716,false],"woocommerce_thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric-500x500.jpg",500,500,true],"woocommerce_single":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric-600x600.jpg",600,600,true],"woocommerce_gallery_thumbnail":["https:\/\/www.smartexyarn.com\/wp-content\/uploads\/2026\/08\/School-uniforms-made-of-easy-clean-fabric-100x100.jpg",100,100,true]},"uagb_author_info":{"display_name":"Annie Kwok","author_link":"https:\/\/www.smartexyarn.com\/author\/admin\/"},"uagb_comment_info":1,"uagb_excerpt":"Cleenzo\u2122 Soil-Release Technology \u00b7 Surviving Lunch, Recess, and 30+ Washes The Challenge &#8220;Every parent&#8217;s inbox looks the same by Friday: soy sauce on the collar, coffee smudge on the sleeve, juice stains that won&#8217;t come [&hellip;]","_links":{"self":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/22507","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/comments?post=22507"}],"version-history":[{"count":1,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/22507\/revisions"}],"predecessor-version":[{"id":22510,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/posts\/22507\/revisions\/22510"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/media\/22511"}],"wp:attachment":[{"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/media?parent=22507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/categories?post=22507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.smartexyarn.com\/wp-json\/wp\/v2\/tags?post=22507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}