
Prometeon R02 Pro Trailer M1 385/65R22.5 164K 158L M+S 3PMSF
R02 PRO TRAILER M1 164K 158L MS 3PMSF
Stok: 4 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 R02 Pro Trailer M1 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 R02 Pro Trailer M1
Profesyonel römorklar için üstün dayanıklılık ve performans
Römorklar İçin
3PMSF Sertifikalı
İdeal Yol Tutuş
RFID Entegre
Öne Çıkan Özellikler
R02 Pro Trailer M1 ile Tanışın
Profesyonel taşımacılık için özel olarak geliştirilmiş, tüm yol koşullarında maksimum dayanıklılık ve güvenlik sunan römork lastiği.
Uygulama Alanları
Yarı römorklar
Tam römorklar
Bölgesel ve uzun yol taşımacılığı
Tüm mevsimlerde kullanım
Temel Avantajlar
%10'a kadar artırılmış yük kapasitesi
3PMSF sertifikası ile kış performansı
İdeal seviye ıslak zemin yol tutuşu
RFID ile kolay takip ve yönetim
Öne Çıkan Özellikler
Güçlendirilmiş gövde yapısı
Yenilenmiş sırt deseni ve hamur karışımı
8mm'ye kadar diş açma imkanı
Düzenli aşınma için optimize edilmiş form
Teknolojik Yenilikler
R02 Pro Trailer M1'in performansını sağlayan özel teknolojiler
ProGüçlü Yanak
Güçlendirilmiş yanak yapısı sayesinde:
- Kesik ve yırtılmalara karşı üstün direnç
- Kızaklamaları önleyen stabil yapı
- Ağır yükler altında bile yapısal bütünlük
HoTo Kuşak Sistemi
Özel çelik kuşak 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ı
Core Topuk Yapısı
Güçlendirilmiş topuk tasarımı:
- Jant ile mükemmel uyum
- Artırılmış yük taşıma kapasitesi
- Uzun ömürlü kullanım
- Sökme takma kolaylığı
Performans Artışları
Kilometre Performansı
+15%
Yeni hamur karışımı ile
Yük Kapasitesi
+10%
Güçlendirilmiş yapı ile
Kış Performansı
3PMSF
Sertifikalı kış performansı
Islak Yol Tutuş
İdeal Seviye
EU 2020/740 standartlarına göre
Profesyonel Taşımacılık İçin Güçlü Seçim!
Prometeon R02 Pro Trailer M1 ile güvenli, ekonomik ve yüksek performanslı taşımacılık deneyimini yaşayın
Hemen Satın Al
Related Products

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 ₺
