Special Force AK-988 Personal Defense Weapon Incredible Electronic Sound and Unique Action Age 3+ Toy

J4P0KA09
$11.00 $15.00
Out of Stock

Description

  • Shot sounds, moving muzzle, bipod
  • Kids Toy Gun, Battery Operated, Electronic Flashing LED Lights - Pull the trigger and watch the rifle light up with flashing LED lights all over the surface.
  • Battery size: 3 AA batteries (not included). Durable Material - Your child will spend countless hours playing with this kid-safe product. Made of high quality plastic materials.
  • Stimulates Imagination - Pretend play develops a child's motor, imaginative and comprehension skills.
  • Recommended for children from 3 years. The products come in attractive packaging, making it an ideal birthday gift.

Electronic Toy Gun With Amazing Light and Sound for Kids, Pull Trigger and See Rifle Illuminated with Flashing LED Lights on All Battery Size: 3 * AA (No Battery Included) Durable Material.

Your child will spend countless hours playing with this kid-safe product. 

Made with high quality plastic materials. Pretend play develops a child's motor, imaginative and comprehensive skills. 

 

 
 

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