<!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>VARTA Powersports Freshpack</title> <style> body { font-family: Arial, sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .container { max-width: 900px; margin: 30px auto; background-color: white; border-radius: 10px; box-shadow: 0 0 15px rgba(0,0,0,0.1); padding: 20px; } .product-header { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; } .product-header img { width: 200px; height: auto; border-radius: 8px; } .product-header .info { flex: 1; } .product-header h1 { margin: 0; font-size: 24px; color: #000; } .product-header h2 { margin: 10px 0; font-size: 20px; color: #555; } .description { margin-top: 20px; font-size: 15px; color: #333; line-height: 1.6; } .buttons { margin-top: 15px; } .buttons a { display: inline-block; margin-right: 10px; padding: 10px 20px; background-color: #002e5b; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; } .buttons a.secondary { background-color: #ffd500; color: #000; } .specs { margin-top: 30px; } .specs h3 { font-size: 18px; color: #000; border-bottom: 2px solid #002e5b; padding-bottom: 5px; } .spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 15px; } .spec-item { background-color: #f0f0f0; padding: 10px 15px; border-radius: 5px; } .spec-item strong { display: block; margin-bottom: 5px; color: #002e5b; } @media (max-width: 600px) { .product-header { flex-direction: column; text-align: center; } .product-header img { margin-bottom: 10px; } } </style> </head> <body> <div class="container"> <div class="product-header"> <img src="https://www.varta-automotive.com/-/media/varta/images/products/powersports/freshpack/powersports-freshpack-530030030.png" alt="VARTA Freshpack 530030030"> <div class="info"> <h1>POWERSPORTS</h1> <h2>Freshpack 530 030 030</h2> <div class="description"> VARTA Powersports aküleri, hangi araç veya arazi olursa olsun ihtiyacınız olan gücü sağlar. Akü serisi, güvenilir marş gücü, olağanüstü besleme enerjisi ve titreşimlere dayanacak sağlam bir yapı sunar. VARTA Powersports Freshpack aküler sıcak ve soğuk havalarda güvenilir marş gücü sağlar. </div> <div class="buttons"> <a href="#">NEREDEN SATIN ALINIR</a> <a href="#" class="secondary">UYGUN MU?</a> </div> </div> </div> <div class="specs"> <h3>Teknik Özellikler</h3> <div class="spec-grid"> <div class="spec-item"> <strong>Kapasite:</strong> 30 Ah </div> <div class="spec-item"> <strong>Soğuk Marş Akımı:</strong> 300 A </div> <div class="spec-item"> <strong>ETN:</strong> 530030030 </div> <div class="spec-item"> <strong>Kısa Kod:</strong> 53030 / 60-N30L–B </div> <div class="spec-item"> <strong>Voltaj:</strong> 12 V </div> <div class="spec-item"> <strong>Kasa Boyutu:</strong> 53030 (60-N30L–B) </div> <div class="spec-item"> <strong>Boyutlar (UxGxY):</strong> 186 / 130 / 171 mm </div> </div> </div> </div> </body> </html>
Internet Explorer tarayıcısının 9.0 ve daha eski sürümlerini desteklememekteyiz. Web sitemizi doğru görüntüleyebilmek için tarayıcınızı güncelleyebilirsiniz, güncelleyemiyorsanız başka bir tarayıcıyı ücretsiz yükleyebilirsiniz.