Shorts Extra 20% OFF 0 00 00 00 Code: SHORTS25
function countdown( dateEnd ) {
var timer, days, hours, minutes, seconds;
dateEnd = new Date( dateEnd );
dateEnd = dateEnd.getTime();
var today = new Date();
Date.prototype.stdTimezoneOffset = function () {
var jan = new Date(this.getFullYear(), 0, 1);
var jul = new Date(this.getFullYear(), 6, 1);
return Math.max(jan.getTimezoneOffset(), jul.getTimezoneOffset());
}
Date.prototype.isDstObserved = function () {
return this.getTimezoneOffset() < this.stdTimezoneOffset();
}
if ( isNaN( dateEnd ) ) {
return;
}
timer = setInterval( calculate, 1000 );
function calculate() {
var dateStart = new Date();
var dateStart = new Date( dateStart.getUTCFullYear(),
dateStart.getUTCMonth(),
dateStart.getUTCDate(),
dateStart.getUTCHours(),
dateStart.getUTCMinutes(),
dateStart.getUTCSeconds() );
var timeRemaining = parseInt( ( dateEnd - dateStart.getTime() ) / 1000 );
if ( timeRemaining >= 0 ) {
days = parseInt( timeRemaining / 86400 );
timeRemaining = ( timeRemaining % 86400 );
if (today.isDstObserved()) {
hours = parseInt( timeRemaining / 3600 - 2 );
} else {
hours = parseInt( (timeRemaining / 3600) - 1 );
}
timeRemaining = ( timeRemaining % 3600 );
minutes = parseInt( timeRemaining / 60 );
timeRemaining = ( timeRemaining % 60 );
seconds = parseInt( timeRemaining );
var daysClass = document.getElementsByClassName( "days68a437c18fa64" );
var hoursClass = document.getElementsByClassName( "hours68a437c18fa64" );
var minutesClass = document.getElementsByClassName( "minutes68a437c18fa64" );
var secondsClass = document.getElementsByClassName( "seconds68a437c18fa64" );
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].innerHTML = parseInt( days, 10 );
}
for(var i = 0; i < hoursClass.length; i++)
{
hoursClass[i].innerHTML = ( "0" + hours ).slice( -2 );
}
for(var i = 0; i < minutesClass.length; i++)
{
minutesClass[i].innerHTML = ( "0" + minutes ).slice( -2 );
}
for(var i = 0; i < secondsClass.length; i++)
{
secondsClass[i].innerHTML = ( "0" + seconds ).slice( -2 );
}
document.getElementById( "countDown68a437c18fa64" ).classList.remove("spin");
if ( parseInt( days, 10 ) == 1 ) {
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].classList.add("one");
}
}
if ( parseInt( days, 10 ) == 0 ) {
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].classList.add("hide");
}
}
} else {
document.getElementById( "countDown68a437c18fa64" ).innerHTML = "Aktion beendet";
}
}
function display( days, hours, minutes, seconds ) {}
}
countdown( '2025-08-25T00:00:00+02:00' );
Shorts Extra 20% OFF 0 00 00 00 Code: SHORTS25
function countdown( dateEnd ) {
var timer, days, hours, minutes, seconds;
dateEnd = new Date( dateEnd );
dateEnd = dateEnd.getTime();
var today = new Date();
Date.prototype.stdTimezoneOffset = function () {
var jan = new Date(this.getFullYear(), 0, 1);
var jul = new Date(this.getFullYear(), 6, 1);
return Math.max(jan.getTimezoneOffset(), jul.getTimezoneOffset());
}
Date.prototype.isDstObserved = function () {
return this.getTimezoneOffset() < this.stdTimezoneOffset();
}
if ( isNaN( dateEnd ) ) {
return;
}
timer = setInterval( calculate, 1000 );
function calculate() {
var dateStart = new Date();
var dateStart = new Date( dateStart.getUTCFullYear(),
dateStart.getUTCMonth(),
dateStart.getUTCDate(),
dateStart.getUTCHours(),
dateStart.getUTCMinutes(),
dateStart.getUTCSeconds() );
var timeRemaining = parseInt( ( dateEnd - dateStart.getTime() ) / 1000 );
if ( timeRemaining >= 0 ) {
days = parseInt( timeRemaining / 86400 );
timeRemaining = ( timeRemaining % 86400 );
if (today.isDstObserved()) {
hours = parseInt( timeRemaining / 3600 - 2 );
} else {
hours = parseInt( (timeRemaining / 3600) - 1 );
}
timeRemaining = ( timeRemaining % 3600 );
minutes = parseInt( timeRemaining / 60 );
timeRemaining = ( timeRemaining % 60 );
seconds = parseInt( timeRemaining );
var daysClass = document.getElementsByClassName( "days68a437c18fcb7" );
var hoursClass = document.getElementsByClassName( "hours68a437c18fcb7" );
var minutesClass = document.getElementsByClassName( "minutes68a437c18fcb7" );
var secondsClass = document.getElementsByClassName( "seconds68a437c18fcb7" );
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].innerHTML = parseInt( days, 10 );
}
for(var i = 0; i < hoursClass.length; i++)
{
hoursClass[i].innerHTML = ( "0" + hours ).slice( -2 );
}
for(var i = 0; i < minutesClass.length; i++)
{
minutesClass[i].innerHTML = ( "0" + minutes ).slice( -2 );
}
for(var i = 0; i < secondsClass.length; i++)
{
secondsClass[i].innerHTML = ( "0" + seconds ).slice( -2 );
}
document.getElementById( "countDown68a437c18fcb7" ).classList.remove("spin");
if ( parseInt( days, 10 ) == 1 ) {
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].classList.add("one");
}
}
if ( parseInt( days, 10 ) == 0 ) {
for(var i = 0; i < daysClass.length; i++)
{
daysClass[i].classList.add("hide");
}
}
} else {
document.getElementById( "countDown68a437c18fcb7" ).innerHTML = "Aktion beendet";
}
}
function display( days, hours, minutes, seconds ) {}
}
countdown( '2025-08-25T00:00:00+02:00' );
setTimeout(function () {
$(".mob-nav ul").animate({scrollLeft: 250 - 200}, 800);
$(".mob-nav ul").animate({scrollLeft: 0}, 800);
}, 2000);
-50%
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/en\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/en\/men\/","name":"Men"}},{"@type":"ListItem","position":3,"item":{"@id":"\/en\/men\/vests\/","name":"Vests"}}]
}
Silence Pusher Vest €99.90
Incl. VAT, excl. shipping cost
The model is 1,82m tall and wears size XL. Good for size
Size chart
Size Chest (cm) Waist (cm) Length (cm) S 57 56 68.5 M 59 58 70 L 61 60 71.5 XL 63 62 73 2XL 65 64 74.5 3XL 67 66 76 4XL 69 68 77.5
Please note: The information in the size chart is always approximate and may vary slightly, as our styles are elaborately handmade.
Free delivery over 100€ Applies to shipping within Germany Ready for shipment within 24 hours For orders from Monday till Thursday Any questions? Item description
YAKUZA SILENCE men's gilet. This functional, regular fitted gilet is not too slim, not too loose, just right. Cushioned with a comfortable softness well-suited to getting active when the weather cools, its innovative take on a cosy gilet ensures that you can stay warm while still feeling unrestricted. Experiment with your cold season style and pair this piece with hoodie or jumpers for an authentic sense of layered style. This vest features a detachable hood, front zip fastening and two zip fastened pockets. This gilet is completed with logo embroideries as well as branded zip pulls and a Yakuza logo tab on side seam. Please watch out for our size specifications and the washing instructions below.
The model is 1,82m tall and wears size XL.Outer material: 100% polyesterLining: 100% nylonPadding: 100% polyester
Size Chest (cm) Waist (cm) Length (cm) S 57 56 68.5 M 59 58 70 L 61 60 71.5 XL 63 62 73 2XL 65 64 74.5 3XL 67 66 76 4XL 69 68 77.5
$('.si__bottom__desc .h + div > div > p, .si__bottom__desc .h + div > div > div').filter(function() {
return $.trim($(this).text()) === '' && $(this).children().length == 0
}).remove()
$('.cyt-tabs .x').click(function(event) {
$(this).toggleClass('active');
});
Material & care
Outer material: 100% polyester
Inner material: 100% nylon
Care instructions: Do not tumble dry, machine wash - cold (30°C)
Size & fit
Fit type: Regular
Fit: Good for size
Our models height: The model is 1,82m tall and wears size XL.
Manufacturer information
Babagna Production GmbH
Neuteichnitzer Straße 52,
02625 Bautzen,
Germany kontakt@yakuzastore.com 004935915325610 $('.item-id-input-field').hide().find('input').val('Frage zum Artikel VB 22073 camouflage grey')
$(window).scroll(function(event) {
$( '.a2bc' ).each( function () {
var divPos = $( window ).scrollTop();
if ( divPos > 1200 ) {
$( this ).addClass( 'true' );
} else {
$( this ).removeClass( 'true' );
}
} );
});
© 2015 - 2025 / All rights reserved. YAKUZA is a brand of Babagna Production GmbH. All prices incl. VAT. powered by
createyourtemplate