null Skip to main content

S-Print 3.5 mil Matte White

$106.99 - $349.99
Financing Options:

This product is replacing Siser's Colorprint Soft Opaque

Siser's newest Digital Media is water-based with a matte finish!

Beautiful, vibrant graphics that are also lightweight and durable? Designs that are water-based and feature a matte finish? You're obviously talking about S-Print digital media from Siser! Our long history of digital media was combined to offer you the best of both water-based and a smooth print surface that holds color exceptionally well for vibrant designs. Compatible with Eco-Solvent and Solvent-based printers, S-Print allows you to print large-full color graphics for a variety of uses. Great for t-shirts, bags, and performance wear. Super easy to use! Just print, cut, mask, and press!

Not compatible with Inkjet or toner-based printers/copiers.

Specifications:
PU composition - Matte Finish - 85 Microns / 3.5 Mils -  *Actual width 20" is 19.66"

Applies to:
100% cotton - 100% polyester - Poly/cotton blends - Spandex

Compatible Inks:
Eco Solvent • Solvent

Care Instructions:
Do not dry clean - Machine wash warm or cold/ mild detergent - Dry on normal setting • Wait 24 hours before first wash

// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those