Витамин С является необходимым питательным веществом, которое имеет множество полезных свойств для организма и известно своей способностью поддерживать иммунную систему*. Витамин C в жидкой форме для детей Gold C — это отличный вкусный способ добавить витамин C в детский рацион. Добавка изготовлена из витамина C класса USP, который отвечает стандартам качества, установленным фармакопеей США (USP).
Витамин C в жидкой форме для детей Gold C California Gold Nutrition® производится в США, отвечает всем качественным и количественным требованиям стандартов контроля качества или превосходит их.
{
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',
// },
// });
});