Pro Gemei GM-6032 Hair Clipper And Beard Trimmer

H30k56
$12.00 $15.00
In Stock

Description

The Pro Gemei GM 6032 hair clipper is a lightweight, compact travel clipper in a plastic case with one universal attachment and the ability to more accurately adjust the cutting height. With the help of circular pivoting movements, an additional setting of 0.8 to 2.0 mm can be made. The manufacturer also included oil for lubrication, a cleaning brush, and a power cord in the delivery set. The advantage of the model over other analogs is its affordable price, nice appearance, good build quality.

  • Battery or power mode 
  • Really silent operation & perfect cutting 
  • Detachable head for easy cleaning 
  • Easy and safe use 
  • Perfect and reliable mechanism 
  • Previous shaving system 
  • Titanium blades 
  • Small design with thin torso and emphasis on ergonomics and practicality 
  •  Charging indicator light (charging time 8 hours)

 

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