→
Комплект игровой формы JOMA DANUBIO II
Комплект игровой формы JOMA DANUBIO II
Способ доставки
Почта России
Рассчитываем стоимость доставки...
СДЭК
Рассчитываем стоимость доставки...
Магазины Пятёрочка
Рассчитываем стоимость доставки...
Комплект игровой формы JOMA DANUBIO II
Технологии
АДАПТИВАЦИОННАЯ СПОСОБНОСТЬ
КОМФОРТ
ДОЛГОВЕЧНОСТЬ
СВОБОДА ДВИЖЕНИЯ
ЛЕГКОСТЬ
Описание
Men's/boys' kit consisting of short-sleeved t-shirt and shorts. Suitable for football and indoor football training on hot days. This is a lightweight and breathable kit ensuring that the player's body stays cool and dry during the match. Freedom of movement and sweat wicking combined in a single set.
The short-sleeved t-shirt features an elastic crew neck so you can move with total freedom. Breathable fabric in the sides and armpit areas helps expels sweat. Thus, skin will be kept dry and fresh, avoiding bothersome sweat on the skin during training and post-exercise cooling.
The shorts have an adjustable elastic waist that adapts to the physical shape of the footballer. This prevents slippage of the garment and with additional adjustment possible thanks to flat inner cords.
Its lightweight fabric will prevent you from feeling too hot on days when temperatures are high and help wick sweat away keeping your skin fresh and dry. It is also resistant to scuffs and washing, so you don't need to worry if you fall or it gets stained.
With regard to the design of this football kit, the contrasting colour pieces on the sides and armpit area stand out, stylising the garment and giving it a modern touch. The matching short completes this most innovative of kits.
Printed Joma logo on both garments.
Характеристики
Эластичный пояс со шнурком Круглое горло Легкая ткань Свобода движения 100% Полиэстер
Комплект игровой формы JOMA DANUBIO II
Цвет товара
зеленый
Бренд
JOMA
Страна бренда*
Испания
Пол
мужской
Вид застёжки*
без застежки
Сезон*
круглогодичный
Длина изделия
средняя
Размерная сетка*
INT
Модель
JOMA DANUBIO
Склады
Склад в Москве, Из-за границы
Размер
8XS, 7XS, 6XS, 5XS, 3XS, 2XS, XS, S, M, L, 2XL, 3XL
Категории:
Форма игровая ,
Danubio II / Available till 2025 ,
Set Danubio / Available till 2026
Отзывы на товар: Комплект игровой формы JOMA DANUBIO II . Артикул: 103213.451
Интернет-магазин футбольной экипировки и спортивных товаров
');
//console.log(counter_code);
$('body').append(counter_code);
if (!!params && params.ecommerce_flag === 1) {
if (!window[params.ecommerce_object]) {
window[params.ecommerce_object] = [];
}
if (typeof(params.action) === "string") {
//Добавляем объект "Просмотр товара"
if (params.action === 'product') {
if (!!params.object) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
}
}
}
//Добавляем объект "Заказ"
if (reg_str_success.test(location.href)) {
if (params.referer_flag === 1) {
if (!!params.object) {
$.post(params.path_script, {'action': 'purchase', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
window[params.ecommerce_object].push(params.object);
//console.log(params.object);
if (response.data.user && response.data.user_orders) {
tmp_object = {};
if (typeof response.data.user_orders == 'object') {
for (i in response.data.user_orders) {
tmp_object[i] = response.data.order_format.replace('\{$order.id\}', response.data.user_orders[i]);
}
response.data.user_orders = tmp_object;
}
window[ya_counter_object_name].userParams({
'user': response.data.user,
'user_orders': response.data.user_orders
});
//console.log(response.data.user);
//console.log(response.data.user_orders);
}
if (!!params.object['ecommerce']) {
document.location.reload(true);
}
}
}, 'json');
}
}
}
$(document).on('ajaxSuccess', function (evt, xhr, options) {
var
fields = [],
field = [],
tmp_object = {},
query_params = {},
i, features = {}, key = '',
regexp = /^features(\[\d+\]){1}.*$/;
//counter_object;
///////////////////////////////Добавление товара в корзину/////////////////////
if (reg_str_add.test(options.url)) {
fields = [];
field = [];
tmp_object = {};
query_params = {};
features = {};
key = '';
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
if (decodeURI(field[0]).indexOf('features') >= 0) {
key = regexp.exec(decodeURI(field[0]));
key = key[1];
key = key.replace('[', '').replace(']', '');
features[key] = parseInt(field[1]);
}
query_params[decodeURI(field[0])] = parseInt(field[1]);
}
/////////////Передача цели add_cart////
/*counter_object = 'yaCounter'+$('#script_ywa_app').data('counter_id');
if (!!window[counter_object]) {
window[counter_object].reachGoal('add_cart');
//console.log(counter_object);
}*/
////////////////////////////////////////////////
$.post(params.path_script, {'action': 'add', 'product_id': query_params['product_id'], 'sku_id' : query_params['sku_id'], 'features': features, 'cart_code': params.cart_code, 'cart': params.cart}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////////////Удаление товара из корзины/////////////////////////////////////
if (reg_str_delete.test(options.url)) {
tmp_object = {};
$.post(params.path_script, {'action': 'delete', 'cart_code': params.cart_code, 'cart': params.cart}, function(response){
if (response.data.state) {
tmp_object.ecommerce = response.data.result;
params.cart = response.data.cart;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}
///////////////////////Изменение количества товара в корзине/////////////////////////////
if (reg_str_save.test(options.url)) {
fields = [];
field = [];
query_params = {},
tmp_object = {};
fields = options.data.split('&');
for (i in fields) {
field = fields[i].split('=');
query_params[field[0]] = parseInt(field[1]);
}
clearTimeout(timer_id);
timer_id = setTimeout(function () {
$.post(params.path_script, {'action': 'save', 'cart_code': params.cart_code, 'cart': params.cart, 'params': query_params}, function (response) {
if (response.data.state) {
params.cart = response.data.cart;
tmp_object.ecommerce = response.data.result;
window[params.ecommerce_object].push(tmp_object);
//console.log(tmp_object);
}
}, 'json');
}, 700);
}
});
}
})(jQuery, "\n%tag_script_start%\n (function(m,e,t,r,i,k,a){\n m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};\n m[i].l=1*new Date();\n k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)\n })(window, document,'script','\/\/mc.yandex.ru\/metrika\/tag.js', 'ym');\n\n ym(52049418, 'init', {accurateTrackBounce:true, trackLinks:true, clickmap:true, ecommerce:\"dataLayer\", params: {__ym: {isFromApi: 'yesIsFromApi'}}});\n%tag_script_end%\n
<\/div><\/noscript>\n", {"ecommerce_flag":1,"path_script":"\/ywa\/getecommerceobject\/","ecommerce_object":"dataLayer","cart":[],"side_plugins":[],"cart_code":"793f5b99ddc75353e0c796cf31af8980","action":"product","object":{"ecommerce":{"currencyCode":"RUB","detail":{"products":[{"id":"195483","name":"\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u0444\u043e\u0440\u043c\u044b JOMA DANUBIO II ","category":"\u0424\u0443\u0442\u0431\u043e\u043b\u044c\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430\/\u0424\u043e\u0440\u043c\u0430 \u0438\u0433\u0440\u043e\u0432\u0430\u044f","price":3300,"quantity":1,"variant":"8XS"}]}}},"counter_id":"52049418"});