
Turn Brake Lamp & Inner Tail Light Replacement for Model X (16-20)
IVA y comisiones incluidos
root { --text-dark: #1a1a1a; --text-medium: #4a4a4a; --bg-light: #f4f4f4; --white: #ffffff; --border-radius: 16px; --shadow: 0 4px 20px rgba(0,0,0,0.08); } body { margin: 0; padding: 0; background: #fafafa; } .v6-wrapper { font-family: 'Inter', -apple-system, sans-serif; color: var(--text-dark); line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: transparent; } .hero-v6 { text-align: center; padding: 40px 0 20px; } .hero-v6 h2 { font-size: 3rem; font-weight: 800; margin-bottom: 15px; } .pill-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; } .pill-tag { background: #f0f0f0; color: #333; padding: 6px 18px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; border: 1px solid #e5e5e5; } .feature-card-row { background: var(--white); border-radius: var(--border-radius); box-shadow: var(--shadow); margin-bottom: 30px; padding: 40px; display: flex; align-items: center; gap: 50px; transition: transform 0.3s ease; } .feature-card-row:hover { transform: translateY(-5px); } .f-media { flex: 1.2; } .f-media img { width: 100%; border-radius: 12px; display: block; } .f




