Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light

J5P0D08
$14.00 $18.00
In Stock
Ultra-Bright Motion-Activated Solar Power Light!
  • 3 times brighter and 120 Degree extra wide Light Coverage
  • Solar Powered, Never needs batteries or bulbs
  • No tools, No wiring, No mess!
  • Motion activated
  • 24 Ultra Bright and powerful LEDS
Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!
 

Related Products

You might also like

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 212992 of 337372 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 212992 of 337372 bytes written, possibly out of free disk space" Stacktrace: #7 ErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /home/blacklb/public_html/public/index.php:65
7
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
5
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
4
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
3
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
2
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
0
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
65
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(): Only 212992 of 337372 bytes written, possibly out of free disk space"
    
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/home/blacklb/public_html/storage/framework/sessions/1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119"
    
  2. """
    a:5:{s:6:"_token";s:40:"e6ChJ8f7tiUu6J3XUZvRPIatCnLyvwQo6r96A1Hf";s:6:"locale";s:2:"en";s:67:"1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:870;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:870;s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:5:"price";d:14;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:16:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5869;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58508;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5871;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58509;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5873;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58510;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5874;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58511;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5884;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58512;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5870;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58513;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5877;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58514;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5880;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58515;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5881;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58516;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:9;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5883;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58517;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:10;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5882;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58518;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:11;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5876;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58519;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:12;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5875;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58520;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:13;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5878;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58521;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:14;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5879;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58522;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:15;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5872;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58523;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:14:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:17:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:14;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:15;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:16;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";s:13:"meta_keywords";a:44:{i:0;s:16:"ever brite ultra";i:1;s:34:"120 degree wide coverage solar led";i:2;s:26:"solar led motion activated";i:3;s:20:"ever brite solar led";i:4;s:36:"320 lumen solar led motion activated";i:5;s:15:"24 ultra bright";i:6;s:13:"powerful leds";i:7;s:13:"solar powered";i:8;s:24:"no needs batteries bulbs";i:9;s:25:"stumbling around the dark";i:10;s:10:"dark night";i:11;s:9:"darekness";i:12;s:14:"outdoor lights";i:13;s:15:"electronic leds";i:14;s:15:"24 super bright";i:15;s:18:"panoramic lighting";i:16;s:13:"motion sensor";i:17;s:29:"detects movement 12 feet away";i:18;s:16:"illumanates path";i:19;s:14:"dims automatic";i:20;s:27:"construction grade adhesive";i:21;s:12:"secure light";i:22;s:11:"light stick";i:23;s:13:"ultra uses 3m";i:24;s:24:"solar technology charges";i:25;s:19:"lithium ion battery";i:26;s:17:"long life battery";i:27;s:15:"3 lighting mode";i:28;s:18:"led peel and stick";i:29;s:16:"led stick stucco";i:30;s:21:"led stick any surface";i:31;s:11:"plastic led";i:32;s:15:"back door light";i:33;s:12:"garden light";i:34;s:19:"garage motion light";i:35;s:23:"light durable and built";i:36;s:15:"emergency light";i:37;s:10:"safe night";i:38;s:18:"secure light night";i:39;s:17:"pool motion light";i:40;s:17:"rain motion light";i:41;s:20:"waterproof led light";i:42;s:19:"garden motion light";i:43;s:17:"home motion light";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:107:"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
  3. 2
    
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/blacklb/public_html/storage/framework/sessions/1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119"
    
  2. """
    a:5:{s:6:"_token";s:40:"e6ChJ8f7tiUu6J3XUZvRPIatCnLyvwQo6r96A1Hf";s:6:"locale";s:2:"en";s:67:"1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:870;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:870;s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:5:"price";d:14;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:16:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5869;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58508;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5871;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58509;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5873;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58510;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5874;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58511;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5884;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58512;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5870;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58513;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5877;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58514;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5880;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58515;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5881;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58516;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:9;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5883;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58517;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:10;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5882;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58518;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:11;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5876;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58519;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:12;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5875;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58520;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:13;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5878;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58521;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:14;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5879;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58522;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:15;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5872;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58523;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:14:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:17:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:14;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:15;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:16;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";s:13:"meta_keywords";a:44:{i:0;s:16:"ever brite ultra";i:1;s:34:"120 degree wide coverage solar led";i:2;s:26:"solar led motion activated";i:3;s:20:"ever brite solar led";i:4;s:36:"320 lumen solar led motion activated";i:5;s:15:"24 ultra bright";i:6;s:13:"powerful leds";i:7;s:13:"solar powered";i:8;s:24:"no needs batteries bulbs";i:9;s:25:"stumbling around the dark";i:10;s:10:"dark night";i:11;s:9:"darekness";i:12;s:14:"outdoor lights";i:13;s:15:"electronic leds";i:14;s:15:"24 super bright";i:15;s:18:"panoramic lighting";i:16;s:13:"motion sensor";i:17;s:29:"detects movement 12 feet away";i:18;s:16:"illumanates path";i:19;s:14:"dims automatic";i:20;s:27:"construction grade adhesive";i:21;s:12:"secure light";i:22;s:11:"light stick";i:23;s:13:"ultra uses 3m";i:24;s:24:"solar technology charges";i:25;s:19:"lithium ion battery";i:26;s:17:"long life battery";i:27;s:15:"3 lighting mode";i:28;s:18:"led peel and stick";i:29;s:16:"led stick stucco";i:30;s:21:"led stick any surface";i:31;s:11:"plastic led";i:32;s:15:"back door light";i:33;s:12:"garden light";i:34;s:19:"garage motion light";i:35;s:23:"light durable and built";i:36;s:15:"emergency light";i:37;s:10:"safe night";i:38;s:18:"secure light night";i:39;s:17:"pool motion light";i:40;s:17:"rain motion light";i:41;s:20:"waterproof led light";i:42;s:19:"garden motion light";i:43;s:17:"home motion light";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:107:"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
  3. true
    
     *
     * @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
Arguments
  1. "1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119"
    
  2. """
    a:5:{s:6:"_token";s:40:"e6ChJ8f7tiUu6J3XUZvRPIatCnLyvwQo6r96A1Hf";s:6:"locale";s:2:"en";s:67:"1T5LhCXZkWapxWtwZI3ETA63SQOBW9qLkyq2e119_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:870;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:870;s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:5:"price";d:14;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:870;s:12:"tax_class_id";N;s:4:"slug";s:77:"ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"14.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"14.0000";s:3:"sku";s:7:"J5P0D08";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2701;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2026-01-23 08:43:25";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:868;s:10:"product_id";i:870;s:6:"locale";s:2:"en";s:4:"name";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:11:"description";s:2158:"<div id="product-shortdesc">Ultra-Bright Motion-Activated Solar Power Light!</div>\r\n
    <div id="product-bullets">\r\n
    <ul class="product-bullets">\r\n
    <li>3 times brighter and 120 Degree extra wide Light Coverage</li>\r\n
    <li>Solar Powered, Never needs batteries or bulbs</li>\r\n
    <li>No tools, No wiring, No mess!</li>\r\n
    <li>Motion activated</li>\r\n
    <li tabindex="0">24 Ultra Bright and powerful LEDS</li>\r\n
    </ul>\r\n
    <div class="styles__OverviewWrapper-sc-1fnoihs-1 jhzwaO overviewWrapper">\r\n
    <div class="romance">Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite&trade; Ultra! The motion-activated solar powered LED Light! Ever Brite&trade; Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120&ETH;&nbsp;degrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite&trade; Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite&trade; Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite&trade; Ultra uses 3M&trade; construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite&trade; Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite&trade; Ultra is waterproof, durable and built to last! Hang Ever Brite&trade; Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite&trade; Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite&trade; Ultra!</div>\r\n
    </div>\r\n
    <div id="preview-specifications" class="Preview__PreviewWrapper-PDP__mptfyb-1 bKvEFV preview-section">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:16:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5869;s:7:"user_id";i:674;s:8:"filename";s:8:"dsdd.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/chO5mjtKNN35I5zTfUyfM4APiJbCeCub4RJBEiVx.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"79775";s:10:"created_at";s:19:"2021-09-20 14:56:55";s:10:"updated_at";s:19:"2021-09-20 14:56:55";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5869;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58508;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5869;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58508;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5871;s:7:"user_id";i:674;s:8:"filename";s:9:"dffer.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/eWWL45HWpUbg7eA38yAfkkcE17y4nhuCmmEJiscI.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"111949";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5871;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58509;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5871;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58509;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5873;s:7:"user_id";i:674;s:8:"filename";s:10:"dtysrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/gN375ZMrF30mBaXBKKhdYoKfn9PQbRkO2cbPEtOH.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107943";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5873;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58510;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5873;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58510;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5874;s:7:"user_id";i:674;s:8:"filename";s:11:"fghertg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IWLA3Ev8lguuM5EWSej2c9ldVstuCzJ2a2q5wHyv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104733";s:10:"created_at";s:19:"2021-09-20 14:57:20";s:10:"updated_at";s:19:"2021-09-20 14:57:20";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5874;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58511;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5874;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58511;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5884;s:7:"user_id";i:674;s:8:"filename";s:9:"dytyu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tVXlMgFmm0QYjJ9MhX2MfZ338T6A1dErr7dvQ48a.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"205510";s:10:"created_at";s:19:"2021-09-20 15:58:31";s:10:"updated_at";s:19:"2021-09-20 15:58:31";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5884;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58512;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5884;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58512;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5870;s:7:"user_id";i:674;s:8:"filename";s:9:"DgSDg.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/K1PZldCLG3LXjfFaChTRpkCUz9Xxz1HgkpRi7uj8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"143697";s:10:"created_at";s:19:"2021-09-20 14:57:18";s:10:"updated_at";s:19:"2021-09-20 14:57:18";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5870;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58513;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5870;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58513;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5877;s:7:"user_id";i:674;s:8:"filename";s:11:"thertth.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NDk649bA4rFrIN2oPchXtwyiCoD9XUvMxxJLJPta.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"130720";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5877;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58514;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5877;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58514;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5880;s:7:"user_id";i:674;s:8:"filename";s:8:"tyud.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/O4qPEqROE0JZb7G2TXg6WYPMOTCBoLLg2XHl8Zi1.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"120426";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5880;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58515;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5880;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58515;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5881;s:7:"user_id";i:674;s:8:"filename";s:11:"fguit78.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dhRk3sRTF9TPesIc4vHmb7fK6I9fdUOceY3Z6bOZ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"107999";s:10:"created_at";s:19:"2021-09-20 15:23:13";s:10:"updated_at";s:19:"2021-09-20 15:23:13";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5881;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58516;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5881;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58516;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:9;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5883;s:7:"user_id";i:674;s:8:"filename";s:9:"GNGYT.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tyzjZWdYsfVpUGQkB9TaPpfVk4HRyVX5PLnwQGGK.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"114339";s:10:"created_at";s:19:"2021-09-20 15:25:32";s:10:"updated_at";s:19:"2021-09-20 15:25:32";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5883;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58517;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5883;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58517;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:10;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5882;s:7:"user_id";i:674;s:8:"filename";s:8:"XRTX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/JVhzrOlpllJz7CS0FixDPEhY8b9q6lNlj6KtnrfQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"127869";s:10:"created_at";s:19:"2021-09-20 15:23:14";s:10:"updated_at";s:19:"2021-09-20 15:23:14";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5882;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58518;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5882;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58518;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:11;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5876;s:7:"user_id";i:674;s:8:"filename";s:11:"jkyukiu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/AnYvws6TyyKX9uIXHpoAazPyx4etZv2VZKPPcP7A.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"97593";s:10:"created_at";s:19:"2021-09-20 14:57:22";s:10:"updated_at";s:19:"2021-09-20 14:57:22";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5876;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58519;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5876;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58519;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:12;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5875;s:7:"user_id";i:674;s:8:"filename";s:9:"gbghh.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/7xZ6xA5HA2PLq5ppOK1EDnyorpr7TSN5hh7z8dis.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69644";s:10:"created_at";s:19:"2021-09-20 14:57:21";s:10:"updated_at";s:19:"2021-09-20 14:57:21";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5875;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58520;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5875;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58520;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:13;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5878;s:7:"user_id";i:674;s:8:"filename";s:8:"tsrt.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/hwI88mCkwHOu3MuRuxWATYdyhEgVR8YCheA0ehTJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"87053";s:10:"created_at";s:19:"2021-09-20 14:57:23";s:10:"updated_at";s:19:"2021-09-20 14:57:23";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5878;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58521;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5878;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58521;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:14;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5879;s:7:"user_id";i:674;s:8:"filename";s:10:"tusrtu.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/PW0UTTmZiiPmKjcIkY1PLZoZunW1Qw4e5HY4uwPU.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"133941";s:10:"created_at";s:19:"2021-09-20 14:57:24";s:10:"updated_at";s:19:"2021-09-20 14:57:24";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5879;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58522;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5879;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58522;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:15;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:5872;s:7:"user_id";i:674;s:8:"filename";s:10:"erferf.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/OG17YQjsDnALIu9itMrbDiub0AuUJAUoyoEkCGe6.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"68875";s:10:"created_at";s:19:"2021-09-20 14:57:19";s:10:"updated_at";s:19:"2021-09-20 14:57:19";s:15:"pivot_entity_id";i:870;s:13:"pivot_file_id";i:5872;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:58523;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-02-07 12:20:24";s:16:"pivot_updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:870;s:7:"file_id";i:5872;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:58523;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-02-07 12:20:24";s:10:"updated_at";s:19:"2023-02-07 12:20:24";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:14:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:350;s:12:"tax_class_id";N;s:4:"slug";s:22:"electric-insect-killer";s:5:"price";s:7:"24.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2729;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-22 16:58:15";s:10:"updated_at";s:19:"2026-01-22 21:25:09";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:350;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:348;s:10:"product_id";i:350;s:6:"locale";s:2:"en";s:4:"name";s:37:"Electric Insect Killer Mosquito Light";s:11:"description";s:8511:"<h1>Electric Insect Killer</h1>\r\n
    <div class="quick-overview mar5-t"><span class="quick-ov dp-blk">Quick Overview:</span>\r\n
    <div class="key_features_pdp">\r\n
    <ul>\r\n
    <li>With High Efficiency UV-A Fluorescent Tube For Luring Insects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>The 4 Sides Open Outer Mesh For A 360 Degree Attraction To Flying&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Insects from all the directions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>UV-A Lamp: 1X15W&nbsp;&nbsp; T8/BL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Average Working Life Of The Tube: 8000 Hours&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>High Quality Transformer To Ensure The 100% Insects Killing Rate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>PP Plastic Material Construction.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Robust Inner Grid For Stronger Use&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Could Be Wall Mounted&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>With Hand Held For Portable Operation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Extractable Collection Tray For Easy Cleaning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Coverage: 100 sq. m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>\r\n
    <li>Suitable For Home Use, Such As Sitting Room, Bedroom, etc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</li>\r\n
    <li>Lower Power Consumption And High Efficiency</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div class="sellingfeaturesblock">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:353;s:12:"tax_class_id";N;s:4:"slug";s:30:"electronic-led-mosquito-killer";s:5:"price";s:7:"15.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:4:"J3P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:5180;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 10:07:24";s:10:"updated_at";s:19:"2026-01-22 22:43:55";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:353;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:351;s:10:"product_id";i:353;s:6:"locale";s:2:"en";s:4:"name";s:30:"Electronic Led Mosquito Killer";s:11:"description";s:2440:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Electronic Led Mosquito Killer Lamp Household Mosquito Trap Eco-Friendly best for Baby Mosquito&nbsp;LED mosquito repellent Insect Bug Mosquito Flies Buzz Zapper Killer UV Light Camp Children's Room Elimination Machine for summer</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="feature" data-feature-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p>Simple, safe solution to kill mosquitos in any room - including a child's bedroom or nursery. Product description : This hygienic,mosquito killer lampattracts and kills mosquitos without the use of smoke, harmful chemicals or dangerous high-voltage equipment. Unlike other similar units, our lamp uses 6 environmentally friendly, low-voltage LED's to attract flying mosquitos. For maximum attraction, the LED's also cause a harmless catalytic compound to release a tiny quantity of natural carbon dioxide into the air. With no fumes, smoke, heat or high voltages, this is a safe and effective way to deal with mosquitos in your home. ' With an ultra-low power consumption of around 2.5 Watts our LED mosquito killer lamp is cheap to run and great for the environment.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="aplusBrandStory_feature_div" class="feature" data-feature-name="aplusBrandStory" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    <div class="celwidget pd_rd_w-OuEp6 pf_rd_p-13f40a7b-f182-4dc2-808c-af2d9de5894b pf_rd_r-6C12EJ68T2PGKYZ9YTR0 pd_rd_r-10108e6d-81b6-4e0f-88d6-19cb0c27ad99 pd_rd_wg-FxEy2" data-csa-c-id="9e6q45-iu3qac-qu212y-vm2v8l" data-cel-widget="desktop-dp-sims_day0">\r\n
    <div id="p13n-m-desktop-dp-sims_day0-sims-feature-3" class="celwidget" data-csa-c-id="vkqzth-y7eg7q-vatwr1-x4bdvp" data-cel-widget="desktop-dp-sims_day0-sims-feature-3">\r\n
    <div class="a-section similarities-widget sims-carousel-holder" data-similarity-type="desktop-dp-sims_day0">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:358;s:12:"tax_class_id";N;s:4:"slug";s:36:"high-power-rechargeable-led-headlamp";s:5:"price";s:7:"15.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2565;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-10-29 12:53:51";s:10:"updated_at";s:19:"2026-01-22 21:40:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:358;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:356;s:10:"product_id";i:358;s:6:"locale";s:2:"en";s:4:"name";s:36:"high power rechargeable led headlamp";s:11:"description";s:1107:"<h1>New design LED Head lights 3 lights led headlamp high powerful</h1>\r\n
    <table class="aliDataTable" border="0" cellspacing="0" cellpadding="0">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i1.3a91151bfwbPPG">Model</td>\r\n
    <td>JA-1910 Rechargeable led headlamp</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>ABS PLASTIC&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i2.3a91151bfwbPPG">Packing</td>\r\n
    <td>color box and plastic bag</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>LED number</td>\r\n
    <td>3</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Charging time</td>\r\n
    <td>10 hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>duration time</td>\r\n
    <td>5-6hours</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>GW/NW</td>\r\n
    <td>20/18KGS</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td>&nbsp;</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the carton</td>\r\n
    <td>59*55*32CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Size of the product</td>\r\n
    <td>7.5*5*8.5CM</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Battery capacity</td>\r\n
    <td>4V, 700MHA</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Power</td>\r\n
    <td>1W+3W COB LED</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>&nbsp;</td>\r\n
    <td data-spm-anchor-id="a2700.details.pronpeci14.i0.3a91151bfwbPPG">&nbsp;</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:409;s:12:"tax_class_id";N;s:4:"slug";s:38:"led-electric-insect-mosquito-repellent";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:4:"J1P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2676;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-11-29 23:08:48";s:10:"updated_at";s:19:"2026-01-23 06:42:35";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:409;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:407;s:10:"product_id";i:409;s:6:"locale";s:2:"en";s:4:"name";s:38:"LED Electric Insect Mosquito Repellent";s:11:"description";s:2064:"<div dir="auto" style="text-align: left;">made in germany</div>\r\n
    <div dir="auto" style="text-align: left;">&nbsp;</div>\r\n
    <div dir="auto" style="text-align: left;">\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget flavor-2957" data-feature-name="featurebullets" data-csa-c-id="13qkb4-hpleze-ihmmm6-g0osjt" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Blue UVA light attracts mosquitoes into a screened electric grid</span></li>\r\n
    <li><span class="a-list-item">Effective against mosquitoes? Chemical-free</span></li>\r\n
    <li><span class="a-list-item">Safe for humans and pets thanks to the protective grille</span></li>\r\n
    <li><span class="a-list-item">With insect catcher, on/off switch and twilight sensor</span></li>\r\n
    <li><span class="a-list-item">LED life: approx. 20,000 working hours</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget flavor-3547" data-feature-name="productAlert" data-csa-c-id="39510a-x8rrak-wi1v6a-jbp66m" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget flavor-582" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rwp5p2-ubba94-naz3xy-301m5k" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget flavor-3253" data-feature-name="heroQuickPromo" data-csa-c-id="la9250-gbigtj-ejcsql-ae9duf" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div dir="auto" style="text-align: left;">المكنة الألمانية لقتل البرغش والحشرات</div>\r\n
    <div dir="auto" style="text-align: left;">تعمل على الكهرباء(220V)</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:579;s:12:"tax_class_id";N;s:4:"slug";s:93:"sensor-led-light-motion-activated-battery-operated-overhead-wireless-wall-lamp-stick-anywhere";s:5:"price";s:6:"8.0000";s:13:"special_price";s:6:"5.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"5.0000";s:3:"sku";s:6:"J2k25L";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2835;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-04-23 13:49:16";s:10:"updated_at";s:19:"2026-01-22 23:22:07";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:579;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:577;s:10:"product_id";i:579;s:6:"locale";s:2:"en";s:4:"name";s:95:"Sensor LED Light Motion-Activated, Battery-Operated Overhead Wireless Wall Lamp, Stick Anywhere";s:11:"description";s:1835:"<h2 class="ProductDescription__title">USB Rechargeable</h2>\r\n
    <p>Built in Magnetic</p>\r\n
    <p>Easy install and very convenience take off to charge.</p>\r\n
    <p>Built in 1000mAh rechargeable battery</p>\r\n
    <p>When it full battery charge,it can be last about 30 days at Auto-Modes,it can be last about 3-4 hours at Manual-Modes.</p>\r\n
    <p>Quick charge</p>\r\n
    <p>It only takes 1hour to fully charge.</p>\r\n
    <h2 class="ProductDescription__title">&nbsp;</h2>\r\n
    <h2 class="ProductDescription__title">Description</h2>\r\n
    <div class="ProductDescription__text ">\r\n
    <div>\r\n
    <div class="LinesEllipsis  ">\r\n
    <div>\r\n
    <div>\r\n
    <ul>\r\n
    <ul>\r\n
    <li>About this item.</li>\r\n
    <li>MOTION-ACTIVATED CEILING LED light ideal for high ceilings, walls, and overhead spaces. Sensor Brite Overlite features cutting edge built-in motion sensors that can detect any movement up to 10ft. away with a 120&deg; field of view to ensure maximum coverage..</li>\r\n
    <li>WIRELESS: Sensor Brite Overlite LED ceiling light is completely wireless; avoid the fuss of cables and costly installations. Battery operated, Sensor Brite Overlite will last up to 20,000 hours on a single set of batteries..</li>\r\n
    <li>TURNS ON/OFF AUTOMATICALLY: after 20 seconds of not detecting any movement, Sensor Brite Overlite turns off automatically to save battery life. Save on running costs and avoid the inconvenience of having to turn it on or off manually..</li>\r\n
    <li>STICK ANYWHERE: quickly and conveniently stick Sensor Brite Overlite to any type of surface. Alternatively, you can use the included screw mount and secure it in place..</li>\r\n
    <li>MOISTURE RESISTANT: Sensor Brite Overlite is designed to withstand moisture making it ideal for use in garages, basements, and any other closed and narrow spaces that can be affected by condensation and moisture..</li>\r\n
    </ul>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:616;s:12:"tax_class_id";N;s:4:"slug";s:79:"studio-glow-led-vanity-mirror-lights-with-4-led-bulbs-and-powerful-suction-cups";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3195;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-27 14:13:32";s:10:"updated_at";s:19:"2026-01-22 22:12:39";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:616;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:614;s:10:"product_id";i:616;s:6:"locale";s:2:"en";s:4:"name";s:79:"Studio Glow LED Vanity Mirror Lights with 4 LED Bulbs and Powerful Suction Cups";s:11:"description";s:3544:"<ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Package Included : 1 x Studio Makeup Light</span></li>\r\n
    <li><span class="a-list-item">Cordless design, installs in seconds using included suction cups, no tools or wiring required.</span></li>\r\n
    <li><span class="a-list-item">4 Led Bulb</span></li>\r\n
    <li><span class="a-list-item">Power by 4 x AA Battery ( Not Included )</span></li>\r\n
    <li><span class="a-list-item">Allow you blend in your bathroom or bedroom for a seamless look</span></li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>\r\n
    <div class="celwidget" data-csa-c-id="oekksq-hotmbl-c95bh-gkrjm2" data-cel-widget="dpx-product-description_csm_instrumentation_wrapper">\r\n
    <div id="descriptionAndDetails" class="a-section a-spacing-extra-large">\r\n
    <div id="productDescription_feature_div" class="celwidget" data-feature-name="productDescription" data-csa-c-id="5fn0pg-uthhtd-vd45ie-ifrc5i" data-cel-widget="productDescription_feature_div">\r\n
    <div>\r\n
    <div id="productDescription_feature_div" class="a-row feature" data-feature-name="productDescription" data-template-name="productDescription" data-cel-widget="productDescription_feature_div">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <p><br />- Now you can always look your best with natural, even lighting that&euro;s bright enough to see the finest details but with a softness that guarantees you apply the perfect amount of makeup every time.<br />- Studio Glow Makeup Lights are cordless, powerful studio lights that instantly turn any ordinary mirror into a professional makeup mirror.<br />- The secret is the true Quad light technology which gives you the most natural illumination for flawless makeup application in any room, anywhere.<br />- Poor lighting, whether it be too harsh or too dim, can cause a host of makeup mistakes.<br />- From too much blush and poorly blended foundation to eye makeup that&euro;s uneven or overpowering.<br />- But with Studio Glow Makeup Lights, you always have the perfect lighting to conceal, blend and apply plus tweeze with ease, never missing another stray hair again.<br />- Studio Glow Makeup Lights install in seconds with no tools and no wiring plus the stay-cool bulbs are guaranteed to last up to 50,000 hours.<br />- And when you&euro;re traveling on vacation or business, don&euro;t forget your Studio Glow Makeup Lights.<br />- Simply take it off your mirror and slip it in your suitcase to instantly brighten even the darkest hotel bathrooms.<br />- Looking your best at home or on the road has never been easier!</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="tp44ls-1q9p5t-v3qwg5-72sush" data-cel-widget="dpx-aplus-brand-story_csm_instrumentation_wrapper">\r\n
    <div id="aplusBrandStory_feature_div" class="celwidget" data-feature-name="aplusBrandStory" data-csa-c-id="hdnjgx-ie99o6-gtyf0f-17h6oc" data-cel-widget="aplusBrandStory_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div class="celwidget" data-csa-c-id="lyjhu8-omq5sq-o6rhxc-bfzf4f" data-cel-widget="sims-consolidated-3_csm_instrumentation_wrapper">\r\n
    <div class="celwidget pd_rd_w-PYbcO pf_rd_p-5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca pf_rd_r-59XRR5BEP7RQFSWWW8KE pd_rd_r-075ff07b-731b-4315-894f-8118800e2210 pd_rd_wg-IqkkR c-f" data-csa-c-content-id="5f8898cc-814d-4aa5-8e9c-faa1ffbad7ca" data-csa-c-slot-id="desktop-dp-sims-2" data-csa-c-type="widget" data-csa-c-id="7upps6-lik9gz-l1jx9x-9i3auy" data-cel-widget="p13n-desktop-carousel_DPSims_2">&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:635;s:12:"tax_class_id";N;s:4:"slug";s:62:"led-solar-outdoor-rechargeable-camping-lantern-lamp-small-port";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:6:"J4P5K5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2516;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 11:49:52";s:10:"updated_at";s:19:"2026-01-23 01:40:54";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:635;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:633;s:10:"product_id";i:635;s:6:"locale";s:2:"en";s:4:"name";s:62:"LED Solar Outdoor Rechargeable Camping Lantern Lamp Small Port";s:11:"description";s:564:"<div class="highlight"><span class="icon-highlight">Highlight</span>\r\n
    <div>\r\n
    <ul>\r\n
    <li>1. Multiple charging mode: solar powered and A/C adapter</li>\r\n
    <li>2. USB output for Cell Phone Charging or USB enabled devices;</li>\r\n
    <li>3. Ultra bright 6 LEDS;</li>\r\n
    <li>4. Low power consumption, operation life up to 10,000 hours;</li>\r\n
    <li>5. Easy to use. Slip up or down to turn on or off;</li>\r\n
    <li>6. Suitable for: camping, fishing, hiking, emergencies, outage, reading and other outdoor activities</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="product-description">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:636;s:12:"tax_class_id";N;s:4:"slug";s:62:"multi-function-emergency-led-light-24+6-rechargeable-batteries";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"8.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"8.0000";s:3:"sku";s:7:"J4P0K74";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2474;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-05 12:56:45";s:10:"updated_at";s:19:"2026-01-22 22:05:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:636;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:634;s:10:"product_id";i:636;s:6:"locale";s:2:"en";s:4:"name";s:66:"Multi-Function Emergency LED Light 24+6 - Rechargeable & Batteries";s:11:"description";s:173:"<div class="tt-collapse-title"><strong>DESCRIPTION</strong></div>\r\n
    <div class="tt-collapse-content">\r\n
    <p>GR Emergency Light</p>\r\n
    <p>Good Quality</p>\r\n
    <p>24+6 Led</p>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:658;s:12:"tax_class_id";N;s:4:"slug";s:39:"2-in-1-led-bulb-plus-insect-zapper-60-w";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:8:"J1P8K776";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2376;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-15 14:37:56";s:10:"updated_at";s:19:"2026-01-23 06:13:57";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:658;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:656;s:10:"product_id";i:658;s:6:"locale";s:2:"en";s:4:"name";s:46:"2 in 1 original Led bulb & insect zapper 60 W.";s:11:"description";s:328:"<p>ZappLight is the all&nbsp;<strong>new, powerful bug zapper</strong>&nbsp;that utilizes a super bright LED light to attract flying insects into its electrical grid and eliminates them on contact. Simply replace your existing bulb with ZappLight and bugs will be attracted to the 60 watt, LED bulb from up to 500 feet away.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:780;s:12:"tax_class_id";N;s:4:"slug";s:111:"emergency-rechargeable-led-lamps-household-lighting-bulbs-saving-energy-intelligent-light-bulb-led-smart-charge";s:5:"price";s:6:"6.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8495;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-11 22:23:34";s:10:"updated_at";s:19:"2026-01-23 08:36:42";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:780;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:778;s:10:"product_id";i:780;s:6:"locale";s:2:"en";s:4:"name";s:112:"Emergency Rechargeable LED Lamps Household Lighting Bulbs, Saving Energy Intelligent Light Bulb LED Smart Charge";s:11:"description";s:1132:"<p>EMERGENCY USE: Auto light up when emergency power outage, power failure, hurricane emergency.<br />HUMAN INDUCTION LAMP: Just hold the bulb bottom base to light as flashlight.<br />SMART CHARGE BULB: Battery powered light bulbs that auto-charged when the light switch is turned on. Save to 80% over standard incandescent bulbs.<br />WIDE APPLICATION: Perfect for indoor and outdoor use for any area in the home, office, industry, showroom, corridor, hotel, hiking, fishing, camping, boating, etc.<br />When the power suddenly cut, black out or thundery sky cause the power outage, the emergency bulb will still lighting.<br />In usual, the emergency bulb work as the normal bulb, turn on or off by wall switch.<br />At the same time, the battery will charge till full, ready for the emergency situation happen.<br />Very low heat generating, besides saving light power, Energy-saving and environmentally friendly.<br />The battery can support working about 3-5 hours. (brightness will decrease automatically to lengthen working hours.)<br />Simply pull the handle up, you can turn this Magic Bulb into a hand-held flashlight.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:781;s:12:"tax_class_id";N;s:4:"slug";s:98:"led-rechargeable-flood-light-series-10w-outdoor-solar-energy-induction-lamp-with-pir-motion-sensor";s:5:"price";s:7:"30.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2646;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-12 15:25:15";s:10:"updated_at";s:19:"2026-01-23 09:14:03";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:781;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:779;s:10:"product_id";i:781;s:6:"locale";s:2:"en";s:4:"name";s:98:"Led rechargeable flood light series 10w outdoor solar energy induction lamp with pir motion sensor";s:11:"description";s:890:"<p>The LED flood light automatically turns on when motion is detected at night. Whether you need security lighting or just occasional illumination in a dark area, this bright solar motion flood light will do the job.</p>\r\n
    <p>The best feature about this LED solar motion detector light is the ease of installation. Just mount the security flood light and the stand-alone solar panel to any flat surface, than connect them together with the supplied 15ft. wire. For longer operating time and maximum brightness make sure to locate the solar panel where it can get maximum sunshine all through the day. Once installed, the last thing to do is to adjust few settings. The built-in infrared motion detector has 3 knobs allowing fine tuning of lighting time, sensitivity and dusk to dawn correction (you don&rsquo;t need your solar motion light to be triggered during daytime.)</p>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:793;s:12:"tax_class_id";N;s:4:"slug";s:64:"emergency-bivouac-led-light-lamp-portable-hand-hold-with-compass";s:5:"price";s:7:"10.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2419;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-15 19:35:10";s:10:"updated_at";s:19:"2026-01-23 07:46:32";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:793;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:791;s:10:"product_id";i:793;s:6:"locale";s:2:"en";s:4:"name";s:64:"Emergency Bivouac Led Light Lamp Portable Hand Hold with Compass";s:11:"description";s:915:"<p>Convenient and Portable,There is one hook on the top and one hook at the base of this camping lantern that can hang the tent light upside down to get better light when lighting up a big area.<br />[Bright ] With 360 degree beam angle and 500 lumen, this camping light can give off pretty bright light. And the IP44 grade, making it suitable for outdoor activities.<br />[Long Last Time] Using 1.5V 3 x D batteries (NOT included) as power supply, enables it can be used up to 12-25 hours, which last longer than most of the camp lamp in the market. Energy saving and suitable for power outage, emergency usage, hurricane and earthquake survival kit, etc.<br />protection grade, making it quite suitable for camping, hiking, fishing, walking the dog<br />Material:Rubber+COB<br />Note: Light shooting and different displays may cause the color of the item in the picture a little different from the real thing.</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:856;s:12:"tax_class_id";N;s:4:"slug";s:71:"rechargeable-lighting-micron-mls-8024-lb-searchlight-new-generation-led";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:7:"J9P0A87";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4967;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:29:36";s:10:"updated_at";s:19:"2026-01-23 08:10:49";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:856;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:854;s:10:"product_id";i:856;s:6:"locale";s:2:"en";s:4:"name";s:71:"Rechargeable Lighting Micron MLS-8024 LB Searchlight New Generation LED";s:11:"description";s:1037:"<section class="tabPanelItem details">\r\n
    <div><u><strong>TECHNICAL FEATURES OF THE PRODUCT</strong></u></div>\r\n
    <div><strong>POWER SOURCE</strong></div>\r\n
    <div>220-240V ~ 50/60HZ</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>BATTERY DETAIL</strong></div>\r\n
    <div>4V 1600MAH DRY MAINTENANCE-FREE RECHARGEABLE</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>SOURCE OF LIGHT</strong></div>\r\n
    <div>16 X 0.5W LEDs + 40 NEW GENERATION LEDS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>CHARGING TIME</strong></div>\r\n
    <div>20 - 24 HOURS</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>TIME OF USE</strong></div>\r\n
    <div>FULL POWER LIGHT&nbsp;FOR 1 HOUR&nbsp;&nbsp;&nbsp;</div>\r\n
    <div>FULL WEAK LIGHT FOR 13 HOURS</div>\r\n
    <div>1.2 HOURS OF MEDIUM STRONG LIGHT</div>\r\n
    <div>13 HOURS OF MEDIUM WEAK LIGHT</div>\r\n
    <div><strong>&nbsp;</strong></div>\r\n
    <div><strong>DIMENSIONS&nbsp;</strong></div>\r\n
    <div>72 X 54 X 236 mm</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    </section>\r\n
    <section class="tabPanelItem delInfo"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:857;s:12:"tax_class_id";N;s:4:"slug";s:76:"kamastar-ks-6803-a-searchlight-50-smd-light-super-bright-emergency-led-light";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"18.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:7:"K9P0A22";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2544;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-14 13:55:05";s:10:"updated_at";s:19:"2026-01-22 22:56:15";s:16:"pivot_product_id";i:870;s:24:"pivot_related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"related_product_id";i:857;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1945;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:855;s:10:"product_id";i:857;s:6:"locale";s:2:"en";s:4:"name";s:76:"KamaStar Ks-6803 A Searchlight 50 SMD Light Super Bright Emergency LED Light";s:11:"description";s:622:"<div class="product__recipe-title js-accordion-title active"><strong>KAMA STAR KS-6803A LOADLIGHT</strong></div>\r\n
    <div class="product__recipe-body js-accordion-panel active no-border">\r\n
    <div class="product__description-text " data-variantid="1525106682">\r\n
    <div class="js-clear-inline-styles">\r\n
    <p><strong>Product features:</strong></p>\r\n
    <p>Long-lasting Super Bright 51SMD LED<br />It contains a maintenance-free high-capacity 2800mAh battery.<br />Energy efficient, environmentally friendly<br />. It can be used safely at home, summer, camping, picnic, fishing, car repair and wherever needed.</p>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:17:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:183;s:12:"tax_class_id";N;s:4:"slug";s:19:"cooling-knee-pillow";s:5:"price";s:7:"18.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"18.0000";s:3:"sku";s:4:"A922";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2708;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-04-29 03:15:24";s:10:"updated_at";s:19:"2026-01-23 08:44:16";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:183;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:181;s:10:"product_id";i:183;s:6:"locale";s:2:"en";s:4:"name";s:19:"Cooling Knee Pillow";s:11:"description";s:1326:"<p><strong>Does your back pain keep waking you up at night?</strong><br />If sciatic pain, lower back pain or hip discomfort keeps you awake at night 100% Memory Foam Knee pillow can help alleviate your pain.<br />Knee Pillow is ergonomically designed to fit comfortably between your legs and provide ideal spinal alignment and support that helps reduce sciatica, lower back, hip or joint pain.</p>\r\n
    <p><strong>Recommended by chiropractors and physical therapists</strong><br /><strong>Great contour and support</strong>- distributes weight evenly, avoiding unnecessary tension, eases pain in the back, legs, hip joints and sciatic nerve.<br /><strong>Alignment of the spine</strong>- Allows you to sleep all night long and feel revitalized after waking up.<br /><strong>Pressure Relief</strong>- Improved blood circulation due to alleviated vessels compression.</p>\r\n
    <p><strong>Product Dimensions</strong>: 10 x 8 x 5.5 inches<br /><strong>Item Weight</strong>: 12 ounces</p>\r\n
    <p><strong>Reduce Back Pain &amp; Sciatica</strong><br /><strong>Hip Pain</strong><br /><strong>Joint Pressure</strong><br /><strong>Knee Pain</strong><br /><strong>Pregnancy Related Sciatica</strong><br /><strong>Post Injury</strong><br /><strong>Healthier Sleeping Posture</strong><br /><strong>Have a healthy sleep with Knee Pillow!</strong></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:264;s:12:"tax_class_id";N;s:4:"slug";s:28:"50cm-high-velocity-floor-fan";s:5:"price";s:7:"42.0000";s:13:"special_price";s:7:"37.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"37.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2306;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-06-03 00:34:29";s:10:"updated_at";s:19:"2026-01-23 00:45:35";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:264;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:262;s:10:"product_id";i:264;s:6:"locale";s:2:"en";s:4:"name";s:28:"50cm High Velocity Floor Fan";s:11:"description";s:2750:"<div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Lightweight for easy manoeuvrability</span></li>\r\n
    <li><span class="a-list-item">Easy 'no tools' assembly</span></li>\r\n
    <li><span class="a-list-item">3 Speed settings</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">\r\n
    <p>Enjoy a cool breeze in your room with the&nbsp;<strong>Natural 50cm High Velocity Floor Fan</strong>. Select of the three speed settings that this fan has to offer, and rest assured knowing that the high velocity blades are covered by a fan guard for added safety.</p>\r\n
    </div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="feature" data-feature-name="vendorPoweredCoupon" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="feature" data-feature-name="addOnItem" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="feature" data-feature-name="giftCardHolidayAvailabilityMessaging" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="feature" data-feature-name="andonCord" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="feature" data-feature-name="olp" data-cel-widget="olp_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="feature" data-feature-name="edpIngress" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="feature" data-feature-name="newerVersion" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="feature" data-feature-name="valuePick" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="recommendations_feature_div" class="feature" data-feature-name="recommendations" data-cel-widget="recommendations_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="feature" data-feature-name="productAlert" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="feature" data-feature-name="heroQuickPromo" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:295;s:12:"tax_class_id";N;s:4:"slug";s:65:"star-master-twinkle-stars-sky-night-decoration-led-lamp-projector";s:5:"price";s:7:"13.0000";s:13:"special_price";s:7:"10.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"10.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:7143;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:43:41";s:10:"updated_at";s:19:"2026-01-22 19:16:33";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:295;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:293;s:10:"product_id";i:295;s:6:"locale";s:2:"en";s:4:"name";s:65:"Star Master Twinkle Stars sky night decoration led lamp projector";s:11:"description";s:2530:"<div class="product-title">\r\n
    <h1 class="product-title-text" data-spm-anchor-id="a2g0o.detail.1000016.i1.4ab63433JE1wIg">LED Rotating Night Light Projector Starry Sky Star Master Children Kids Baby Sleep Romantic LED USB Projector Lamp Xmas Gifts</h1>\r\n
    </div>\r\n
    <div class="product-reviewer">\r\n
    <div class="overview-rating" aria-haspopup="true" aria-expanded="false">\r\n
    <div class="next-rating next-rating-large next-rating-grade-high" tabindex="0" role="group" aria-label="评分选项">\r\n
    <div class="next-rating-base next-rating-base-disabled">\r\n
    <div class="next-rating-underlay" aria-hidden="true">\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i0.4ab63433JE1wIg">Features:</strong><br />1. Multifunction. Open the shell, change the projection light in a second, and create the most romantic scene for you. a perfect gift for lover, friends, frmilies.<br />2. Two types of power supply. 4 x AAA batteries and USB power to switch, never have to worry about the electricity.<br />3. Varies colors. Star moon purple, star moon pink, star moon blue, give you more choice.<br /><br /><strong>Specifications:</strong><br />Light source type: LED star projector lamp<br />Lamp cover material: plastic<br />Dimensions: 14.5 x 13 x 13cm/5.71 x 5.12 x 5.12in<br />Switch type: button type<br />Style: Chinese style<br />Light source power: 3W<br />Power supply: 4 x AAA batteries (not included) and USB power supply<br />Light color: purple, pink, blue<br />Main application scope: corridor, leisure and entertainment place, hotel lobby, exhibition hall, hotel<br />Application occasion: opening ceremony, birthday, award ceremony, business gift, advertising promotion, anniversary celebration, public relations planning, exhibition, festival, employee benefits, relocation<br /><br /><strong>Instructions:</strong><br />A button is white light switch, press first to open, second to turn off.<br />B button is color light switch, press first to open, second to turn off.<br />When the A button is opened, press B to change the color of the light; When the B button opens, press A to change the color of the light.<br />C button is the projection shell rotation switch.<br />\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    <img src="https://ae01.alicdn.com/kf/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn/230061901/HTB1hx1QPpXXXXX9XpXXq6xXFXXXn.jpg" /><br />\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i1.4ab63433JE1wIg">1 x LED Star Sky Projection Lamp<br />1 x USB Data Line<br />1 x User Manual</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:3;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:296;s:12:"tax_class_id";N;s:4:"slug";s:29:"magic-diamond-projection-lamp";s:5:"price";s:7:"22.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J9P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3433;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-09-01 23:54:28";s:10:"updated_at";s:19:"2026-01-23 07:24:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:296;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:294;s:10:"product_id";i:296;s:6:"locale";s:2:"en";s:4:"name";s:29:"Magic diamond projection lamp";s:11:"description";s:2680:"<p>&bull; Star Night Light for Kids<br />&bull; Universe Night Light Projection Lamp<br />&bull; New Projector lamp for Bedroom,sea,birthday,romantic star<br />&bull; 5 Sets of Film</p>\r\n
    <p>&nbsp;</p>\r\n
    <div><strong data-spm-anchor-id="a2g0o.detail.1000023.i5.2a60497fP63kdE">Information</strong></div>\r\n
    <div>It is a little night light with domed cover on, and become a galaxy projector lamp when take off the cover.5 Optional Projection Films Builds 5 Vivid Theme Rooms - Magical Universe, Starry Sky, Bright Moon, Sea World and Happy Birthday,showing different styles of lighting effect just like a wonderland.&nbsp; rotation design makes it magic and amazing.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div data-spm-anchor-id="a2g0o.detail.1000023.i6.2a60497fP63kdE"><strong>Features</strong></div>\r\n
    <div>1.Can be used as a Projector Lamp when Put Off the Protect Shade, Also can be used as a Night Light when Put On the Protect Shade.</div>\r\n
    <div>2. Magical universe, Starry star, Moon, Ocean,Happy Birthday.Thus beautiful light will be projected to ceiling or wall, Press Button B for 2 Seconds then the light will rotate.</div>\r\n
    <div>3.Six Lighting Effects &ndash; White, Blue, Yellow, Sequential, Combination, Slow fade.Explore the mysteries of the universe.</div>\r\n
    <div>4.3 optional brightness settings (100%- 50%- 5%), bright but not glaring.</div>\r\n
    <div><span data-spm-anchor-id="a2g0o.detail.1000023.i7.2a60497fP63kdE">5. Two Power Supply:3 x AA Batteries(not included) or USB Charger.</span></div>\r\n
    <div>6.Ideal for decorating wedding, birthday, parties. Great for romantic night lamp and decoration light use.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Specifications</strong></div>\r\n
    <div>1.Dimming:3 step dimming (100%- 50%- 5%)</div>\r\n
    <div>2.Weight:380g</div>\r\n
    <div>3.Material: ABS+PC.</div>\r\n
    <div>4.Product Size: 5.1 x 4.7 inches</div>\r\n
    <div>5.Voltage: DC5V</div>\r\n
    <div>6.Dimming:3 Step Dimmable</div>\r\n
    <div>7.Power Supply:3 x AA Battery(not included)/USB Charger( Can Not Use In The Sametime).</div>\r\n
    <div>8.Function: Night Light And Projector Can Be Changed Easily</div>\r\n
    <div>&nbsp;</div>\r\n
    <div><strong>Switch Modes</strong></div>\r\n
    <div>Button A: 6 light effects - White, Blue, Yellow, Sequential, Combination, Slow fade.</div>\r\n
    <div>Button B (short press): Switch for brightness, 100% - 50% - 5%.</div>\r\n
    <div>Button B (long press 2s): Rotary switch</div>\r\n
    <div>Remeber:light projection distance is 1.5-2m</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>\r\n
    <div><strong>Package list</strong></div>\r\n
    <div>1 x&nbsp; Projector Lamp( Battery Not Included )</div>\r\n
    <div>1 x USB Cable</div>\r\n
    <div>5 x Film Pattern(1xUniverse 1xStar 1xOcean 1xBirthday 1xMoon)</div>\r\n
    <div>1 x User Manual&nbsp;</div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:4;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:420;s:12:"tax_class_id";N;s:4:"slug";s:36:"nova-electric-fan-room-heater-2000-w";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J10P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2824;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 01:50:39";s:10:"updated_at";s:19:"2026-01-22 10:05:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:418;s:10:"product_id";i:420;s:6:"locale";s:2:"en";s:4:"name";s:41:"Nova 2in1 Electric Fan Room Heater 2000 W";s:11:"description";s:733:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i2.d7e73f173vvI6o">Product details of Original Nova Electric Fan Room Heater 2000 W (FH-03 White)</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Heater in winter and Mini Fan in Summer</li>\r\n
    <li class="">Cool/warm/hot wind for selection</li>\r\n
    <li class="">Cool Touch body</li>\r\n
    <li class="">Power indicator light</li>\r\n
    <li class="">Safety thermal fuse built in</li>\r\n
    <li class="">Overheating protection</li>\r\n
    <li class="">Anti-Fire Plastic</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="pdp-mod-specification">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:5;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:422;s:12:"tax_class_id";N;s:4:"slug";s:52:"ceramic-pluggable-mini-heater-fan-for-bedroom-office";s:5:"price";s:7:"16.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";s:4:"J8P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3780;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-03 02:05:58";s:10:"updated_at";s:19:"2026-01-23 07:14:48";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:422;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:420;s:10:"product_id";i:422;s:6:"locale";s:2:"en";s:4:"name";s:54:"Ceramic Pluggable MINI Heater Fan For Bedroom & Office";s:11:"description";s:3241:"<p>&nbsp;</p>\r\n
    <div class="row tabbedsection hidden-sm-down">\r\n
    <div class="tab-content pt-4 pb-4 product-details-table col-12">\r\n
    <div id="product-details" class="tab-pane active">\r\n
    <div class="row">\r\n
    <div class="col-7 px-0 weight-normal prod-descr">PLUGGABLE CERAMIC MINI HEATER FAN</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Product Description :</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; Introducing the New Wall-outlet space&nbsp; &nbsp;heater, other space heaters are big and&nbsp; &nbsp;bulky and can raise your electricity bill.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp; &bull; The New Wall outlet heater is a whole&nbsp; &nbsp;room space heater that plugs right into the&nbsp; &nbsp;wall and takes up no space at all.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&bull; The heater's thermostatic design makes it&nbsp; &nbsp;small but powerful it turns the machine off&nbsp; &nbsp;if it overheats.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; The heater powerful 500 watts easily heats&nbsp; &nbsp;a 22 square meter room with warm&nbsp; &nbsp;comforting heat.</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;&bull; Compact design makes it easy for travel,&nbsp; &nbsp;so&nbsp; &nbsp;you can enjoy warmth and comfort&nbsp; &nbsp;wherever you like to relax</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Features:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- 12 Hour programmable timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- High and low speed settings</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Transform any cold and chilly place into&nbsp; &nbsp;warm and cosy place</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for any room in your home, dens,&nbsp; &nbsp;reading nooks, work, dorm rooms, offices,&nbsp; &nbsp;home offices, campers, workspaces,&nbsp; &nbsp;benches, basements, garages and more</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Simply plug the heater into any power&nbsp; &nbsp;outlet, set the digital control to your ideal&nbsp; &nbsp;temperature and feel your room get toasty warm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- You can even keep your spot warm with the&nbsp; automatic timer</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Perfect for chilly areas that have drafty&nbsp; &nbsp;windows and doors</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;Specifications:</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Colour: White</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Dimensions: 20.5 x 12.5 x 13.5cm</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Weight: 0.52kg</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Power: 500W</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">&nbsp;- Voltage: 220-240V</div>\r\n
    <div class="col-7 px-0 weight-normal prod-descr">-&nbsp; Frequency: 50Hz</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:6;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:424;s:12:"tax_class_id";N;s:4:"slug";s:66:"adjustable-laptop-stand-computer-desk-with-cooling-fan-stores-flat";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";s:5:"J15P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:4020;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-04 00:00:00";s:6:"new_to";s:19:"2021-01-04 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-04 12:06:56";s:10:"updated_at";s:19:"2026-01-23 08:43:32";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:424;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:422;s:10:"product_id";i:424;s:6:"locale";s:2:"en";s:4:"name";s:70:"Adjustable Laptop Stand & Computer Desk with Cooling Fan & Stores Flat";s:11:"description";s:3867:"<h1 class="product_title entry-title">Official As Seen On TV Air Space Laptop Desk By As Seen On TV, Adjustable Laptop Stand &amp; Computer Desk Has Built-In Cooling Fan And Stores Flat</h1>\r\n
    <div id="centerCol" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="cjicy7-n88iym-f4cw9g-h0urhs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Fully adjustable &amp; portable: laptop stand adjusts to 22-inches in height and a full 360-degrees so you can work in the perfect position &ndash; turn it into a standing desk and put your screen where it&rsquo;s easy to see. Collapses flat for easy storage.</span></li>\r\n
    <li><span class="a-list-item">Adjustable design: our laptop table has custom fit adjusters that allow you to position the desk in the perfect position, Whether you want to stand at the office or snuggle in bed watching a movie.</span></li>\r\n
    <li><span class="a-list-item">Built-in cooling fan: The computer table&rsquo;s sturdy aluminum tray with Lip has a built-in cooling fan So your laptop never overheats.</span></li>\r\n
    <li><span class="a-list-item">Sturdy tray: Air space holds your device securely with its sturdy tray. It locks in the perfect position and has an expandable lip to hold your laptop firmly in place.</span></li>\r\n
    <li><span class="a-list-item">Folds flat: LIGHTWEIGHT, portable laptop desk folds flat for easy storage and super-portability.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="customerReviewsAttribute_feature_div" class="celwidget" data-feature-name="customerReviewsAttribute" data-csa-c-id="9s7ym-xipn1w-pagq0r-46u2xl" data-cel-widget="customerReviewsAttribute_feature_div">&nbsp;</div>\r\n
    <div id="andonCord_feature_div" class="celwidget" data-feature-name="andonCord" data-csa-c-id="p1cfac-ysdj48-amcef6-f9m4q" data-cel-widget="andonCord_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>\r\n
    <div id="edpIngress_feature_div" class="celwidget" data-feature-name="edpIngress" data-csa-c-id="1udemz-gm7ywa-desumx-a0qfs1" data-cel-widget="edpIngress_feature_div">&nbsp;</div>\r\n
    <div id="newerVersion_feature_div" class="celwidget" data-feature-name="newerVersion" data-csa-c-id="16hwkg-tgxtgq-pqyobg-2ac8ea" data-cel-widget="newerVersion_feature_div">&nbsp;</div>\r\n
    <div id="valuePick_feature_div" class="celwidget" data-feature-name="valuePick" data-csa-c-id="afxz8x-ybgsx4-mcg9we-a1uvj2" data-cel-widget="valuePick_feature_div">&nbsp;</div>\r\n
    <div id="certifiedRefurbishedVersion_feature_div" class="celwidget" data-feature-name="certifiedRefurbishedVersion" data-csa-c-id="mix07e-8bmgeu-8niue2-5608bk" data-cel-widget="certifiedRefurbishedVersion_feature_div">&nbsp;</div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="fb9b3u-fjppg9-vsbh1g-xoyhzt" data-cel-widget="productAlert_feature_div">&nbsp;</div>\r\n
    <div id="whiteGloveMessage_feature_div" class="celwidget" data-feature-name="whiteGloveMessage" data-csa-c-id="mrc18n-wbenzd-vgqic3-19nvgc" data-cel-widget="whiteGloveMessage_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-id="rgckfd-oaifn3-pyb1nx-cm2yq6" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    </div>\r\n
    <div id="hqpWrapper" class="centerColAlign centerColAlign-bbcxoverride">\r\n
    <div id="heroQuickPromo_feature_div" class="celwidget" data-feature-name="heroQuickPromo" data-csa-c-id="4ehm3n-erk1xl-l7ofe4-84el6v" data-cel-widget="heroQuickPromo_feature_div">\r\n
    <div id="hero-quick-promo" class="a-row a-spacing-medium">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:7;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:467;s:12:"tax_class_id";N;s:4:"slug";s:108:"projection-lamp-6-pattern-rotating-options-rechargeable-romantic-dream-projection-easy-operation-night-light";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";s:5:"J8P25";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4280;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-26 23:54:29";s:10:"updated_at";s:19:"2026-01-23 04:20:09";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:467;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:465;s:10:"product_id";i:467;s:6:"locale";s:2:"en";s:4:"name";s:108:"Projection Lamp 6 Pattern Rotating Options Rechargeable Romantic Dream Projection Easy Operation Night Light";s:11:"description";s:2797:"<div id="accordion-card-header-accordion-card-features" class="AccordionCard-header" tabindex="0" role="button" aria-expanded="true" aria-label="Features" aria-controls="accordion-card-content-accordion-card-features" aria-disabled="true"><strong>Features</strong></div>\r\n
    <div id="accordion-card-content-accordion-card-features" class="collapsable AccordionCard-content collapsable--open" tabindex="0" role="region" aria-hidden="false" aria-describedby="accordion-card-header-accordion-card-features">\r\n
    <div class="collapsable-content-container">\r\n
    <div class="about-item-collapsable-features xxs-margin-left m-margin-top">\r\n
    <div>\r\n
    <div>Multinational&nbsp; Projector Lamp - You can change the night light into a projector by removing the lampshade and replace it with a rotatable optional movie - with 6 optional pattern films, and six different lighting atmospheres on the wall or ceiling. These patterned films include: beautiful ocean, happy birthday, childlike Trojan, a deer good luck, cosmic starry sky and rose garden. You can watch the stars in the day and night, and you can easily enjoy the children's love.<br />Night Intimate Guardian - It is ideal for use in the bedroom, it projects light onto walls and ceilings, creating a relaxed atmosphere, a great night light for children who are afraid of darkness, especially before going to bed. There are three colors when you use it as night light: yellow blue and white. It relaxes your child's imagination by making them feel relaxed. White light mode night illumination, accompanying you to read for a short time.<br />Easy to operate - Three button-type operation functions, which are rotary switch, light switch and switch control, are easy to understand, and the child can also operate quickly; the product material is environmentally friendly ABS+PC, safe and guaranteed, very suitable for infants or children. Use in the bedroom.<br />Listen to songs and decompression - Comfortable and non-glare soft lighting with 360?, let your tiredness of working hard for a whole day, easily go to sleep, and meet the life with a fuller spirit the next day.<br />Best Gift -&nbsp; This night light is the perfect gift for your child's bedroom. It is also ideal for decorating rooms with projection lighting, perfect for a romantic and inviting atmosphere.<br /><br />Item name: Magic Multinational&nbsp; Projector Lamp<br />Material: PC and ABS&nbsp;<br />Color: Yellow Blue White<br />Power: 1W&nbsp;<br />Size: 1200mAh<br />Packaging included:&nbsp;<br />1*Magic Multinational&nbsp; Projector Lamp&nbsp;<br />6*optional pattern films<br />1*USB<br />1*Instruction manual<br />1*Certificate<br />\r\n
    <ul>\r\n
    <li>Multinational Projector Lamp</li>\r\n
    <li>Night Intimate Guardian</li>\r\n
    <li>Best Gift</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:8;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:473;s:12:"tax_class_id";N;s:4:"slug";s:144:"household-desktop-multi-functional-office-portable-table-foldable-metal-aluminum-adjustable-laptop-stand-with-mouse-pad-folding-with-cooling-pad";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:6:"J13P75";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7771;s:9:"is_active";i:1;s:8:"new_from";s:19:"2020-12-27 00:00:00";s:6:"new_to";s:19:"2021-01-19 00:00:00";s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2020-12-27 01:50:25";s:10:"updated_at";s:19:"2026-01-23 04:47:52";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:473;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:471;s:10:"product_id";i:473;s:6:"locale";s:2:"en";s:4:"name";s:144:"Household Desktop Multi-functional Office Portable Table Foldable Metal Aluminum Adjustable Laptop Stand With Mouse Pad Folding with Cooling Pad";s:11:"description";s:631:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Robust yet silent two hydro bearing fans powered by USB port</span></li>\r\n
    <li><span class="a-list-item">Compact, foldable and easy to carry - suitable for 7"-15" laptops</span></li>\r\n
    <li><span class="a-list-item">Board dimensions: 420x270mm, max height: 48cm</span></li>\r\n
    <li><span class="a-list-item">Adjustable auto-locking joints with 360 degree rotation</span></li>\r\n
    <li><span class="a-list-item">Removable mouse board 16x15cm</span></li>\r\n
    <li>&nbsp;</li>\r\n
    </ul>\r\n
    <p>&nbsp;</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:9;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:488;s:12:"tax_class_id";N;s:4:"slug";s:89:"gizmos-star-projector-star-master-led-starry-sky-lamp-night-light-for-children-decoration";s:5:"price";s:6:"9.0000";s:13:"special_price";s:6:"6.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"6.0000";s:3:"sku";s:4:"J1P8";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3484;s:9:"is_active";i:1;s:8:"new_from";s:19:"2021-01-08 00:00:00";s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-01-08 10:44:46";s:10:"updated_at";s:19:"2026-01-22 22:16:17";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:488;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:486;s:10:"product_id";i:488;s:6:"locale";s:2:"en";s:4:"name";s:93:"Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children & Decoration";s:11:"description";s:844:"<p>Gizmos Star Projector - Star Master LED Starry Sky Lamp Night Light for Children &amp; Decoration</p>\r\n
    <p>&nbsp;</p>\r\n
    <div class="html-content pdp-product-highlights" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i4.6db46c8bnCHnbG">\r\n
    <ul class="">\r\n
    <li class="" data-spm-anchor-id="a2o4l.pdp_revamp.product_detail.i3.6db46c8bnCHnbG">Put the universe back home, give you a piece of the sky changes color</li>\r\n
    <li class="">A romantic surprise for you</li>\r\n
    <li class="">Switch between multi-color and yellow mode or both modes on</li>\r\n
    <li class="">Auto flashing star, multi-colors,Decor your room, house</li>\r\n
    <li class="">Powered by: 3 x AA batteries (not included)</li>\r\n
    <li class="">DC 4.5V power adapter ( Optional, choose Deep Black if Need dc power cord)</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:10;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:537;s:12:"tax_class_id";N;s:4:"slug";s:46:"3d-moon-led-lamp-16-colors-with-remote-control";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"17.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";s:4:"J7P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3162;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-03-03 12:40:55";s:10:"updated_at";s:19:"2026-01-22 21:53:01";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:537;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:535;s:10:"product_id";i:537;s:6:"locale";s:2:"en";s:4:"name";s:46:"3D Moon LED Lamp 16 Colors with Remote Control";s:11:"description";s:1450:"<div class="product-tabs tabs">\r\n
    <div id="tab-content" class="tab-content">\r\n
    <div id="description" class="tab-pane fade in active" role="tabpanel">\r\n
    <div class="product-description">\r\n
    <p><strong>Full moon 3D LED lamp</strong></p>\r\n
    <p>The lamp lights in 16 colors, and the colors and intensity can be adjusted using the included remote control.</p>\r\n
    <p><strong>Product information:</strong><br />- 3D printing technology - the lamp was made with the use of innovative 3D printing technology, perfectly imitating the appearance of the moon.<br />- Made of ecological PLA (polyactide) material, it is a great gift for your children and friends.<br />- Color / Brightness Adjustment - 16 different colors available, light color can be adjusted according to your mood.<br />- USB charging allows a very long operating time of 6-8 hours.<br />- High-efficiency LED lighting saves energy and protects the environment.<br />- The set also includes a remote control with which you can control the lamp from a distance.<br /><br />Light intensity can be adjusted by touch.<br />USB charging.<br /><span class="">The set includes a stand, thanks to which the lamp can be used as a bedside lamp.</span><br />Unique design and high-quality workmanship.<br /><span class="">In addition to the lamp, you will receive a remote control + a wooden stand for the lamp.</span></p>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <section class="product-accessories clearfix"></section>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:11;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:594;s:12:"tax_class_id";N;s:4:"slug";s:64:"mobile-climate-air-conditioner-dehumidification-cooling-function";s:5:"price";s:8:"205.0000";s:13:"special_price";s:8:"185.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"185.0000";s:3:"sku";s:9:"J120P0U50";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2476;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 12:48:31";s:10:"updated_at";s:19:"2026-01-23 07:47:20";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:594;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:592;s:10:"product_id";i:594;s:6:"locale";s:2:"en";s:4:"name";s:66:"Mobile Climate Air Conditioner Dehumidification & Cooling Function";s:11:"description";s:2594:"<div class="columns">\r\n
    <div class="columns--half">\r\n
    <div class="content-block promotional-content">\r\n
    <h2>Explanation specifications</h2>\r\n
    <div class="promotional-content__text-flat"><strong>Electronic controls:</strong><br />The unit is equipped with electronic controls.<br /><br /><strong>Remote control:</strong><br />This unit can be operated with an easy to handle remote control.<br /><br /><strong>Temperature setting:</strong><br />When switched on the LED display will show the room temperature.&nbsp;The desired temperature can be set between 16 and 31 &deg; C.&nbsp;Note: result is up to<br />specific room conditions.<br /><br /><strong>Fan speed setting:</strong><br />Select the fan speed: low or high.&nbsp;The user interface will feedback the chosen speed.<br /><br /><strong>Timer:</strong><br />Operating time to be set up to 24 hours.&nbsp;The unit switches off or on automatically when the set time has run down.<br /><br /><strong>Air conditioning:</strong><br />The unit produces, with high energy efficiency (A-rating), a pleasant and refreshing high capacity cool airflow.&nbsp;Unhealthy particles are captured by the air filter.&nbsp;Performance is optimal when the entering of warm outside air is prevented.<br /><br /><strong>Air filter:</strong><br />The air conditioner is equipped with a nylon filter to capture dust particles.<br /><br /><strong>Cooldown effect:</strong><br />The unit removes humidity by condensation.&nbsp;The condensate cools the condenser and is removed by the hot air discharge.&nbsp;This will increase the energy efficiency;&nbsp;the so called &ldquo;cool down&rdquo; effect.<br /><br /><strong>Dehumidification:</strong><br />The unit can also be used as dehumidifier only.&nbsp;In that case the exhaust hose is not connected and warm air returns in the room.<br /><br /><strong>Continuous drainage:</strong><br />This air conditioner can also be used as a dehumidifier.&nbsp;In such case it is necessary to connect a (not included) continuous drainage tube to the unit.<br /><br /><strong>Exhaust duct:</strong><br />Hot air and humidity is transported, by an easy to install exhaust duct, outside the room.<br /><br /><strong>Design:</strong><br />exclusive Tectro design including LED display and including remote control.<br /><br /><strong>Brown carton box:</strong><br />The unit is delivered complete with auxiliary parts in a brown box showing application and operation information in multiple languages.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div id="others-viewed-products" class="product-gallery" data-product-link-type="">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:12;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:598;s:12:"tax_class_id";N;s:4:"slug";s:71:"clatronic-air-conditioner-mobile-climate-cooling-system-8000btu-cl-3672";s:5:"price";s:8:"260.0000";s:13:"special_price";s:8:"200.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:8:"200.0000";s:3:"sku";s:10:"J130P0K401";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3206;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-19 15:08:39";s:10:"updated_at";s:19:"2026-01-23 07:30:00";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:598;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:596;s:10:"product_id";i:598;s:6:"locale";s:2:"en";s:4:"name";s:71:"CLATRONIC Air Conditioner Mobile Climate Cooling System 8000btu CL 3672";s:11:"description";s:976:"<h2>Key specs</h2>\r\n
    <ul>\r\n
    <li><label class="has-text-weight-bold">product type:&nbsp;</label><span class="has-text-weight-light">Monobloc mobile air conditioner</span></li>\r\n
    <li><label class="has-text-weight-bold">cold media:&nbsp;</label><span class="has-text-weight-light">R410A</span></li>\r\n
    <li><label class="has-text-weight-bold">display:&nbsp;</label><span class="has-text-weight-light">yes</span></li>\r\n
    <li><label class="has-text-weight-bold">noise level:&nbsp;</label><span class="has-text-weight-light">65 dB</span></li>\r\n
    <li><label class="has-text-weight-bold">energy efficiency class (cooling):&nbsp;</label><span class="has-text-weight-light">A</span></li>\r\n
    <li><label class="has-text-weight-bold">air conditioner functions:&nbsp;</label><span class="has-text-weight-light">Cooling, Dehumidifying, Ventilating</span></li>\r\n
    <li><label class="has-text-weight-bold">cooling capacity (max):&nbsp;</label><span class="has-text-weight-light">8000 BTU/h</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:13;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:610;s:12:"tax_class_id";N;s:4:"slug";s:51:"2-in-1-electric-cooling-box-24l-12-v-230-v-hot-cold";s:5:"price";s:7:"43.0000";s:13:"special_price";s:7:"38.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"38.0000";s:3:"sku";s:8:"J25P0K55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2339;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-05-26 13:34:41";s:10:"updated_at";s:19:"2026-01-23 05:24:28";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:610;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:608;s:10:"product_id";i:610;s:6:"locale";s:2:"en";s:4:"name";s:55:"2 in 1 Electric Cooling Box 24L 12 V 230 V - Hot & Cold";s:11:"description";s:614:"<div class="grid-1">\r\n
    <div id="tabs-container">\r\n
    <div class="tab">\r\n
    <div id="tab-1" class="tab-content">\r\n
    <p>-Possibility of connection to mains operation 230 V ~ 50 Hz (AC), or connection via car connector = 12 V (DC)</p>\r\n
    <p>- Hot &amp; Cold</p>\r\n
    <p>-Low energy consumption</p>\r\n
    <p>-Heat insulated jacket / surface</p>\r\n
    <p>-Easy to wash surface</p>\r\n
    <p>-Lightweight and easily portable</p>\r\n
    <p>-Very simple operation</p>\r\n
    <p>-Acoustic noise level 35 dB (A)</p>\r\n
    <p>-Lengths of both power cables are 1.9 m, both cables included in the package</p>\r\n
    </div>\r\n
    </div>\r\n
    <div class="cleaner">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:14;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:668;s:12:"tax_class_id";N;s:4:"slug";s:39:"led-galaxy-starry-projector-night-light";s:5:"price";s:7:"27.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:8:"J15P5C65";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3486;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-07-17 18:27:27";s:10:"updated_at";s:19:"2026-01-22 22:49:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:668;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:666;s:10:"product_id";i:668;s:6:"locale";s:2:"en";s:4:"name";s:40:"LED Galaxy Starry Projector Night Light.";s:11:"description";s:1388:"<p>Star Projector &amp; LED Nebula Cloud Wave Projector</p>\r\n
    <p>Upgrade Star Projector: star projector features sound-activated flicker function. As long as there is music or clapping your hands, the light will flick according to the music rhythm, which creating a starry sky projection.</p>\r\n
    <p>Bluetooth speakers &amp; timers: You can select your favorite music via Bluetooth or USB. High-quality music and starry sky projections create a romantic and soothing atmosphere in the night sky. The timer option is more energy-efficient, you can also cast all night light.</p>\r\n
    <p>Multi Projection Effects: The lamp project a colorful starry sky onto the walls and ceiling of kids&rsquo; room, which can achieve a sense for physical and mental relaxing effect and do good to sleep on the night. It also works by sparking your kids into imagination, thereby making them feel relaxed. Such bold and vivid colors cannot be achieved by imitations.</p>\r\n
    <p><span class="a-list-item">♬ Beautiful Gifts for Family &amp; Kids ♬: The Starry projector night light is fit for Birthday, Home Party, Wedding, Room decor, Children's day, Christmas, Anniversary gifts, It creates a wonderful and starry atmosphere help kids stimulate their curiosity, imagination, creativity. Also, Perfects for indoor decoration as an ocean wave projector, romantic mood light, night lamp, and bedside lamp.</span></p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:15;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:745;s:12:"tax_class_id";N;s:4:"slug";s:84:"arctic-air-ultra-2x-cooling-power-portable-air-conditioner-fan-personal-space-cooler";s:5:"price";s:7:"26.0000";s:13:"special_price";s:7:"21.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"21.0000";s:3:"sku";s:5:"J8P5M";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:7451;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-05 23:46:36";s:10:"updated_at";s:19:"2026-01-23 07:02:34";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:745;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:743;s:10:"product_id";i:745;s:6:"locale";s:2:"en";s:4:"name";s:86:"Arctic Air Ultra 2X Cooling power Portable Air Conditioner Fan | Personal Space Cooler";s:11:"description";s:1458:"<p>Enjoy Cool, Clean Air Anywhere! Introducing Arctic Air: The powerful, compact personal air cooler that pulls warm air from the room through its evaporative water filter to fill any space with cool, clean comfortable air! Arctic Air cools, humidifies, and purifies for better air! Simply fill with water, plug it into any standard wall outlet or USB port and enjoy! It runs up to 8 hours per fill! Arctic Air is an evaporative air cooler that allows you to create your own personal climate! The whisper-quiet fan and soothing night light make it perfect to use throughout the night for a comfortable sleep! The built-in LED mood light can be set to any of its 7 color option, set to color-cycle mode or turned off with the touch of a button! Running other air conditioners all day long can cost a lot of money and take up so much space! Some of them even have to vent out a window, making it very inconvenient. Arctic Air sleek compact design fits nicely on your desk, nightstand or coffee table &ndash; wherever you need it! It&rsquo;s great for dens, reading nooks, work, dorm rooms, offices, home offices, campers, work spaces, benches, basements, garages and more! It&rsquo;s lightweight &amp; even convenient for travel! Great for outdoors too! It&rsquo;s not just safe to use but energy efficient !This personal space air cooler actually cools the air around you, where you need it most, while using the size and power consumption of a small fan!</p>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:16;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:816;s:12:"tax_class_id";N;s:4:"slug";s:86:"solar-electric-fan-with-charger-and-2-bulbs-direct-220v-and-solar-panel-charging-ac-dc";s:5:"price";s:7:"88.0000";s:13:"special_price";s:7:"61.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"61.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3151;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-08-27 15:35:25";s:10:"updated_at";s:19:"2026-01-23 06:40:37";s:16:"pivot_product_id";i:870;s:24:"pivot_up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"up_sell_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:870;s:18:"up_sell_product_id";i:816;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:4555;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:814;s:10:"product_id";i:816;s:6:"locale";s:2:"en";s:4:"name";s:88:"Solar Electric Fan with Charger and 2 Bulbs Direct 220v and Solar Panel Charging - AC-DC";s:11:"description";s:1158:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2o4l.pdp_revamp.0.i2.26dc1ec1yY57uf">Product details of Solar electric fan with charger and 2 bulbs direct 220v and solar panel charging fan</h2>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc height-limit">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">A 3in1 electric or solar fan that can be use as a fan, charger for your phone, and also 2 light bulbs included for light. Perfect for brownout or for provinces with low electricity supply.</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div class="html-content detail-content">\r\n
    <div>12 inch Rechargable Solar Electric Fan</div>\r\n
    <div>Uses: Solar or electric fan, charger for phone and 2 light bulbs</div>\r\n
    <div>▪️Product size: 34x20x53cm</div>\r\n
    <div>▪️Light source: 10SMD</div>\r\n
    <div>▪️Battery: 6V 4.5Ah</div>\r\n
    <div>▪️Charge voltage: AC 110-120V / 220-240V</div>\r\n
    <div>▪️Charge time: 15 hours to fully charge</div>\r\n
    <div>▪️DC 5V USB output Jack for mobile charge</div>\r\n
    <div>▪️DC 9V input Jack for Solar charge68.3*38.5*36.3 cm</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";s:13:"meta_keywords";a:44:{i:0;s:16:"ever brite ultra";i:1;s:34:"120 degree wide coverage solar led";i:2;s:26:"solar led motion activated";i:3;s:20:"ever brite solar led";i:4;s:36:"320 lumen solar led motion activated";i:5;s:15:"24 ultra bright";i:6;s:13:"powerful leds";i:7;s:13:"solar powered";i:8;s:24:"no needs batteries bulbs";i:9;s:25:"stumbling around the dark";i:10;s:10:"dark night";i:11;s:9:"darekness";i:12;s:14:"outdoor lights";i:13;s:15:"electronic leds";i:14;s:15:"24 super bright";i:15;s:18:"panoramic lighting";i:16;s:13:"motion sensor";i:17;s:29:"detects movement 12 feet away";i:18;s:16:"illumanates path";i:19;s:14:"dims automatic";i:20;s:27:"construction grade adhesive";i:21;s:12:"secure light";i:22;s:11:"light stick";i:23;s:13:"ultra uses 3m";i:24;s:24:"solar technology charges";i:25;s:19:"lithium ion battery";i:26;s:17:"long life battery";i:27;s:15:"3 lighting mode";i:28;s:18:"led peel and stick";i:29;s:16:"led stick stucco";i:30;s:21:"led stick any surface";i:31;s:11:"plastic led";i:32;s:15:"back door light";i:33;s:12:"garden light";i:34;s:19:"garage motion light";i:35;s:23:"light durable and built";i:36;s:15:"emergency light";i:37;s:10:"safe night";i:38;s:18:"secure light night";i:39;s:17:"pool motion light";i:40;s:17:"rain motion light";i:41;s:20:"waterproof led light";i:42;s:19:"garden motion light";i:43;s:17:"home motion light";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:868;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:870;s:10:"created_at";s:19:"2021-09-20 15:51:01";s:10:"updated_at";s:19:"2021-09-20 15:51:01";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:870;s:12:"meta_data_id";i:868;s:6:"locale";s:2:"en";s:10:"meta_title";s:77:"Ever Brite Ultra 320-Lumen Black Solar Power LED Motion-Activated Flood Light";s:13:"meta_keywords";s:914:"["ever brite ultra","120 degree wide coverage solar led","solar led motion activated","ever brite solar led","320 lumen solar led motion activated","24 ultra bright","powerful leds","solar powered","no needs batteries bulbs","stumbling around the dark","dark night","darekness","outdoor lights","electronic leds","24 super bright","panoramic lighting","motion sensor","detects movement 12 feet away","illumanates path","dims automatic","construction grade adhesive","secure light","light stick","ultra uses 3m","solar technology charges","lithium ion battery","long life battery","3 lighting mode","led peel and stick","led stick stucco","led stick any surface","plastic led","back door light","garden light","garage motion light","light durable and built","emergency light","safe night","secure light night","pool motion light","rain motion light","waterproof led light","garden motion light","home motion light"]";s:16:"meta_description";s:1716:"Ultra-Bright Motion-Activated Solar Power Light!\r\n
    3 times brighter and 120 Degree extra wide Light Coverage\r\n
    Solar Powered, Never needs batteries or bulbs\r\n
    No tools, No wiring, No mess!\r\n
    Motion activated\r\n
    24 Ultra Bright and powerful LEDS\r\n
    Are you stumbling around in the dark at night? You never have a light where you need it! Those outdoor lights are a pain to install and hiring an electrician is expensive. Introducing the new and improved Ever Brite™ Ultra! The motion-activated solar powered LED Light! Ever Brite™ Ultra features 24 super bright and powerful LED lights that gives you panoramic lighting and 120Рdegrees of extra wide light coverage! The motion sensor detects movement from up to 12 feet away! Even on the sides! No more stumbling around in the dark, Ever Brite™ Ultra illuminates your path as you approach and automatically dims as you walk away. Ever Brite™ Ultra is solar powered. The innovative solar technology charges the Lithium-Ion battery during the day and keeps the LED lights lit for up to 12 hours at night. No more batteries needed! Ever Brite™ Ultra uses 3M™ construction grade adhesive that securely sticks to virtually any surface. Just peel and stick! Attach Ever Brite™ Ultra to brick, stucco, shingles, siding, plastic, metal, wood, glass and more! No tools! No wiring! No mess! Put a light anywhere you like! Ever Brite™ Ultra is waterproof, durable and built to last! Hang Ever Brite™ Ultra above your front door, back door, over the garage and driveway, even the shed for super bright light! Use Ever Brite™ Ultra to brighten a dark walkway or light up the steps to help see your way. Always stay safe and secure at night with Ever Brite™ Ultra!";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:107:"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #requestUri: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1495}
    
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #requestUri: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1495}
    
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #requestUri: "/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1495}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"Europe/Berlin"
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID
"aXNA9bwlUZ9uNRAsUQHSNAAAAAM"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URL
"/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aXNA9bwlUZ9uNRAsUQHSNAAAAAM"
REDIRECT_REDIRECT_SCRIPT_URL
"/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aXNA9bwlUZ9uNRAsUQHSNAAAAAM"
REDIRECT_SCRIPT_URL
"/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_SCRIPT_URI
"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_HANDLER
"application/x-httpd-ea-php73"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aXNA9bwlUZ9uNRAsUQHSNAAAAAM"
SCRIPT_URL
"/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
SCRIPT_URI
"https://black-lb.com/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
HTTPS
"on"
SSL_TLS_SNI
"black-lb.com"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"black-lb.com"
HTTP_X_HTTPS
"1"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"black-lb.com"
SERVER_ADDR
"173.212.232.45"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.190"
DOCUMENT_ROOT
"/home/blacklb/public_html"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/cgi-sys"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
SERVER_ADMIN
"webmaster@black-lb.com"
SCRIPT_FILENAME
"/home/blacklb/public_html/public/index.php"
REMOTE_PORT
"40071"
REDIRECT_URL
"/public/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/products/ever-brite-ultra-320-lumen-black-solar-power-led-motion-activated-flood-light"
SCRIPT_NAME
"/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php73"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/blacklb/public_html/public/index.php"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php73"
PHP_SELF
"/public/index.php"
REQUEST_TIME_FLOAT
1769160949.6432
REQUEST_TIME
1769160949
argv
[]
argc
0
APP_ENV
"production"
APP_DEBUG
"true"
APP_CACHE
"false"
APP_INSTALLED
"true"
APP_EDITOR
"vscode"
APP_KEY
"base64:5GcSj/rQB2bbsgJafayzha+JAsYL6qhK6CP+HNVcLjc="
APP_URL
"https://black-lb.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"blacklb_db"
DB_USERNAME
"blacklb_db_user"
DB_PASSWORD
"c~p),O#=Vghk"
QUEUE_DRIVER
"sync"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"public_storage"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_FROM_ADDRESS
"null"
MAIL_FROM_NAME
"null"
MAIL_ENCRYPTION
"null"
SCOUT_QUEUE
"false"
DEBUGBAR_ENABLED
"false"
QUERY_DETECTOR_ENABLED
"false"
Key Value
APP_ENV
"production"
APP_DEBUG
"true"
APP_CACHE
"false"
APP_INSTALLED
"true"
APP_EDITOR
"vscode"
APP_KEY
"base64:5GcSj/rQB2bbsgJafayzha+JAsYL6qhK6CP+HNVcLjc="
APP_URL
"https://black-lb.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"blacklb_db"
DB_USERNAME
"blacklb_db_user"
DB_PASSWORD
"c~p),O#=Vghk"
QUEUE_DRIVER
"sync"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"public_storage"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_FROM_ADDRESS
"null"
MAIL_FROM_NAME
"null"
MAIL_ENCRYPTION
"null"
SCOUT_QUEUE
"false"
DEBUGBAR_ENABLED
"false"
QUERY_DETECTOR_ENABLED
"false"
0. Whoops\Handler\PrettyPageHandler