
🔔 Stoka Girince Haber Ver
Yokohama Advan Sport EV V108 245/45R20 103Y XL EV
ADVAN SPORT EV V108 103Y XL EV
Bu birim için stokta yok — başka birim seçebilirsiniz
Option
Ü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
Yokohama Advan Sport EV V108 245/45R20 103Y XL EV Yaz Lastiği
ADVAN Sport EV V108
Elektrikli Araçlar İçin Yüksek Performanslı Yaz Lastiği
Teknolojiler Avantajlar
Elektrikli Sedan ve SUV'lar İçin Özel Tasarım | Sessiz Sürüş Deneyimi | Artırılmış Menzil
ADVAN SPORT EV V108 ÖZELLİKLERİ
Enerji Verimliliği
Özel sırt bileşeni ile artırılmış menzil
Sessiz Sürüş
Polyurethane sessizlik köpüğü ile gürültü azaltma
Konfor
Elektrikli araçlara özel sürüş deneyimi
TEKNOLOJİK ÖZELLİKLER
Advan Sport EV V108 Yol Tutuş
Islak Zemin Tutuşu
Geniş 3+1 ana oluklar üstün su tahliye performansı sağlar
Kuru Zemin Tutuşu
Yüksek rijitlikli geniş omuz tasarımı kuru zeminde güçlü tutuş
Özel Tasarlanmış Köpük Yapı
Özel tasarlanmış köpük yapı, düzensiz yol yüzeylerinden kaynaklanan boşluk gürültüsünü* azaltarak iç mekan konforunu artırır ve dış gürültüyü baskılar.
*Jantlardan aracın içine iletilen gürültü
ADVAN EV Özel Bileşiği
Silane bağlayıcı ajan
Ultra Mikro Silika
Polimer karışım
Silika ve silika dağıtıcının homojen karışımı ile enerji tüketimi performansı, polimer karışım ve silika içeriği ile ıslak zemin performansı sağlanır.
UYGUN ARAÇLAR
Elektrikli Sedanlar
Elektrikli SUV'lar
Yokohama ADVAN Farkını Yaşayın
Elektrikli aracınız için en iyi sürüş deneyimi
Satın Almaya Başla Teknik Bilgiler
:root {
--yokohama-red: #E31937;
--yokohama-black: #000000;
--yokohama-white: #FFFFFF;
--yokohama-gray: #F5F5F5;
}
.yokohama-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--yokohama-black);
line-height: 1.6;
background-color: var(--yokohama-white);
}
.red-text {
color: var(--yokohama-red);
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
position: relative;
}
.hero-content {
text-align: center;
z-index: 2;
width: 100%;
}
.logo-badge {
margin-bottom: 15px;
}
.logo-badge img {
height: 40px;
}
.hero-content h1 {
font-size: 2.5rem;
margin-bottom: 10px;
color: var(--yokohama-black);
font-weight: 800;
text-transform: uppercase;
}
.subtitle {
font-size: 1.2rem;
color: var(--yokohama-black);
margin-bottom: 25px;
font-weight: 500;
}
.hero-image img {
max-width: 100%;
transition: transform 0.5s ease;
}
.certification-banner {
background-color: var(--yokohama-black);
padding: 15px;
margin: 30px 0;
text-align: center;
color: var(--yokohama-white);
}
.certification-content {
max-width: 800px;
margin: 0 auto;
font-weight: 500;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 40px;
color: var(--yokohama-black);
position: relative;
font-weight: 700;
text-transform: uppercase;
}
.section-title:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: var(--yokohama-red);
}
.product-benefits {
margin-bottom: 60px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.benefit-card {
background: var(--yokohama-white);
border-radius: 8px;
padding: 30px 20px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border-top: 4px solid var(--yokohama-red);
}
.benefit-icon i {
font-size: 2.5rem;
color: var(--yokohama-red);
margin-bottom: 15px;
}
.benefit-card h3 {
font-size: 1.3rem;
margin-bottom: 15px;
color: var(--yokohama-black);
}
.technology-section {
margin-bottom: 60px;
}
.tech-feature {
display: flex;
align-items: center;
gap: 40px;
margin-bottom: 50px;
background: var(--yokohama-white);
}
.tech-feature.reverse {
flex-direction: row-reverse;
}
.tech-image {
flex: 0 0 380px;
}
.tech-image img {
width: 380px;
height: 210px;
object-fit: cover;
border-radius: 5px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.tech-content {
flex: 1;
}
.tech-content h3 {
font-size: 1.5rem;
margin-bottom: 20px;
color: var(--yokohama-black);
font-weight: 600;
}
.tech-detail {
display: flex;
gap: 15px;
margin-bottom: 15px;
align-items: flex-start;
}
.detail-icon i {
font-size: 1.5rem;
}
.detail-text h4 {
font-size: 1.2rem;
margin-bottom: 5px;
color: var(--yokohama-black);
}
.small-text {
font-size: 0.9rem;
color: #666;
margin-top: 10px;
}
.compound-features {
display: flex;
gap: 20px;
margin: 20px 0;
flex-wrap: wrap;
}
.compound-item {
display: flex;
align-items: center;
gap: 8px;
background: var(--yokohama-gray);
padding: 10px 15px;
border-radius: 30px;
}
.compound-icon i {
font-size: 1rem;
}
.vehicle-section {
margin-bottom: 40px;
}
.vehicle-grid {
display: flex;
justify-content: center;
gap: 30px;
max-width: 800px;
margin: 0 auto;
}
.vehicle-card {
background: var(--yokohama-white);
padding: 30px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
flex: 1;
min-width: 250px;
border-top: 4px solid var(--yokohama-red);
}
.vehicle-icon i {
font-size: 2.5rem;
color: var(--yokohama-red);
margin-bottom: 15px;
}
.vehicle-card h3 {
font-size: 1.3rem;
color: var(--yokohama-black);
}
.cta-section {
text-align: center;
padding: 50px 20px;
background-color: var(--yokohama-gray);
border-radius: 10px;
margin-top: 40px;
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 15px;
color: var(--yokohama-black);
font-weight: 700;
}
.cta-section p {
font-size: 1.2rem;
margin-bottom: 30px;
color: #555;
}
.cta-wrapper {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid transparent;
}
.white-btn {
background-color: var(--yokohama-white);
color: var(--yokohama-black);
border-color: var(--yokohama-black);
}
.black-btn {
background-color: var(--yokohama-black);
color: var(--yokohama-white);
}
.red-btn {
background-color: var(--yokohama-red);
color: var(--yokohama-white);
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
.tech-feature,
.tech-feature.reverse {
flex-direction: column;
}
.tech-image {
flex: 0 0 auto;
width: 100%;
}
.tech-image img {
width: 100%;
height: auto;
}
}
@media (max-width: 768px) {
.hero-content h1 {
font-size: 2rem;
}
.section-title {
font-size: 1.5rem;
}
.vehicle-grid {
flex-direction: column;
}
.cta-section h2 {
font-size: 1.5rem;
}
}
@media (max-width: 480px) {
.benefits-grid {
grid-template-columns: 1fr;
}
.cta-button {
padding: 10px 20px;
font-size: 0.9rem;
}
}
Ähnliche Produkte

Pirelli SottoZero Serie 3 RFT * 225/50R18 95H
SOTTOZERO SERIE 3 RFT
12.270,49 ₺

Pirelli SottoZero Serie 3 RFT * 225/60R18 104H XL
SOTTOZERO SERIE 3 RFT 104H XL
12.589,65 ₺

Pirelli SottoZero Serie 3 * 225/60R18 104H XL
SOTTOZERO SERIE 3 104H XL
10.729,23 ₺

Pirelli SottoZero Serie 3 AO 225/50R18 99H XL
SOTTOZERO SERIE 3 AO 99H XL
10.944,36 ₺

Pirelli SottoZero Serie 3 MO 215/55R18 99V XL
SOTTOZERO SERIE 3 MO 99V XL
10.447,44 ₺

