
High tenacity polyester jacket with Rip-Stop inserts

Anti-bacterial, anti-sweat, perforated polyester lining

Anti-bacterial and anti-sweat soft inner collar

Watertech membrane

Removable quilting

Large internal and external pockets

Zipper on collar for hood storage
jQuery(document).ready(function($){
$('.testo').toggle(
function(){
$(this).animate({'height' : parseInt($(this).find('#cont_desc').height() + 23)}, 500);
$('#apri-chiudi').css('background-image' , 'url(/img/chiudi.png)');
},
function(){
$(this).animate({'height' : '14px'}, 500);
$('#apri-chiudi').css('background-image' , 'url(/img/apri.png)');
}
);
});