The exact particle size, color shade and compliance status should be confirmed with our sales team before ordering. Images are representative of the series.
.
Request a Quote for this model
// i18n: update dynamic title + desc on language switch
(function(){
var _code = getParam('code');
if(!_code) return;
_cham_applyI18n();
var mo=new MutationObserver(_cham_applyI18n); mo.observe(document.documentElement,{attributes:true,attributeFilter:['lang']});
})();