
Falken Ziex ZE310A Ecorun 215/50R18 92V
ZIEX ZE310A ECORUN
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ü
Falken Ziex ZE310A Ecorun 215/50R18 92V Yaz Lastiği
:root {
--primary-blue: #193a8d;
--secondary-blue: #2a4bb0;
--dark-blue: #0f2259;
--black: #000000;
--white: #FFFFFF;
--light: #F8F8F8;
--dark: #222222;
--gray: #6c757d;
--light-gray: #e9ecef;
--falken-green: #00a651;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--black);
line-height: 1.6;
background-color: var(--white);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: var(--white);
box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, var(--light) 0%, var(--white) 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
border: 1px solid #ddd;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 15px;
color: var(--primary-blue);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--primary-blue);
}
.subtitle {
font-size: 1.2rem;
color: var(--dark);
margin-bottom: 25px;
font-weight: 500;
}
.hero-image img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
max-width: 100%;
transition: transform 0.5s ease;
border: 2px solid var(--falken-green);
}
.floating-img:hover {
transform: translateY(-5px);
}
.commercial-badge {
background-color: var(--falken-green);
color: white;
padding: 8px 15px;
border-radius: 20px;
font-weight: 600;
display: inline-block;
margin-bottom: 20px;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--primary-blue);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--primary-blue);
}
.product-intro {
margin-bottom: 30px;
padding: 0 20px;
}
.intro-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
font-size: 1.1rem;
line-height: 1.7;
}
.benefits-section {
margin-bottom: 40px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.benefit-card {
background: var(--white);
border-radius: 10px;
padding: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: all 0.3s ease;
border-top: 4px solid var(--falken-green);
text-align: center;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
font-size: 2.5rem;
color: var(--falken-green);
margin-bottom: 15px;
}
.benefit-card h3 {
font-size: 1.5rem;
margin-bottom: 15px;
color: var(--primary-blue);
}
.improvement-badge {
display: inline-block;
background-color: var(--falken-green);
color: white;
padding: 5px 10px;
border-radius: 5px;
font-size: 0.9rem;
margin: 15px 0;
}
.tech-section {
background-color: var(--light);
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
}
.tech-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.tech-card {
background: var(--white);
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: all 0.3s ease;
border: 1px solid #ddd;
}
.tech-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.tech-image {
text-align: center;
padding: 20px;
background: var(--white);
}
.tech-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.tech-content {
padding: 20px;
}
.tech-content h4 {
color: var(--primary-blue);
font-size: 1.3rem;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.tech-content h4 i {
margin-right: 10px;
}
.feature-detail {
margin-top: 15px;
padding: 15px;
background-color: var(--light-gray);
border-radius: 8px;
}
.feature-detail h5 {
color: var(--falken-green);
margin-bottom: 10px;
font-size: 1.1rem;
}
.performance-section {
margin-bottom: 40px;
}
.performance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 30px;
}
.performance-item {
background: var(--white);
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border-top: 4px solid var(--falken-green);
}
.performance-value {
font-size: 1.8rem;
font-weight: 700;
color: var(--falken-green);
margin: 10px 0;
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
color: var(--white);
border-radius: 15px;
margin-top: 40px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 1.8rem;
}
.cta-section h2 i {
margin-right: 10px;
}
.cta-section p {
margin-bottom: 20px;
font-size: 1.1rem;
opacity: 0.9;
}
.cta-wrapper {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: var(--white);
color: var(--primary-blue);
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--white);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--white);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--white);
color: var(--white);
}
.cta-button.secondary:hover {
background-color: rgba(255,255,255,0.1);
}
@media (min-width: 768px) {
.product-hero {
flex-direction: row;
text-align: left;
padding: 40px;
}
.hero-content {
flex: 1;
text-align: left;
}
.hero-image {
flex: 1;
}
.section-title {
font-size: 2rem;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 2.5rem;
}
.subtitle {
font-size: 1.3rem;
}
}
@media (max-width: 480px) {
.hero-content h1 {
font-size: 1.8rem;
}
.subtitle {
font-size: 1rem;
}
.cta-button {
padding: 10px 20px;
font-size: 0.9rem;
}
.section-title {
font-size: 1.5rem;
}
}
YAZ LASTİĞİ - FALKEN
Ziex ZE310A Ecorun
Hem kuru hem ıslak zeminde üstün yol tutuş ve fren performansı
Temel Avantajlar
Falken Ziex ZE310A EcoRun hem kuru hem ıslak zeminde güvenli yol tutuş ve fren performansı sağlamak için geliştirilmiştir. Aynı zamanda aşınmaya karşı optimize edilmiş yapısı, daha uzun kullanım ömrü sağlamaktadır.
Ziex ZE310A Ecorun ile Kazançlarınız
Islak Zemin Performansı
Geniş kanal ve olukları ile suyu hızla tahliye eder, suda kızaklamayı önler.
GÜVENLİ ISLAK YOL TUTUŞ
Kuru Zemin Performansı
Kuru zeminde güvenilir çekiş gücü ve
yol tutuş performansı sağlar.
ÜSTÜN KURU ZEMİN PERFORMANSI
Uzun Ömür
Aşınmaya karşı optimize edilmiş yapısı ile daha uzun kullanım ömrü sunar.
DAHA UZUN LASTİK ÖMRÜ
Falken Ziex ZE310A Ecorun Teknolojileri
Değişken Yüksek Performanslı Profil Yapısı
Taban genişliğine göre optimize edilmiş kanal tasarımı
ÖZELLİK:
Taban genişliği 195 mm ve daha düşük ebatlarda 3 kanallı tasarım. Taban genişliği 205 mm ve daha büyük ebatlarda 4 kanallı tasarım.
İŞLEVİ:
Gelişmiş profil yapısı ile artan temas yüzeyi. Arttırılmış su tahliyesi özelliği.
FAYDASI:
Islak zemin performansı ile suda kızaklamayı önler. Geliştirilen tutunma yüzeyi ile sürüş kontrolünü arttırır.
ACP "Adaptif Sabit Basınç" Teknolojisi
Akıllı sırt deseni ile tüm koşullara uyum sağlar
ÖZELLİK:
Akıllıca tasarlanmış sırt deseni sayesinde temas yüzeyinin arttırılarak tüm koşullara uyum sağlaması.
İŞLEVİ:
Genişletilmiş temas yüzeyi daha iyi bir yol tutuşu sağlar.
FAYDASI:
Kararlı bir yön yeteneği ve her türlü zeminde arttırılmış yol tutuşuna ek olarak sağlanan geç aşınma performansı.
Araştırma ve Geliştirme
Nano ölçekte bileşik optimizasyonu ile üstün performans
ÖZELLİK:
En son teknolojinin kullanıldığı araştırma ve geliştirme programları.
İŞLEVİ:
Nano ölçekte bileşik optimizasyonu.
FAYDASI:
Islak ve kuru zeminlerde iyileştirilmiş aşınma ömrü ile mükemmel çekiş ve yol tutuşu.
Performans Özellikleri
Islak Zemin
%100
Güvenli yol tutuş ve fren performansı
Kuru Zemin
%100
Üstün çekiş ve yol tutuş performansı
Ömür
+%30
Daha uzun kullanım ömrü
Performans
%100
Manevra kabiliyeti ve viraj performansı
Aracınız İçin Doğru Seçim!
Falken Ziex ZE310A Ecorun ile güvenli ve konforlu sürüş deneyimi
Hemen Satın Al Teknik Detaylar
Benzer Ürünler

Pirelli SottoZero Serie 3 RFT * 225/50R18 95H
SOTTOZERO SERIE 3 RFT
12.270,49 ₺

Pirelli SottoZero Serie 3 RFT * 225/60R18 104H XL
SOTTOZERO SERIE 3 RFT 104H XL
12.589,65 ₺

Pirelli SottoZero Serie 3 * 225/60R18 104H XL
SOTTOZERO SERIE 3 104H XL
10.729,23 ₺

Pirelli SottoZero Serie 3 AO 225/50R18 99H XL
SOTTOZERO SERIE 3 AO 99H XL
10.944,36 ₺

Pirelli SottoZero Serie 3 MO 215/55R18 99V XL
SOTTOZERO SERIE 3 MO 99V XL
10.447,44 ₺
