BLACKSPADE Thermal koleksiyonu, soğuk dış ortam şartlarında vücut ısısını muhafaza etmek ve vücudunun sıcak ve kuru kalmasını isteyen tüm yaş grupları için en uygun ürünleri içermektedir.
Ayrıca, kayak, snowboard, motorsiklet, dağcılık, bisiklet, yelken ve yürüyüş gibi outdoor aktiviteleriyle ilgilenenler için idealdir.
Yıkama Talimatı
40°C’ye kadar makinede yıkanabilir; ürünün termal özelliklerini sürdürebilmesi için yıkama esnasında yumuşatıcı kullanılması önerilmez.
$('#button-cart').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.alert, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('
' + json['error']['option'][i] + '
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
if (!Journal.showNotification(json['success'], json['image'], true)) {
$('.breadcrumb').after('