
Giti VanAllSeason LA1 285/55R16C 126N M+S 3PMSF 10PR
VANALLSEASON LA1 C 126N MS 3PMSF
Stok: 5 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
Ek Özellikler
AB Ürün Etiketi
Yakıt
Islak Zemin
Gürültü
Giti VanAllSeason LA1 285/55R16C 126N M+S 3PMSF 10PR 4 Mevsim Lastiği
:root {
--giti-yellow: #FFD100;
--giti-black: #000000;
--giti-gray: #333333;
--giti-light: #f8f9fa;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--giti-gray);
line-height: 1.6;
background-color: #fffff;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* Hero Bölümü */
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, var(--giti-yellow) 0%, #FFE45E 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 15px;
color: var(--giti-black);
font-weight: 800;
}
.hero-content h1 i {
margin-right: 10px;
color: var(--giti-black);
}
.subtitle {
font-size: 1.2rem;
color: var(--giti-black);
margin-bottom: 25px;
font-weight: 500;
}
.hero-image img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.2);
max-width: 100%;
transition: transform 0.5s ease;
}
.floating-img:hover {
transform: translateY(-5px);
}
/* Sertifika Banner */
.certification-banner {
background-color: var(--giti-black);
padding: 15px;
border-radius: 8px;
margin: 30px 0;
text-align: center;
color: white;
}
.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;
color: var(--giti-yellow);
}
.certification-banner p {
margin: 0;
font-size: 1rem;
font-weight: 500;
}
/* Bölüm Başlıkları */
.section-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 25px;
color: var(--giti-black);
position: relative;
padding-bottom: 8px;
}
.section-title i {
margin-right: 10px;
color: var(--giti-yellow);
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: var(--giti-yellow);
}
/* Özellikler Grid */
.product-features {
margin-bottom: 40px;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.feature-card {
background: white;
border-radius: 10px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
border-top: 4px solid var(--giti-yellow);
text-align: center;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.feature-icon i {
font-size: 2rem;
color: var(--giti-black);
margin-bottom: 10px;
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 15px;
color: var(--giti-black);
}
/* Kullanım Alanları */
.usage-section {
background-color: var(--giti-light);
padding: 40px 25px;
border-radius: 15px;
margin-bottom: 40px;
}
.usage-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.usage-item {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
text-align: center;
}
.usage-icon i {
font-size: 2rem;
color: var(--giti-yellow);
margin-bottom: 10px;
}
.usage-item h3 {
color: var(--giti-black);
margin-bottom: 8px;
font-size: 1.2rem;
}
/* Performans Detayları */
.performance-details {
margin-bottom: 40px;
}
.performance-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.performance-icon i {
font-size: 1.8rem;
color: var(--giti-yellow);
min-width: 40px;
}
.performance-text h3 {
color: var(--giti-black);
margin-bottom: 8px;
font-size: 1.2rem;
}
/* Sürücü Tipleri */
.rider-types {
margin-bottom: 30px;
}
.rider-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.rider-card {
background: white;
padding: 25px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
text-align: center;
}
.rider-icon i {
font-size: 2rem;
color: var(--giti-yellow);
margin-bottom: 10px;
}
.rider-card h3 {
color: var(--giti-black);
margin-bottom: 10px;
font-size: 1.3rem;
}
/* CTA Bölümü */
.cta-section {
text-align: center;
padding: 40px 20px;
background: linear-gradient(135deg, var(--giti-black) 0%, #333333 100%);
color: white;
border-radius: 15px;
margin-top: 20px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 1.8rem;
}
.cta-section h2 i {
margin-right: 10px;
color: var(--giti-yellow);
}
.cta-section p {
margin-bottom: 20px;
font-size: 1.1rem;
opacity: 0.9;
}
/* Butonlar */
.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(--giti-yellow);
color: var(--giti-black);
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--giti-yellow);
}
.cta-button i {
font-size: 0.9rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--giti-yellow);
transform: translateY(-2px);
}
.cta-button.secondary {
background-color: transparent;
border: 2px solid var(--giti-yellow);
color: var(--giti-yellow);
}
.cta-button.secondary:hover {
background-color: rgba(255, 209, 0, 0.1);
}
/* ADVANZTECH Banner */
.adv-banner {
background-color: var(--giti-black);
color: white;
padding: 40px 20px;
border-radius: 15px;
margin: 40px 0;
text-align: center;
}
.adv-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 25px;
}
.adv-item {
padding: 20px;
text-align: center;
}
.adv-icon {
font-size: 2.5rem;
color: var(--giti-yellow);
margin-bottom: 15px;
}
.adv-item h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
/* Responsive Tasarım */
@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;
}
}
Giti VanAllSeason LA1
Tüm mevsimlerde güvenli sürüş için geliştirilmiş, ideal performanslı hafif ticari araç lastiği
3PMSF Sertifikalı | Yıl Boyu Kullanım İçin 4 Mevsim Lastiği
ADVANZTECH Teknolojisi
KALİTE ve DAYANIKLILIK
Üstün malzeme kalitesi ve uzun ömürlü performans
AKILLI ve YENİLİKÇİ
Modern teknoloji ile geliştirilmiş akıllı tasarım
YEŞİL ve ENERJİ TASARRUFLU
Düşük yakıt tüketimi ile çevre dostu performans
Öne Çıkan Özellikler
Islak Zemin Performansı
Geniş kanallara sahip tasarımı sayesinde kısa ıslak fren mesafesi ve suda kızaklama riski azaltılmıştır
3PMSF Sertifikalı
Alman mühendisliği tüm mevsim bileşimi, kar ve buzda bile üstün tutuş sağlar
Yaz Performansı
Desen sertliği ve omuz blokları ile yüksek hızlarda kendinden emin yol tutuş
4 Mevsim Performans
Kış Güvenliği
Kar ve buzda üstün fren ve çekiş performansı
Yağmurda Güven
Islak zeminde kısa fren mesafesi ve su tahliye
Yaz Konforu
Sıcak havalarda dengeli ve konforlu sürüş
Teknik Avantajlar
Güçlendirilmiş Geniş Kanallar
Geniş kanalları sayesinde suyu hızla tahliye eder, ıslak zeminde güvenli sürüş sağlar
Kış Dostu Tasarım
Çok sayıda kılcal kanal dizilimiyle buz ve karda maksimum tutuş sağlar
Yol Tutuş Performansı
Özel bileşim ve desen tasarımı ile her mevsim optimum yol tutuş
Kimler İçin Uygun?
Van Kullanıcıları
Ticari ve yolcu taşımacılığı yapan van sahipleri
Şehirlerarası Sürücüler
Farklı hava koşullarında seyahat eden sürücüler
Aile Araçları
Güvenliği ön planda tutan aileler için ideal
Hafif Ticari Aracınızla Her Mevsim Güvenle Yola Çıkın
Giti VanAllSeason LA1 ile dört mevsim güvenli sürüş keyfi
Hemen Satın Al
Benzer Ürünler

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 ₺
