Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing

J8P5
$15.00 $20.00
In Stock

About this item

  • 【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.
  • 【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.
  • 【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.
  • 【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.
  • 【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.
 
 
 
 
 
 
 
 

Related Products

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/blacklb/public_html/storage/framework/sessions/pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/blacklb/public_html/storage/framework/sessions/pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg): failed to open stream: No space left on device" 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(/home/blacklb/public_html/storage/framework/sessions/pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg): failed to open stream: No space left on device"
    
     *
     * @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/pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg"
    
  2. """
    a:5:{s:6:"_token";s:40:"Pv3AdV6gFLM3d5LkFVEXlQyKlTkIezmzWmd7CULc";s:6:"locale";s:2:"en";s:67:"pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1738;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1738;s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:5:"price";d:15;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:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}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:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&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:"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:8:{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:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13428;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74791;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13433;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74792;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13432;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74793;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13431;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74794;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13430;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74795;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13429;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74796;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13435;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74797;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13434;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74798;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:8:{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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1711;}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:1738;s:18:"related_product_id";i:1711;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1711;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</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:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1721;}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:1738;s:18:"related_product_id";i:1721;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1721;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";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:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1723;}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:1738;s:18:"related_product_id";i:1723;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1723;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1724;}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:1738;s:18:"related_product_id";i:1724;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1724;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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: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:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1728;}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:1738;s:18:"related_product_id";i:1728;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1728;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\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: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:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1730;}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:1738;s:18:"related_product_id";i:1730;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1730;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</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: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:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1731;}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:1738;s:18:"related_product_id";i:1731;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1731;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\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:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1735;}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:1738;s:18:"related_product_id";i:1735;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1735;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&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;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a: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:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:158:"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";}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/pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg"
    
  2. """
    a:5:{s:6:"_token";s:40:"Pv3AdV6gFLM3d5LkFVEXlQyKlTkIezmzWmd7CULc";s:6:"locale";s:2:"en";s:67:"pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1738;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1738;s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:5:"price";d:15;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:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}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:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&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:"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:8:{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:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13428;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74791;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13433;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74792;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13432;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74793;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13431;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74794;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13430;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74795;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13429;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74796;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13435;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74797;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13434;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74798;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:8:{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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1711;}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:1738;s:18:"related_product_id";i:1711;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1711;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</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:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1721;}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:1738;s:18:"related_product_id";i:1721;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1721;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";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:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1723;}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:1738;s:18:"related_product_id";i:1723;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1723;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1724;}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:1738;s:18:"related_product_id";i:1724;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1724;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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: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:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1728;}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:1738;s:18:"related_product_id";i:1728;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1728;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\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: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:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1730;}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:1738;s:18:"related_product_id";i:1730;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1730;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</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: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:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1731;}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:1738;s:18:"related_product_id";i:1731;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1731;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\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:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1735;}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:1738;s:18:"related_product_id";i:1735;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1735;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&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;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a: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:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:158:"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";}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. "pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg"
    
  2. """
    a:5:{s:6:"_token";s:40:"Pv3AdV6gFLM3d5LkFVEXlQyKlTkIezmzWmd7CULc";s:6:"locale";s:2:"en";s:67:"pe4IUyoECRVi0b6DygjZ7TjQcl9vAlgzU0AnAVbg_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1738;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1738;s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:5:"price";d:15;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:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1738;s:12:"tax_class_id";N;s:4:"slug";s:128:"light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";s:5:"price";s:7:"20.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2026-03-06 22:37:03";}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:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1736;s:10:"product_id";i:1738;s:6:"locale";s:2:"en";s:4:"name";s:131:"Light Weight Laundry Basket Sorter 120L Collapsible Laundry Bag with Wheels and Lid, 2 Separate Sections | Folding Portable Washing";s:11:"description";s:5089:"<div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-type="widget" data-csa-c-content-id="featurebullets" data-csa-c-slot-id="featurebullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="8u3nlz-7f85n1-9chc52-qvx9rq" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <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 class="a-spacing-mini"><span class="a-list-item">【120L Storage Capacity】The inside of the laundry basket is divided into 2 sections with a large storage capacity of 120L, which can easily accommodate clothes, toys, books, etc. The laundry basket is perfect for bedroom, apartment, Holiday home and home use.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Wheels】 Equipped with 4 smooth universal wheels, the laundry bag can be easily pulled to anywhere you want.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Light and Sturdy Material】High-end thin and sturdy material applied to fabric laundry basket, easy for collection and transportation.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Waterproof and Dust-proof】Waterproof PE cover add to inside Eco-friendly fabric keeps moisture away from square laundry basket. Drawstring mesh cover keeps stuff inside laundry hamper clean and tidy.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">【Universal Use and Multifunction】Laundry Storage Bag can hold your clothes, Blouse, Hosiery, Underwear, Delicates, Shirts, Socks. Suitable for home, college dorm, apartment, holiday home.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productDetailsVoyagerAccordion_feature_div" class="celwidget" data-feature-name="productDetailsVoyagerAccordion" data-csa-c-type="widget" data-csa-c-content-id="productDetailsVoyagerAccordion" data-csa-c-slot-id="productDetailsVoyagerAccordion_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="kr2syg-sfmp2g-kk7d8t-m49eew" data-cel-widget="productDetailsVoyagerAccordion_feature_div">&nbsp;</div>\r\n
    <div id="provenanceCertifications_feature_div" class="celwidget" data-feature-name="provenanceCertifications" data-csa-c-type="widget" data-csa-c-content-id="provenanceCertifications" data-csa-c-slot-id="provenanceCertifications_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="3b51y6-vtf4wh-2tp7vf-igwv4d" data-cel-widget="provenanceCertifications_feature_div">&nbsp;</div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="celwidget" data-feature-name="globalStoreInfoBullets" data-csa-c-type="widget" data-csa-c-content-id="globalStoreInfoBullets" data-csa-c-slot-id="globalStoreInfoBullets_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="5svxdm-b4hkos-u468o0-rc0hpx" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="celwidget" data-feature-name="amazonGlobal" data-csa-c-type="widget" data-csa-c-content-id="amazonGlobal" data-csa-c-slot-id="amazonGlobal_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="spw15e-9nd9dc-kol1r5-pyy6j7" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="vendorPoweredCoupon_feature_div" class="celwidget" data-feature-name="vendorPoweredCoupon" data-csa-c-type="widget" data-csa-c-content-id="vendorPoweredCoupon" data-csa-c-slot-id="vendorPoweredCoupon_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="480wr5-180qqc-78vtl-gaa0e4" data-cel-widget="vendorPoweredCoupon_feature_div">&nbsp;</div>\r\n
    <div id="addOnItem_feature_div" class="celwidget" data-feature-name="addOnItem" data-csa-c-type="widget" data-csa-c-content-id="addOnItem" data-csa-c-slot-id="addOnItem_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="a4xwoy-fnqy4s-z0g2x1-ktcqvw" data-cel-widget="addOnItem_feature_div">&nbsp;</div>\r\n
    <div id="giftcard-holiday-availability-messaging_feature_div" class="celwidget" data-feature-name="giftCardHolidayAvailabilityMessaging" data-csa-c-type="widget" data-csa-c-content-id="giftCardHolidayAvailabilityMessaging" data-csa-c-slot-id="giftcard-holiday-availability-messaging_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="oojuw3-iqk4f4-s9x342-eeuo5y" data-cel-widget="giftcard-holiday-availability-messaging_feature_div">&nbsp;</div>\r\n
    <div id="olp_feature_div" class="celwidget" data-feature-name="olp" data-csa-c-type="widget" data-csa-c-content-id="olp" data-csa-c-slot-id="olp_feature_div" data-csa-c-asin="B0B1TM4K6T" data-csa-c-is-in-initial-active-row="false" data-csa-c-id="16wrx9-3bvalz-702dpa-68xeyi" data-cel-widget="olp_feature_div">&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:"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:8:{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:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13428;s:7:"user_id";i:1;s:8:"filename";s:26:"717VWgvirgL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/agcuJRXyHBkQcvhaJovfJJGjU8LdsaKcss10ZaKw.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"323919";s:10:"created_at";s:19:"2025-07-18 09:45:57";s:10:"updated_at";s:19:"2025-07-18 09:45:57";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13428;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74791;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13428;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74791;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13433;s:7:"user_id";i:1;s:8:"filename";s:26:"71xhSjNAUxL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/btZyS2v8FbBA5liyQkzZXeb48NAjWn8NRexnFoQW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"69405";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13433;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74792;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13433;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74792;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13432;s:7:"user_id";i:1;s:8:"filename";s:26:"71UOi462rUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/9Jo6Z3h4IYHTrcwzchGxnzqDQaPQLQbsAxWt9XAt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"62467";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13432;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74793;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13432;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74793;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13431;s:7:"user_id";i:1;s:8:"filename";s:26:"71Cs8AD215L._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/rHvzR0tlkxqRgllUfjmdNZ0lRU3QcDtmo2wnTFZm.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"50374";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13431;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74794;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13431;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74794;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13430;s:7:"user_id";i:1;s:8:"filename";s:26:"61DNkcVvKUL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/A61BbjVDfbOpKPHK73ymmCrLIwEKliyGqcQnqmCz.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"42036";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13430;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74795;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13430;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74795;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13429;s:7:"user_id";i:1;s:8:"filename";s:26:"61XZOP9PMXL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/IBvfABCYsMFNy2fWxdOUkJ5nmx8Zp2xxjvuHdh8D.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"28851";s:10:"created_at";s:19:"2025-07-18 09:46:16";s:10:"updated_at";s:19:"2025-07-18 09:46:16";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13429;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74796;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13429;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74796;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13435;s:7:"user_id";i:1;s:8:"filename";s:26:"81A94IzngEL._AC_SX679_.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/jxyBFEkE6YlGCLUSSXrd7AgbdFTC4yy090xjfiFQ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"129334";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13435;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74797;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13435;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74797;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13434;s:7:"user_id";i:1;s:8:"filename";s:41:"a0d9672b-0f5c-4b84-8ee5-236858ef3b97.jpeg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/tvfGL1ZNZIKZw6PoCXqrbxy2Z9aWcR7oomw3d869.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"74033";s:10:"created_at";s:19:"2025-07-18 09:46:17";s:10:"updated_at";s:19:"2025-07-18 09:46:17";s:15:"pivot_entity_id";i:1738;s:13:"pivot_file_id";i:13434;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:74798;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2025-07-18 09:50:09";s:16:"pivot_updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1738;s:7:"file_id";i:13434;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:74798;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2025-07-18 09:50:09";s:10:"updated_at";s:19:"2025-07-18 09:50:09";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:8:{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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2071;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1711;}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:1738;s:18:"related_product_id";i:1711;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1711;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</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:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1721;s:12:"tax_class_id";N;s:4:"slug";s:82:"16inch-solar-rechargeable-fan-and-led-light-kit-stay-cool-and-illuminated-anywhere";s:5:"price";s:7:"65.0000";s:13:"special_price";s:7:"55.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"55.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:1313;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:"2025-06-16 10:12:16";s:10:"updated_at";s:19:"2026-03-07 02:42:54";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1721;}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:1738;s:18:"related_product_id";i:1721;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1721;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1719;s:10:"product_id";i:1721;s:6:"locale";s:2:"en";s:4:"name";s:84:"16Inch Solar Rechargeable Fan and LED Light Kit - Stay Cool and Illuminated Anywhere";s:11:"description";s:1296:"<div id="station-tabs-tabpanel_ht-i0-t5" class="station-tabs-tabpanel station-tabs-default-tabpanel is-active" role="tabpanel" aria-labelledby="station-tabs-tab_ht-i0-t5" aria-hidden="false">\r\n
    <div class="station-tabs-tabcontent">\r\n
    <p>16'' pedestal solar fan with night light function</p>\r\n
    <ul>\r\n
    <li>Rechargeable oscillating pedestal fan.</li>\r\n
    <li>Solar panel: 18V 20W.</li>\r\n
    <li>Material: Impact resistant ABS plastic.</li>\r\n
    <li>12V 4.5Ah sealed lead-acid rechargeable battery included.</li>\r\n
    <li>Charging time: about 8 hours for the battery to be fully charged.</li>\r\n
    <li>Charge indicator.</li>\r\n
    <li>AC/DC function.</li>\r\n
    <li>Power source: 110-220V 50/60Hz.</li>\r\n
    <li>Power: 32W.</li>\r\n
    <li>Light source: 3W LED</li>\r\n
    <li>Includes solar panel.</li>\r\n
    <li>Blade size: 16 inches</li>\r\n
    <li>RPM: about 1300 rpm</li>\r\n
    <li>Light sources: 20PCS SMD</li>\r\n
    <li>Battery: 6V 4.5AH lithium battery</li>\r\n
    <li>USB OUTPUT CURRENT: 500MAH</li>\r\n
    <li>Charging time: 6-8 hours</li>\r\n
    <li>Working hours: 6-30 hours</li>\r\n
    <li>Fan speed: 5 speed choice</li>\r\n
    <li>0.5 hour timing function</li>\r\n
    <li>110~240V AC or 18V DC charging</li>\r\n
    <li>Fan size: 1290*430*350mm</li>\r\n
    <li>With AC charging cable</li>\r\n
    <li>18V10W solar panels</li>\r\n
    <li>Remote</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <h1 class="station-tabs-tabtitle">&nbsp;</h1>";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:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1723;s:12:"tax_class_id";N;s:4:"slug";s:104:"car-seat-cushion-office-chair-orthopedic-butt-pillow-long-sitting-bamboo-memory-foam-coccyx-seat-cushion";s:5:"price";s:7:"17.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:4:"J8P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1927;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:"2025-06-30 10:56:06";s:10:"updated_at";s:19:"2026-03-07 01:33:36";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1723;}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:1738;s:18:"related_product_id";i:1723;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1723;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1721;s:10:"product_id";i:1723;s:6:"locale";s:2:"en";s:4:"name";s:104:"Car Seat Cushion Office Chair Orthopedic Butt Pillow Long Sitting Bamboo Memory Foam Coccyx Seat Cushion";s:11:"description";s:1096:"<div class="inner-row">\r\n
    <div class="col-md-12 right-content">\r\n
    <div class="panel-big-2">\r\n
    <h1 class="title-heading">DESCRIPTION</h1>\r\n
    <div class="text-section">\r\n
    <div class="vim x-item-title" data-testid="x-item-title">&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;1.&nbsp;100% brand new</div>\r\n
    <div>&nbsp; &nbsp; 2.&nbsp;Ergonomic design for promoting healthy posture, proper spine alignment, and superior comfort.</div>\r\n
    <div>&nbsp; &nbsp; 3.&nbsp;Reduces pressure on the coccyx and tailbone while sitting.</div>\r\n
    <div>&nbsp; &nbsp; 4.&nbsp;Made of high quality memory foam.</div>\r\n
    <div>&nbsp; &nbsp; 5.&nbsp;Zippered, machine-washable velvet cover.</div>\r\n
    <div>&nbsp; &nbsp; 6.&nbsp;Retains its shape even after long periods of use</div>\r\n
    <div>&nbsp; &nbsp; 7.&nbsp;Ideal for chair or car seat.</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp; Seat Cushion Size:&nbsp;46 x 37 x 8cm</div>\r\n
    <div>&nbsp; &nbsp; Product Weight:&nbsp;0.5kg</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>Package:</div>\r\n
    <div>&nbsp;</div>\r\n
    <div>&nbsp; &nbsp;&nbsp;1 x Memory Foam Seat Cushion</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:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1724;s:12:"tax_class_id";N;s:4:"slug";s:67:"vanlu-rechargeable-waterproof-cordless-water-flosser-with-4-nozzles";s:5:"price";s:7:"25.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J13P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:884;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:"2025-06-30 11:02:10";s:10:"updated_at";s:19:"2026-03-06 09:45:29";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1724;}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:1738;s:18:"related_product_id";i:1724;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1724;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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:1722;s:10:"product_id";i:1724;s:6:"locale";s:2:"en";s:4:"name";s:67:"Vanlu Rechargeable Waterproof Cordless Water Flosser with 4 Nozzles";s:11:"description";s:4430:"<div class="section-title">\r\n
    <div class="section-title__title-container">\r\n
    <h2 id="s0-23-25-26-19-1-93[1]-2-3-7[0]-5[0]-3[0]-11[1]-1-5-title" class="section-title__title"><span class="ux-layout-section-module-evo__title" data-testid="ux-textual-display"><span class="ux-textspans">Item specifics</span></span></h2>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo ux-layout-section--features" data-testid="ux-layout-section-evo">\r\n
    <div class="ux-layout-section-evo__item ux-layout-section-evo__item--table-view" data-testid="ux-layout-section-evo__item">\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--condition" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Condition</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-expandable-textual-display-block-inline"><span data-testid="text"><span class="ux-textspans">New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is ...&nbsp;</span></span><span class="ux-expandable-textual-display-block-inline__control" data-testid="viewMore"><button class="ux-action fake-link fake-link--action" data-testid="ux-action" data-clientpresentationmetadata="{&quot;presentationType&quot;:&quot;EXPAND_INLINE&quot;}" data-vi-tracking="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}" data-click="{&quot;eventFamily&quot;:&quot;ITM&quot;,&quot;eventAction&quot;:&quot;ACTN&quot;,&quot;actionKind&quot;:&quot;CLICK&quot;,&quot;operationId&quot;:&quot;4429486&quot;,&quot;flushImmediately&quot;:false,&quot;eventProperty&quot;:{&quot;moduledtl&quot;:&quot;mi:3560|li:106744&quot;,&quot;sid&quot;:&quot;p4429486.m3560.l106744&quot;}}"><span class="ux-textspans">Read more<span class="clipped">about the condition</span></span></button></span></span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--brand" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">&nbsp;</div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div>&nbsp;</div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values--type" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Type</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Dental Floss</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--color" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Color</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Black</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\r\n
    </div>\r\n
    </div>\r\n
    <div class="ux-layout-section-evo__row">\r\n
    <div class="ux-layout-section-evo__col">\r\n
    <dl class="ux-labels-values ux-labels-values--inline col-6 ux-labels-values__column-last-row ux-labels-values--features" data-testid="ux-labels-values">\r\n
    <dt class="ux-labels-values__labels">\r\n
    <div class="ux-labels-values__labels-content">\r\n
    <div><span class="ux-textspans">Features</span></div>\r\n
    </div>\r\n
    </dt>\r\n
    <dd class="ux-labels-values__values">\r\n
    <div class="ux-labels-values__values-content">\r\n
    <div><span class="ux-textspans">Rechargeable, Water Floss, Cordless</span></div>\r\n
    </div>\r\n
    </dd>\r\n
    </dl>\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: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:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1728;s:12:"tax_class_id";N;s:4:"slug";s:42:"magnetic-car-curtain-side-window-sun-shade";s:5:"price";s:7:"12.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:4:"J7P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:831;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:"2025-07-08 09:38:22";s:10:"updated_at";s:19:"2026-03-07 01:58:06";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1728;}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:1738;s:18:"related_product_id";i:1728;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1728;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1726;s:10:"product_id";i:1728;s:6:"locale";s:2:"en";s:4:"name";s:42:"Magnetic Car Curtain Side Window Sun Shade";s:11:"description";s:2146:"<h1 id="title" class="a-size-large a-spacing-none"><span id="productTitle" class="a-size-large product-title-word-break">Magnetic Car Side Window Sun Shade</span></h1>\r\n
    <p>&nbsp;</p>\r\n
    <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
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Body skim function】The Magnetic car side curtain can block strong sunlight and ultraviolet rays and light-proof car window curtain can effectively protect your skin from the sun. Especially when there are children in the car, Front curtain and rear side curtain surely protect your children from blazing sun. When you are not running your car, the car shieled curtain can prevent the car from being exposed to sunlight in order to avoid causing high temperature in the car.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Privacy protection】when you want to rest in the car,chat with friends or make appointments in car, the car blind curtain can protect your privacy as you want. It can also protect the belongings in your car to be exposed in the eyes of others when you use the magnetic carside blind curtain.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Easy and simple instllation】The sunshade car curtain is equipped with a magnet which can be installed or removed easily and quickly and magnetic car sunshade curtains will not cause any harm on the car. You can adjust the car curtain to the size you want by pulling it, that is.The car sunshade curtain can cover the interior of the car and also will not affect your visual range. It is vey easy to install this product. You can install it by hand and do not need any tool.</span></li>\r\n
    <li class="a-spacing-mini"><span class="a-list-item">🚘【Suitable for】The product is suitable for notchback,hatchback and SUV and It is not suitable for MPV and trucks. And the car windows and car door need to have metal frame</span></li>\r\n
    </ul>\r\n
    </ul>\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: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:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1730;s:12:"tax_class_id";N;s:4:"slug";s:41:"portable-handheld-steam-brush-for-clothes";s:5:"price";s:7:"35.0000";s:13:"special_price";s:7:"25.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"25.0000";s:3:"sku";s:5:"J15P0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1075;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:"2025-07-15 17:42:26";s:10:"updated_at";s:19:"2026-03-06 14:37:53";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1730;}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:1738;s:18:"related_product_id";i:1730;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1730;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1728;s:10:"product_id";i:1730;s:6:"locale";s:2:"en";s:4:"name";s:41:"Portable Handheld Steam Brush for Clothes";s:11:"description";s:2129:"<h2 class="mobile-hide">Description</h2>\r\n
    <p><strong>Portable Handheld Steam Brush with 1200W Steam Burst Technology - Garment Care Solution</strong></p>\r\n
    <p>Upgrade your garment care routine with our Portable Handheld Steam Brush, the ultimate solution for refreshing and smoothing clothes and textiles. This powerful steam brush features advanced 1200W steam burst technology, effortlessly eliminating dirt, bacteria, and odors from garments, ensuring they look and feel fresh. Its ergonomic design makes it lightweight and convenient to use, while the practical stand provides stability during operation. Equipped with both a crease attachment and a textile brush attachment, this steam brush caters to all your ironing needs, allowing you to achieve professional-quality results at home or on the go.</p>\r\n
    <p><strong>Features:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Powerful 1200W Steam Burst Technology:</strong>&nbsp;Generates high-pressure steam bursts for efficient and effective garment care.</li>\r\n
    <li><strong>Ergonomic Design:</strong>&nbsp;Lightweight and comfortable to hold, making it easy to maneuver and use.</li>\r\n
    <li><strong>Practical Stand:</strong>&nbsp;Provides stability during operation, ensuring safe and steady steaming.</li>\r\n
    <li><strong>Crease Attachment and Textile Brush Attachment:</strong>&nbsp;Offers versatility for various ironing needs and fabric types.</li>\r\n
    <li><strong>Handy Measuring Cup:</strong>&nbsp;Included for easy filling of the water reservoir, ensuring hassle-free operation.</li>\r\n
    <li><strong>Suitable for Cotton, Silk, and Polyester Fabrics:</strong>&nbsp;Versatile enough to handle a wide range of fabric types with ease.</li>\r\n
    <li><strong>Ideal for Vertical Steaming:</strong>&nbsp;Perfect for refreshing and de-wrinkling hanging garments, curtains, and upholstery.</li>\r\n
    <li><strong>Compact and Portable:</strong>&nbsp;Designed for travel convenience, allowing you to maintain crisp, wrinkle-free clothes wherever you go.</li>\r\n
    </ul>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <ul>\r\n
    <li><strong>Power:</strong>&nbsp;1200W</li>\r\n
    <li><strong>Color:&nbsp;</strong>Green, Pink</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: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:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1731;s:12:"tax_class_id";N;s:4:"slug";s:14:"wall-protector";s:5:"price";s:6:"4.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.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:1415;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:"2025-07-15 19:11:48";s:10:"updated_at";s:19:"2026-03-07 03:42:22";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1731;}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:1738;s:18:"related_product_id";i:1731;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1731;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1729;s:10:"product_id";i:1731;s:6:"locale";s:2:"en";s:4:"name";s:155:"Wall Protector Clear Contact Paper Electrostatic Absorption Wall Protective Film Removable Transparent Plastic Static Cling Stickers for Kitchen and Office";s:11:"description";s:1492:"<h2 class="b mv0 f5 pb2">About this item</h2>\r\n
    <div class="expand-collapse-content dangerous-html w_YUC7">\r\n
    <ul>\r\n
    <li>【Electrostatic Adsorption, No Harm to the Wall】The wall protector sheet adopts electrostatic adsorption technology and does not require glue during installation. Compared with traditional wallpaper, it will not hurt your wall when it is removed, and there will be no residue. You can use it with confidence.</li>\r\n
    <li>【High Quality Material】The clear contact paper is made of high-quality pp material, smooth and comfortable to the touch, without any strange smell. The wall protector is clear and transparent, anti-dirty, and anti-scrape, which can provide good protection for your wall. The clear wall protector will be one of your great furniture items.</li>\r\n
    <li>【Clear &amp; Easy to Clean】Backsplash protector is simple and can match most styles of walls without looking obtrusive. The clear contact paper are easy to clean, only need to wipe gently with a rag, and the wall paper sticker pulls and stick prevents garbage splashes and damage to your walls when kids paint on them.</li>\r\n
    <li>【Easy to use &amp; remove】 Wall protector is easy to install, with an electrostatic adsorption design, no need for glue to install and use, only need to stick it to the wall, simple and fast, and you can also cut the size according to your needs. The electrostatic wall sticker will peel off without leaving any stains or damaging your walls.</li>\r\n
    </ul>\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:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1735;s:12:"tax_class_id";N;s:4:"slug";s:115:"instant-ice-cream-maker-ideal-for-making-soft-serve-ice-cream-slushies-frozen-yogurt-sorbet-gelato-rolled-ice-cream";s:5:"price";s:7:"16.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";s:4:"J4P5";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1437;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:"2025-07-18 09:14:08";s:10:"updated_at";s:19:"2026-03-06 19:48:14";s:16:"pivot_product_id";i:1738;s:24:"pivot_related_product_id";i:1735;}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:1738;s:18:"related_product_id";i:1735;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1738;s:18:"related_product_id";i:1735;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1145;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:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&nbsp;</div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1733;s:10:"product_id";i:1735;s:6:"locale";s:2:"en";s:4:"name";s:115:"Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream";s:11:"description";s:1685:"<h1 class="title">Instant Ice Cream Maker Ideal for Making Soft Serve Ice Cream Slushies Frozen Yogurt Sorbet Gelato Rolled Ice Cream</h1>\r\n
    <div id="recommendedRating" class="respondents b-2">\r\n
    <div class="product-detail">\r\n
    <div class="heading-sec">\r\n
    <h2 class="heading">Product Details</h2>\r\n
    </div>\r\n
    <div id="rewrite_description" class="Product Details">\r\n
    <ul class="product-points">\r\n
    <li>Versatile ice cream maker for homemade soft serve, slushies, frozen yogurt, sorbet, gelato, and rolled ice cream</li>\r\n
    <li>Includes fast-freeze surface pan and scraper for creative toppings and delicious rolled ice cream</li>\r\n
    <li>Requires powerful cooling liquid to be frozen at 0℉ for at least 12 hours before use</li>\r\n
    <li>Simple to use by pouring mixed ingredients onto the freeze surface, waiting 5 minutes, and then scooping and turning until ice cream is formed</li>\r\n
    <li>Unplugged and hand-washable for easy maintenance</li>\r\n
    <li>Perfect for kids or a fun night in, and allows for endless flavor combinations</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="additional-info">\r\n
    <div>\r\n
    <table id="product-attribute-specs-table" class="featureTable">\r\n
    <tbody>\r\n
    <tr>\r\n
    <td>Brand</td>\r\n
    <td>JoyMech</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Color</td>\r\n
    <td>White</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Capacity</td>\r\n
    <td>150 Milliliters</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Special Feature</td>\r\n
    <td>Refrigerator</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Material</td>\r\n
    <td>Plastic</td>\r\n
    </tr>\r\n
    <tr class="packageweight">\r\n
    <td>Item Weight</td>\r\n
    <td>5 lbs (2.27 kg)</td>\r\n
    </tr>\r\n
    <tr>\r\n
    <td>Date First Available</td>\r\n
    <td>2021-06-23 05:54:26</td>\r\n
    </tr>\r\n
    </tbody>\r\n
    </table>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <div class="who-should-buy">\r\n
    <div class="heading-sec">&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;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a: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:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1736;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1738;s:10:"created_at";s:19:"2025-07-18 09:47:23";s:10:"updated_at";s:19:"2025-07-18 09:47:23";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";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:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1738;s:12:"meta_data_id";i:1736;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:158:"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing";}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/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #requestUri: "/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1222}
    
     */
    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/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #requestUri: "/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1222}
    
|--------------------------------------------------------------------------
| 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/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #requestUri: "/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1222}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"Europe/Berlin"
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID
"aauezZs7GfhGle73v3KcnQAAABw"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URL
"/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aauezZs7GfhGle73v3KcnQAAABw"
REDIRECT_REDIRECT_SCRIPT_URL
"/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aauezZs7GfhGle73v3KcnQAAABw"
REDIRECT_SCRIPT_URL
"/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_SCRIPT_URI
"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_HANDLER
"application/x-httpd-ea-php73"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aauezZs7GfhGle73v3KcnQAAABw"
SCRIPT_URL
"/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
SCRIPT_URI
"https://black-lb.com/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
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.83"
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
"34112"
REDIRECT_URL
"/public/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/products/light-weight-laundry-basket-sorter-120l-collapsible-laundry-bag-with-wheels-and-lid-2-separate-sections-folding-portable-washing"
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
1772854989.5401
REQUEST_TIME
1772854989
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