Natures Way Zinc Lozenges 60 жев. табл - Дикие ягоды
Нет в наличии
Бренд
Natures Way
Артикул
020785
1 190 ₽
1 190 ₽
О товаре
Описание и состав
Леденцы с цинком помогают поддерживать работу иммунной системы. Наши леденцы тщательно тестируются и изготавливаются в соответствии с самыми высокими стандартами качества.
Цинк - это минерал, который играет важную роль во многих ферментативных функциях, в первую очередь в почках, печени, поджелудочной железе и головном мозге. Цинк также помогает поддерживать здоровье иммунной системы и является важным компонентом системы организма - антиоксидантом.
Принимайте по 1 леденцу каждые два часа, не более 6 леденцов в день. Не используйте более 7 дней подряд.
{
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',
// },
// });
});