📞0 505 211 38 51
Toptan Fiyatına  ve Parekende Lastik
🛒
1 / 2
Momo VAN Pole W-30 225/75R16C 121/120R M+S 3PMSF 10PR
Momo·Hafif Ticari Lastik
4 Mevsim

Momo VAN Pole W-30 225/75R16C 121/120R M+S 3PMSF 10PR

VAN POLE W 30 C 121120R MS 3PMSF

225/75 R16
121/120R1450 kg · 170 km/h
M+S3PMSF ❄
5.507,53/ piece

Stok: 13 adet · Hemen kargoda

1
Stok Kodus-3pmsf-10pr
🚚

Ü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ü

73dBB

Momo VAN Pole W-30 225/75R16C 121/120R M+S 3PMSF 10PR Kış Lastiği
:root {
--momo-yellow: #FFD700;
--momo-black: #000000;
--momo-white: #FFFFFF;
--momo-light: #F8F8F8;
--momo-gray: #333333;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
line-height: 1.6;
color: var(--momo-black);
background-color: var(--momo-white);
}
.momo-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(--momo-light) 0%, var(--momo-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(--momo-black);
font-weight: 800;
}
.hero-content .brand {
color: var(--momo-yellow);
font-weight: 900;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.subtitle {
font-size: 1.2rem;
color: var(--momo-gray);
margin-bottom: 25px;
font-weight: 700;
}
.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(--momo-yellow);
}
.floating-img:hover {
transform: translateY(-5px);
}
.badge-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
margin: 20px 0;
}
.badge {
background-color: var(--momo-yellow);
color: var(--momo-black);
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(--momo-black);
position: relative;
padding-bottom: 8px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--momo-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;
}
.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(--momo-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(--momo-yellow);
text-align: center;
border: 1px solid #eee;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 300px;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.feature-icon {
color: var(--momo-yellow);
font-size: 2.5rem;
margin-bottom: 15px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.feature-card h3 {
font-size: 1.4rem;
margin-bottom: 15px;
color: var(--momo-black);
}
.highlight-badge {
display: inline-block;
background-color: var(--momo-yellow);
color: var(--momo-black);
padding: 5px 10px;
border-radius: 5px;
font-size: 0.9rem;
margin: 15px 0;
font-weight: 600;
}
.tech-section {
background-color: var(--momo-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(--momo-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;
display: flex;
flex-direction: column;
min-height: 150px;
}
.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(--momo-white);
}
.tech-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.tech-content {
padding: 20px;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tech-content h4 {
color: var(--momo-black);
font-size: 1.3rem;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.tech-content h4 i {
margin-right: 10px;
color: var(--momo-yellow);
}
/* Performans Bölümü - Yeniden Düzenlenmiş */
.performance-section {
margin-bottom: 40px;
}
.performance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 30px;
}
.performance-item {
background: var(--momo-white);
border-radius: 10px;
padding: 25px 20px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border-top: 4px solid var(--momo-yellow);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 250px;
border: 1px solid #eee;
}
.performance-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.performance-item h4 {
color: var(--momo-black);
font-size: 1.2rem;
margin-bottom: 15px;
display: flex;
flex-direction: column;
align-items: center;
min-height: 70px;
justify-content: center;
}
.performance-item h4 i {
font-size: 2rem;
margin-bottom: 12px;
color: var(--momo-yellow);
}
.performance-value {
font-size: 1.8rem;
font-weight: 700;
color: var(--momo-yellow);
margin: 10px 0;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.performance-item p {
color: var(--momo-gray);
font-size: 0.95rem;
margin-top: 10px;
}
.applications-section {
margin-bottom: 40px;
}
.applications-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 30px;
}
.application-item {
background: var(--momo-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(--momo-yellow);
min-height: 180px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.application-icon {
font-size: 2rem;
color: var(--momo-yellow);
margin-bottom: 10px;
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--momo-yellow) 0%, #e6c300 100%);
color: var(--momo-black);
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(--momo-black);
color: var(--momo-white);
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--momo-black);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--momo-black);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--momo-black);
color: var(--momo-black);
}
.cta-button.secondary:hover {
background-color: rgba(0,0,0,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: 768px) {
.performance-grid {
grid-template-columns: repeat(2, 1fr);
}
.performance-item {
min-height: 230px;
}
}
@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;
}
.features-grid {
grid-template-columns: 1fr;
}
.tech-features {
grid-template-columns: 1fr;
}
.performance-grid {
grid-template-columns: 1fr;
}
.applications-grid {
grid-template-columns: 1fr 1fr;
}
.performance-item {
min-height: 200px;
}
}
Momo VAN Pole W-30
Kışın Sorunsuz Yolculuk - Hafif Ticari Araçlar İçin
Hafif Ticari
Kış Güvenliği
Uzun Ömür
Yakıt Tasarrufu
Öne Çıkan Özellikler Teknolojiler
Momo VAN Pole W-30, hafif ticari araçlar, kamyonetler ve minibüsler için özel olarak tasarlanmış, kış yol şartlarında ideal çekiş gücü sağlayan ve uzun kilometreler boyunca sorunsuz kullanım sunan bir lastiktir. Güçlendirilmiş yapısıyla ağır yük taşıma kapasitesine sahiptir ve tüm hava koşullarında güvenli bir sürüş deneyimi sunar.
Öne Çıkan Özellikler
Üstün Kış Performansı
Karlı ve buzlu yollarda mükemmel yol tutuş ve çekiş gücü. Kışın zorlu koşullarında bile güvenle seyahat etmenizi sağlar.
KIŞ GÜVENLİĞİ
Uzun Ömür ve Dayanıklılık
Özel tasarımı sayesinde uzun kilometreler boyunca performansından ödün vermez. Ticari araçların yoğun kullanımına dayanacak şekilde üretilmiştir.
UZUN ÖMÜR
Yakıt Tasarrufu
Özel mühendisliği sayesinde düşük yuvarlanma direncine sahiptir, bu da yakıt tüketimini ve CO2 emisyonlarını azaltır.
EKONOMİK
Teknolojik Yenilikler
Güçlendirilmiş Karkas Yapı
Özel olarak güçlendirilmiş karkas malzemesi, ağır yük taşıma kapasitesi sağlar ve lastiğin tüm hava koşullarında dayanıklılığını artırır. Araç ağırlığını güvenle taşır.
Kış Yolları için Özel Tasarım
Karlı ve buzlu yollar için optimize edilmiş özel diş deseni, yol yüzeyine maksimum temas sağlayarak kaymayı önler ve sürüş güvenliğini artırır.
Verimli Yuvarlanma Direnci
Özel sırt karışımı ve diş deseni, yuvarlanma direncini minimize ederek yakıt tüketimini azaltır ve daha ekonomik bir sürüş sunar.
Kullanım Alanları
Kamyonetler
Şehir içi nakliyat ve dağıtım araçları
Hafif Ticari Araçlar
Panelvan ve minibüsler için ideal
Servis Araçları
Ticari servis ve personel taşıma araçları
Şehir İçi ve Dışı
Hem şehir içi hem şehirlerarası kullanım
Performans Özellikleri
Karlı Zeminde Çekiş
Mükemmel
Karlı yollarda üstün çekiş performansı
Islak Zeminde Fren
İdeal
Islak yollarda kısa fren mesafesi
Kilometre
Performansı
İdeal
Dayanıklılık ve uzun ömür
Yakıt
Verimliliği
İdeal
Düşük yuvarlanma direnci
Ticari Aracınız İçin Güçlü Bir Seçim!
Momo VAN Pole W-30 ile kış aylarında sorunsuz biçimde, güvenle sürüş yapın
Hemen Satın Al Teknik Detaylar

Related Products