Autool MMT553 Profesyonel Tekerlekli Diagnostik Standı / Profesyonel
AUTOOL MMT553 Profesyonel Taşıma Standı | otoeko.com
/* İzole stiller - sadece mmt-553-pro içindeki elementleri etkiler */
#mmt-553-pro {
font-family: 'Poppins', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
border-radius: 0;
overflow-x: hidden; /* Prevent horizontal scroll */
position: relative;
}
#mmt-553-pro * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#mmt-553-pro .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#mmt-553-pro .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#mmt-553-pro .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg,
rgba(255,209,0,0) 0%,
rgba(255,209,0,0.5) 50%,
rgba(255,209,0,0) 100%);
}
#mmt-553-pro .section:last-child::after {
display: none;
}
#mmt-553-pro .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#mmt-553-pro .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#mmt-553-pro .section-subtitle {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
background: rgba(255, 209, 0, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
letter-spacing: 1px;
width: -moz-fit-content;
width: fit-content;
}
#mmt-553-pro .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#mmt-553-pro .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#mmt-553-pro .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#mmt-553-pro .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#mmt-553-pro .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#mmt-553-pro .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#mmt-553-pro .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#mmt-553-pro .btn {
display: inline-block;
padding: 14px 32px;
border-radius: 50px;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
}
#mmt-553-pro .btn::after {
content: '';
position: absolute;
bottom: -50%;
left: -10%;
width: 120%;
height: 200%;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all 0.5s ease;
z-index: -1;
transform: scale(0);
}
#mmt-553-pro .btn:hover::after {
transform: scale(1);
}
#mmt-553-pro .btn-primary {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
box-shadow: 0 8px 25px rgba(255, 209, 0, 0.3);
}
#mmt-553-pro .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
#mmt-553-pro .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#mmt-553-pro .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#mmt-553-pro .pattern-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: 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='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD100' fill-opacity='0.05'%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/g%3E%3C/svg%3E");
opacity: 0.5;
z-index: 0;
}
/* Hero Section */
#mmt-553-pro .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#mmt-553-pro .hero-logo-container {
margin-bottom: 25px;
}
#mmt-553-pro .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#mmt-553-pro .hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: radial-gradient(circle at top right, rgba(255, 209, 0, 0.1), transparent 70%);
z-index: 0;
}
#mmt-553-pro .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#mmt-553-pro .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#mmt-553-pro .product-badge {
display: inline-block;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
position: relative;
}
#mmt-553-pro .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
#mmt-553-pro .product-title {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#mmt-553-pro .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#mmt-553-pro .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: #FFD100;
z-index: -1;
opacity: 0.6;
}
#mmt-553-pro .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#mmt-553-pro .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#mmt-553-pro .feature-item {
display: flex;
align-items: center;
background: rgba(255, 209, 0, 0.1);
padding: 8px 16px;
border-radius: 50px;
transition: all 0.3s ease;
}
#mmt-553-pro .feature-item:hover {
background: rgba(255, 209, 0, 0.2);
transform: translateY(-3px);
}
#mmt-553-pro .feature-icon {
margin-right: 10px;
color: #FFD100;
}
#mmt-553-pro .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#mmt-553-pro .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#mmt-553-pro .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#mmt-553-pro .product-image-main {
width: auto;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: contain;
display: block;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#mmt-553-pro .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#mmt-553-pro .main-image-display {
margin-bottom: 15px;
position: relative;
width: 550px;
height: 550px;
display: flex;
justify-content: center;
align-items: center;
}
#mmt-553-pro .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#mmt-553-pro .thumbnail-item img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: border-color 0.3s ease;
opacity: 0.7;
}
#mmt-553-pro .thumbnail-item img:hover {
opacity: 1;
}
#mmt-553-pro .thumbnail-item.active img {
border-color: #FFD100;
opacity: 1;
}
#mmt-553-pro .product-badge-corner {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
width: 80px;
height: 80px;
padding: 10px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transform: rotate(15deg);
animation: pulse 2s infinite;
z-index: 10;
text-align: center;
}
#mmt-553-pro .product-badge-corner .badge-big {
font-size: 1.2rem;
line-height: 1;
}
#mmt-553-pro .product-badge-corner .badge-small {
font-size: 0.7rem;
opacity: 0.9;
}
/* Features Section */
#mmt-553-pro .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#mmt-553-pro .features-specs::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at bottom left, rgba(255, 209, 0, 0.05), transparent 60%);
}
#mmt-553-pro .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}
#mmt-553-pro .feature-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.03);
height: 100%;
text-align: center;
}
#mmt-553-pro .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, #FFD100 0%, #FFA500 100%);
transition: all 0.3s ease;
z-index: 0;
}
#mmt-553-pro .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#mmt-553-pro .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#mmt-553-pro .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
font-size: 24px;
color: #FFD100;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
#mmt-553-pro .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#mmt-553-pro .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#mmt-553-pro .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#mmt-553-pro .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#mmt-553-pro .how-it-works::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 209, 0, 0.1) 0%, rgba(255, 209, 0, 0) 70%);
top: -150px;
right: -150px;
z-index: 0;
}
#mmt-553-pro .how-it-works::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 165, 0, 0.1) 0%, rgba(255, 165, 0, 0) 70%);
bottom: -100px;
left: -100px;
z-index: 0;
}
#mmt-553-pro .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#mmt-553-pro .step-line {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
z-index: -1;
border-radius: 2px;
}
#mmt-553-pro .step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 15px;
position: relative;
transition: all 0.4s ease;
}
#mmt-553-pro .step:hover {
transform: translateY(-10px);
}
#mmt-553-pro .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(255, 209, 0, 0.3);
}
#mmt-553-pro .step-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
border-radius: 50%;
font-size: 2.5rem;
margin-bottom: 25px;
position: relative;
box-shadow: 0 10px 25px rgba(255, 209, 0, 0.2);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#mmt-553-pro .step-number {
position: absolute;
top: -5px;
right: -5px;
width: 30px;
height: 30px;
background: #111;
color: #FFD100;
border-radius: 50%;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#mmt-553-pro .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#mmt-553-pro .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#mmt-553-pro .steps-cta {
text-align: center;
margin-top: 60px;
}
#mmt-553-pro .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRDEwMCI+PHBhdGggZD0iTTEyODAgMEw2NDAgNzAgMCAwdjE0MGgxMjgweiIgZmlsbC1vcGFjaXR5PSIuMDUiLz48L2c+PC9zdmc+') center/cover no-repeat;
opacity: 0.3;
z-index: 0;
animation: wave 15s linear infinite;
}
@keyframes wave {
0% {
background-position-x: 0;
}
100% {
background-position-x: 1280px;
}
}
/* Teknik Özellikler Bölümü */
#mmt-553-pro .tech-specs-section {
padding: 100px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#mmt-553-pro .tech-specs-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.05) 0%, rgba(255, 165, 0, 0.05) 100%);
z-index: 0;
}
#mmt-553-pro .tech-specs-header {
text-align: center;
margin-bottom: 70px;
position: relative;
z-index: 1;
}
#mmt-553-pro .tech-specs-panels {
position: relative;
margin: 0 auto;
max-width: 1100px;
z-index: 1;
}
/* General Specs Panel */
#mmt-553-pro .general-specs {
display: flex;
flex-wrap: wrap;
padding: 30px;
}
#mmt-553-pro .general-specs-details {
width: 100%; /* Full width for card container */
}
#mmt-553-pro .specs-detail-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive card layout */
gap: 25px;
margin-top: 40px; /* Space above cards */
}
#mmt-553-pro .specs-detail-item {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
padding: 25px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
display: flex;
flex-direction: column;
align-items: center; /* Center content */
text-align: center;
border: 1px solid rgba(0,0,0,0.04);
}
#mmt-553-pro .specs-detail-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#mmt-553-pro .specs-detail-icon {
font-size: 2.2rem;
color: #FFD100;
margin-bottom: 15px;
width: 60px;
height: 60px;
background: rgba(255, 209, 0, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
#mmt-553-pro .specs-detail-item:hover .specs-detail-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#mmt-553-pro .specs-detail-label {
font-size: 1rem; /* Slightly larger label */
color: #333;
font-weight: 600; /* Bolder label */
margin-bottom: 8px;
}
#mmt-553-pro .specs-detail-value {
font-size: 0.95rem; /* Slightly smaller value for balance */
color: #555;
line-height: 1.5;
}
/* Distributor Section */
#mmt-553-pro .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#mmt-553-pro .distributor-section::after {
display: none;
}
#mmt-553-pro .distributor-waves {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmOGY4ZjgiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==') center top no-repeat;
background-size: 100% 120px;
z-index: 1;
transform: rotateX(180deg);
}
#mmt-553-pro .distributor-section .container {
position: relative;
z-index: 2;
}
#mmt-553-pro .distributor-subtitle {
background: rgba(255, 209, 0, 0.1);
color: #111;
}
#mmt-553-pro .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#mmt-553-pro .distributor-title::after {
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
height: 5px;
bottom: -15px;
}
#mmt-553-pro .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#mmt-553-pro .distributor-content {
text-align: center;
}
#mmt-553-pro .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#mmt-553-pro .benefit-item {
background: #f8f8f8;
padding: 30px 25px;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.05);
border: 1px solid #eee;
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
text-align: center; /* Center align title and text */
position: relative;
overflow: hidden;
}
#mmt-553-pro .benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #FFD100, #FFA500);
opacity: 0;
transition: opacity 0.3s ease;
}
#mmt-553-pro .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#mmt-553-pro .benefit-item:hover::before {
opacity: 1;
}
#mmt-553-pro .benefit-header {
display: flex;
flex-direction: column; /* Stack icon and title vertically */
align-items: center; /* Center items horizontally */
justify-content: center;
margin-bottom: 15px; /* Adjusted margin */
}
#mmt-553-pro .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
border-radius: 50%;
margin-right: 0; /* Removed margin-right as items are stacked */
margin-bottom: 10px; /* Add space between icon and title */
transition: all 0.3s ease;
}
#mmt-553-pro .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#mmt-553-pro .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#mmt-553-pro .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#mmt-553-pro .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#mmt-553-pro .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
/* Added floating elements */
#mmt-553-pro .floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
z-index: 0;
animation: float 15s infinite ease-in-out;
}
@keyframes float {
0%, 100% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
}
#mmt-553-pro .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#mmt-553-pro .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#mmt-553-pro .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#mmt-553-pro .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#mmt-553-pro .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#mmt-553-pro .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#mmt-553-pro .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#mmt-553-pro .faq-item {
background: #fff;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
}
#mmt-553-pro .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#mmt-553-pro .faq-question {
padding: 20px 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
transition: all 0.3s ease;
position: relative;
}
#mmt-553-pro .faq-question::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: linear-gradient(180deg, #FFD100 0%, #FFA500 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
#mmt-553-pro .faq-item.active .faq-question::before,
#mmt-553-pro .faq-question:hover::before {
opacity: 1;
}
#mmt-553-pro .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#mmt-553-pro .faq-icon {
color: #FFD100;
font-size: 1rem;
transition: all 0.3s ease;
}
#mmt-553-pro .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#mmt-553-pro .faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 25px;
transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
#mmt-553-pro .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#mmt-553-pro .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#mmt-553-pro .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#mmt-553-pro .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#mmt-553-pro .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#mmt-553-pro .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#mmt-553-pro .support-card {
background: #fff;
border-radius: 15px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
#mmt-553-pro .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#mmt-553-pro .support-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: all 0.3s ease;
}
#mmt-553-pro .support-card:hover .support-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#mmt-553-pro .support-icon i {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#mmt-553-pro .support-card:hover .support-icon i {
color: #111;
}
#mmt-553-pro .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#mmt-553-pro .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#mmt-553-pro .support-link {
display: inline-block;
padding: 8px 20px;
background: rgba(255, 209, 0, 0.1);
color: #111;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.9rem;
}
#mmt-553-pro .support-link:hover {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
}
/* Mobile responsive adjustments from ccc.html, adapted for #mmt-553-pro */
@media (max-width: 992px) { /* Tablet and larger mobile */
#mmt-553-pro .section {
padding: 40px 0;
}
#mmt-553-pro .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#mmt-553-pro .product-features {
justify-content: center;
}
#mmt-553-pro .product-buttons {
justify-content: center;
}
#mmt-553-pro .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#mmt-553-pro .step {
margin-bottom: 25px;
max-width: 380px;
}
#mmt-553-pro .step-line {
display: none;
}
#mmt-553-pro .general-specs {
flex-direction: column;
}
#mmt-553-pro .general-specs-diagram {
margin-bottom: 30px;
}
#mmt-553-pro .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#mmt-553-pro .dimension-container {
flex-direction: column;
align-items: center;
}
#mmt-553-pro .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#mmt-553-pro .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#mmt-553-pro .container {
padding: 0 10px;
}
#mmt-553-pro .hero-logo {
margin-left: auto;
margin-right: auto;
}
#mmt-553-pro .section {
padding: 20px 0;
}
#mmt-553-pro .section-header {
margin-bottom: 20px;
}
#mmt-553-pro .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#mmt-553-pro .section-subtitle {
font-size: 0.75rem; /* Slightly smaller font for subtitle text */
padding: 4px 8px; /* Further Reduced padding for subtitle text */
margin-bottom: 10px;
}
#mmt-553-pro .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#mmt-553-pro .section-title {
font-size: 1.6rem; /* Adjusted from 1.5rem to 1.6rem for c350 consistency */
margin-bottom: 15px;
}
#mmt-553-pro .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#mmt-553-pro .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#mmt-553-pro .product-title {
font-size: 1.8rem; /* Adjusted from 1.7rem to 1.8rem for c350 consistency */
margin-bottom: 15px;
}
#mmt-553-pro .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#mmt-553-pro .product-info {
margin-bottom: 20px;
width: 100%; /* Added for consistency */
min-width: auto; /* Added for consistency */
}
#mmt-553-pro .product-image { /* Added for consistency */
width: 100%;
min-width: auto;
}
#mmt-553-pro .product-hero {
flex-direction: column;
}
#mmt-553-pro .thumbnail-item img {
width: 60px !important;
height: 60px !important;
}
#mmt-553-pro .product-image-main { /* Retaining aaa.html's specific style for this */
max-width: 280px;
}
#mmt-553-pro .product-badge-corner {
display: none;
}
#mmt-553-pro .badge-big {
font-size: 1.1rem;
}
#mmt-553-pro .badge-small {
font-size: 0.65rem;
}
#mmt-553-pro .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#mmt-553-pro .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#mmt-553-pro .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#mmt-553-pro .feature-card {
padding: 15px;
}
#mmt-553-pro .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px;
}
#mmt-553-pro .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#mmt-553-pro .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#mmt-553-pro .steps-container {
margin-top: 20px;
}
#mmt-553-pro .step {
margin-bottom: 15px;
padding: 0 5px;
}
#mmt-553-pro .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px;
}
#mmt-553-pro .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#mmt-553-pro .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#mmt-553-pro .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#mmt-553-pro .steps-cta {
margin-top: 20px;
}
#mmt-553-pro .tech-specs-header { margin-bottom: 20px; }
#mmt-553-pro .specs-detail-list { /* Adapted from .specs-card-grid */
grid-template-columns: 1fr;
gap: 15px;
}
#mmt-553-pro .specs-detail-item { /* Adapted from .spec-card */
/* flex-direction: column; align-items: flex-start; text-align: left; _/ /_ Keeping aaa.html's centered style */
gap: 10px;
padding: 20px; /* Retaining from aaa.html's previous mobile style */
}
#mmt-553-pro .specs-detail-icon { /* Adapted from .spec-card-icon */
margin-bottom: 10px;
font-size: 2rem; /* Retaining from aaa.html's previous mobile style */
width: 50px; /* Retaining from aaa.html's previous mobile style */
height: 50px; /* Retaining from aaa.html's previous mobile style */
}
#mmt-553-pro .specs-detail-label { /* Retaining from aaa.html's previous mobile style */
font-size: 0.9rem;
}
#mmt-553-pro .specs-detail-value { /* Retaining from aaa.html's previous mobile style */
font-size: 0.85rem;
}
#mmt-553-pro .floating-element {
display: none;
}
/* Distributor Section Responsive */
#mmt-553-pro .distributor-section {
padding: 30px 0 20px;
}
#mmt-553-pro .distributor-title {
font-size: 1.8rem;
}
#mmt-553-pro .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#mmt-553-pro .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px;
}
#mmt-553-pro .benefit-item {
padding: 15px 10px;
}
#mmt-553-pro .benefit-icon-wrapper {
width: 45px;
height: 45px;
margin-right: 10px;
}
#mmt-553-pro .benefit-icon {
font-size: 1.3rem;
}
#mmt-553-pro .benefit-title {
font-size: 1.1rem;
}
#mmt-553-pro .benefit-text {
font-size: 0.85rem;
}
#mmt-553-pro .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
#mmt-553-pro .distributor-btn,
#mmt-553-pro .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#mmt-553-pro .faq-section,
#mmt-553-pro .support-contact-section {
padding: 40px 0;
}
#mmt-553-pro .faq-container {
margin-top: 30px;
}
#mmt-553-pro .faq-question {
padding: 15px 20px;
}
#mmt-553-pro .faq-question h3 {
font-size: 0.95rem;
}
#mmt-553-pro .faq-answer {
padding: 0 20px;
}
#mmt-553-pro .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#mmt-553-pro .faq-answer p,
#mmt-553-pro .faq-answer li {
font-size: 0.85rem;
}
#mmt-553-pro .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#mmt-553-pro .support-card {
padding: 20px;
}
#mmt-553-pro .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#mmt-553-pro .support-icon i {
font-size: 1.5rem;
}
#mmt-553-pro .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#mmt-553-pro .support-text {
font-size: 0.85rem;
}
#mmt-553-pro img {
max-width: 100%;
height: auto;
display: block;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#mmt-553-pro .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#mmt-553-pro .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Detaylı Görsel Galeri Bölümü */
#mmt-553-pro .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#mmt-553-pro .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#mmt-553-pro .detail-gallery-item {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(0,0,0,0.03);
}
#mmt-553-pro .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#mmt-553-pro .detail-gallery-image {
width: 100%;
height: 300px;
object-fit: contain;
object-position: center;
display: block;
transition: transform 0.3s ease;
background: #fff;
padding: 15px;
box-sizing: border-box;
}
#mmt-553-pro .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#mmt-553-pro .detail-gallery-content {
padding: 25px;
text-align: center;
}
#mmt-553-pro .detail-gallery-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px;
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#mmt-553-pro .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
transform: scale(1.1);
}
#mmt-553-pro .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#mmt-553-pro .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
/* Detaylı Görsel Galeri Mobile Responsive */
@media (max-width: 768px) {
#mmt-553-pro .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#mmt-553-pro .detail-gallery-image {
height: 200px;
object-fit: contain;
padding: 10px;
}
#mmt-553-pro .detail-gallery-content {
padding: 20px;
}
#mmt-553-pro .detail-gallery-title {
font-size: 1.1rem;
}
#mmt-553-pro .detail-gallery-description {
font-size: 0.9rem;
}
}

Profesyonel Sınıf
AUTOOL MMT553 Profesyonel Taşıma Standı
AUTOOL MMT553 Profesyonel Taşıma Standı, premium paslanmaz çelik yapısı, 300 kg yük kapasitesi ve ergonomik tasarımı ile atölye ve garaj ortamınız için tasarlanmış üstün bir organizasyon ve taşıma çözümüdür.
300 kg Kapasite
3 Katlı Depolama
Kilitli Kapaklı Bölme
360° Döner Tabla
Hemen Satın Al
Detaylı Bilgi
300
KG Kapasite





Profesyonel Atölye Çözümü
Üstün Özellikleri ile AUTOOL Taşıma Standı
AUTOOL MMT553 Profesyonel Taşıma Standı, modern atölye ve garaj ortamlarının ihtiyaçlarını karşılamak üzere tasarlanmış, yüksek dayanıklılığa sahip bir organizasyon çözümüdür. Tüm el aletlerinizi, diagnostik cihazlarınızı ve tamir ekipmanlarınızı düzenli ve kolay erişilebilir tutarak verimliliğinizi artırır.
Olağanüstü Dayanıklılık
1,5 mm ile 3 mm kalınlığında yüksek sınıf paslanmaz çelik yapı, korozyon ve aşınmaya karşı üstün direnç sağlar. Endüstriyel sınıf malzeme ile üretilen alet arabası zorlu atölye koşullarında bile 10+ yıl hizmet verir.
Yüksek Yük Kapasitesi
300 kg'lık etkileyici yük kapasitesi ile sektör standartlarının üzerinde performans sunar. Ağır el aletleri, teşhis ekipmanları, motor parçaları ve tüm profesyonel ekipmanlarınızı tek bir araç üzerinde güvenle taşır.
Üstün Hareket Özgürlüğü
Aşınmaya dayanıklı kauçuk kaplamalı 3 inç endüstriyel tekerlekler, her türlü zeminde sessiz ve sorunsuz hareket sağlar. Çift kilitlenebilir ön tekerlekler, eğimli yüzeylerde bile mükemmel stabilite sunar.
Optimum Depolama Çözümü
Üç katlı profesyonel tasarım, aletlerinizi kategorize etmenizi ve özel olarak düzenli tutmanızı sağlar. Her kat maksimum erişilebilirlik için optimize edilmiştir ve stratejik depolama olanağı sunar.
Ergonomik Kullanım
100 cm ideal yüksekliğindeki kullanıcı dostu tasarım, uzun süre çalışmalarda bel ve sırt ağrılarını önler. Güçlendirilmiş saplar ve yumuşak tutma yüzeyleri el ve bilek yorgunluğunu minimuma indirir.
Ekstra Alet Depolama
Yan tarafta bulunan 4 adet askı aparatı, en sık kullandığınız aletlere hızlı erişim sağlar ve çalışma alanınızı daha da düzenli tutmanıza yardımcı olur.
Kilitli Kapaklı Güvenli Depolama
Üst katta bulunan patentli kilitli kapaklı özel bölme, değerli aletlerinizi ve hassas ekipmanlarınızı güvenle saklamanızı sağlar. Güçlendirilmiş çelik kilit mekanizması yetkisiz erişimi engeller ve çalınmaya karşı ekstra güvenlik sunar.
360° Döner Tabla
Üst kısımdaki özel tasarlanmış 360° döner tabla, ekipmanlarınıza her açıdan erişim sağlar. İstediğiniz yükseklikte konumlandırabileceğiniz esnek mekanizma sayesinde, 15 kg'a kadar yük taşıyabilen tabla teşhis cihazlarınız için ideal platformdur.
Laptop Uyumlu Tabla
Üst tabla, laptop veya diagnostik cihazlarınızı güvenle yerleştirebileceğiniz özel bir yüzeye sahiptir. Bu sayede araç teşhis işlemleri ve yazılım güncellemeleri sırasında ekipmanlarınızı stabilize edebilirsiniz.
Detaylı Görseller
AUTOOL MMT553 Detaylı Görsel Galeri
AUTOOL MMT553 Profesyonel Taşıma Standı'nın tüm özelliklerini, kullanım adımlarını ve teknik detaylarını görsel olarak keşfedin. Her görsel, ürünün farklı bir yönünü ve işlevini açıklamaktadır.

Çok Katmanlı Depolama Tasarımı
AUTOOL MMT553 Profesyonel Taşıma Standı, stratejik olarak tasarlanmış çok katmanlı depolama sistemi ile maksimum organizasyon sağlar. Dizüstü Bilgisayar Depolama Katmanı ile laptop ve tablet cihazlarınızı güvenle yerleştirin. Programlanmış Güç Kaynağı Depolama Katmanı ile şarj cihazları ve güç kaynaklarınızı düzenli tutun. Otomatik Tanılama Tarayıcı Depolama Katmanı ile OBD tarayıcıları ve teşhis ekipmanlarınızı kolay erişilebilir konumda saklayın. Araç Akü Depolama Katmanı ile yedek aküler ve elektriksel ekipmanlarınız için özel alan. Her katman, belirli ekipman türleri için optimize edilmiş boyutlarda tasarlanmıştır.

Paslanmaya ve Korozyona Dayanıklı Tasarım
AUTOOL MMT553 Profesyonel Taşıma Standı, endüstriyel sınıf elektrostatik toz boya kaplama teknolojisi ile üretilmiştir. Bu gelişmiş yüzey işlemi, ürüne mükemmel pas ve korozyon direnci kazandırırken, aynı zamanda temizlik ve bakım kolaylığı sağlar. Toz boya kaplama, geleneksel boyama yöntemlerine kıyasla daha dayanıklı, çizilmeye karşı dirençli ve uzun ömürlü bir koruma tabakası oluşturur. Atölye ortamlarındaki yağ, toz, nem ve kimyasal maddelere karşı üstün direnç gösterir. Yüzey, sadece nemli bir bez ile kolayca temizlenebilir ve yıllar boyunca ilk günkü görünümünü korur.

360° Dönen Tekerlekler
AUTOOL MMT553 Profesyonel Taşıma Standı, yüksek kaliteli doğal kauçuk malzemeden üretilmiş 4 adet 3 inç (76 mm) endüstriyel tekerlekler ile donatılmıştır. Doğal kauçuk yapısı, zemin ile olan sürtünmeyi optimize ederek gürültü seviyesini minimum düzeye indirir ve çalışma ortamında sessiz hareket sağlar. 360° dönme kabiliyeti sayesinde her yönde kolayca manevra yapabilir, dar alanlarda bile rahatça hareket edebilirsiniz. Çift kilitlenebilir ön tekerlek sistemi, alet arabasını şantiye ve atölye ortamlarında güvenle sabitlemenizi sağlar. Bu gelişmiş tekerlek teknolojisi, hem taşıma kolaylığı hem de operasyonel verimlilik açısından maksimum performans sunar.

Güvenli Kilitleme Sistemi
AUTOOL MMT553 Profesyonel Taşıma Standı, gelişmiş güvenlik kilitleme mekanizması ile donatılmıştır. Bu özel tasarlanmış sistem, değerli aletlerinizi ve ekipmanlarınızı yetkisiz erişime karşı korur. Güçlendirilmiş çelik kilit yapısı, zorlamaya karşı dayanıklıdır ve uzun ömürlü kullanım sağlar. Kilitleme sistemi, hem üst kapaklı bölme hem de çekmece alanları için aynı anahtar ile çalışır, böylece pratik kullanım sunar. Atölye ve şantiye ortamlarında pahalı el aletleri, diagnostik cihazlar ve hassas ölçüm ekipmanlarınızı endişesiz bir şekilde saklayabilirsiniz. Bu profesyonel güvenlik çözümü, iş yerinizdeki değerli varlıklarınızı koruma altına alır.

360° Döner Laptop Platformu
AUTOOL MMT553 Profesyonel Taşıma Standı, gelişmiş 360° döner laptop platformu ile donatılmıştır. Dizüstü bilgisayar saklama bölmesi, kullanım kolaylığını maksimum düzeye çıkaran döner bir tabana ve yüksekliği ayarlanabilir bir platforma sahiptir. 360 Derece Dönebilen Taban sayesinde laptop veya diagnostik cihazınızı istediğiniz açıda konumlandırabilir, çalışma pozisyonunuzu optimize edebilirsiniz. Yüksekliği Ayarlanabilir Platform ile farklı boyutlardaki cihazlar için ideal çalışma yüksekliği ayarlanabilir. Bu ergonomik tasarım, uzun süreli kullanımlarda boyun ve sırt yorgunluğunu önler, aynı zamanda cihazlarınızın güvenli bir şekilde yerleştirilmesini sağlar. Profesyonel teşhis işlemleri ve yazılım güncellemeleri sırasında maksimum verimlilik sunar.

Korkuluk ve Kayış Tasarımı
Seçilmiş paslanmaz çelik boru korkuluk tasarımı ile pürüzsüz, parlak ve korozyona dayanıklı yapı. Programlanabilir güç kaynak makinesini tamir etmek ve ekipmanı korumak için özel kayış tasarımı. Pratik kancalar sayesinde aletlerinizi düzenli bir şekilde saklayabilir ve kolayca erişebilirsiniz. Bu gelişmiş tasarım, atölye ortamında maksimum organizasyon ve verimlilik sağlar.
Kolay Kurulum
AUTOOL Taşıma Standı Kurulum Rehberi
AUTOOL MMT553 Profesyonel Taşıma Standı, kolay montaj için tasarlanmıştır. Standart bir 10mm ve 13mm anahtar seti ile yıldız tornavida kullanarak ortalama 30-45 dakika içinde montajı tamamlayabilirsiniz.
1
Parçaları Çıkarın
Kutudan tüm parçaları çıkarın ve montaj kılavuzuna göre sıralayın. Tüm bağlantı elemanlarının eksiksiz olduğunu kontrol edin.
2
Alt Çerçeveyi Birleştirin
İlk olarak alt çerçeveyi birleştirin ve tekerlekleri monte edin. Tekerleklerin sağlam bir şekilde sabitlendiğinden emin olun.
3
Direkleri ve Rafları Takın
Yan direkleri alt çerçeveye monte edin, ardından orta ve üst rafları yerleştirin. Rafların düzgün oturduğundan emin olun.
4
Son Montajı Tamamlayın
Yan askı aparatlarını takın, tüm vidaları kontrol edin ve sıkın. Tüm bağlantıların sağlam olduğundan emin olun. Alet arabanız kullanıma hazır!
Teknik Detaylar
AUTOOL Taşıma Standı Teknik Özellikleri
AUTOOL MMT553 Profesyonel Taşıma Standı, yüksek kaliteli malzemeler ve kusursuz işçilikle üretilmiştir. Atölye ve garaj ortamınızda uzun yıllar güvenle kullanabileceğiniz teknik özelliklere sahiptir.
Model
AUTOOL MMT553
Malzeme
1,5-3 mm yüksek kalite paslanmaz çelik, elektrostatik toz boya kaplama
Toplam Taşıma Kapasitesi
300 kg (piyasa ortalamasından %25 daha fazla)
Raf Sayısı
3 Kat (Optimize edilmiş ağırlık dağılımı ile)
Raf Kapasiteleri
Üst Raf: 70 kg, Orta Raf: 100 kg, Alt Raf: 130 kg
Yan Askı Aparatları
4 adet, her biri 5 kg taşıma kapasiteli
Boyutlar
74 x 44 x 100 cm (genişlik x derinlik x yükseklik)
Ürün Ağırlığı
30 kg (Taşınabilirlik ve sağlamlık arasında optimum denge)
Tekerlekler
4 adet 3 inç (76 mm) aşınmaya dayanıklı kauçuk kaplı endüstriyel tekerlekler
Kilitli Bölme
Sağlamlaştırılmış çelik anahtarlı kilit sistemi, yetkisiz erişim koruması
360° Döner Tabla
15 kg taşıma kapasiteli, kullanıcının istediği yükseklikte ayarlayabileceği yapı
Laptop Uyumluluğu
Yükseklik kiti üzerinde her boyut laptop veya diagnostik cihaz kullanımı için uygun

Güvenilir Kaynak

Resmi Türkiye Distribütörü: otoeko.com
AUTOOL ürünlerini otoeko.com güvencesiyle, doğrudan resmi distribütöründen temin edin.
Orijinal ürün garantisi, 1 Yıl resmi Türkiye garantisi ve uzman teknik destek otoeko.com'da.
Orijinal Ürün Garantisi
Tüm AUTOOL ürünleri %100 orijinaldir ve doğrudan üreticiden temin edilir. Sahte ürün riski olmadan güvenle alışveriş yapın.
1 Yıl Resmi Garanti
Türkiye genelinde geçerli, fatura tarihinden itibaren 1 yıl resmi otoeko.com garantisi. Herhangi bir sorun yaşarsanız hızlı çözüm.
Uzman Teknik Destek
Satın alma öncesi ve sonrası tüm sorularınız için profesyonel teknik destek hizmeti. Kullanım ve bakım konusunda uzman desteği.
Hızlı ve Güvenli Teslimat
Siparişiniz özenle paketlenir ve en kısa sürede adresinize teslim edilir. Kargo takibi ve güvenli teslimat garantisi.
Özel Kampanyalar
Resmi distribütör olarak sunduğumuz özel fiyatlar ve kampanyalardan yararlanın. Düzenli olarak sunulan fırsatları kaçırmayın.
Ödeme Kolaylığı
Kredi kartı, havale/EFT seçenekleriyle size en uygun ödeme yöntemini seçin. Güvenli alışveriş deneyimi.
Neden Tercih Edilir
Neden AUTOOL Taşıma Standı?
AUTOOL MMT553 Profesyonel Taşıma Standı, dayanıklı paslanmaz çelik yapısı, 300 kg'lık etkileyici taşıma kapasitesi ve stratejik depolama sistemi ile çalışma alanınızı dönüştürecek. Aletlerinizi düzenli ve kolay erişilebilir tutarak, verimliliğinizi artırın.
Yan askı aparatları nasıl kullanılır?
Yan panellerdeki 4 adet askı aparatı, tornavida, pense, anahtar setleri gibi sık kullanılan el aletlerinizi asabilmenizi sağlar. Her bir askı 5 kg'a kadar ağırlık taşıyabilir. Askı aparatları çıkarılıp yeniden düzenlenebilir özelliktedir, böylece kendi çalışma düzeninize göre özelleştirebilirsiniz. Aletlerin ağırlığına göre askıları eşit bir şekilde dağıtmanız, alet arabasının dengesini koruması açısından önemlidir.
AUTOOL Taşıma Standı'nın montajı nasıl yapılır?
AUTOOL MMT553 Taşıma Standı, kolay montaj için tasarlanmıştır. Ürün kutusunda detaylı bir montaj kılavuzu ve gerekli tüm bağlantı parçaları bulunmaktadır. Standart bir 10mm ve 13mm anahtar seti ile yıldız tornavida kullanarak ortalama 30-45 dakika içinde montajı tamamlayabilirsiniz. Tüm bağlantı vidaları ve somunları yüksek dayanımlı çelikten üretilmiştir ve kutudan tam olarak çıkar.
Taşıma standı ağır aletleri taşıyabilir mi?
Evet, AUTOOL Taşıma Standı toplam 300 kg'a kadar yük taşıma kapasitesine sahiptir. Bu kapasite, piyasadaki benzer ürünlerin çoğundan %25 daha yüksektir. Taşıma kapasitesi her katta farklı miktarlarda dağıtılmıştır: üst raf 70 kg, orta raf 100 kg ve alt raf 130 kg. Güçlendirilmiş alt çerçeve yapısı sayesinde ağır motor parçaları, şanzıman veya profesyonel el aletleri gibi ağır ekipmanları alt rafta güvenle depolayabilirsiniz.
Tekerlekler ne tür zeminlerde hareket edebilir?
AUTOOL Taşıma Standı'nda kullanılan 3 inç (76 mm) yüksek kaliteli endüstriyel tekerlekler, özel sertleştirilmiş çelik çerçeve ve aşınmaya dayanıklı kauçuk kaplama ile üretilmiştir. Beton, epoksi, fayans, vinil, laminant, ahşap zeminler ve hafif pürüzlü yüzeylerde bile sorunsuz hareket edebilir. Çift yönlü kilit sistemi olan kilitlenebilir ön tekerlekler sayesinde, eğimli yüzeylerde bile güvenle kullanılabilir. Bu tekerlekler düzenli bakım gerektirmez ve yüksek yüklerde bile uzun ömürlüdür.
AUTOOL Taşıma Standı bakım gerektiriyor mu?
AUTOOL Taşıma Standı minimum bakım gerektirir. Tekerleklerin yılda bir kez hafif makine yağı ile yağlanması ve periyodik olarak kontrol edilmesi önerilir. Elektrostatik toz boya kaplama sayesinde yüzeyler kolayca temizlenebilir, sadece nemli bir bez ve gerekirse hafif bir deterjan kullanmanız yeterlidir.
Kilitli bölme nasıl kullanılır ve ne kadar güvenlidir?
AUTOOL Taşıma Standı'nın üst kısmında bulunan kilitli bölme, çelik yapısı ve güçlendirilmiş kilit mekanizması ile değerli aletleriniz için üst düzey güvenlik sağlar. Standart anahtarlı kilit sistemi ile donatılmıştır ve aynı anahtar hem üst bölmeyi hem de alt çekmeceyi açabilir. Kilit mekanizması zorlamaya karşı dayanıklıdır ve yetkisiz erişime karşı etkili koruma sunar. Bu bölme özellikle pahalı el aletleri, diagnostik ekipmanlar ve hassas ölçüm cihazları için idealdir.
360° döner tabla özelliği nasıl çalışır?
360° döner tabla, taşıma standının üst kısmına entegre edilmiş patentli bir sistemdir. Yüksekliği kullanıcının ihtiyacına göre ayarlanabilir ve 15 kg'a kadar yük taşıyabilir. Tabla, merkezi bir mil etrafında tam 360 derece dönebildiği için, çalışırken laptop veya teşhis cihazınızı istediğiniz açıda konumlandırabilirsiniz. Yükseklik ayarı için tabla altındaki kilitleme mekanizmasını gevşetin, istediğiniz yüksekliğe ayarlayın ve tekrar kilitleyin. Bu özellik özellikle araç teşhis ve yazılım güncelleme işlemleri sırasında büyük kolaylık sağlar.
Size Özel Destek
Destek ve İletişim
AUTOOL Taşıma Standı ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.
Telefon Desteği
Hafta içi 09:00-18:00 saatleri arasında telefon ile teknik destek ve sipariş konularında yardım alabilirsiniz.
E-posta Desteği
7/24 e-posta desteğimiz ile sorularınızı iletebilir, en geç 24 saat içinde yanıt alabilirsiniz.
WhatsApp Desteği
WhatsApp üzerinden bize ulaşarak hızlı destek alabilirsiniz.
No questions have been asked about this product yet.
Be the first to ask a question!Ask a Question
No reviews yet
Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.
Türkçe
English
العربية