
Yeni Ürün
Sis Go Isotonic Energy Gels 60 ML 30'lu Paket
Yeni Ürün
0.00 (0 Değerlendirmeler)|
₺4800.00
Stokta (100)
SKU: PRD-DvDuiVJs
Kategori: Sporcu Besinleri
Secenekler
Teslimat Seçenekleri
Tahmini 28 Mayıs Perşembe - 31 Mayıs Pazar arası kargoda
Standart Teslimat
Ücretsiz Kargo
499 TL Üzeri Kargo Bedava
Tüm Türkiye'ye Teslimat
Hızlı ve güvenli kargo ile kapınıza kadar
/* TİCİMAX SCOPED CSS - Mevcut temayı ezmez */
#tmax-product-desc-custom {
font-family: inherit;
line-height: 1.6;
color: #333;
max-width: 1000px;
margin: 0 auto;
padding: 10px 0;
box-sizing: border-box;
}
#tmax-product-desc-custom * {
box-sizing: border-box;
}
#tmax-product-desc-custom h2,
#tmax-product-desc-custom h3 {
color: #111;
margin-top: 1.5em;
margin-bottom: 0.5em;
font-weight: 700;
}
#tmax-product-desc-custom p {
margin-bottom: 1em;
font-size: 15px;
}
/* AI & Özet Kutusu */
.tmax-ai-box {
background-color: #f8fafe;
border-left: 5px solid #0056b3;
padding: 20px;
border-radius: 8px;
margin-bottom: 35px;
box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.tmax-ai-box h3 {
margin-top: 0;
color: #0056b3;
display: flex;
align-items: center;
gap: 10px;
font-size: 1.25rem;
}
.tmax-ai-box ul {
padding-left: 20px;
margin-bottom: 0;
}
.tmax-ai-box li {
margin-bottom: 10px;
font-size: 15px;
color: #444;
}
.tmax-ai-box li strong {
color: #111;
}
/* Başlık Stilleri */
.tmax-section-title {
display: flex;
align-items: center;
gap: 10px;
font-size: 1.5rem;
border-bottom: 2px solid #f0f0f0;
padding-bottom: 10px;
margin-bottom: 20px;
color: #222;
}
/* Avantaj Kartları (Grid) */
.tmax-benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 35px;
}
.tmax-benefit-card {
background: #fff;
border: 1px solid #eaeaea;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.02);
transition: transform 0.2s, box-shadow 0.2s;
}
.tmax-benefit-card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(0,0,0,0.05);
}
.tmax-benefit-card h4 {
margin-top: 0;
color: #ff6b00;
font-size: 1.15rem;
margin-bottom: 10px;
}
/* Tablo Stilleri */
.tmax-table-wrapper {
overflow-x: auto;
margin-bottom: 35px;
background: #fff;
border-radius: 8px;
border: 1px solid #eaeaea;
}
.tmax-table {
width: 100%;
border-collapse: collapse;
text-align: left;
min-width: 500px;
}
.tmax-table th, .tmax-table td {
padding: 15px;
border-bottom: 1px solid #eaeaea;
}
.tmax-table th {
background-color: #f9f9f9;
font-weight: 700;
color: #333;
width: 50%;
}
.tmax-table tr:last-child th,
.tmax-table tr:last-child td {
border-bottom: none;
}
.tmax-table tr:hover {
background-color: #fcfcfc;
}
/* SSS Akordiyon (Details/Summary) */
.tmax-faq {
margin-bottom: 35px;
}
.tmax-faq details {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
margin-bottom: 10px;
padding: 15px;
cursor: pointer;
transition: background 0.2s;
}
.tmax-faq details:hover {
background: #fdfdfd;
}
.tmax-faq summary {
font-weight: 600;
color: #222;
list-style: none; /* Standart oku gizler */
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.05rem;
}
.tmax-faq summary::-webkit-details-marker {
display: none; /* Safari için oku gizler */
}
.tmax-faq summary::after {
content: '+';
font-size: 1.5rem;
color: #ff6b00;
line-height: 1;
}
.tmax-faq details[open] summary::after {
content: '−';
}
.tmax-faq details[open] summary {
margin-bottom: 15px;
color: #ff6b00;
}
.tmax-faq details p {
margin: 0;
color: #555;
padding-top: 10px;
border-top: 1px dashed #eee;
}
/* Harekete Geçirici Mesaj (CTA) Kutusu */
.tmax-cta-box {
background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
border: 1px solid #ddd;
padding: 40px 20px;
border-radius: 12px;
text-align: center;
margin-top: 40px;
}
.tmax-cta-box h3 {
margin-top: 0;
font-size: 1.6rem;
color: #111;
}
.tmax-cta-box p {
font-size: 1.1rem;
color: #444;
max-width: 600px;
margin: 0 auto 20px auto;
}
.tmax-whatsapp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background-color: #25d366;
color: #fff !important;
padding: 15px 35px;
text-decoration: none !important;
border-radius: 50px;
font-weight: bold;
font-size: 1.15rem;
transition: background 0.3s, transform 0.2s;
box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}
.tmax-whatsapp-btn:hover {
background-color: #1ebd5a;
transform: scale(1.02);
}
.tmax-whatsapp-btn svg {
width: 24px;
height: 24px;
fill: currentColor;
}
/* Kullanım Kutusu */
.tmax-usage-box {
background-color: #fff3e0;
border-left: 4px solid #ff9800;
padding: 15px 20px;
border-radius: 0 6px 6px 0;
margin-bottom: 35px;
}
.tmax-usage-box p {
margin: 0 0 10px 0;
}
.tmax-usage-box p:last-child {
margin-bottom: 0;
}
/* Responsive Ayarlar */
@media (max-width: 768px) {
.tmax-section-title {
font-size: 1.3rem;
}
.tmax-ai-box, .tmax-benefit-card, .tmax-cta-box {
padding: 15px;
}
.tmax-cta-box h3 {
font-size: 1.4rem;
}
.tmax-whatsapp-btn {
width: 100%;
font-size: 1.05rem;
padding: 15px 20px;
}
.tmax-benefits-grid {
grid-template-columns: 1fr;
}
}
SIS GO Isotonic Energy Gel Öne Çıkan Özellikleri
Form: Gerçek İzotonik Jel (Su ile tüketime gerek yoktur)
Paket İçeriği: 30 Adet x 60 ml (Toplam 30 Servis)
Makro Değerler (1 Jel): 22 gr hızlı sindirilen karbonhidrat, 87 kcal enerji, 100 mg tuz.
Kullanım Amacı: Antrenman sırasında azalan glikojen depolarını hızla doldurmak ve yorgunluğu geciktirmek.
Menşei: İngiltere
⚡ Sis Go Isotonic Energy Jel Nedir? Neden Farklıdır?
Dayanıklılık sporcularının (maraton koşucuları, triatletler ve bisikletçiler) en büyük kabusu, enerji jeli tükettikten sonra yaşanan mide krampları ve şişkinliktir. Sis Go Isotonic Energy Jel, dünyanın ilk gerçek izotonik jeli olarak bu problemi tamamen ortadan kaldırır.
Standart enerji jellerinin kana karışması için üzerine bolca su içmeniz gerekir. Ancak Sis Go’nun özel izotonik formülü, hücre içi sıvı yoğunluğuyla birebir aynıdır. Bu sayede suya ihtiyaç duymadan doğrudan tüketilebilir, midede ağırlık yapmaz ve kaslarınıza saniyeler içinde 22 gram saf karbonhidrat pompalar.
🏆 Antrenman Performansınızı Nasıl Artırır?
Duvara Çarpmayı Engeller
Egzersiz sırasında karbonhidrat depolarının tükenmesi yorgunluğun temel nedenidir. Sis Go, hızlı sindirilen yapısıyla anlık enerji sıçraması yaratır.
Pratik ve Hafif
Büyük mataralar veya su şişeleri taşımanıza gerek bırakmaz. Sadece ambalajı yırtın ve hareket halindeyken anında tüketin.
Enfes Doğal Aroma
Yoğun efor altında bile kolayca tüketilebilecek, yapaylıktan uzak ve mideyi bulandırmayan hafif bir lezzete sahiptir.
📊 Besin Değerleri (60 ml / 1 Servis)
Enerji
87 kcal
Karbonhidrat
22 gr
Şekerden Gelen Karbonhidrat
0,6 gr
Tuz
100 mg
Protein / Yağ / Lif
0,0 gr
⏱️ Nasıl ve Ne Zaman Kullanılmalı?
Optimum performans ve maksimum karbonhidrat emilimi için yaptığınız sporun yoğunluğuna göre saatte 1 ila 3 jel (60-90 gram karbonhidrat hedefiyle) tüketmeniz önerilir.
Aşırı terlediğiniz ve hidrasyonun ekstra önem kazandığı sıcak hava antrenmanlarında, Sis Go Isotonic Jel'i SiS GO Hydro veya SiS GO Elektrolit içecekleriyle kombine ederek mükemmel bir sıvı-enerji dengesi kurabilirsiniz.
❓ Sıkça Sorulan Sorular (SSS)
Sis Go enerji jeli suyla mı içilir?
Hayır. Sis Go Isotonic formülasyona sahip olduğu için su içmenize gerek kalmadan doğrudan tüketilebilir. Midede ekstra sıvı birikimine ve şişkinliğe yol açmaz.
Bir antrenmanda kaç tane Sis Go jel tüketmeliyim?
Efor seviyenize bağlı olarak, 60 dakikadan uzun süren egzersizlerde saatte 1 ila 3 adet tüketebilirsiniz.
Sis Go jellerin son kullanma tarihi nedir?
Eprotein güvencesiyle gönderilen tüm ürünlerimiz güncel üretim tarihlidir ve size en uzun kullanım ömrünü sunacak şekilde stoklanmaktadır. (Örnek SKT: 01.2021 ve sonrası güncel partiler).
🔥 Hemen Stoktan Teslim Alın!
Antrenmanlarınızda enerjisiz kalmayın. Ürünü hemen sepete ekleyebilir veya hızlı sipariş verebilirsiniz.
Benzer Ürünler
%10Flash Satış
Applied Clear Whey Protein Çilek Ahududu 875 Gr
(0)
Stokta2655.002950.00
%10Flash Satış
Applied Critical Whey Protein Chocolate Milkshake 2000 Gr
(0)
Stokta4365.004850.00
%10Flash Satış
Applied Endurance Isotonic Energy Gel 60 gr Energy Burst 1 Adet
(0)
Stokta72.0080.00
%10Flash Satış
Applied Endurance Isotonic Energy Gel 60 gr Energy Burst 20 Adet
(0)
Stokta1800.002000.00
%10Flash Satış
Applied Endurance Sprint Energy Gel Caffeine 60 gr Energy Burst 20 Adet
(0)
Stokta1800.002000.00
%10Flash Satış
Applied Endurance Sprint Energy Gel Caffeine 60 gr Energy Burst 1 Adet
(0)
Stokta72.00100.00
%10Flash Satış
Applied Iso XP Whey Protein Isolate Coffee Latte 1800 Gr
(0)
Stokta5868.006520.00
%10Flash Satış
Applied Lifestyle Sports Water Bottle Blue 1000 ml
(0)
Stokta742.50825.00
%10Flash Satış
Argivit Focus Multivitamin Şurup 150 ml
(0)
Stokta765.00850.00
%10Flash Satış
Atavit Kids Good Night Gummies 60 Adet
(0)
Stokta315.00350.00
Sis Go Isotonic Energy Gels 60 ML 30'lu Paket
₺4800.00