
🔔 Stoka Girince Haber Ver
Kinforest Alpin Drive 205/55R16 91H M+S 3PMSF
ALPIN DRIVE 91H MS 3PMSF
Bu birim için stokta yok — başka birim seçebilirsiniz
Ü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ü
Kinforest Alpin Drive 205/55R16 91H M+S 3PMSF Kış Lastiği
:root {
--kinforest-red: #D32F2F;
--kinforest-navy: #1A237E;
--kinforest-white: #FFFFFF;
--kinforest-light: #F5F5F5;
--kinforest-dark: #212121;
--kinforest-gray: #757575;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: var(--kinforest-dark);
line-height: 1.6;
background-color: #fffff;
}
.kinforest-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: var(--kinforest-white);
box-shadow: 0 0 30px rgba(0,0,0,0.08);
border-radius: 10px;
overflow: hidden;
}
/* Hero Section */
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
margin-bottom: 60px;
background: linear-gradient(135deg, var(--kinforest-light) 0%, var(--kinforest-white) 100%);
padding: 40px 30px;
border-radius: 20px;
position: relative;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.05);
}
.hero-content {
text-align: center;
z-index: 2;
width: 100%;
}
.commercial-badge {
background: linear-gradient(135deg, var(--kinforest-navy) 0%, #283593 100%);
color: white;
padding: 10px 20px;
border-radius: 30px;
font-weight: 700;
display: inline-block;
margin-bottom: 20px;
font-size: 0.9rem;
letter-spacing: 0.5px;
}
.hero-content h1 {
font-size: 2.5rem;
margin-bottom: 20px;
color: var(--kinforest-navy);
font-weight: 800;
line-height: 1.2;
}
.hero-content h1 i {
margin-right: 12px;
color: var(--kinforest-red);
}
.subtitle {
font-size: 1.3rem;
color: var(--kinforest-dark);
margin-bottom: 30px;
font-weight: 500;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.hero-image {
width: 100%;
text-align: center;
}
.hero-image img {
border-radius: 15px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
max-width: 100%;
transition: transform 0.5s ease;
border: 3px solid var(--kinforest-red);
}
.floating-img:hover {
transform: translateY(-10px);
}
.cta-wrapper {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-top: 30px;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, var(--kinforest-red) 0%, #B71C1C 100%);
color: var(--kinforest-white);
padding: 14px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
transition: all 0.3s ease;
border: 2px solid var(--kinforest-red);
font-size: 1rem;
}
.cta-button i {
font-size: 1rem;
}
.cta-button:hover {
background: transparent;
color: var(--kinforest-red);
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(211, 47, 47, 0.2);
}
.cta-button.secondary {
background: transparent;
border: 2px solid var(--kinforest-navy);
color: var(--kinforest-navy);
}
.cta-button.secondary:hover {
background: var(--kinforest-navy);
color: var(--kinforest-white);
transform: translateY(-3px);
}
/* Section Titles */
.section-title {
text-align: center;
font-size: 2.2rem;
margin-bottom: 40px;
color: var(--kinforest-navy);
position: relative;
padding-bottom: 15px;
font-weight: 700;
}
.section-title i {
margin-right: 15px;
color: var(--kinforest-red);
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: var(--kinforest-red);
border-radius: 2px;
}
/* Product Intro */
.product-intro {
margin-bottom: 50px;
padding: 0 20px;
}
.intro-content {
max-width: 900px;
margin: 0 auto;
text-align: center;
font-size: 1.2rem;
line-height: 1.8;
color: var(--kinforest-gray);
}
.intro-content p {
margin-bottom: 20px;
}
/* Benefits Section */
.benefits-section {
margin-bottom: 60px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-top: 40px;
}
.benefit-card {
background: var(--kinforest-white);
border-radius: 15px;
padding: 35px 30px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.4s ease;
border-top: 5px solid var(--kinforest-red);
text-align: center;
border: 1px solid rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
height: 100%;
}
.benefit-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.benefit-icon {
font-size: 3.5rem;
color: var(--kinforest-navy);
margin-bottom: 20px;
}
.benefit-card h3 {
font-size: 1.6rem;
margin-bottom: 20px;
color: var(--kinforest-navy);
font-weight: 700;
}
.benefit-card p {
margin-bottom: 20px;
color: var(--kinforest-gray);
flex-grow: 1;
}
.improvement-badge {
display: inline-block;
background: linear-gradient(135deg, var(--kinforest-red) 0%, #B71C1C 100%);
color: white;
padding: 8px 15px;
border-radius: 8px;
font-size: 0.9rem;
font-weight: 600;
margin: 15px 0;
letter-spacing: 0.5px;
}
/* Tech Section */
.tech-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 50px 30px;
border-radius: 20px;
margin-bottom: 50px;
}
.tech-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-top: 40px;
}
.tech-card {
background: var(--kinforest-white);
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: all 0.4s ease;
border: 1px solid rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
height: 100%;
}
.tech-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.tech-image {
text-align: center;
padding: 25px;
background: var(--kinforest-white);
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.tech-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.tech-content {
padding: 25px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.tech-content h4 {
color: var(--kinforest-navy);
font-size: 1.4rem;
margin-bottom: 15px;
display: flex;
align-items: center;
font-weight: 700;
}
.tech-content h4 i {
margin-right: 12px;
color: var(--kinforest-red);
}
.tech-content p {
margin-bottom: 15px;
color: var(--kinforest-gray);
flex-grow: 1;
}
.tech-content ul {
margin: 15px 0;
padding-left: 20px;
}
.tech-content li {
margin-bottom: 8px;
color: var(--kinforest-gray);
position: relative;
padding-left: 10px;
}
.tech-content li:before {
content: "•";
color: var(--kinforest-red);
font-weight: bold;
position: absolute;
left: -10px;
}
/* Performance Section */
.performance-section {
margin-bottom: 60px;
}
.performance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 25px;
margin-top: 40px;
}
.performance-item {
background: var(--kinforest-white);
border-radius: 15px;
padding: 30px 20px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
border-top: 5px solid var(--kinforest-red);
transition: all 0.3s ease;
}
.performance-item:hover {
transform: translateY(-5px);
}
.performance-icon {
font-size: 2.8rem;
color: var(--kinforest-navy);
margin-bottom: 15px;
}
.performance-value {
font-size: 2.2rem;
font-weight: 800;
color: var(--kinforest-red);
margin: 15px 0;
}
.performance-item p {
font-weight: 600;
color: var(--kinforest-navy);
}
/* CTA Section */
.cta-section {
text-align: center;
padding: 60px 30px;
background: linear-gradient(135deg, var(--kinforest-navy) 0%, #0d1b6e 100%);
color: var(--kinforest-white);
border-radius: 20px;
margin-top: 50px;
}
.cta-section h2 {
margin-bottom: 20px;
font-size: 2.2rem;
font-weight: 700;
}
.cta-section h2 i {
margin-right: 15px;
color: var(--kinforest-red);
}
.cta-section p {
margin-bottom: 30px;
font-size: 1.2rem;
opacity: 0.9;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
/* Features Highlight */
.features-highlight {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin: 40px 0;
}
.feature-item {
background: var(--kinforest-white);
padding: 25px;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border-left: 4px solid var(--kinforest-red);
}
.feature-item h4 {
color: var(--kinforest-navy);
margin-bottom: 10px;
font-size: 1.2rem;
}
.feature-item p {
color: var(--kinforest-gray);
line-height: 1.6;
}
/* Responsive Design */
@media (min-width: 768px) {
.product-hero {
flex-direction: row;
text-align: left;
padding: 50px 40px;
}
.hero-content {
flex: 1;
text-align: left;
}
.hero-image {
flex: 1;
}
.section-title {
font-size: 2.5rem;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 3rem;
}
.subtitle {
font-size: 1.5rem;
}
.benefits-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {
.kinforest-container {
padding: 15px;
}
.product-hero {
padding: 30px 20px;
}
.hero-content h1 {
font-size: 2rem;
}
.subtitle {
font-size: 1.1rem;
}
.section-title {
font-size: 1.8rem;
}
.cta-button {
padding: 12px 25px;
font-size: 0.9rem;
width: 100%;
justify-content: center;
}
.cta-wrapper {
flex-direction: column;
align-items: center;
}
.benefits-grid, .tech-features {
grid-template-columns: 1fr;
}
.performance-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.hero-content h1 {
font-size: 1.8rem;
}
.subtitle {
font-size: 1rem;
}
.section-title {
font-size: 1.6rem;
}
.benefit-card, .tech-card {
padding: 25px 20px;
}
.performance-grid {
grid-template-columns: 1fr;
}
.cta-section {
padding: 40px 20px;
}
.cta-section h2 {
font-size: 1.8rem;
}
}
Kinforest Alpin Drive
En zorlu kış koşullarında bile maksimum çekiş ve güvenlik için tasarlanmış, çivi takılabilir premium kış lastiği
Temel Avantajlar Teknolojiler
Kinforest Alpin Drive, zorlu kış koşullarında ideal performans sergilemek için tasarlanmış kış lastiğidir. Kuzey iklimlerinin zorlu koşullarında güvenle kullanılmak üzere geliştirilmiş olan bu lastik, "Severe Service Emblem" sertifikasına sahiptir.
Özel bileşimi ve gelişmiş teknolojileri sayesinde kar, buz, çamur ve ıslak yollarda mükemmel yol tutuş ve sürüş güvenliği sunar. Çivi takma özelliği ile buzlu yollarda ekstra çekiş gücü sağlar.
Çevre Dostu Teknoloji
Avrupa REACH gerekliliklerine uygun çevre dostu malzemeler kullanılarak üretilmiştir. Doğaya saygılı üretim süreçleri ile çevre dostu bir kış lastiği.
Aşırı Soğuk Performansı
Özel formüle edilmiş bileşim, aşırı düşük sıcaklıklarda lastiğin esnekliğini koruyarak maksimum performans ve güvenlik sağlar.
Silika Takviyeli Bileşim
Özel silika takviyeli formülü sayesinde düşük sıcaklıklarda mükemmel kavrama performansı sunar.
Neden Kinforest Alpin Drive Seçilmeli?
Kar ve Buzda Üstün Çekiş
Özel kış deseni sayesinde kar ve buzlu yollarda maksimum çekiş gücü. Kuzey iklimlerinin en zorlu koşullarında bile güvenli sürüş için "Severe Service Emblem" sertifikalı.
Islak ve Karlı Yollarda Güvenlik
V-kanal tasarımı sayesinde kar, sulu kar ve suyu etkili şekilde tahliye eder. Yüksek yoğunluklu lameller ve özel desen tasarımı ile ıslak ve karlı yollarda kısa fren mesafesi.
Sessiz ve Konforlu Sürüş
Özel lamelleme teknolojisi sayesinde yüksek çekiş gücünü korurken sessiz ve konforlu sürüş sunar. Gelişmiş sürüş konforu ile uzun yol yorgunluğunu azaltır.
Özel Teknolojiler
Çok Yönlük Yüksek Yoğunluklu Lameller
Yönlü diş deseni ve agresif lameller, kar ve buzda mükemmel yönlü kavrama sağlarken sessiz ve konforlu bir sürüş deneyimi sunar.
Kar ve buzda üstün çekiş performansı
Yönlü stabilite ve kontrol
Sessiz sürüş konforu
Dengeli aşınma ömrü
V-Kanal Tasarımı
Özel V-kanal tasarımı, kar, sulu kar ve suyu etkili şekilde tahliye ederek zorlu koşullarda maksimum kavrama sağlar.
Üstün su ve kar tahliyesi
Suda kızaklamayı önleyen tasarım
Islak yollarda güvenli frenleme
Artırılmış yol tutuş güvenliği
Çevre Dostu Bileşim
Yeşil teknoloji kullanılarak üretilen lastik, Avrupa REACH gerekliliklerine uygun çevre dostu malzemeler içerir.
Çevreye duyarlı üretim süreçleri
REACH standartlarına uygunluk
Sürdürülebilir malzeme kullanımı
Doğa dostu lastik teknolojisi
Kış Performansı Bileşimi
Özel formüle edilmiş polimer karışımları, lastiğin aşırı düşük sıcaklıklarda bile esnekliğini korumasını sağlar.
-30°C ve altı sıcaklıklarda performans
Soğukta esnek kalan özel bileşim
Kuzey iklimleri için optimize edilmiş
Severe Service Emblem sertifikalı
Produits similaires

Pirelli W210 Snowcontrol Serie 3 RFT * 195/55R16 87H
W210 SNOWCONTROL SERIE 3 RFT
7.341,69 ₺

Pirelli SottoZero Serie 3 RFT * 255/45R20 105V XL
SOTTOZERO SERIE 3 RFT 105V XL
17.214,44 ₺

Pirelli SottoZero Serie 3 RFT * 245/50R18 100H
SOTTOZERO SERIE 3 RFT
12.433,10 ₺

Pirelli SottoZero Serie 3 RFT * 225/55R17 97H
SOTTOZERO SERIE 3 RFT
9.745,49 ₺

Pirelli SottoZero Serie 3 RFT * 245/50R19 105V XL
SOTTOZERO SERIE 3 RFT 105V XL
11.565,51 ₺
