Fiat AlfaRomeo MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set
Fiat AlfaRomeo MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set | OtoEko
/* Sayfaya özel stil tanımlamaları - sadece bu sayfayı etkiler */
.mes-sgw-product-page :root {
--primary: #1E88E5;
--secondary: #26C6DA;
--gradient: linear-gradient(135deg, #1E88E5, #26C6DA);
--gradient-hover: linear-gradient(135deg, #1976D2, #00ACC1);
--accent: #FF4081;
--dark: #212121;
--text: #333333;
--text-light: #757575;
--bg: #FFFFFF;
--bg-light: #F5F7FA;
--shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.mes-sgw-product-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.mes-sgw-product-page {
font-family: 'Montserrat', sans-serif;
color: #333333;
background-color: #FFFFFF;
overflow-x: hidden;
width: 100%;
}
.mes-sgw-container {
width: 100%;
margin: 0 auto;
padding: 0 20px;
}
.mes-sgw-hero-section {
position: relative;
padding: 120px 0;
overflow: hidden;
background: #F5F7FA;
width: 100%;
}
.mes-sgw-hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.mes-sgw-hero-bg-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 10% 10%, rgba(30, 136, 229, 0.05) 0%, transparent 60%),
radial-gradient(circle at 90% 90%, rgba(38, 198, 218, 0.05) 0%, transparent 60%),
url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E88E5' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
opacity: 1;
}
.mes-sgw-hero-bg-circle-1 {
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
top: -200px;
right: -100px;
background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(38, 198, 218, 0.1));
filter: blur(50px);
}
.mes-sgw-hero-bg-circle-2 {
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
bottom: -100px;
left: -100px;
background: linear-gradient(135deg, rgba(38, 198, 218, 0.1), rgba(30, 136, 229, 0.1));
filter: blur(40px);
}
.mes-sgw-hero-content {
position: relative;
z-index: 10;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
width: 100%;
max-width: 1800px;
margin: 0 auto;
}
.mes-sgw-hero-text {
flex: 1;
max-width: 600px;
text-align: center;
margin: 0 auto;
}
.mes-sgw-hero-badge {
display: inline-flex;
align-items: center;
background: rgba(30, 136, 229, 0.1);
color: #1E88E5;
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(5px);
border: 1px solid rgba(30, 136, 229, 0.2);
}
.mes-sgw-hero-badge i {
margin-right: 8px;
}
.mes-sgw-hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: #212121;
text-align: center;
}
.mes-sgw-hero-title span {
color: #1E88E5;
position: relative;
display: inline-block;
}
.mes-sgw-hero-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: linear-gradient(90deg, rgba(30, 136, 229, 0.2), rgba(38, 198, 218, 0.2));
z-index: -1;
border-radius: 4px;
}
.mes-sgw-hero-subtitle {
font-size: 18px;
line-height: 1.6;
color: #757575;
margin-bottom: 32px;
text-align: center;
}
.mes-sgw-hero-buttons {
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 32px;
}
.mes-sgw-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 32px;
border-radius: 100px;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
border: none;
}
.mes-sgw-btn-primary {
background: linear-gradient(135deg, #1E88E5, #26C6DA);
color: white;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
.mes-sgw-btn-primary:hover {
background: linear-gradient(135deg, #1976D2, #00ACC1);
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(30, 136, 229, 0.4);
}
.mes-sgw-btn-outline {
background: white;
color: #1E88E5;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(30, 136, 229, 0.2);
}
.mes-sgw-btn-outline:hover {
background: rgba(30, 136, 229, 0.05);
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.mes-sgw-btn i {
margin-right: 8px;
}
.mes-sgw-hero-features {
display: flex;
gap: 24px;
justify-content: center;
}
.mes-sgw-hero-feature {
display: flex;
align-items: center;
font-size: 14px;
color: #757575;
}
.mes-sgw-hero-feature i {
color: #1E88E5;
margin-right: 8px;
}
.mes-sgw-hero-image {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.mes-sgw-product-showcase {
position: relative;
width: 100%;
max-width: 520px;
z-index: 5;
}
.mes-sgw-product-card {
background: white;
border-radius: 24px;
padding: 30px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
position: relative;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mes-sgw-product-card:hover {
transform: translateY(-5px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.mes-sgw-product-header {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 24px;
}
.mes-sgw-product-logo {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
color: white;
font-size: 28px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
.mes-sgw-product-title {
font-size: 22px;
font-weight: 700;
color: #212121;
margin-bottom: 5px;
}
.mes-sgw-product-subtitle {
font-size: 15px;
color: #1E88E5;
font-weight: 500;
}
.mes-sgw-product-gallery {
margin-bottom: 24px;
}
.mes-sgw-gallery-wrapper {
position: relative;
width: 100%;
height: 380px;
border-radius: 16px;
overflow: hidden;
background-color: #f0f4f8;
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
.mes-sgw-gallery-slider {
display: flex;
transition: transform 0.4s ease;
height: 100%;
}
.mes-sgw-gallery-slide {
flex: 0 0 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.mes-sgw-gallery-slide img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 8px;
}
.mes-sgw-gallery-thumbs {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 20px;
}
.mes-sgw-gallery-thumb {
width: 80px;
height: 60px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
opacity: 0.6;
transition: all 0.3s ease;
border: 2px solid transparent;
background-color: #f0f4f8;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mes-sgw-gallery-thumb.active {
opacity: 1;
border-color: #1E88E5;
transform: scale(1.05);
}
.mes-sgw-gallery-thumb:hover {
opacity: 0.9;
}
.mes-sgw-gallery-thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
padding: 4px;
}
.mes-sgw-product-features {
background: #f8fafd;
border-radius: 16px;
padding: 20px;
}
.mes-sgw-features-title {
font-size: 16px;
font-weight: 600;
color: #1E88E5;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
}
.mes-sgw-features-list {
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px 20px;
}
.mes-sgw-features-list li {
display: flex;
align-items: flex-start;
font-size: 14px;
color: #333333;
}
.mes-sgw-features-list li i {
color: #1E88E5;
margin-right: 10px;
font-size: 16px;
margin-top: 2px;
}
.mes-sgw-features-list li:last-child {
grid-column: 1 / -1;
justify-content: center;
}
.mes-sgw-product-description {
padding: 100px 0 30px 0;
background-color: #FFFFFF;
}
.mes-sgw-section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
}
.mes-sgw-section-badge {
display: inline-block;
background: rgba(30, 136, 229, 0.1);
color: #1E88E5;
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
backdrop-filter: blur(5px);
border: 1px solid rgba(30, 136, 229, 0.2);
}
.mes-sgw-section-title {
font-size: 40px;
font-weight: 800;
color: #212121;
margin-bottom: 20px;
line-height: 1.2;
}
.mes-sgw-section-title span {
color: #1E88E5;
position: relative;
display: inline-block;
}
.mes-sgw-section-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: linear-gradient(90deg, rgba(30, 136, 229, 0.2), rgba(38, 198, 218, 0.2));
z-index: -1;
border-radius: 4px;
}
.mes-sgw-section-subtitle {
font-size: 18px;
line-height: 1.6;
color: #757575;
}
.mes-sgw-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 80px;
}
.mes-sgw-feature-card {
background: white;
padding: 30px;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.mes-sgw-feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.mes-sgw-feature-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: white;
font-size: 28px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
.mes-sgw-feature-title {
font-size: 18px;
font-weight: 700;
color: #212121;
margin-bottom: 15px;
}
.mes-sgw-feature-text {
font-size: 15px;
color: #757575;
line-height: 1.6;
}
.mes-sgw-product-details {
align-items: center;
gap: 60px;
margin-bottom: 100px;
background: #F5F7FA;
border-radius: 30px;
padding: 55px 60px 60px 60px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
border-top: 5px solid #1E88E5;
}
.mes-sgw-product-details::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 10% 10%, rgba(30, 136, 229, 0.05) 0%, transparent 60%),
radial-gradient(circle at 90% 90%, rgba(38, 198, 218, 0.05) 0%, transparent 60%);
z-index: 0;
}
.mes-sgw-details-text {
flex: 1;
position: relative;
z-index: 1;
}
.mes-sgw-details-image {
flex: 1;
position: relative;
z-index: 1;
}
.mes-sgw-label-360 {
position: absolute;
top: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 5px 10px;
border-radius: 5px;
font-size: 12px;
font-weight: 600;
z-index: 10;
display: inline-flex;
align-items: center;
}
.mes-sgw-label-360 i {
margin-right: 5px;
}
.mes-sgw-iframe-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
border-radius: 8px;
}
.mes-sgw-iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.mes-sgw-gallery-iframe-360 {
width: 340px;
height: 340px;
padding-bottom: 0 !important;
position: relative;
overflow: hidden;
border-radius: 8px;
margin: 0 auto;
}
.mes-sgw-gallery-iframe-360 .mes-sgw-label-360 {
top: 5px;
right: 5px;
font-size: 10px;
padding: 3px 6px;
}
.mes-sgw-details-title {
font-size: 32px;
font-weight: 800;
color: #212121;
margin-bottom: 20px;
line-height: 1.3;
text-align: center;
}
.mes-sgw-details-title span {
color: #1E88E5;
}
.mes-sgw-details-description {
font-size: 16px;
line-height: 1.6;
color: #757575;
margin-bottom: 30px;
text-align: center;
}
.mes-sgw-compatible-cars {
margin-bottom: 20px;
}
.mes-sgw-car-brands {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.mes-sgw-brand-card {
background: white;
padding: 30px;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
text-align: center;
transition: all 0.3s ease;
}
.mes-sgw-brand-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.mes-sgw-brand-logo {
width: 80px;
height: 80px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.2);
padding: 12px;
transition: all 0.3s ease;
}
.mes-sgw-brand-logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.mes-sgw-brand-card:hover .mes-sgw-brand-logo {
transform: scale(1.1);
box-shadow: 0 15px 30px rgba(30, 136, 229, 0.3);
}
.mes-sgw-brand-card h3 {
font-size: 20px;
font-weight: 700;
color: #212121;
margin-bottom: 10px;
}
.mes-sgw-brand-card p {
font-size: 14px;
color: #757575;
line-height: 1.6;
}
.mes-sgw-tech-specs {
padding: 60px;
background: white;
border-radius: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.mes-sgw-specs-container {
display: flex;
gap: 40px;
}
.mes-sgw-specs-col {
flex: 1;
}
.mes-sgw-spec-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mes-sgw-spec-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.mes-sgw-spec-icon {
width: 60px;
height: 60px;
background: #F5F7FA;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
color: #1E88E5;
font-size: 24px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.mes-sgw-spec-content h4 {
font-size: 18px;
font-weight: 600;
color: #212121;
margin-bottom: 5px;
}
.mes-sgw-spec-content p {
font-size: 15px;
color: #757575;
}
@media (max-width: 1200px) {
.mes-sgw-features-grid {
grid-template-columns: repeat(2, 1fr);
justify-items: center;
}
.mes-sgw-car-brands {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 991px) {
.mes-sgw-hero-content {
flex-direction: column;
}
.mes-sgw-hero-text {
text-align: center;
margin-bottom: 60px;
max-width: 100%;
}
.mes-sgw-hero-features {
justify-content: center;
}
.mes-sgw-hero-buttons {
justify-content: center;
}
.mes-sgw-hero-title {
font-size: 36px;
}
.mes-sgw-product-showcase {
max-width: 480px;
}
.mes-sgw-product-details {
flex-direction: column;
padding: 40px;
margin-bottom: 60px;
}
.mes-sgw-details-text {
flex: none;
width: 100%;
}
.mes-sgw-specs-container {
flex-direction: column;
}
.mes-sgw-section-title {
font-size: 32px;
}
}
@media (max-width: 768px) {
.mes-sgw-hero-section {
padding: 80px 0;
}
.mes-sgw-hero-title {
font-size: 32px;
}
.mes-sgw-hero-subtitle {
font-size: 16px;
}
.mes-sgw-hero-features {
flex-direction: column;
align-items: center;
gap: 12px;
}
.mes-sgw-hero-buttons {
flex-direction: column;
width: 100%;
}
.mes-sgw-btn {
width: 100%;
}
.mes-sgw-product-showcase {
max-width: 360px;
}
.mes-sgw-gallery-wrapper {
height: 220px;
}
.mes-sgw-gallery-iframe-360 {
width: 180px;
height: 180px;
}
.mes-sgw-gallery-iframe-360 .mes-sgw-label-360 {
font-size: 8px;
padding: 2px 4px;
top: 3px;
right: 3px;
}
.mes-sgw-gallery-thumb {
width: 60px;
height: 45px;
}
.mes-sgw-features-list {
grid-template-columns: 1fr;
}
.mes-sgw-product-description {
padding: 60px 0;
}
.mes-sgw-features-grid {
grid-template-columns: 1fr;
}
.mes-sgw-car-brands {
grid-template-columns: 1fr;
}
.mes-sgw-tech-specs {
padding: 30px;
}
.mes-sgw-section-title {
font-size: 28px;
}
.mes-sgw-section-subtitle {
font-size: 16px;
}
}
.mes-sgw-product-options-section {
padding: 80px 0;
background-color: #F5F7FA;
}
.mes-sgw-package-contents-section {
padding: 60px 0;
background-color: #F5F7FA;
}
.mes-sgw-package-grid {
display: grid;
gap: 25px;
max-width: 1200px;
margin: 0 auto;
grid-template-columns: 1fr;
}
@media (min-width: 576px) {
.mes-sgw-package-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.mes-sgw-package-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.mes-sgw-package-item {
background: white;
border-radius: 15px;
padding: 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: all 0.3s ease;
}
.mes-sgw-package-item:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.mes-sgw-package-item-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 28px;
margin-bottom: 20px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.2);
}
.mes-sgw-package-item-image {
width: 100%;
max-width: 200px;
height: 150px;
object-fit: contain;
margin-bottom: 20px;
border-radius: 8px;
background-color: #f8fafd;
padding:10px;
}
.mes-sgw-package-item h4 {
font-size: 18px;
font-weight: 700;
color: #212121;
margin-bottom: 8px;
}
.mes-sgw-package-item p {
font-size: 14px;
color: #757575;
line-height: 1.6;
flex-grow: 1;
}
.mes-sgw-package-note {
font-size: 15px;
color: #757575;
margin-top: 40px;
text-align: center;
background-color: rgba(30,136,229,0.05);
padding: 15px;
border-radius: 10px;
border-left: 4px solid #1E88E5;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.mes-sgw-package-note a {
color: #1E88E5;
font-weight: 600;
text-decoration: none;
}
.mes-sgw-package-note a:hover {
text-decoration: underline;
}
.mes-sgw-important-note-box {
background-color: rgba(255, 64, 129, 0.05);
border: 1px solid rgba(255, 64, 129, 0.2);
border-left: 5px solid #FF4081;
padding: 25px 30px;
border-radius: 12px;
max-width: 900px;
margin: 50px auto 0 auto;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
text-align: center;
}
.mes-sgw-important-note-box h4 {
font-size: 20px;
font-weight: 700;
color: #FF4081;
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.mes-sgw-important-note-box h4 i {
margin-right: 12px;
font-size: 24px;
}
.mes-sgw-important-note-box p {
font-size: 16px;
color: #757575;
line-height: 1.7;
}
.mes-sgw-important-note-box p strong {
color: #FF4081;
font-weight: 700;
}
.mes-sgw-faq-section {
padding: 60px 0;
background-color: #F5F7FA;
}
.mes-sgw-faq-list {
max-width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 20px;
}
.mes-sgw-faq-item {
background: white;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
border-left: 4px solid #1E88E5;
overflow: hidden;
width: 100%;
}
.mes-sgw-faq-question {
padding: 20px;
font-size: 18px;
font-weight: 700;
color: #212121;
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.mes-sgw-faq-question-text {
flex-grow: 1;
margin-right: 10px;
}
.mes-sgw-faq-icon-toggle {
color: #1E88E5;
font-size: 18px;
flex-shrink: 0;
}
.mes-sgw-faq-answer {
padding: 0 20px 20px 20px;
font-size: 15px;
color: #757575;
line-height: 1.7;
border-top: 1px solid #eee;
}
.mes-sgw-faq-answer a {
color: #1E88E5;
font-weight: 500;
text-decoration: none;
}
.mes-sgw-faq-answer a:hover {
text-decoration: underline;
}
.mes-sgw-support-contact-section {
padding: 60px 0;
background-color: #FFFFFF;
}
.mes-sgw-contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 40px auto 0 auto;
}
.mes-sgw-contact-card {
background: white;
padding: 30px 25px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
text-align: center;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
}
.mes-sgw-contact-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.mes-sgw-contact-card-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: white;
font-size: 24px;
box-shadow: 0 8px 15px rgba(30, 136, 229, 0.25);
}
.mes-sgw-contact-card h4 {
font-size: 20px;
font-weight: 700;
color: #212121;
margin-bottom: 10px;
}
.mes-sgw-contact-card p {
font-size: 15px;
color: #757575;
line-height: 1.6;
margin-bottom: 0;
}
.mes-sgw-contact-card p a {
color: #1E88E5;
text-decoration: none;
font-weight: 500;
}
.mes-sgw-contact-card p a:hover {
text-decoration: underline;
}
@media (max-width: 991px) {
.mes-sgw-features-list-detailed, .mes-sgw-important-note-box, .mes-sgw-faq-list {
max-width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
}
.mes-sgw-contact-cards-grid {
max-width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
}
}
@media (max-width: 991px) {
.mes-sgw-container {
padding: 0 15px;
}
.mes-sgw-features-list-detailed, .mes-sgw-important-note-box, .mes-sgw-faq-list, .mes-sgw-contact-cards-grid {
max-width: calc(100% - 30px);
margin-left: 15px;
margin-right: 15px;
}
}
@media (max-width: 768px) {
.mes-sgw-container {
padding: 0 10px;
}
.mes-sgw-faq-section, .mes-sgw-support-contact-section {
padding: 40px 0;
}
.mes-sgw-features-list-detailed li {
font-size: 16px;
padding: 15px;
}
.mes-sgw-features-list-detailed li i {
font-size: 18px;
margin-top: 3px;
}
.mes-sgw-important-note-box {
padding: 20px 15px;
}
.mes-sgw-important-note-box h4 {
font-size: 18px;
}
.mes-sgw-important-note-box p {
font-size: 15px;
}
.mes-sgw-section-header {
margin-bottom: 40px;
}
.mes-sgw-hero-section, .mes-sgw-product-description, .mes-sgw-product-options-section {
padding: 60px 0;
}
.mes-sgw-features-grid, .mes-sgw-car-brands {
gap: 20px;
}
.mes-sgw-product-details {
padding: 20px 15px;
gap: 20px;
margin-bottom: 40px;
}
.mes-sgw-product-details-features-grid {
gap: 15px !important;
}
.mes-sgw-tech-specs {
padding: 30px;
}
.mes-sgw-faq-question {
font-size: 17px;
}
.mes-sgw-faq-answer {
font-size: 14px;
}
.mes-sgw-contact-cards-grid {
gap: 20px;
}
.mes-sgw-contact-card {
padding: 25px;
}
.mes-sgw-contact-card h4 {
font-size: 18px;
}
.mes-sgw-contact-card p {
font-size: 14px;
}
.mes-sgw-gallery-iframe-360 {
width: 180px;
height: 180px;
}
.mes-sgw-gallery-iframe-360 .mes-sgw-label-360 {
font-size: 8px;
padding: 2px 4px;
top: 3px;
right: 3px;
}
}
@media (min-width: 769px) {
.mes-sgw-features-list-detailed {
grid-template-columns: 1fr 1fr;
gap: 25px;
}
}
.mes-sgw-software-info-section {
padding: 60px 0;
background-color: #FFFFFF;
}
.mes-sgw-software-info-content-area {
text-align: center;
max-width: 800px;
margin: 40px auto 0 auto;
}
.mes-sgw-info-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #1E88E5, #26C6DA);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: white;
font-size: 30px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
.mes-sgw-info-title {
font-size: 24px;
font-weight: 700;
color: #212121;
margin-bottom: 15px;
}
.mes-sgw-info-text {
font-size: 15px;
color: #757575;
line-height: 1.7;
margin-bottom: 15px;
}
.mes-sgw-info-text strong {
color: #1E88E5;
font-weight: 600;
}
.mes-sgw-software-download-prompt {
background-color: #FFFFFF;
padding: 25px 30px;
border-radius: 10px;
text-align: center;
max-width: 780px;
margin: 40px auto 0 auto;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
border-left: 4px solid #1E88E5;
}
.mes-sgw-software-access-icon {
color: #1E88E5;
font-size: 30px;
margin-bottom: 15px;
}
.mes-sgw-software-access-title {
font-size: 22px;
font-weight: 700;
color: #212121;
margin-bottom: 12px;
}
.mes-sgw-software-access-text {
font-size: 15px;
color: #757575;
line-height: 1.6;
margin-bottom: 25px;
max-width: 520px;
margin-left: auto;
margin-right: auto;
}
.mes-sgw-btn-software-access {
background: linear-gradient(135deg, #1E88E5, #26C6DA);
color: white;
padding: 12px 28px;
font-weight: 700;
border-radius: 50px;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
border: none;
cursor: pointer;
}
.mes-sgw-btn-software-access:hover {
background: linear-gradient(135deg, #1976D2, #00ACC1);
box-shadow: 0 6px 18px rgba(30, 136, 229, 0.4);
transform: translateY(-1px);
}
.mes-sgw-activatable-features-section {
padding: 30px 0 80px 0;
background-color: #FFFFFF;
}
.mes-sgw-features-list-detailed {
list-style: none;
padding: 0;
max-width: 900px;
margin: 0 auto 40px auto;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.mes-sgw-features-list-detailed li {
display: flex;
align-items: flex-start;
font-size: 17px;
color: #333333;
padding: 18px 20px;
background-color: #F5F7FA;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border-left: 4px solid transparent;
}
.mes-sgw-features-list-detailed li:hover {
transform: translateY(-3px) translateX(3px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border-left-color: #1E88E5;
}
.mes-sgw-features-list-detailed li i {
color: #1E88E5;
margin-right: 15px;
font-size: 20px;
margin-top: 4px;
flex-shrink: 0;
}
.mes-sgw-features-list-detailed li i.fa-tools {
color: #FF4081;
}
@media (min-width: 769px) {
.mes-sgw-features-list-detailed {
grid-template-columns: 1fr 1fr;
gap: 25px;
}
}
@media (max-width: 480px) {
.mes-sgw-product-page {
font-size: 14px;
}
.mes-sgw-hero-title {
font-size: 28px;
}
.mes-sgw-hero-subtitle {
font-size: 15px;
}
.mes-sgw-section-title {
font-size: 24px;
}
.mes-sgw-section-subtitle {
font-size: 15px;
}
.mes-sgw-btn {
padding: 12px 24px;
font-size: 15px;
}
.mes-sgw-product-card {
padding: 20px;
}
.mes-sgw-feature-card, .mes-sgw-package-item, .mes-sgw-contact-card {
padding: 20px;
}
.mes-sgw-features-list-detailed li {
font-size: 15px;
padding: 12px 15px;
}
.mes-sgw-important-note-box p, .mes-sgw-faq-answer p {
font-size: 14px;
}
.mes-sgw-software-info-content-area .mes-sgw-info-title {
font-size: 20px;
}
.mes-sgw-software-download-prompt {
padding: 20px 15px;
}
.mes-sgw-software-download-prompt .mes-sgw-software-access-title {
font-size: 18px;
}
.mes-sgw-product-details {
padding: 15px 10px;
}
}
Fiat AlfaRomeo MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set
Fiat, Alfa Romeo, Chrysler 2018+ araçlarınızda SGW modülünü aşmak, tüm ECU'lara bağlanmak ve kapsamlı arıza tespiti yapmak için ihtiyacınız olan her şey bu MultiEcuScan uyumlu donanım setinde! (Multiecuscan 4.6 Sürümü Dahil!)
HEMEN SATIN AL
SET İÇERİĞİ
SGW Bypass Dahil
6'lı Adaptör Seti
ELM327 Arayüz
MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set
Fiat & AlfaRomeo İçin Kapsamlı Çözüm
360°








Setin Avantajları
- Geniş ECU Erişimi
- Multiecuscan Uyumlu
- 2018+ Araç Desteği
- Profesyonel Diagnostik
Fiat AlfaRomeo MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set
Bu set, 2018 ve sonrası Fiat, Alfa Romeo, Chrysler gibi FCA grubu araçlarda Güvenlik Ağ Geçidi (SGW) modülünü aşmak, farklı ECU'lara erişmek ve standart OBD2 bağlantısı kurmak için gerekli tüm temel donanım bileşenlerini içerir. Set, Multiecuscan yazılımının 4.6 sürümüyle birlikte gelir.
SGW Bypass Kablosu
2018+ FCA araçlarındaki SGW modülünü devre dışı bırakarak diagnostik cihazların araç sistemlerine tam erişimini sağlar.
Fiat 6'lı Adaptör Seti
Multiecuscan yazılımı ile motor, ABS, airbag gibi farklı ECU'lara erişim için gerekli renk kodlu adaptörleri içerir.
ELM327 OBD2 Arayüzü
Aracınız ile bilgisayarınız arasında standart OBD2 bağlantısı kurarak arıza kodlarını okuma ve temel diagnostik işlemleri yapmanızı sağlar.
Neden Bu Kombinasyon Seti Tercih Edilmeli?
Modern FCA grubu araçlarda (2018 ve sonrası) bulunan Güvenlik Ağ Geçidi (SGW) modülü, araç sistemlerine yetkisiz erişimi engellemek amacıyla tasarlanmıştır. Bu durum, araç sahipleri ve bağımsız servislerin Multiecuscan gibi yazılımlarla kapsamlı diagnostik yapmasını zorlaştırır. SGW Bypass Kablosu bu engeli ortadan kaldırır. Fiat 6'lı Adaptör Kablo Seti (Kırmızı A1, Yeşil A2, Sarı A3, Mor A4, Mavi A5, Gri A6 gibi) ise Multiecuscan yazılımının farklı ECU'lara (motor, şanzıman, ABS, hava yastığı, gövde kontrol modülü vb.) erişebilmesi için gereklidir. Standart ELM327 OBD2 Arayüzü ise bu kablolarla birlikte kullanılarak bilgisayarınız ve aracınız arasında temel bağlantıyı kurar. Bu set, özellikle Multiecuscan yazılımını kullanarak Fiat, Alfa Romeo ve Chrysler grubu araçlarınızda detaylı arıza tespiti, servis sıfırlama, adaptasyon ve bazı kodlama işlemlerini yapmak isteyenler için ideal bir başlangıç noktasıdır.
Kapsamlı Erişim
SGW bypass ve adaptörlerle tüm modüllere ulaşın.
Multiecuscan Odaklı
Multiecuscan yazılımının yeteneklerini tam kullanın (yazılım ayrıca satılır).
Ekonomik Başlangıç
Temel diagnostik ihtiyaçlarınız için uygun maliyetli donanım çözümü.
UYUMLU ARAÇLARDesteklenen Araç Modelleri
Multiecuscan Arıza Tespit Cihazı, çok sayıda Fiat grubu aracıyla uyumludur. Aşağıda bazı popüler modeller listelenmiştir.

Fiat
Egea, Tipo, Doblo, Fiorino, 500, 500L, 500X, Linea, Punto, Bravo, Freemont, Ducato, Panda ve diğerleri

Alfa Romeo
Giulietta, MiTo, Giulia, Stelvio, 147, 156, 159, 166, Brera, Spider, 4C, 8C ve diğer modeller

Chrysler
300C, Pacifica, Voyager ve diğer modeller
Diğer FCA Modelleri
Jeep Renegade, Compass ve diğer FCA grubu araçlar (uyumluluk için kontrol ediniz).
ARIZA TEŞHİS ÖZELLİKLERİMultiecuscan ile Yapabilecekleriniz
Bu donanım seti ve dahilindeki Multiecuscan 4.6 yazılımı ile (2021'e kadar olan araçlar için) veya ayrıca satın alacağınız lisanslı güncel Multiecuscan yazılımı ile aracınızda gerçekleştirebileceğiniz bazı tanı ve kodlama işlemleri:
- Tüm ECU'lardaki arıza kodlarını okuma ve silme
- Motor, şanzıman, ABS ve diğer sistemlerde canlı veri izleme
- Servis sıfırlama (yağ, fren, bakım vb.)
- Enjektör kodlama ve programlama
- Akü değişimi sonrası adaptasyon
- Hava yastığı arıza ışığı sıfırlama
- Immobilizer ve anahtar programlama (özel adaptörlerle)
- Elektronik el freni kalibrasyonu
- DPF (Dizel Partikül Filtresi) rejenerasyonu
- Lastik basınç sensörü (TPMS) öğrenme ve sıfırlama
- Otomatik şanzıman adaptasyonu
- Aktuatör testleri (enjektör, valf, motor vb.)
- ECU'larda versiyon bilgisi görüntüleme
- Proxi Alignment (Proxi hizalama) işlemleri
...ve aracınızın modeline ve donanımına göre çok daha fazlası.
Önemli Uyarı
Bazı ileri seviye işlemler (özellikle Proxi Alignment ve ECU programlama) dikkat ve bilgi gerektirmektedir. Yanlış uygulamalar, araç elektronik sistemlerine zarar verebilir. Bu tür işlemleri gerçekleştirmeden önce mutlaka gerekli bilgilendirmeleri okuyun veya profesyonel destek alın.
YAZILIM BİLGİSİMultiecuscan Yazılımı (Standart 4.6 Sürümü Dahil)
Bu set, Multiecuscan yazılımının standart 4.6 sürümünü içerir. Daha yeni araçlar veya sürekli güncellemeler için lisanslı sürümü ayrıca satın alabilirsiniz.
Dahil Edilen Yazılım: Multiecuscan 4.6
Bu donanım seti ile birlikte Multiecuscan yazılımının standart 4.6 sürümü sağlanmaktadır. Bu sürüm, 2021 yılına kadar üretilmiş birçok Fiat, Alfa Romeo ve Chrysler grubu aracı desteklemektedir ve kapsamlı teşhis özellikleri sunar. Dahil edilen 4.6 sürüm yazılımına aşağıdaki butondan erişebilirsiniz.
Opsiyonel: Lisanslı ve Güncel Multiecuscan
2021 sonrası model araçlarda tam uyumluluk, en yeni özellikler, sürekli yazılım güncellemeleri ve teknik destek almak için Multiecuscan'in resmi, lisanslı ve güncel bir sürümünü sitemiz üzerinden ayrıca satın almanız önerilir. Lisanslı sürüm, yazılımın tüm potansiyelinden yararlanmanızı ve en güncel araç veritabanına erişmenizi sağlar.
Lisanslı Multiecuscan'e Yükseltin
En güncel araç desteği ve özellikler için lisanslı Multiecuscan sürümünü tercih edin. Sitemizden güvenle satın alabilirsiniz.
Lisanslı Multiecuscan Satın Al
PAKET İÇERİĞİ
MultiEcuScan Arıza Tespit Cihazı / SGW Kablo Set İçeriği
Bu sette bulunan temel bileşenler.

ELM327 OBD2 Arayüzü
Standart OBD2 bağlantısı için modifiyesiz arayüz.

Fiat 6'lı Adaptör Kablo Seti
Farklı ECU'lara erişim için (A1-A6).

SGW Bypass Kablosu
2018+ FCA araçlar için güvenlik modülü bypass.
Not: Bu set, Multiecuscan 4.6 sürümü yazılımı, SGW Bypass kablosu, 6'lı adaptör seti ve ELM327 arayüzünü içerir. 2021 sonrası model araçlarda tam fonksiyonellik veya sürekli güncellemeler için güncel lisanslı Multiecuscan yazılımını sitemizden ayrıca satın alabilirsiniz.
SIKÇA SORULAN SORULARMultiEcuScan / SGW Kablo Seti Hakkında Merak Edilenler
Bu diagnostik seti ve kullanımı hakkında en çok sorulan sorular.
Bu set hangi araçlarla uyumludur?
Bu set, Fiat, Alfa Romeo, Chrysler ve Jeep gibi FCA grubu araçlarla kullanılmak üzere tasarlanmıştır. SGW Bypass kablosu özellikle 2018 ve sonrası modeller için gereklidir. 6'lı adaptör seti, Multiecuscan yazılımı ile çeşitli ECU'lara erişim sağlar. ELM327 arayüzü genel OBD2 uyumlu araçlarda da kullanılabilir ancak bu setin ana odağı FCA araçlarıdır.
ELM327 arayüzü modifiyeli mi?
Bu sette sunulan ELM327 arayüzü standart, modifiyesiz bir modeldir. Temel OBD2 bağlantısı ve Multiecuscan gibi yazılımlarla genel diagnostik işlemleri için uygundur. Bazı özel işlemler için modifiyeli ELM327 veya farklı arayüzler gerekebilir, ancak bu set genel kullanım için tasarlanmıştır.
DESTEKTeknik Destek ve İletişim
Ürünlerimiz ve kullanımları hakkında sorularınız için iletişim kanallarımız.
Telefon
E-posta
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية