
🔔 Stoka Girince Haber Ver
Accelera Iota ST-68 265/40R20 104Y XL
IOTA ST 68 104Y XL
Bu birim için stokta yok — başka birim seçebilirsiniz
Seçenek
Ü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ü
Accelera Iota ST-68 265/40R20 104Y XL Yaz Lastiği
Accelera IOTA-ST68
Modern SUV lastiği ile yaz boyu konfor ve güvenlik
Öne Çıkan Özellikler Teknoloji
Güçlü Kilometre Performansı | Islak ve Kuru Zemin Performansı
Üstün Performans
Konforlu Sürüş
Özel tasarımı ile uzun yol konforu ve sessiz sürüş deneyimi
Uzun Ömür
Gelişmiş bileşenler sayesinde uzun lastik ömrü
Yıl Boyu Performans
Tüm mevsimlerde güvenilir performans
Teknolojik Özellikler
Üstün Islak Zemin: Desenli Oluklar
Su Tahliyesi: Ana Oluklar
Direksiyon Hassasiyeti: 3 Kilitli Blok Sırası
Garanti: Kilometre Garantili
Koruma: Yol Yardım Koruması
Araç Tipi: SUV
Teknoloji Detayları
Desenli Oluklar
Suyu ince tabakalar halinde keserek aquaplaning (suda kızaklama) riskini azaltır ve ıslak zeminde ideal çekiş gücü sağlar.
Ana Oluklar
Yol yüzeyi ile temas alanındaki suyu hızla tahliye ederek güvenli sürüş sağlar.
3 Kilitli Blok Sırası
Yön stabilitesi sağlarken hızlı direksiyon tepkisi için optimize edilmiş tasarım.
IOTA-ST68 Avantajları
Yağmurlu havalarda üstün performans
SUV'ler için özel tasarım
Uzun ömürlü kullanım ile ekonomik
Yol yardım koruması ile güvence
SUV Aracınız İçin Akıllı Seçim
Accelera IOTA-ST68 ile güvenli ve konforlu sürüş deneyimi
Hemen Satın Al Detaylı Bilgi
:root {
--accelera-yellow: #FFD700;
--accelera-black: #222222;
--accelera-white: #FFFFFF;
--accelera-gray: #F5F5F5;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--accelera-black);
line-height: 1.6;
background-color: var(--accelera-white);
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, var(--accelera-gray) 0%, var(--accelera-white) 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
border: 1px solid #eee;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 15px;
color: var(--accelera-black);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--accelera-yellow);
}
.subtitle {
font-size: 1.2rem;
color: var(--accelera-black);
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(--accelera-yellow);
}
.floating-img:hover {
transform: translateY(-5px);
}
.certification-banner {
background-color: var(--accelera-yellow);
padding: 15px;
border-radius: 8px;
margin: 30px 0;
text-align: center;
color: var(--accelera-black);
}
.certification-content {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
max-width: 800px;
margin: 0 auto;
}
.cert-badge i {
font-size: 1.8rem;
}
.certification-banner p {
margin: 0;
font-size: 1rem;
font-weight: 600;
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--accelera-black);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
color: var(--accelera-yellow);
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--accelera-yellow);
}
.product-features {
margin-bottom: 40px;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.feature-card {
background: var(--accelera-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(--accelera-yellow);
text-align: center;
border: 1px solid #eee;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.feature-icon i {
font-size: 2rem;
color: var(--accelera-yellow);
margin-bottom: 10px;
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 15px;
color: var(--accelera-black);
}
.tech-specs {
background-color: var(--accelera-gray);
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
}
.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
margin-top: 20px;
}
.spec-item {
background: var(--accelera-white);
padding: 15px;
border-radius: 8px;
display: flex;
justify-content: space-between;
border: 1px solid #ddd;
}
.spec-label {
font-weight: 600;
color: var(--accelera-yellow);
}
.spec-value {
color: var(--accelera-black);
font-weight: 500;
}
.technology-details {
margin-bottom: 40px;
}
.tech-feature {
display: flex;
align-items: flex-start;
gap: 20px;
margin-bottom: 25px;
background: var(--accelera-white);
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
border: 1px solid #eee;
}
.tech-icon i {
font-size: 1.8rem;
color: var(--accelera-yellow);
min-width: 40px;
}
.tech-text h3 {
color: var(--accelera-black);
margin-bottom: 8px;
font-size: 1.2rem;
}
.advantages-section {
margin-bottom: 30px;
}
.advantages-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 20px;
}
.advantage-card {
background: var(--accelera-white);
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
border: 1px solid #eee;
}
.advantage-icon i {
font-size: 1.8rem;
color: var(--accelera-yellow);
margin-bottom: 10px;
}
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--accelera-yellow) 0%, #e6c200 100%);
color: var(--accelera-black);
border-radius: 15px;
margin-top: 20px;
}
.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(--accelera-black);
color: var(--accelera-white);
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--accelera-black);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--accelera-black);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--accelera-black);
color: var(--accelera-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;
}
.tech-feature {
align-items: center;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 2.5rem;
}
.subtitle {
font-size: 1.3rem;
}
}
Benzer Ürünler

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 ₺
