Micmax Kids 3 Wheels Scooter With Motion-Activated Light-Up LED Wheels Age 3+ Toy

J16P5KA32
$25.00 $29.00
In Stock

Description

  • New Improved Model features wheels replaced with wider width size and color that match the scooter.
  • All 3 wheels are now fitted with kinetic powered LED which will lighted up during scootering. No battery reqiured 
  • Extra catch holes at T-bar that locked the bar when you adjusted the bar to your kids comfortable height.

This Scooter have a wider base and four wheels,it`s easy to balance for long distances. the handle bars are adjustable great for growing with your kids, the install is very easy and fast with a push of a button and pushing the handle bars into the base, and it come with a instruction, the wheels do light up well when they roll. It has a break on the back and easy to use it.

Suitable for ages 3-12 years old
Footplate:100% NEW PP
Deck:Nylon with glass fiber reinforced (PA66-GF)br>T-bar Material:Aluminum
Handle Grip: TPR Rubber


Related Products

You might also like

Whoops! There was an error.
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129
0
Symfony
\
Component
\
Debug
\
Exception
\
FatalErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void