
Maxtrek SU-810 155R13C 90/88S 8PR
SU C 9088S 8PR
Stok: 4 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ü
Maxtrek SU-810 155R13C 90/88S 8PR Yaz Lastiği
:root {
--maxtrek-blue: #005BAA;
--maxtrek-orange: #FF6B00;
--maxtrek-white: #FFFFFF;
--maxtrek-gray: #F5F5F5;
--maxtrek-dark: #333333;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', 'Segoe UI', sans-serif;
}
@font-face {
font-family: 'Montserrat';
src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
}
body {
background-color: var(--maxtrek-white);
color: var(--maxtrek-dark);
line-height: 1.6;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Hero Section */
.hero {
padding: 80px 0;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, var(--maxtrek-gray) 0%, var(--maxtrek-white) 100%);
}
.hero-container {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.hero-content {
flex: 1;
min-width: 300px;
padding-right: 40px;
}
.hero-image {
flex: 1;
min-width: 300px;
text-align: center;
}
.brand-logo {
width: 180px;
margin-bottom: 20px;
}
.highlight-badge {
background-color: var(--maxtrek-orange);
color: var(--maxtrek-white);
padding: 8px 20px;
border-radius: 50px;
font-weight: 700;
display: inline-block;
margin-bottom: 20px;
font-size: 1rem;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.hero h1 {
font-size: 2.5rem;
color: var(--maxtrek-blue);
margin-bottom: 20px;
font-weight: 800;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1.3rem;
color: var(--maxtrek-dark);
margin-bottom: 30px;
}
.hero-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
transition: transform 0.5s ease;
}
.hero-image:hover img {
transform: translateY(-10px);
}
/* Features Section */
.features-section {
padding: 80px 0;
background-color: var(--maxtrek-white);
}
.section-title {
text-align: center;
margin-bottom: 50px;
position: relative;
}
.section-title h2 {
font-size: 2.5rem;
color: var(--maxtrek-blue);
display: inline-block;
padding-bottom: 15px;
}
.section-title h2:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: var(--maxtrek-orange);
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.feature-card {
background-color: var(--maxtrek-gray);
border-radius: 10px;
padding: 30px;
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
transition: all 0.3s ease;
border-top: 4px solid var(--maxtrek-orange);
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.feature-icon {
font-size: 2.5rem;
color: var(--maxtrek-orange);
margin-bottom: 20px;
}
.feature-card h3 {
font-size: 1.5rem;
color: var(--maxtrek-blue);
margin-bottom: 15px;
}
/* Usage Areas Section */
.usage-section {
padding: 80px 0;
background-color: var(--maxtrek-gray);
}
.usage-container {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.usage-content {
flex: 1;
min-width: 300px;
}
.usage-image {
flex: 1;
min-width: 300px;
text-align: center;
}
.usage-image img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.usage-list {
margin-top: 30px;
}
.usage-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.usage-icon {
font-size: 1.5rem;
color: var(--maxtrek-orange);
margin-right: 15px;
}
/* Performance Section */
.performance-section {
padding: 80px 0;
background-color: var(--maxtrek-white);
}
.performance-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 40px;
}
.stat-card {
background-color: var(--maxtrek-gray);
padding: 20px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
border-left: 4px solid var(--maxtrek-orange);
}
.stat-card h4 {
font-size: 2.5rem;
color: var(--maxtrek-orange);
margin-bottom: 10px;
}
/* Benefits Section */
.benefits-section {
padding: 80px 0;
background-color: var(--maxtrek-gray);
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 40px;
}
.benefit-card {
background-color: var(--maxtrek-white);
border-radius: 10px;
padding: 30px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.benefit-card h3 {
color: var(--maxtrek-blue);
margin-bottom: 15px;
font-size: 1.5rem;
}
/* CTA Section */
.cta-section {
padding: 80px 0;
background: linear-gradient(135deg, var(--maxtrek-blue) 0%, #004B8D 100%);
color: white;
text-align: center;
}
.cta-section h2 {
font-size: 2.5rem;
margin-bottom: 20px;
}
.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
flex-wrap: wrap;
}
.cta-button {
padding: 15px 30px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 10px;
}
.cta-primary {
background-color: var(--maxtrek-orange);
color: var(--maxtrek-white);
}
.cta-primary:hover {
background-color: #E05E00;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255,107,0,0.3);
}
.cta-secondary {
background-color: transparent;
border: 2px solid white;
color: white;
}
.cta-secondary:hover {
background-color: rgba(255,255,255,0.1);
transform: translateY(-3px);
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.hero-container {
flex-direction: column;
}
.hero-content {
padding-right: 0;
margin-bottom: 40px;
text-align: center;
}
.hero h1 {
font-size: 2rem;
}
.usage-container {
flex-direction: column;
}
.cta-buttons {
flex-direction: column;
align-items: center;
}
.cta-button {
width: 100%;
max-width: 300px;
justify-content: center;
}
}
/* Animations */
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.pulse {
animation: pulse 2s infinite;
}
HAFİF TİCARİ LASTİK
Maxtrek SU-810
Profesyonel kullanım için tasarlanmış, yük taşıma kapasiteli ve uzun ömürlü hafif ticari araç lastiği
NEDEN MAXTREK SU-810?
Yüksek Yük Kapasitesi
Güçlendirilmiş yapısıyla ağır yük taşıma için optimize edilmiş, ticari kullanıma uygun dayanıklı lastik.
Uzun Ömürlü Performans
Özel sırt bileşimi sayesinde normal lastiklere göre %15 daha uzun kullanım ömrü sunar.
Her Mevsim Güvenlik
Özel diş deseni sayesinde ıslak ve kuru zeminde dengeli performans gösterir.
Kullanım Alanları
Maxtrek SU-810 hafif ticari lastikleri, çeşitli araç tipleri ve kullanım senaryoları için ideal çözüm sunar:
Kargo ve nakliye araçları
Ticari taksiler
Servis araçları
Hafif ticari kamyonetler
Teknik Performans
C
Yakıt Verimliliği
D
Islak Zemin Tutuşu
72dB
Gürültü Seviyesi
Sürücülere Sağladığı Avantajar
Ekonomik Çözüm
Uzun ömürlü yapısı sayesinde sık lastik değişim maliyetlerini azaltır. Yakıt verimliliği ile işletme giderlerini düşürür.
Güvenli Sürüş
Islak ve kuru zeminde dengeli yol tutuş performansı ile sürücülere güvenli bir sürüş deneyimi sunar.
Konforlu Kullanım
Özel sırt deseni ve yapısı sayesinde titreşimi azaltarak daha konforlu bir sürüş sağlar.
Maxtrek SU-810 ile ticari araçlarınız için en uygun lastik çözümünü keşfedin!
HEMEN SATIN AL DETAYLI BİLGİ
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 ₺
