
Prometeon G02 Pro Multiaxle 385/65R22.5 164K 158L M+S 3PMSF
G02 PRO MULTIAXLE 164K 158L MS 3PMSF
Stok: 7 adet · Hemen kargoda
Ücretsiz Kargo
100₺ üzeri siparişe
Güvenli Ödeme
256-bit SSL
Kolay İade
30 gün içinde
Hızlı Teslimat
Aynı gün kargo
24 ay garanti güvencesi
Ek Özellikler
AB Ürün Etiketi
Yakıt
Islak Zemin
Gürültü
Prometeon G02 Pro Multiaxle 385/65R22.5 164K 158L M+S 3PMSF
:root {
--prometeon-blue: #003366;
--prometeon-white: #FFFFFF;
--prometeon-light-gray: #F5F5F5;
--prometeon-dark: #1A1A1A;
}
body {
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
line-height: 1.6;
color: var(--prometeon-dark);
background-color: #fffff;
margin: 0;
padding: 0;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, var(--prometeon-blue) 0%, var(--prometeon-dark) 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
color: white;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 15px;
color: var(--prometeon-white);
font-weight: 800;
}
.hero-content .brand {
color: var(--prometeon-white);
font-weight: 900;
}
.subtitle {
font-size: 1.2rem;
color: #4D9DE0;
margin-bottom: 25px;
font-weight: 700;
}
.hero-image img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
max-width: 100%;
transition: transform 0.5s ease;
border: 2px solid var(--prometeon-white);
}
.floating-img:hover {
transform: translateY(-5px);
}
.badge-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin: 20px 0;
}
.badge {
background-color: #4D9DE0;
color: white;
padding: 8px 15px;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 600;
display: flex;
align-items: center;
gap: 8px;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--prometeon-blue);
position: relative;
padding-bottom: 8px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--prometeon-blue);
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-bottom: 40px;
}
.feature-card {
background: var(--prometeon-white);
border-radius: 10px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: all 0.3s ease;
border-top: 4px solid var(--prometeon-blue);
text-align: center;
border: 1px solid #eee;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.feature-icon {
color: var(--prometeon-blue);
font-size: 2rem;
margin-bottom: 15px;
}
.tech-specs {
background-color: var(--prometeon-light-gray);
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
}
.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin-top: 20px;
}
.spec-item {
background: var(--prometeon-white);
padding: 15px;
border-radius: 8px;
display: flex;
justify-content: space-between;
border: 1px solid #ddd;
}
.spec-label {
font-weight: 600;
color: var(--prometeon-blue);
}
.tech-visuals {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 40px 0;
}
.tech-visual-card {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.tech-visual-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.tech-visual-img {
width: 100%;
height: 200px;
object-fit: cover;
}
.tech-visual-content {
padding: 20px;
}
.tech-visual-content h3 {
color: var(--prometeon-blue);
margin-top: 0;
}
.visual-cta {
display: inline-block;
background-color: var(--prometeon-blue);
color: white;
padding: 8px 15px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
margin-top: 15px;
transition: all 0.3s ease;
}
.visual-cta:hover {
background-color: var(--prometeon-dark);
}
.performance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 15px;
margin: 30px 0;
text-align: center;
}
.performance-item {
background: white;
padding: 15px;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.performance-value {
font-size: 1.5rem;
font-weight: 700;
color: var(--prometeon-blue);
margin: 10px 0;
}
@media (max-width: 768px) {
.tech-visuals {
grid-template-columns: 1fr;
}
.tech-visual-img {
height: 180px;
}
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--prometeon-blue) 0%, var(--prometeon-dark) 100%);
color: var(--prometeon-white);
border-radius: 15px;
margin-top: 20px;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: var(--prometeon-white);
color: var(--prometeon-blue);
padding: 12px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--prometeon-white);
margin-top: 15px;
}
.cta-button:hover {
background-color: transparent;
color: var(--prometeon-white);
transform: translateY(-2px);
}
Prometeon G02 Pro Multiaxle Plus
Düşük işletme maliyeti ve uzun ömür için tasarlanmış yeni nesil lastik
Yol İçi/Yol Dışı Kullanım
Sürdürülebilir Tasarım
Yüksek Kilometre
Yüksek Kaplanabilirlik
Öne Çıkan Özellikler
G02 Pro Multiaxle Plus ile Tanışın
Düşük işletme maliyeti ve uzun lastik ömrü sağlamak için tasarlanmış, hem yol içi hem de yol dışı kullanıma uygun yeni nesil lastikler.
Kullanım Alanları
Çok dingilli kamyonlar
Ağır yük taşımacılığı
Yol içi ve yol dışı kullanım
Tüm hava koşullarında güvenli performans
Temel Avantajlar
Yüksek kilometre performansı
Uzatılmış lastik ömrü
Yüksek kaplanabilirlik
Güçlendirilmiş yapı ile yüksek yük kapasitesi
Öne Çıkan Özellikler
Geniş sırt deseni ve optimize kanallar
Güçlendirilmiş karkas yapısı
Zorlu zeminlerde üstün manevra kabiliyeti
Düzenli aşınma ve uzun ömür
Teknolojik Yenilikler
G02 Pro Multiaxle Plus'ın performansını sağlayan özel teknolojiler
PROGEA Teknolojisi
Çevre dostu yaklaşım ile geliştirilen teknoloji:
- Daha az yakıt tüketimi
- Düşük karbon salınımı
- Çevreye duyarlı malzemeler
- Sürdürülebilir üretim
Spiral Tel Teknolojisi (SWiTe)
Özel spiral tel düzeni ile:
- Üstün yapısal sağlamlık
- Yüksek hızlarda stabilite
- Daha iyi kilometre performansı
- Düzgün aşınma için homojen basınç dağılımı
Süper Yüksek Mukavemet Kuşak (SHTB)
Güçlendirilmiş kuşak tasarımı:
- Aşırı yüklere karşı dayanıklılık
- Artırılmış yük taşıma kapasitesi
- Uzun ömürlü kullanım
- Yüksek kaplanabilirlik
Performans Artışları
Kilometre Performansı
+20%
İyileştirilmiş ömür
Yük Kapasitesi
+10 Ton
Aks başına kapasite
Kaplanabilirlik
Yüksek
Dayanıklı karkas yapısı
Zemin Uyumu
Üstün
Tüm zemin koşulları
Geleceğin Lastik Teknolojisi Şimdi Burada!
Prometeon G02 Pro Multiaxle Plus ile düşük işletme maliyeti, uzun ömür ve yüksek performansın keyfini çıkarın
Hemen Satın Al
Ähnliche Produkte

Lassa Energia 330D 315/80R22.5 156/150L M+S 3PMSF
ENERGIA 330D 5 156 150L M PLUS S 3PMSF
19.007,19 ₺

Sava Avant 5 315/60R22.5 152/148L M+S 3PMSF
AVANT 5 5 152 148L M PLUS S 3PMSF
25.993,36 ₺

Sava Orjak O3 285/70R19.5 146/144L 140/137M M+S 3PMSF
ORJAK O3 5 146L M PLUS S 3PMSF
15.656,01 ₺

Hankook Smart Flex DH51 315/80R22.5 156/150L 154/150M M+S 3PMSF
SMART FLEX DH51 5 156 150L M PLUS S 3PMSF
27.264,95 ₺

Hankook Smart Flex DH51 295/60R22.5 150/147K M+S 3PMSF 18PR
SMART FLEX DH51 5 150 147K M PLUS S 3PMSF
18.831,45 ₺
