
Yeni Ürün
Optimum Gold Standard Isolate Protein 930 Gr
Yeni Ürün
0.00 (0 Değerlendirmeler)|
₺4290.00
Stokta (100)
SKU: PRD-76NqyH3O
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
/* ==========================================================
ÜRÜN: Optimum Isolate — PREMIUM SCOPED CSS
Ticimax Uyumlu - Satış Odaklı Modern Tasarım
========================================================== */
#ep-product-optimum {
--ep-primary: #e67e22; /* Ana Turuncu */
--ep-primary-hover: #d35400;
--ep-primary-light: #fff7ed;
--ep-blue: #3b82f6;
--ep-blue-light: #eff6ff;
--ep-green: #10b981;
--ep-green-light: #f0fdf4;
--ep-red: #ef4444;
--ep-red-light: #fef2f2;
--ep-purple: #8b5cf6;
--ep-purple-light: #f5f3ff;
--ep-indigo: #6366f1;
--ep-indigo-light: #e0e7ff;
--ep-dark: #1e293b;
--ep-text: #475569;
--ep-text-light: #64748b;
--ep-bg: #f8fafc;
--ep-border: #e2e8f0;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: var(--ep-text);
line-height: 1.6;
max-width: 1000px; /* Ürün sayfaları genelde biraz daha geniştir */
margin: 0 auto;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #fff;
border-radius: 16px;
overflow: hidden;
}
#ep-product-optimum * {
box-sizing: border-box;
}
/* --- Typografi Genel --- */
#ep-product-optimum h2 {
color: var(--ep-dark);
margin: 0;
}
#ep-product-optimum p {
margin: 0 0 16px 0;
}
/* --- Bölüm Başlıkları --- */
#ep-product-optimum .ep-section-title {
font-size: 24px;
font-weight: 800;
margin: 40px 0 24px 0;
color: var(--ep-dark);
display: flex;
align-items: center;
gap: 10px;
padding-bottom: 12px;
border-bottom: 2px solid var(--ep-bg);
}
/* --- Hero Banner --- */
#ep-product-optimum .ep-hero {
background: linear-gradient(135deg, #111827, #1f2937);
padding: 40px 30px;
text-align: center;
color: #fff;
border-radius: 16px;
margin-bottom: 32px;
}
#ep-product-optimum .ep-hero h2 {
color: #fff;
font-size: 32px;
font-weight: 800;
margin-bottom: 16px;
line-height: 1.3;
}
#ep-product-optimum .ep-hero h2 span {
color: #fbbf24; /* Altın Sarısı Vurgu */
}
#ep-product-optimum .ep-hero p {
color: #d1d5db;
font-size: 18px;
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
}
/* --- Quick Stats (Grid 4) --- */
#ep-product-optimum .ep-stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 40px;
}
#ep-product-optimum .ep-stat-card {
border-radius: 16px;
padding: 24px 16px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 1px solid transparent;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#ep-product-optimum .ep-stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
#ep-product-optimum .ep-stat-card.red { background: var(--ep-red-light); border-color: #fecaca; }
#ep-product-optimum .ep-stat-card.blue { background: var(--ep-blue-light); border-color: #bfdbfe; }
#ep-product-optimum .ep-stat-card.green { background: var(--ep-green-light); border-color: #bbf7d0; }
#ep-product-optimum .ep-stat-card.purple { background: var(--ep-purple-light); border-color: #e9d5ff; }
#ep-product-optimum .ep-stat-card i { font-size: 40px; margin-bottom: 12px; }
#ep-product-optimum .ep-stat-card.red i { color: var(--ep-red); }
#ep-product-optimum .ep-stat-card.blue i { color: var(--ep-blue); }
#ep-product-optimum .ep-stat-card.green i { color: var(--ep-green); }
#ep-product-optimum .ep-stat-card.purple i { color: var(--ep-purple); }
#ep-product-optimum .ep-stat-card .ep-stat-val {
font-size: 24px;
font-weight: 800;
color: var(--ep-dark);
line-height: 1.2;
}
#ep-product-optimum .ep-stat-card .ep-stat-lbl {
font-size: 14px;
color: var(--ep-text-light);
margin-top: 6px;
}
/* --- Features List (Grid 3) --- */
#ep-product-optimum .ep-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 48px;
}
#ep-product-optimum .ep-feature-card {
background: #fff;
border: 1px solid var(--ep-border);
border-radius: 16px;
padding: 24px;
display: flex;
gap: 16px;
align-items: flex-start;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
transition: all 0.3s ease;
}
#ep-product-optimum .ep-feature-card:hover {
border-color: var(--ep-green);
box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.1);
}
#ep-product-optimum .ep-feature-card i {
font-size: 28px;
color: var(--ep-green);
flex-shrink: 0;
margin-top: 2px;
}
#ep-product-optimum .ep-feature-card div {
font-size: 15px;
color: var(--ep-text);
}
#ep-product-optimum .ep-feature-card strong {
color: var(--ep-dark);
display: block;
margin-bottom: 4px;
font-size: 16px;
}
/* --- Image & Nutrition Split Grid --- */
#ep-product-optimum .ep-split-grid {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 40px;
align-items: flex-start;
margin-bottom: 48px;
}
/* Sol: Görsel */
#ep-product-optimum .ep-image-col {
position: relative;
display: flex;
justify-content: center;
background: #fff;
border-radius: 20px;
padding: 30px;
border: 1px solid var(--ep-border);
box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
transition: transform 0.4s ease;
}
#ep-product-optimum .ep-image-col:hover {
transform: scale(1.02);
}
#ep-product-optimum .ep-image-col::before {
content: '';
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 80%; height: 80%;
background: radial-gradient(circle, rgba(251,191,36,0.15) 0%, rgba(255,255,255,0) 70%);
border-radius: 50%;
z-index: 0;
}
#ep-product-optimum .ep-image-col img {
position: relative;
z-index: 1;
width: 100%;
max-width: 320px;
height: auto;
display: block;
}
/* Sağ: Tablo */
#ep-product-optimum .ep-nutrition-col {
background: var(--ep-bg);
border-radius: 20px;
padding: 32px;
border: 1px solid var(--ep-border);
}
#ep-product-optimum .ep-nutrition-title {
font-size: 20px;
font-weight: 800;
color: var(--ep-dark);
margin-bottom: 24px;
}
#ep-product-optimum .ep-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
}
#ep-product-optimum .ep-table td {
padding: 14px 0;
border-bottom: 1px solid var(--ep-border);
color: var(--ep-text);
}
#ep-product-optimum .ep-table tr:last-child td { border-bottom: none; }
#ep-product-optimum .ep-table td:nth-child(2) {
text-align: right;
font-weight: 600;
color: var(--ep-dark);
}
#ep-product-optimum .ep-table tr.highlight td {
background: var(--ep-blue-light);
border-bottom-color: #fff;
}
#ep-product-optimum .ep-table tr.highlight td:first-child {
padding-left: 16px;
border-left: 3px solid var(--ep-blue);
font-size: 14px;
}
/* --- Target Audience (İndigo Box) --- */
#ep-product-optimum .ep-audience-box {
background: var(--ep-indigo-light);
border-radius: 20px;
padding: 40px;
border: 1px solid #c7d2fe;
margin-bottom: 48px;
}
#ep-product-optimum .ep-audience-title {
font-size: 24px;
font-weight: 800;
color: #312e81; /* Koyu İndigo */
margin-bottom: 32px;
display: flex;
align-items: center;
gap: 12px;
}
#ep-product-optimum .ep-audience-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
#ep-product-optimum .ep-audience-card {
background: #fff;
border-radius: 16px;
padding: 24px;
box-shadow: 0 4px 6px rgba(0,0,0,0.02);
border: 1px solid #e0e7ff;
transition: transform 0.3s ease;
}
#ep-product-optimum .ep-audience-card:hover { transform: translateY(-4px); }
#ep-product-optimum .ep-audience-card .icon-wrap {
width: 50px; height: 50px;
background: var(--ep-indigo-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
#ep-product-optimum .ep-audience-card i { font-size: 24px; color: var(--ep-indigo); }
#ep-product-optimum .ep-audience-card h3 { font-size: 18px; font-weight: 800; color: var(--ep-dark); margin: 0 0 10px 0; }
#ep-product-optimum .ep-audience-card p { font-size: 14.5px; color: var(--ep-text); margin: 0; }
#ep-product-optimum .ep-aroma-note {
background: #fff;
padding: 20px 24px;
border-radius: 12px;
border: 1px solid #c7d2fe;
margin-top: 24px;
display: flex;
align-items: flex-start;
gap: 16px;
}
#ep-product-optimum .ep-aroma-note i { font-size: 28px; color: var(--ep-indigo); flex-shrink: 0; }
#ep-product-optimum .ep-aroma-note p { margin: 0; font-size: 15px; }
/* --- Pros & Cons --- */
#ep-product-optimum .ep-pros-cons {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-bottom: 48px;
}
#ep-product-optimum .ep-pros,
#ep-product-optimum .ep-cons {
border-radius: 16px;
padding: 32px;
}
#ep-product-optimum .ep-pros { background: var(--ep-green-light); border: 1px solid #bbf7d0; }
#ep-product-optimum .ep-cons { background: var(--ep-red-light); border: 1px solid #fecaca; }
#ep-product-optimum .ep-pros h3,
#ep-product-optimum .ep-cons h3 {
font-size: 20px; font-weight: 800; margin: 0 0 20px 0; display: flex; align-items: center; gap: 10px;
}
#ep-product-optimum .ep-pros h3 { color: #166534; }
#ep-product-optimum .ep-pros h3 i { color: var(--ep-green); }
#ep-product-optimum .ep-cons h3 { color: #991b1b; }
#ep-product-optimum .ep-cons h3 i { color: var(--ep-red); }
#ep-product-optimum .ep-pros ul,
#ep-product-optimum .ep-cons ul { margin: 0; padding-left: 20px; }
#ep-product-optimum .ep-pros li { color: #15803d; margin-bottom: 10px; font-size: 15px; }
#ep-product-optimum .ep-cons li { color: #b91c1c; margin-bottom: 10px; font-size: 15px; }
/* --- Usage Guide --- */
#ep-product-optimum .ep-usage-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 48px;
}
#ep-product-optimum .ep-usage-card {
background: #fff;
border: 1px solid var(--ep-border);
border-radius: 16px;
padding: 24px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
#ep-product-optimum .ep-usage-card.pro { border-bottom: 4px solid var(--ep-blue); }
#ep-product-optimum .ep-usage-card .level { font-size: 15px; font-weight: 800; color: var(--ep-blue); margin-bottom: 12px; }
#ep-product-optimum .ep-usage-card.pro .level { color: #1e3a8a; }
#ep-product-optimum .ep-usage-card p { font-size: 15px; color: var(--ep-text); margin: 0; }
/* --- FAQ Accordion (DIV tabanlı, Güvenli) --- */
#ep-product-optimum .ep-faq-wrap {
margin-bottom: 48px;
}
#ep-product-optimum .ep-faq-item {
border: 1px solid var(--ep-border);
border-radius: 12px;
margin-bottom: 12px;
overflow: hidden;
background: var(--ep-bg);
}
#ep-product-optimum .ep-faq-btn {
width: 100%;
background: var(--ep-bg);
text-align: left;
padding: 20px 24px;
font-size: 17px;
font-weight: 700;
color: var(--ep-dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
transition: all 0.3s ease;
}
#ep-product-optimum .ep-faq-btn:hover { background: #f1f5f9; }
#ep-product-optimum .ep-faq-btn.open { background: #fff; color: var(--ep-blue); }
#ep-product-optimum .ep-faq-btn i { font-size: 18px; color: var(--ep-text-light); transition: transform 0.3s ease; }
#ep-product-optimum .ep-faq-btn.open i { transform: rotate(180deg); color: var(--ep-blue); }
#ep-product-optimum .ep-faq-body {
display: none;
padding: 0 24px 24px 24px;
background: #fff;
font-size: 15px;
color: var(--ep-text);
border-top: 1px solid var(--ep-border);
line-height: 1.7;
margin-top: -1px; /* seamless border transition */
}
#ep-product-optimum .ep-faq-body.show {
display: block;
animation: epFadeIn 0.3s ease-in-out;
}
/* --- Internal Links --- */
#ep-product-optimum .ep-links-section {
border-top: 1px solid var(--ep-border);
padding-top: 40px;
text-align: center;
}
#ep-product-optimum .ep-links-section h3 {
font-size: 16px;
font-weight: 600;
color: var(--ep-text-light);
margin: 0 0 24px 0;
}
#ep-product-optimum .ep-links-grid {
display: flex;
justify-content: center;
gap: 20px;
}
#ep-product-optimum .ep-link-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: #fff;
border: 1px solid var(--ep-border);
color: var(--ep-text);
padding: 16px 28px;
border-radius: 16px;
font-weight: 700;
font-size: 15px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
#ep-product-optimum .ep-link-btn:hover {
border-color: var(--ep-blue);
color: var(--ep-blue);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}
#ep-product-optimum .ep-link-btn i { font-size: 24px; }
@keyframes epFadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
/* --- Responsive --- */
@media (max-width: 992px) {
#ep-product-optimum .ep-split-grid { grid-template-columns: 1fr; gap: 32px; }
#ep-product-optimum .ep-image-col img { max-width: 250px; }
#ep-product-optimum .ep-audience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
#ep-product-optimum .ep-hero { padding: 30px 20px; }
#ep-product-optimum .ep-hero h2 { font-size: 24px; }
#ep-product-optimum .ep-hero p { font-size: 15px; }
#ep-product-optimum .ep-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
#ep-product-optimum .ep-features-grid { grid-template-columns: 1fr; gap: 16px; }
#ep-product-optimum .ep-pros-cons { grid-template-columns: 1fr; gap: 16px; }
#ep-product-optimum .ep-usage-grid { grid-template-columns: 1fr; gap: 16px; }
#ep-product-optimum .ep-audience-box { padding: 24px 20px; }
#ep-product-optimum .ep-links-grid { flex-direction: column; }
#ep-product-optimum .ep-link-btn { width: 100%; justify-content: center; }
}
Optimum Gold Standard Isolate Protein 930 Gr Özellikleri
Kas gelişimi ve hızlı toparlanma sürecinde standartların ötesine geçmek isteyen sporcular için tasarlanan hidrolize izole protein.
%83.3
Protein Oranı
5.5g
BCAA
1.0g
Düşük Şeker
31
Servis Sayısı
Öne Çıkan Özellikler
Ultra Saf Kaynak: Her serviste 25 gram yüksek kaliteli izole whey proteini.
Hidrolize Edilmiş Yapı: Hızlı sindirim ve anında kas beslemesi için parçalanmış protein zincirleri.
Diyet Dostu: Sadece 1.0 gram şeker ve 1.3 gram yağ içeriği ile yağsız kas kütlesi hedefleyenlere özel.
Besin Değerleri (1 Ölçek - 30g)
Enerji
110 kcal
Protein
25.0 g
- BCAA (Lösin, İzolösin, Valin)
5.5 g
- EAA (Esansiyel Amino Asitler)
11.4 g
- Glutamin ve Glutamik Asit
4.3 g
Karbonhidrat
1.3 g
- Şeker
1.0 g
Yağ
1.3 g
Bu Ürün Kimler İçin Uygundur?
Definasyon Yapanlar
Yok denecek kadar az şeker (1g) ve yağ (1.3g) oranı ile diyet bozmadan, 'clean bulk' veya definasyon dönemi geçirenler için kusursuzdur.
Laktoz Hassasiyeti Olanlar
İleri seviye hidrolizasyon filtrelemesi sayesinde laktoz oranı minimize edilmiştir. Süt ürünlerinde şişkinlik ve sindirim sorunu yaşayanlar güvenle tercih edebilir.
İleri Seviye Sporcular
Antrenman sonrası yorgun kaslara 11.4 gr EAA profilini en hızlı şekilde ulaştırmak isteyen ve anabolik pencereyi kaçırmak istemeyen atletler.
Aroma Seçenekleri: Kullanıcıların en çok tercih ettiği Çikolata (Double Rich Chocolate), Vanilya ve Çilek aromalarıyla tatlı krizlerinizi de sıfır şeker mantığıyla bastırabilirsiniz.
Uzman Değerlendirmesi
Artı Yönleri
%83.3'lük olağanüstü protein saflığı
Sıfıra yakın karbonhidrat ve yağ oranı
Hızlı emilim sağlayan hidrolize yapı
Mide dostu, kolay sindirilebilir formül
Eksi Yönleri
Konsantre whey proteinlere göre porsiyon maliyeti daha yüksektir.
Kilo alma (bulking) dönemleri için ekstra karbonhidrat desteği gerektirebilir.
Kullanım Önerisi
Başlangıç Seviyesi
Antrenmandan hemen sonra 1 porsiyon (30g) ürünü 200 ml su ile karıştırarak tüketebilirsiniz.
Orta Seviye
Sabah kalkınca ve antrenman sonrası olmak üzere günde 2 defa 1 porsiyon tüketebilirsiniz.
İleri Seviye
Antrenman öncesi, sonrası ve sabah kalkınca günlük makro hedefinize göre tüketebilirsiniz.
Sıkça Sorulan Sorular
Optimum Isolate protein tozu kilo aldırır mı?
Hayır, servis başına sadece 1 gram şeker ve düşük kalori içerdiği için kilo kontrolü ve definasyon dönemlerinde yağlanmadan kas kütlesi artışı sağlar. Diyetinize mükemmel uyum sağlar.
Laktoz hassasiyeti olanlar kullanabilir mi?
İzole proteinler, özel filtreleme (hidrolize) üretim aşamasında laktozdan büyük oranda arındırıldığı için genellikle laktoz hassasiyeti olan ve şişkinlik problemi yaşayan bireyler tarafından daha rahat tüketilir.
Gold Standard Whey ile Isolate arasındaki fark nedir?
Klasik Whey ürünü %79 protein oranına sahipken, Isolate versiyonu ekstra filtreleme işlemleri sayesinde %83.3 protein oranına ulaşır. Ayrıca karbonhidrat ve yağ oranı Isolate versiyonunda daha düşüktür.
Daha Fazlasını Keşfedin
Optimum Nutrition Ürünleri Tüm İzole Protein Tozları
function epProdFaq(btn) {
var body = btn.nextElementSibling;
var isOpen = body.classList.contains('show');
// Tüm açık içerikleri kapat
document.querySelectorAll('#ep-product-optimum .ep-faq-body').forEach(function(b) {
b.classList.remove('show');
});
// Tüm buton ikonlarını sıfırla
document.querySelectorAll('#ep-product-optimum .ep-faq-btn').forEach(function(b) {
b.classList.remove('open');
});
// Tıklananı aç
if (!isOpen) {
body.classList.add('show');
btn.classList.add('open');
}
}
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
Optimum Gold Standard Isolate Protein 930 Gr
₺4290.00