
Michelin Crossclimate Camping 225/65R16C 112/110R M+S 3PMSF
CROSSCLIMATE CAMPING C 112 110R M PLUS S 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
Michelin Crossclimate Camping 225/65R16C 112/110R M+S 3PMSF 4 Mevsim Lastiği
MICHELIN CrossClimate Camping
Yolculuklarınızı her yerde, her hava koşulunda serbest bırakın
Özellikleri Keşfedin
3PMSF Kar Onaylı | M+S (Çamur ve Kar) Uyumlu
Özel MICHELIN CrossClimate Camping lastiği ile yıl boyunca sürecek maceraların tadını çıkarın. Bu yüksek performanslı 4 mevsim lastik, karavanınız için tüm yüzeylerde maksimum güvenlik sunar.
Neden MICHELIN CrossClimate Camping?
Kış Güvenliği
3PMSF sertifikalı - karda güvenli çekiş, frenleme ve yol tutuş
Islak Zemin Performansı
Yağmurlu havalarda mükemmel su tahliyesi ve kavrama
Kuru Zemin Dayanıklılığı
Sıcak yaz günlerinde yüksek fren performansı
Karavan Sahipleri İçin Mükemmel Çözüm
Hafif Arazi Performansı
Çamur, çim ve çakıllı yollarda etkileyici çekiş gücü
Uzun Park Dayanımı
CP işaretli güçlendirilmiş kasa ile uzun süreli park etmeye uygun
Uzun Ömür
Kamyon teknolojisine dayanan aşınmaya dayanıklı sırt bileşeni
Teknoloji ve Tasarım
Özel sırt deseni ile tüm hava koşullarında tutuş
Güçlendirilmiş yanaklar ile darbe direnci
Hangi Koşullarda İdeal?
Karlı Yollar
3PMSF sertifikası ile kışın güvenli seyahat
Yağmurlu Havalar
Islak zeminde mükemmel su tahliyesi
Sıcak Yaz Günleri
Yüksek sıcaklıklarda dayanıklı performans
Hafif Arazi
Çamur ve çakıllı yollarda çekiş gücü
Yolculuklarınız İçin En İyi Partner
MICHELIN CrossClimate Camping ile her mevsim, her koşulda güvenle seyahat edin.
Hemen Satın Al
:root {
--michelin-blue: #003087;
--michelin-yellow: #FFD700;
--michelin-white: #FFFFFF;
}
.michelin-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: #333;
line-height: 1.6;
}
.michelin-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
}
.hero-content {
text-align: center;
z-index: 2;
width: 100%;
}
.michelin-logo {
margin-bottom: 20px;
}
.hero-content h1 {
font-size: 2.5rem;
margin-bottom: 15px;
font-weight: 800;
}
.subtitle {
font-size: 1.3rem;
margin-bottom: 25px;
font-weight: 500;
}
.hero-image img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.15);
max-width: 100%;
transition: transform 0.5s ease;
}
.floating-img:hover {
transform: translateY(-10px);
}
.certification-banner {
padding: 15px;
border-radius: 8px;
margin: 30px 0;
text-align: center;
}
.certification-content {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
max-width: 800px;
margin: 0 auto;
}
.cert-badge i {
font-size: 1.8rem;
}
.certification-banner p {
margin: 0;
font-size: 1.1rem;
font-weight: 500;
}
.section-title {
text-align: center;
font-size: 2rem;
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
}
.section-title i {
margin-right: 10px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: var(--michelin-blue);
}
.product-intro {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
font-size: 1.1rem;
line-height: 1.8;
}
.product-features {
margin-bottom: 50px;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.feature-card {
background: white;
border-radius: 12px;
padding: 30px 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
text-align: center;
}
.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.feature-icon i {
font-size: 2.5rem;
margin-bottom: 15px;
}
.feature-card h3 {
font-size: 1.4rem;
margin-bottom: 15px;
color: var(--michelin-blue);
}
.benefits-section {
padding: 50px 30px;
border-radius: 15px;
margin-bottom: 40px;
}
.benefit-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 25px;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.benefit-icon i {
font-size: 2rem;
min-width: 40px;
}
.benefit-text h3 {
margin-bottom: 8px;
font-size: 1.3rem;
color: var(--michelin-blue);
}
.image-gallery {
margin: 40px 0;
}
.gallery-container {
width: 100%;
overflow: hidden;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin: 0 auto;
max-width: 950px;
}
.gallery-item {
flex: 0 0 calc(50% - 20px);
max-width: 450px;
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.gallery-item:hover {
transform: scale(1.03);
}
.gallery-img-container {
width: 100%;
height: 450px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.gallery-img-container img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.gallery-caption {
padding: 15px;
text-align: center;
margin: 0;
font-weight: 500;
color: #333;
background: white;
}
.usage-scenarios {
margin: 40px 0;
}
.scenario-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
max-width: 1100px;
margin: 0 auto;
}
.scenario-card {
padding: 30px 20px;
border-radius: 10px;
text-align: center;
transition: transform 0.3s ease;
}
.scenario-card:hover {
transform: translateY(-5px);
}
.scenario-card i {
font-size: 2.5rem;
margin-bottom: 15px;
}
.scenario-card h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
.cta-section {
text-align: center;
padding: 50px 20px;
border-radius: 15px;
margin-top: 30px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 2rem;
}
.cta-section h2 i {
margin-right: 10px;
}
.cta-section p {
margin-bottom: 25px;
font-size: 1.2rem;
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;
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.cta-button i {
font-size: 1rem;
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
.michelin-hero {
flex-direction: row;
text-align: left;
padding: 50px;
}
.hero-content {
flex: 1;
text-align: left;
}
.hero-image {
flex: 1;
}
.section-title {
font-size: 2.3rem;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 3rem;
}
.subtitle {
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.gallery-item {
flex: 0 0 100%;
max-width: 100%;
}
.gallery-img-container {
height: auto;
max-height: 450px;
}
.gallery-img-container img {
height: auto;
}
.scenario-grid {
grid-template-columns: 1fr;
}
}
Produits similaires

Pirelli Carrier All Season 215/75R16C 116/114R M+S 3PMSF
CARRIER ALL SEASON C
7.826,49 ₺

Pirelli Winter Carrier 205/65R16C 107/105T
WINTER CARRIER C
6.093,33 ₺

Pirelli Winter Carrier 235/65R16C 115/113R M+S 3PMSF
WINTER CARRIER C
7.098,28 ₺

Pirelli Carrier 195/75R16C 107/105R
CARRIER C
3.744,07 ₺

Pirelli Carrier 215/65R16C 109/107T
CARRIER C 109T 1
6.631,66 ₺

