
Hankook Vantra Transit 215/75R16C 116/114R
VANTRA TRANSIT C 116114R
Stok: 13 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
Hankook Vantra Transit 215/75R16C 116/114R Yaz Lastiği
:root {
--hankook-orange: #FF6B00;
--hankook-black: #000000;
--hankook-white: #FFFFFF;
--hankook-light: #F8F8F8;
--hankook-dark: #222222;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--hankook-black);
line-height: 1.6;
background-color: #fffff;
}
.hankook-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: var(--hankook-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(--hankook-light) 0%, var(--hankook-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(--hankook-orange);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--hankook-orange);
}
.subtitle {
font-size: 1.2rem;
color: var(--hankook-dark);
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(--hankook-orange);
}
.floating-img:hover {
transform: translateY(-5px);
}
.commercial-badge {
background-color: var(--hankook-orange);
color: white;
padding: 8px 15px;
border-radius: 20px;
font-weight: 600;
display: inline-block;
margin-bottom: 20px;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--hankook-orange);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--hankook-orange);
}
.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;
}
.benefits-section {
margin-bottom: 40px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.benefit-card {
background: var(--hankook-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(--hankook-orange);
text-align: center;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
font-size: 2.5rem;
color: var(--hankook-orange);
margin-bottom: 15px;
}
.benefit-card h3 {
font-size: 1.5rem;
margin-bottom: 15px;
color: var(--hankook-orange);
}
.improvement-badge {
display: inline-block;
background-color: var(--hankook-orange);
color: white;
padding: 5px 10px;
border-radius: 5px;
font-size: 0.9rem;
margin: 15px 0;
}
.tech-section {
background-color: var(--hankook-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(--hankook-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;
}
.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(--hankook-white);
}
.tech-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.tech-content {
padding: 20px;
}
.tech-content h4 {
color: var(--hankook-orange);
font-size: 1.3rem;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.tech-content h4 i {
margin-right: 10px;
}
.performance-section {
margin-bottom: 40px;
}
.performance-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 30px;
}
.performance-item {
background: var(--hankook-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(--hankook-orange);
}
.performance-value {
font-size: 1.8rem;
font-weight: 700;
color: var(--hankook-orange);
margin: 10px 0;
}
/* Yeni Eklenen Video Bölümü Stilleri */
.video-review-section {
margin: 40px 0;
padding: 20px;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
height: 0;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
margin-top: 30px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.video-caption {
text-align: center;
margin-top: 15px;
font-style: italic;
color: var(--hankook-dark);
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--hankook-orange) 0%, #e65c00 100%);
color: var(--hankook-white);
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(--hankook-black);
color: var(--hankook-white);
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--hankook-black);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--hankook-black);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--hankook-white);
color: var(--hankook-white);
}
.cta-button.secondary:hover {
background-color: rgba(255,255,255,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;
}
.performance-grid {
grid-template-columns: 1fr 1fr;
}
.benefits-grid, .tech-features {
grid-template-columns: 1fr;
}
}
TİCARİ ARAÇ LASTİĞİ
Hankook Vantra Transit
Yüksek kilometre performansı ve güvenli yaz lastiği - Ticari minibüs ve kamyonetler için
Temel Avantajlar
Hankook Vantra Transit, ticari araçların zorlu koşullarına dayanıklı, yüksek kilometre performansı sunan bir yaz lastiğidir. Uzun yol şoförlerinin ihtiyaçlarını karşılamak üzere özel olarak tasarlanmıştır.
Vantra Transit ile Kazançlarınız
Uzun Lastik Ömrü
Önceki modele göre %18 daha fazla kilometre performansı sunar.
%18 DAHA UZUN ÖMÜR
Lastik değişim aralıklarını uzatarak işletme maliyetlerinizi düşürür.
Yakıt Tasarrufu
Düşük yuvarlanma direnci sayesinde yakıt verimliliği sağlar.
%15 DAHA AZ YAKIT
Yeni bileşim teknolojisi ile yakıt maliyetlerinizi azaltır.
Üstün Güvenlik
Ağır yükler altında bile istikrarlı sürüş performansı sunar.
GÜÇLENDİRİLMİŞ YAPI
Uzun yol yorgunluğuna karşı sürücü güvenliğini artırır.
Özel Teknolojiler
Optimize Desen Tasarımı
Geniş sırt yüzeyi ve özel olarak tasarlanmış desen sayesinde maksimum kilometre performansı sağlar.
Her ebatta farklı desen oranlarıyla optimize edilmiştir.
3D GripKontrol Sipes
Lastiğin ideal şeklini koruyan tam derinlikte 3D kanallar.
Islak ve kuru zeminde tutuş performansını sürekli kılar.
Güçlendirilmiş Kuşak Yapısı
Ağır yükler altında bile yüksek stabilite sağlar.
Uzun yol yorgunluğuna karşı dayanıklılığı artırır.
Yeni Bileşim Teknolojisi
Artırılmış fonksiyonel gruplara sahip polimer kullanımı.
Silika dağılımını optimize ederek yakıt verimliliği sağlar.
Performans İyileştirmeleri
Kuru Fren
%6
Geleneksel lastiklere göre daha kısa fren mesafesi
Islak Fren
%9
Yağmurlu havalarda daha güvenli duruş
Islak Yol Tutuş
%13
Islak zeminde daha iyi kontrol
Yuvarlanma Direnci
%15
Daha az yakıt tüketimi
Video İnceleme
Hankook Vantra Transit - Ticari Araçlar İçin Yüksek Performanslı Yaz Lastiği
İşinizi Yola Getirin!
Hankook Vantra Transit ile daha uzun lastik ömrü, daha az yakıt maliyeti ve daha güvenli seyahat
Hemen Satın Al Videoyu İzle
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 ₺

