📞0 505 211 38 51
Toptan Fiyatına  ve Parekende Lastik
🛒
Pirelli Scorpion All Season SF3 235/60R18 107W XL M+S 3PMSF PNCS Elect
Pirelli·SUV / 4x4 Lastik
4 Mevsim

Pirelli Scorpion All Season SF3 235/60R18 107W XL M+S 3PMSF PNCS Elect

SCORPION ALL SEASON SF3 107W XL MS 3PMSF PNCS ELECT

235/60 R18
107W975 kg · 270 km/h
XLM+S3PMSF ❄
12.426,03/ pièce

Stok: 13 adet · Hemen kargoda

1
Stok Kodu4693700
🚚

Ü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

Yakıt

A
B
C
D
E
F
G
💧

Islak Zemin

A
B
C
D
E
F
G
🔊

Gürültü

72dBB

Pirelli Scorpion All Season SF3 235/60R18 107W XL M+S 3PMSF PNCS Elect 4 Mevsim Lastiği
:root {
--pirelli-yellow: #FFD700;
--pirelli-red: #E30613;
--pirelli-black: #000000;
--pirelli-white: #FFFFFF;
--pirelli-light: #F8F8F8;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--pirelli-black);
line-height: 1.6;
background-color: #fffff;
}
.pirelli-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: var(--pirelli-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(--pirelli-light) 0%, var(--pirelli-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(--pirelli-red);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--pirelli-yellow);
}
.subtitle {
font-size: 1.2rem;
color: var(--pirelli-black);
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(--pirelli-yellow);
}
.floating-img:hover {
transform: translateY(-5px);
}
.certification-banner {
background-color: var(--pirelli-yellow);
color: var(--pirelli-black);
padding: 15px;
border-radius: 8px;
margin: 30px 0;
text-align: center;
font-weight: 600;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--pirelli-red);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
color: var(--pirelli-yellow);
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--pirelli-yellow);
}
.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;
}
.reasons-section {
margin-bottom: 40px;
}
.reasons-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-top: 30px;
}
.reason-card {
background: var(--pirelli-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(--pirelli-yellow);
text-align: center;
border: 1px solid #ddd;
}
.reason-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.reason-icon {
font-size: 2.5rem;
color: var(--pirelli-red);
margin-bottom: 15px;
}
.reason-card h3 {
font-size: 1.5rem;
margin-bottom: 15px;
color: var(--pirelli-red);
}
.features-section {
margin-bottom: 40px;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.feature-card {
background: var(--pirelli-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;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.feature-image {
text-align: center;
padding: 20px;
background: var(--pirelli-light);
}
.feature-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.feature-content {
padding: 20px;
}
.feature-content h4 {
color: var(--pirelli-red);
font-size: 1.3rem;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.feature-content h4 i {
margin-right: 10px;
color: var(--pirelli-yellow);
}
.feature-content p {
color: var(--pirelli-black);
line-height: 1.7;
}
.tech-section {
background-color: var(--pirelli-light);
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
}
.tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 20px;
}
.tech-item {
background: var(--pirelli-white);
padding: 20px;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
border-left: 4px solid var(--pirelli-red);
}
.tech-item h5 {
color: var(--pirelli-red);
margin-bottom: 10px;
font-size: 1.2rem;
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--pirelli-yellow) 0%, #e6c200 100%);
color: var(--pirelli-black);
border-radius: 15px;
margin-top: 40px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 1.8rem;
color: var(--pirelli-red);
}
.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(--pirelli-red);
color: var(--pirelli-white);
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--pirelli-red);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--pirelli-red);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--pirelli-red);
color: var(--pirelli-red);
}
.cta-button.secondary:hover {
background-color: rgba(227,6,19,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;
}
}
Pirelli SCORPION ALL SEASON SF3
SUV'lar için Yıl Boyu Güvenlik ve Yüksek Performans
Neden Tercih Edilmeli? Teknolojiler
3PMSF Sertifikalı | AB Etiketinde Islak Tutuş A Sınıfı | Elektrikli Araç Uyumlu
Pirelli SCORPION ALL SEASON SF3, SUV'lar için tasarlanmış premium dört mevsim lastiğidir. Ödüllü CINTURATO ALL SEASON SF3'ün bilgi birikimiyle geliştirilmiş olup, ıslak, kuru ve soğuk koşullarda üstün güvenlik sunar.
SCORPION ALL SEASON SF3'ü Tercih Etmek İçin 5 Neden
Yıl Boyu Güvenlik
Her mevsim, her hava koşulunda premium güvenlik sunar. DEKRA testlerinde mükemmel frenleme performansı gösterir.
Sessiz Konfor
AB gürültü etiketinde B sınıfı ile yıl boyu optimal akustik konfor sunar.
Kış Güvencesi
3PMSF işaretiyle sert kış koşullarında bile güvenli sürüş deneyimi sağlar.
Uzun Ömür
Yeniden tasarlanmış sırt deseni sayesinde mevsimler boyu performansını korur.
Verimlilik
Düşük yuvarlanma direnciyle yakıt tasarrufu sağlar, elektrikli SUV'ların menzilini artırır.
Öne Çıkan Teknolojiler
V-Şekilli Blok Yapısı
Geniş temas yüzeyi ve dengeli basınç dağılımı sayesinde gürültüyü azaltırken, suda kızaklamaya karşı performansı korur.
Zig-Zag Şekilli Merkez Oluğu
Homojen basınç dağılımı ve geliştirilmiş su tahliyesi sayesinde karda ve ıslak zeminde üstün performans sunar.
Optimize Edilmiş Lastik Sırtı
Yenilikçi desen şekli ile SUV araçlar için özel olarak tasarlanmış sırt yapısı, kilometre performansını artırır.
Özel Teknolojiler
ELECT™ Teknolojisi
Yanakta bulunan ELECT™ işareti, bu lastiklerin yüksek performanslı elektrikli ve plug-in hibrit araçlar için özel olarak geliştirildiğini gösterir.
PNCS™
Pirelli Gürültü Azaltma Sistemi, lastiğin iç çeperine uygulanan ses emici cihaz sayesinde araç içi gürültüyü yarıya indirir.
3PMSF Sertifikası
Üç zirveli dağ kar tanesi işareti, lastiğin şiddetli kış koşullarında kullanıma uygun olduğunu gösterir.
Düşük Yuvarlanma Direnci
Optimize edilmiş yapısı sayesinde yakıt verimliliğini artırır, elektrikli araçların menzilini uzatır.
SUV'nuz İçin En Akıllı Seçim!
Pirelli SCORPION ALL SEASON SF3 ile her mevsim, her koşulda güvende olun
Hemen Satın Al Detaylı Bilgi

Produits similaires