IRONMAN Protein Bar + collagen без сахара 50 гр - со вкусом карамели
Есть в наличии
Бренд
Iron Man
Артикул
018622
110 ₽
110 ₽
О товаре
Описание и состав
"Protein Bar" — это базовый протеиновый батончик, содержащий 16 % высокоценного сывороточного белка и 1,5 г. гидролизата коллагена, необходимого для здоровья кожи, суставов и связок. Обогащен комплексом витаминов.
Рекомендуется для спортсменов в период интенсивных тренировок в дополнение к основному пищевому рациону, в соответствии с программой, разработанной для данных видов спорта, под наблюдением спортивного врача или специалиста по спортивному питанию.
Protein Bar IRONMAN с коллагеном рекомендуется использовать по одному батончику, как перекус в течении дня, за час до тренировки, после тренировки или во время тренировки, если вы почувствовали, что ваши силы на исходе.
{
let i = 0;
for(const s of document.querySelectorAll('.js-product-thumb-images-swiper')) {
const swiperThumb = new Swiper(s, {
slidesPerView: 4,
spaceBetween: 4,
allowTouchMove: true,
breakpoints: {
'767': {
slidesPerView: 10,
spaceBetween: 8,
}
}
});
const swiper = new Swiper(document.querySelectorAll('.js-product-images-swiper')[i], {
effect: 'fade',
allowTouchMove: true,
fadeEffect: {
crossFade: true
},
thumbs: {
swiper: swiperThumb,
}
});
i++;
}
const swiperSimilars = new Swiper('.js-product-similars-swiper', {
slidesPerView: 1.5,
spaceBetween: 8,
navigation: {
nextEl: '.js-product-similars-swiper-next',
prevEl: '.js-product-similars-swiper-prev',
},
breakpoints: {
'767': {
slidesPerView: 'auto',
spaceBetween: 8,
}
}
});
const swiperRelateds = new Swiper('.js-product-relateds-swiper', {
slidesPerView: 'auto',
spaceBetween: 8,
navigation: {
nextEl: '.js-product-relateds-swiper-next',
prevEl: '.js-product-relateds-swiper-prev',
}
// breakpoints: {
// '767': {
// slidesPerView: 3,
// spaceBetween: 8,
// },
// '1023': {
// slidesPerView: 4,
// spaceBetween: 8,
// }
// }
});
// const swiper = new Swiper('.swiper', {
// // Optional parameters
// direction: 'vertical',
// loop: true,
// // If we need pagination
// pagination: {
// el: '.swiper-pagination',
// },
// // Navigation arrows
// navigation: {
// nextEl: '.swiper-button-next',
// prevEl: '.swiper-button-prev',
// },
// // And if we need scrollbar
// scrollbar: {
// el: '.swiper-scrollbar',
// },
// });
});