Fit4You Shaker – keď chceš kvalitu, ktorá vydrží
Tvoj nový najlepší kamarát na proteín, BCAA, smoothies aj hydratáciu počas tréningu.
Fit4You Shaker – tvoj najspoľahlivejší shaker na každý deň
Presné dávkovanie bez trápenia
- Čitateľná mierka v ml aj oz
- Jednoduché a rýchle odmeriavanie živín aj surovín
- Perfektný aj pre zahraničné recepty a presné nutričné hodnoty
Už žiadne hádanie – máš všetko pod kontrolou.
Hladký, krémový shake bez hrudiek
- Unikátne zaoblené dno
- Kvalitná nerezová miešacia špirála
- Každý nápoj dokonale rozmiešaný
Bez hrudiek, bez nervov, bez kompromisov.
Netečie. Nepukne. Nezradí ťa.
- Extrémne pevná konštrukcia
- Tesniaci uzáver, ktorý drží na 100 %
- Vhodný aj na dynamické miešanie či cestovanie
Proste shaker, ktorému môžeš veriť.
Vysoká odolnosť & dlhá životnosť
- Odolá pádom aj stlačeniu v preplnenom batohu
- Netvoria sa ryhy → žiadne usadzovanie pachu či zvyškov
- Vhodný do umývačky, nedeformuje sa
- Zvládne teploty až do 110 °C
Vyzerá nový, aj keď ho používaš denne.
Praktické pútko & hygienický uzáver
- Robustné pútko na rýchle uchopenie či zavesenie
- Ergonomický flip uzáver, ktorý perfektne tesní
- Hygienické otváranie bez dotyku náustku
Ideálny do fitka, do práce aj na cesty.
Pridať recenziuZobrazit recenzie
Musíte byť prihlásený pre pridanie hodnotenia.
Kdo věří našim produktům
.is-hidden {
display: none;
}document.querySelectorAll('.influencer-card').forEach(card => {
const video = card.querySelector('video');
const btnPlay = card.querySelector('.btn__play');
const btnMute = card.querySelector('.btn__mute');
const btnUnmute = card.querySelector('.btn__unmute');
if (!video || !btnPlay || !btnMute || !btnUnmute) return;
const setState = (state) => {
// stopped | playing-muted | playing-unmuted
const isStopped = state === 'stopped';
card.classList.toggle('is-playing', !isStopped);
btnPlay.classList.toggle('is-hidden', !isStopped);
btnMute.classList.toggle('is-hidden', state !== 'playing-unmuted');
btnUnmute.classList.toggle('is-hidden', state !== 'playing-muted');
};
const resetCard = (targetCard) => {
const targetVideo = targetCard.querySelector('video');
const targetPlay = targetCard.querySelector('.btn__play');
const targetMute = targetCard.querySelector('.btn__mute');
const targetUnmute = targetCard.querySelector('.btn__unmute');
if (!targetVideo || !targetPlay || !targetMute || !targetUnmute) return;
targetVideo.pause();
// targetVideo.currentTime = 0;
targetVideo.muted = true;
targetCard.classList.remove('is-playing');
targetPlay.classList.remove('is-hidden');
targetMute.classList.add('is-hidden');
targetUnmute.classList.add('is-hidden');
};
const pauseCard = (targetCard) => {
const targetVideo = targetCard.querySelector('video');
const targetPlay = targetCard.querySelector('.btn__play');
const targetMute = targetCard.querySelector('.btn__mute');
const targetUnmute = targetCard.querySelector('.btn__unmute');
if (!targetVideo || !targetPlay || !targetMute || !targetUnmute) return;
targetVideo.pause();
targetVideo.muted = true;
// targetCard.classList.remove('is-playing');
// targetPlay.classList.remove('is-hidden');
// targetMute.classList.add('is-hidden');
// targetUnmute.classList.add('is-hidden');
};
const stopAllOthers = () => {
document.querySelectorAll('.influencer-card').forEach(otherCard => {
if (otherCard === card) return;
resetCard(otherCard);
});
};
resetCard(card);
btnPlay.addEventListener('click', async (e) => {
e.preventDefault();
e.stopPropagation();
stopAllOthers();
try {
video.muted = false;
await video.play();
setState('playing-unmuted');
} catch (err) {
console.warn('Play failed:', err);
}
});
btnMute.addEventListener('click', (e) => {
e.preventDefault();
e.stopPropagation();
video.muted = true;
setState('playing-muted');
});
btnUnmute.addEventListener('click', (e) => {
e.preventDefault();
e.stopPropagation();
video.muted = false;
setState('playing-unmuted');
});
/*
video.addEventListener(
'click',
(e) => {
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
if (!video.paused) {
pauseCard(card);
} else {
stopAllOthers();
video.muted = false;
video.play().then(() => {
setState('playing-unmuted');
}).catch(err => {
console.warn('Video toggle failed:', err);
});
}
},
true
);
*/
video.addEventListener('ended', () => {
resetCard(card);
});
});Najpredávanejšie
Kúpiť
Tento produkt má viacero variantov. Možnosti si môžete vybrať na stránke produktu.

Shaker 500ml
4,90 €
Rýchle
dodanie
dodanie
Najkvalitnejšie
suroviny
suroviny
Najlepšie slovenské
prémiové produkty
prémiové produkty
Viac ako 200 000
spokojných zákazníkov
spokojných zákazníkov
4,90 €



Recenzie
Nikto zatiaľ nepridal hodnotenie.