SiS GO isotonic + energy 60 мл - Апельсин
Нет в наличии
240 ₽
240 ₽
О товаре
Описание и состав
Изотонический углеводный гель SiS Go Isotonic Gel разработанный и запатентованный учеными Британии.
Имеет «текучую» консистенцию, даёт дополнительную энергию, можно не запивать водой, в отличие от обычных гелей. Это особенно важно во время длительных тренировок или стартов, когда нет возможности взять с собой много воды и питания.
Углеводы, содержащиеся в SiS Go Isotonic Gel, сразу начинают обеспечивать организм необходимой энергией, так как специальная усваиваемая формула проникает через стенки желудка, а лёгкая текстура и вкус оставляют приятное послевкусие.
Один гель каждые 30-40 минут, максимум 3 геля в час, не нужно запивать водой. Хранить в сухом прохладном месте. Подходит для веганов.
{
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',
// },
// });
});