Toptan Fiyatına  ve Parekende Lastik
🛒
1 / 2
Groundspeed Voyager GT/AS 225/45R17 94V XL
Groundspeed·4 Mevsim Lastik
4 Mevsim

Groundspeed Voyager GT/AS 225/45R17 94V XL

VOYAGER GTAS 94V XL

225/45 R17
94V670 kg · 240 km/h
XL
3.734,98/ Stück

Stok: 13 adet · Hemen kargoda

1
Stok Kodu131079
🚚

Ü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

UHP· SınıfÜcretsiz Montaj24 Ay Garanti

AB Ürün Etiketi

Yakıt

A
B
C
D
E
F
G
💧

Islak Zemin

A
B
C
D
E
F
G
🔊

Gürültü

70dBB

Groundspeed Voyager GT/AS 225/45R17 94V XL Yaz Lastiği
:root {
--groundspeed-blue: #1E3A8A;
--groundspeed-light-blue: #3B82F6;
--groundspeed-gray: #F8FAFC;
--groundspeed-dark: #1E293B;
--groundspeed-white: #FFFFFF;
--groundspeed-light-gray: #E2E8F0;
}
body {
margin: 0;
padding: 0;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: #333;
line-height: 1.6;
background-color: var(--groundspeed-white);
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
margin-bottom: 50px;
padding: 40px 20px;
background: linear-gradient(135deg, var(--groundspeed-gray) 0%, var(--groundspeed-white) 100%);
border-radius: 15px;
}
@media (min-width: 992px) {
.product-hero {
flex-direction: row;
text-align: left;
}
}
.hero-content {
flex: 1;
text-align: center;
}
@media (min-width: 992px) {
.hero-content {
text-align: left;
}
}
.hero-content h1 {
font-size: 2.2rem;
margin-bottom: 10px;
color: var(--groundspeed-blue);
font-weight: 700;
}
.generation-tag {
display: inline-block;
background: linear-gradient(90deg, var(--groundspeed-blue), var(--groundspeed-light-blue));
color: var(--groundspeed-white);
padding: 8px 25px;
border-radius: 25px;
font-size: 1rem;
font-weight: 600;
margin-bottom: 20px;
}
.segment-info {
color: var(--groundspeed-dark);
font-size: 1.1rem;
margin-bottom: 25px;
font-weight: 500;
}
.hero-image {
flex: 1;
text-align: center;
}
.hero-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.section-title {
text-align: center;
font-size: 1.8rem;
margin: 50px 0 30px;
color: var(--groundspeed-blue);
position: relative;
padding-bottom: 15px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: var(--groundspeed-light-blue);
}
.product-description {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
font-size: 1.1rem;
line-height: 1.8;
color: #444;
padding: 0 20px;
}
/* Teknik Özellikler Grid Sistemi */
.technical-highlights {
margin: 50px 0;
}
.tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 40px;
}
.tech-item {
background: var(--groundspeed-white);
border-radius: 12px;
padding: 30px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid var(--groundspeed-light-gray);
text-align: center;
}
.tech-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.tech-image-container {
width: 350px;
height: 350px;
margin: 0 auto 20px;
border-radius: 10px;
overflow: hidden;
background: var(--groundspeed-gray);
display: flex;
align-items: center;
justify-content: center;
}
.tech-image-container img {
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.5s ease;
}
.tech-item:hover .tech-image-container img {
transform: scale(1.05);
}
.tech-icon {
font-size: 2.5rem;
color: var(--groundspeed-blue);
margin-bottom: 20px;
}
.tech-item h3 {
font-size: 1.3rem;
color: var(--groundspeed-blue);
margin-bottom: 15px;
font-weight: 600;
}
.tech-item p {
color: #555;
line-height: 1.7;
font-size: 1rem;
}
/* Segment Bilgileri */
.segment-compatibility {
background: var(--groundspeed-gray);
padding: 40px;
border-radius: 15px;
margin: 50px 0;
}
.segment-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
margin-top: 30px;
}
.segment-card {
background: var(--groundspeed-white);
padding: 25px 15px;
border-radius: 10px;
text-align: center;
font-weight: 600;
color: var(--groundspeed-blue);
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
border: 2px solid var(--groundspeed-light-blue);
}
/* Özellikler Listesi */
.features-section {
margin: 50px 0;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-top: 30px;
}
.feature-item {
display: flex;
align-items: center;
gap: 15px;
padding: 20px;
background: var(--groundspeed-white);
border-radius: 10px;
border-left: 4px solid var(--groundspeed-blue);
}
.feature-icon {
color: var(--groundspeed-blue);
font-size: 1.5rem;
min-width: 40px;
}
/* CTA Bölümü */
.cta-section {
text-align: center;
padding: 60px 20px;
background: linear-gradient(135deg, var(--groundspeed-blue) 0%, #0F2A5F 100%);
color: var(--groundspeed-white);
border-radius: 15px;
margin: 50px 0 30px;
}
.cta-section h2 {
font-size: 2rem;
margin-bottom: 20px;
}
.cta-section p {
font-size: 1.2rem;
margin-bottom: 30px;
opacity: 0.9;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--groundspeed-white);
color: var(--groundspeed-blue);
padding: 15px 30px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
transition: all 0.3s ease;
border: 2px solid var(--groundspeed-white);
}
.cta-button:hover {
background: transparent;
color: var(--groundspeed-white);
transform: translateY(-3px);
}
.cta-button.secondary {
background: transparent;
border: 2px solid var(--groundspeed-white);
color: var(--groundspeed-white);
}
.cta-button.secondary:hover {
background: rgba(255,255,255,0.1);
}
.benefit-box {
background: var(--groundspeed-gray);
padding: 40px;
border-radius: 15px;
margin: 50px 0;
text-align: center;
border: 2px solid var(--groundspeed-light-blue);
}
.benefit-box h3 {
color: var(--groundspeed-blue);
font-size: 1.5rem;
margin-bottom: 20px;
}
.benefit-box p {
font-size: 1.1rem;
line-height: 1.7;
color: var(--groundspeed-dark);
max-width: 800px;
margin: 0 auto;
}
/* Responsive Düzenlemeler */
@media (max-width: 768px) {
.product-hero {
padding: 30px 15px;
gap: 30px;
}
.hero-content h1 {
font-size: 1.8rem;
}
.tech-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.tech-image-container {
width: 100%;
height: 300px;
}
.section-title {
font-size: 1.5rem;
}
.cta-section {
padding: 40px 15px;
}
.cta-button {
padding: 12px 25px;
font-size: 1rem;
}
.segment-grid {
grid-template-columns: repeat(2, 1fr);
}
.benefit-box {
padding: 30px 20px;
}
}
@media (max-width: 480px) {
.hero-content h1 {
font-size: 1.5rem;
}
.generation-tag {
font-size: 0.9rem;
padding: 6px 15px;
}
.tech-image-container {
height: 250px;
}
.segment-grid {
grid-template-columns: 1fr;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
.cta-button {
width: 100%;
max-width: 300px;
justify-content: center;
}
}
Groundspeed Voyager GT/AS
Büyük Aile Arabaları, Sedanlar ve Station Wagon'lar İçin
Groundspeed Voyager GT/AS, her mevsim güvenli ve konforlu sürüş sunan, uzun yol sürücüleri için özel geliştirilmiş 4 mevsim bir lastiktir. Islak, kuru ve hafif karlı yollarda mükemmel tutuş sağlar.
Groundspeed Voyager GT/AS Nasıl Bir Lastik?
Voyager GT/AS, uzun yol yapan sürücüler için tasarlanmış, her mevsim kullanılabilen özel bir lastiktir. Hem yaz sıcağında hem de kış soğuğunda güvenli performans sunar. Islak yollarda suyu hızla tahliye eder, kuru yollarda mükemmel fren yapar ve hafif karlı zeminde bile güvenli tutuş sağlar. Sessiz ve konforlu sürüş deneyimiyle uzun yolculukları keyfe dönüştürür.
Voyager GT/AS'in Öne Çıkan Özellikleri
Güçlü Su Tahliyesi
Lastiğin dört geniş oluğu, ıslak yollardaki suyu hızla dışarı atar. Bu sayede su üstünde kayma riski azalır ve ıslak zeminde daha güvenli sürüş sağlanır.
Üstün Fren Güvenliği
Özel 3D omuz tasarımı, fren yaparken lastiğin yere tam olarak basmasını sağlar. Bu da kuru yollarda daha kısa fren mesafesi ve daha güçlü frenleme demektir.
Sessiz ve Konforlu Sürüş
Özel diş deseni ve gelişmiş teknoloji sayesinde yol gürültüsü en aza indirilir. Uzun yolculuklarda araç içi konfor artar, sürüş keyfi katlanır.
Akıllı Diş Tasarımı
Asimetrik diş deseni, lastiğin her koşulda yere daha geniş alanla temas etmesini sağlar. Hem ıslak hem kuru yollarda daha iyi tutuş ve daha dengeli aşınma sunar.
4 Mevsim Kullanım
Özel diş yapısı ve kanalları sayesinde hafif karlı ve soğuk hava koşullarında bile güvenli tutuş sağlar. Mevsim geçişlerinde lastik değiştirme derdini ortadan kaldırır.
Yakıt Tasarrufu
Gelişmiş taban tasarımı ve dengeli basınç dağılımı sayesinde yuvarlanma direnci azalır. Bu da daha az yakıt tüketimi ve daha uzun lastik ömrü anlamına gelir.
Groundspeed Voyager GT/AS ile Yolculuğa Başlayın
4 mevsim güvenliği, konforlu sürüşü ve yakıt tasarrufunu bir arada sunan Voyager GT/AS ile tanışma zamanı!

Ähnliche Produkte