
Goodyear Eagle Sport Cargo 235/50R19C 111/109T
EAGLE SPORT CARGO C 111109T
Stok: 4 adet · Hemen kargoda
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
Goodyear Eagle Sport Cargo 235/50R19C 111/109T Yaz Lastiği
Eagle Sport Cargo
Hafif ticari araçlar için yüksek performans yaz lastiği
Teknik Özellikler
EuroLabel (Avrupa Lastik Etiketi) A Sınıfı Islak Zemin Fren Performansı
Öne Çıkan Teknolojiler
ArmorGrip Teknolojisi
Güçlendirilmiş sırt yapısı ile ağır yüklerde bile mükemmel stabilite
AquaChannel Desen
Geniş su boşaltma kanalları ile ıslak zeminde üstün çekiş
Mobiliteye Hazır
Özel kauçuk karışımı ile yakıt tasarrufu. EvReady ile elektrikli araçlara uyumlu.
Neden Goodyear Eagle Sport Cargo?
Yüksek Yük Kapasitesi: Daha ağır yükler için artırılmış performans.
Uzun Ömür: Özel bileşim sayesinde %30 daha uzun kullanım ömrü
Islak Zemin Performansı: EuroLabel A sınıfı ıslak frenleme
Sessiz Sürüş: Gelişmiş ses teknolojisi ile konforlu yolculuk
Şimdi Alışveriş Zamanı
Hafif ticari aracınız için en akıllı yatırımı kaçırmayın
Hemen Satın Al
:root {
--goodyear-blue: #003087;
--goodyear-yellow: #FFD100;
--goodyear-gray: #333333;
}
.product-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
color: var(--goodyear-gray);
line-height: 1.6;
}
.product-hero {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 40px;
background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
padding: 30px;
border-radius: 15px;
position: relative;
overflow: hidden;
}
.hero-content {
text-align: center;
z-index: 2;
}
.hero-content h1 {
font-size: 2.5rem;
margin-bottom: 15px;
color: var(--goodyear-blue);
font-weight: 800;
text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.hero-content h1 i {
margin-right: 10px;
color: var(--goodyear-yellow);
}
.subtitle {
font-size: 1.3rem;
color: var(--goodyear-gray);
margin-bottom: 25px;
font-weight: 500;
}
.hero-image img {
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.15);
max-width: 100%;
transition: transform 0.5s ease;
}
.floating-img:hover {
transform: translateY(-10px);
}
.certification-banner {
background-color: var(--goodyear-blue);
padding: 20px;
border-radius: 8px;
margin: 40px 0;
text-align: center;
color: white;
box-shadow: 0 4px 12px rgba(0,48,135,0.2);
}
.certification-content {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
max-width: 800px;
margin: 0 auto;
}
.cert-badge i {
font-size: 2rem;
}
.certification-banner p {
margin: 0;
font-size: 1.1rem;
font-weight: 500;
}
.section-title {
text-align: center;
font-size: 2rem;
margin-bottom: 30px;
color: var(--goodyear-blue);
position: relative;
padding-bottom: 10px;
}
.section-title i {
margin-right: 10px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: var(--goodyear-yellow);
}
.product-features {
margin-bottom: 50px;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
}
.feature-card {
background: white;
border-radius: 12px;
padding: 30px 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
text-align: center;
border-top: 4px solid var(--goodyear-yellow);
}
.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.feature-icon i {
font-size: 2.5rem;
color: var(--goodyear-blue);
margin-bottom: 15px;
}
.feature-card h3 {
font-size: 1.4rem;
margin-bottom: 15px;
color: var(--goodyear-blue);
}
.benefits-section {
background-color: #f8fafc;
padding: 50px 30px;
border-radius: 15px;
margin-bottom: 40px;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 40px;
}
.benefit-item {
display: flex;
align-items: flex-start;
gap: 15px;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.benefit-icon i {
font-size: 1.5rem;
color: var(--goodyear-blue);
}
.chart-img {
max-width: 800px;
margin: 0 auto;
display: block;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.cta-section {
text-align: center;
padding: 50px 20px;
background: linear-gradient(135deg, var(--goodyear-blue) 0%, #0044a8 100%);
color: white;
border-radius: 15px;
margin-top: 30px;
}
.cta-section h2 {
margin-bottom: 15px;
font-size: 2rem;
}
.cta-section h2 i {
margin-right: 10px;
}
.cta-section p {
margin-bottom: 25px;
font-size: 1.2rem;
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(--goodyear-yellow);
color: var(--goodyear-blue);
padding: 12px 25px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: 2px solid var(--goodyear-yellow);
}
.cta-button i {
font-size: 1rem;
}
.cta-button:hover {
background-color: transparent;
color: var(--goodyear-yellow);
transform: translateY(-3px);
}
.cta-button.secondary {
background-color: transparent;
color: white;
border: 2px solid 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: 50px;
}
.hero-content {
flex: 1;
text-align: left;
}
.hero-image {
flex: 1;
}
.section-title {
font-size: 2.3rem;
}
}
@media (min-width: 992px) {
.hero-content h1 {
font-size: 3rem;
}
.subtitle {
font-size: 1.5rem;
}
.benefits-grid {
grid-template-columns: repeat(2, 1fr);
}
}
Ähnliche Produkte

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 ₺

