Orbegozo Quartz Stove BP 3300, Electric Heater With Anti-Tip System - 1200 W

J15P0AM66
$28.00 $30.00
In Stock

Description

With the heat of the Orbegozo BP 3300 quartz stove, you can enjoy constant and uniform intense heat. Simple operation, with three quartz tubes and rotary selector, 3 power levels: 400 W, 800 W and 1200 W. It incorporates a safety system that disconnects the device in the event of overturning.

  • electric stove with white design and gray and orange details
  • 1200 W power with 3 operating levels: 400 W, 800 W and 1200 W
  • Connection: 230 V ~ 50 Hz
  • Protected reflector of high brightness with which an instantaneous emission of heat will be achieved
  • It has an anti-tip safety system with automatic disconnection in the event of a fall and a carrying handle
  • Quartz stove with high brightness protected reflector
  • Simple operation and instant heat emission
  • Dimensions: 30 x 42.5 x 17 cm.

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