Toptan Fiyatına  ve Parekende Lastik
🛒
Dunlop All Season 2 235/55R19 105W XL M+S 3PMSF

🔔 Stoka Girince Haber Ver

Dunlop·SUV / 4x4 Lastik
4 Mevsim

Dunlop All Season 2 235/55R19 105W XL M+S 3PMSF

ALL SEASON 2 105W XL MS 3PMSF

235/55 R19
105W925 kg · 270 km/h
XLM+S3PMSF ❄
10.290,89/ Stück

Bu birim için stokta yok — başka birim seçebilirsiniz

Option

1
Stok Kodu596503
🚚

Ü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

Ücretsiz Montaj24 Ay Garanti

AB Ürün Etiketi

EPREL: 2015978

Yakıt

A
B
C
D
E
F
G
💧

Islak Zemin

A
B
C
D
E
F
G
🔊

Gürültü

72dBB
EPREL Etiket

Dunlop All Season 2 235/55R19 105W XL M+S 3PMSF 4 Mevsim Lastiği
:root {
--dunlop-yellow: #FFD100;
--dunlop-black: #000000;
--dunlop-white: #FFFFFF;
--dunlop-gray: #333333;
--dunlop-light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--dunlop-gray);
line-height: 1.6;
background-color: #fffff;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* Hero Bölümü */
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, var(--dunlop-yellow) 0%, #FFE45E 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 15px;
color: var(--dunlop-black);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--dunlop-black);
}
.subtitle {
font-size: 1.2rem;
color: var(--dunlop-black);
margin-bottom: 25px;
font-weight: 500;
}
.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;
}
.floating-img:hover {
transform: translateY(-5px);
}
/* Sertifika Banner */
.certification-banner {
background-color: var(--dunlop-black);
padding: 15px;
border-radius: 8px;
margin: 30px 0;
text-align: center;
color: white;
}
.certification-content {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
max-width: 800px;
margin: 0 auto;
}
.cert-badge i {
font-size: 1.8rem;
color: var(--dunlop-yellow);
}
.certification-banner p {
margin: 0;
font-size: 1rem;
font-weight: 500;
}
/* Bölüm Başlıkları */
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--dunlop-black);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
color: var(--dunlop-yellow);
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--dunlop-yellow);
}
/* Özellikler Grid */
.product-features {
margin-bottom: 40px;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.feature-card {
background: white;
border-radius: 10px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
border-top: 4px solid var(--dunlop-yellow);
text-align: center;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.feature-icon i {
font-size: 2rem;
color: var(--dunlop-black);
margin-bottom: 10px;
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 15px;
color: var(--dunlop-black);
}
/* Kullanım Alanları */
.usage-section {
background-color: var(--dunlop-light);
padding: 40px 25px;
border-radius: 15px;
margin-bottom: 40px;
}
.usage-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.usage-item {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
text-align: center;
}
.usage-icon i {
font-size: 2rem;
color: var(--dunlop-yellow);
margin-bottom: 10px;
}
.usage-item h3 {
color: var(--dunlop-black);
margin-bottom: 8px;
font-size: 1.2rem;
}
/* Performans Detayları */
.performance-details {
margin-bottom: 40px;
}
.performance-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.performance-icon i {
font-size: 1.8rem;
color: var(--dunlop-yellow);
min-width: 40px;
}
.performance-text h3 {
color: var(--dunlop-black);
margin-bottom: 8px;
font-size: 1.2rem;
}
/* Araç Tipleri */
.vehicle-types {
margin-bottom: 30px;
}
.vehicle-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.vehicle-card {
background: white;
padding: 25px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
text-align: center;
}
.vehicle-icon i {
font-size: 2rem;
color: var(--dunlop-yellow);
margin-bottom: 10px;
}
.vehicle-card h3 {
color: var(--dunlop-black);
margin-bottom: 10px;
font-size: 1.3rem;
}
/* Teknoloji Bölümü */
.tech-section {
background-color: var(--dunlop-black);
color: white;
padding: 40px 20px;
border-radius: 15px;
margin: 40px 0;
}
.tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.tech-item {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 10px;
text-align: center;
}
.tech-icon {
font-size: 2.5rem;
color: var(--dunlop-yellow);
margin-bottom: 15px;
}
.tech-item h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
/* CTA Bölümü */
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--dunlop-black) 0%, #333333 100%);
color: white;
border-radius: 15px;
margin-top: 20px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 1.8rem;
}
.cta-section h2 i {
margin-right: 10px;
color: var(--dunlop-yellow);
}
.cta-section p {
margin-bottom: 20px;
font-size: 1.1rem;
opacity: 0.9;
}
/* Butonlar */
.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(--dunlop-yellow);
color: var(--dunlop-black);
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--dunlop-yellow);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--dunlop-yellow);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--dunlop-yellow);
color: var(--dunlop-yellow);
}
.cta-button.secondary:hover {
background-color: rgba(255, 209, 0, 0.1);
}
/* Responsive Tasarım */
@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;
}
}
Dunlop
ALL SEASON 2
Tüm hava koşullarında güvenli ve konforlu sürüş
4 Mevsim Performans | Karlı, Yağmurlu ve Kuru Zeminde İdeal Yol Tutuş
Öne Çıkan Özellikler
Karlı Yol Performansı
Karlı yollarda etkili frenleme ve güvenli sürüş imkanı
Islak Zemin Hakimiyeti
Yağmurlu havalarda ıslak zeminde hassas
yol tutuşu
Yüksek Kilometre Performansı
Uzun ömürlü yapısı sayesinde yüksek kilometre performansı
4 Mevsim Kullanım
Kış Güvenliği
Karlı ve buzlu yollarda güvenli sürüş
Yağmurda Kontrol
Islak zeminde kısa fren mesafesi ve su tahliye
Yaz Konforu
Sıcak havalarda dengeli ve konforlu sürüş
Dunlop Teknolojisi
Stabil Karkas Yapı
Optimize edilmiş karkas formu ve yüksek dayanıklı malzemeler ile ıslak ve kuru yolda daha iyi sürüş performansı
3D Kılcal Kanallar
Islak ve kuru yolda frenleme sırasında stabiliteyi artıran ve karlı zeminde daha iyi tutuş sağlayan çok sayıda tutma kenarı
Optimize Edilmiş Yol Teması
Eşit basınç dağılımı ve yüksek kilometre performansı için optimize edilmiş yol temas alanı
Performans Avantajları
Kısa Fren Mesafesi
Islak ve karlı yollarda kısa fren mesafesi ile güvenli duruş
Dengeli Basınç Dağılımı
Optimize edilmiş temas alanı sayesinde daha dengeli basınç dağılımı
Üstün Yol Tutuş
Tüm yol koşullarında güvenli ve ideal düzeyde yol tutuş performansı
Hangi Araçlar İçin Uygun?
Kompakt Arabalar
Popüler kompakt otomobil modelleri için ideal
SUV'lar
SUV araçlar için mükemmel dört mevsim performans
4 Mevsim Güvenli Sürüş
Dunlop ALL SEASON 2 ile artık mevsim geçişlerinde lastik değiştirmeye son!
Hemen Satın Al

Ähnliche Produkte