{"product_id":"garvee-utility-service-cart-flat-top-pis-0131nhmk","title":"Garvee Utility Service Cart Flat top, 550 LBS Heavy Duty Plastic Rolling Utility Cart with 360°Swivel Wheels (2 with Brakes), 2 Shelves Work Cart Ergonomic Storage Handle for Warehouse Garage","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: Arial, sans-serif;\n        }\n        body {\n            color: #333;\n            line-height: 1.6;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        .product-header {\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .product-title {\n            font-size: 28px;\n            color: #222;\n            margin-bottom: 10px;\n        }\n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 10px;\n        }\n        .product-price {\n            font-size: 24px;\n            color: #e63946;\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        .product-rating {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 5px;\n        }\n        .stars {\n            color: #f8d809;\n            font-size: 20px;\n            margin-right: 10px;\n        }\n        .rating-count {\n            color: #0066c0;\n        }\n        .image-section {\n            margin-bottom: 40px;\n        }\n        .product-image {\n            width: 100%;\n            margin-bottom: 15px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n        .image-caption {\n            text-align: center;\n            margin: 15px 0 40px;\n            font-size: 16px;\n            color: #555;\n            line-height: 1.5;\n            padding: 0 10px;\n        }\n        .image-caption strong {\n            color: #333;\n            display: block;\n            margin-bottom: 5px;\n            font-size: 18px;\n        }\n        .product-cta {\n            text-align: center;\n            margin: 30px 0;\n        }\n        .buy-button {\n            background-color: #ff9900;\n            color: white;\n            border: none;\n            padding: 15px 40px;\n            font-size: 18px;\n            border-radius: 30px;\n            cursor: pointer;\n            font-weight: bold;\n            transition: background-color 0.2s;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.2);\n        }\n        .buy-button:hover {\n            background-color: #e68a00;\n        }\n        .product-features {\n            margin: 40px 0;\n            background-color: #f9f9f9;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        .feature-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: #222;\n            text-align: center;\n            border-bottom: 2px solid #ddd;\n            padding-bottom: 10px;\n        }\n        .feature-list {\n            list-style-type: none;\n            margin-bottom: 20px;\n        }\n        .feature-item {\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n        .feature-icon {\n            margin-right: 15px;\n            color: #0066c0;\n            font-size: 24px;\n            min-width: 25px;\n        }\n        .feature-text {\n            flex: 1;\n        }\n        .feature-heading {\n            font-weight: bold;\n            color: #333;\n            font-size: 18px;\n        }\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        .specs-table td {\n            border: 1px solid #ddd;\n            padding: 12px 15px;\n            text-align: left;\n        }\n        .specs-table tr:nth-child(odd) {\n            background-color: #f8f8f8;\n        }\n        .specs-table tr:nth-child(even) {\n            background-color: #ffffff;\n        }\n        .specs-table tr:hover {\n            background-color: #f1f1f1;\n        }\n        .specs-table tr td:first-child {\n            font-weight: bold;\n            width: 40%;\n            background-color: #f2f6f9;\n        }\n        .section-title {\n            font-size: 24px;\n            margin: 40px 0 20px;\n            color: #333;\n            text-align: center;\n            position: relative;\n        }\n        .section-title:after {\n            content: '';\n            display: block;\n            width: 50px;\n            height: 3px;\n            background: #0066c0;\n            margin: 10px auto 0;\n        }\n        .highlight-box {\n            background-color: #f9f9e0;\n            border-left: 4px solid #f8d809;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 3px;\n        }\n        .free-shipping {\n            color: #4CAF50;\n            font-weight: bold;\n        }\n        .stock-status {\n            color: #4CAF50;\n            font-weight: bold;\n            display: inline-block;\n            margin-right: 15px;\n        }\n        .limited-offer {\n            color: #e63946;\n            font-weight: bold;\n        }\n        \n        @media screen and (max-width: 768px) {\n            .product-title {\n                font-size: 24px;\n            }\n            .product-subtitle {\n                font-size: 16px;\n            }\n            .feature-heading {\n                font-size: 16px;\n            }\n            .specs-table, .specs-table td {\n                display: block;\n            }\n            .specs-table tr {\n                margin-bottom: 15px;\n                display: block;\n                border: 1px solid #ddd;\n                border-radius: 5px;\n                overflow: hidden;\n            }\n            .specs-table tr td:first-child {\n                width: 100%;\n            }\n            .image-caption {\n                font-size: 14px;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"product-header\"\u003e\n  \u003ch1 class=\"product-title\"\u003e\n   Garvee Heavy Duty Utility Cart\n  \u003c\/h1\u003e\n  \u003cp class=\"product-subtitle\"\u003e\n   2-Tier Rolling Service Cart with 550lb Capacity \u0026amp; Locking Wheels\n  \u003c\/p\u003e\n  \u003cdiv class=\"product-rating\"\u003e\n   \u003cdiv class=\"stars\"\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-section\"\u003e\n  \u003cimg alt=\"GARVEE Heavy Duty Utility Cart - Main View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17423840498807501.jpg?v=1745204170\"\u003e\n  \u003cp class=\"image-caption\"\u003e\n   \u003cstrong\u003e\n    Professional-Grade 2-Tier Utility Cart\n   \u003c\/strong\u003e\n   Introducing our heavy-duty rolling service cart designed for optimal workspace organization. With its sleek black design and ergonomic handle, this cart offers both functionality and style for any work environment.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-section\"\u003e\n  \u003cimg alt=\"GARVEE Utility Cart Side View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17423840687782029.jpg?v=1745204170\"\u003e\n  \u003cp class=\"image-caption\"\u003e\n   \u003cstrong\u003e\n    Ergonomic Design \u0026amp; Smooth Mobility\n   \u003c\/strong\u003e\n   The cart features a thoughtfully designed ergonomic handle and four professional-grade 5-inch swivel casters. Two lockable wheels ensure stability when stationary, while all wheels include shock-absorbing Thermo-Plastic-Rubber exteriors to protect your floors and reduce noise.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-section\"\u003e\n  \u003cimg alt=\"GARVEE Utility Cart With Items\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17423840525227197.jpg?v=1745204171\"\u003e\n  \u003cp class=\"image-caption\"\u003e\n   \u003cstrong\u003e\n    Exceptional Storage Capacity\n   \u003c\/strong\u003e\n   With a robust 550-pound load capacity, this cart easily handles your heaviest equipment and supplies. The generous shelf dimensions (36.81\"L x 25.2\"W) provide ample space for organizing tools, equipment, and materials across both shelves.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-section\"\u003e\n  \u003cimg alt=\"GARVEE Utility Cart Close-up\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/be961727408386010384.jpg?v=1745204170\"\u003e\n  \u003cp class=\"image-caption\"\u003e\n   \u003cstrong\u003e\n    High-Quality Construction\n   \u003c\/strong\u003e\n   Crafted from industrial-strength polypropylene, this service cart resists chips, dents, rust, water, and corrosion. The high-density structural foam ensures durability while maintaining a lightweight design for easy maneuverability. The non-slip surface keeps items secure during transport.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-section\"\u003e\n  \u003cimg alt=\"GARVEE Utility Cart in Use\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17423840737503516.jpg?v=1745204170\"\u003e\n  \u003cp class=\"image-caption\"\u003e\n   \u003cstrong\u003e\n    Versatile Applications\n   \u003c\/strong\u003e\n   Perfect for warehouses, classrooms, garages, offices, IT departments, cleaning crews, and gardeners. This multi-purpose cart adapts to your needs, functioning as a transport vehicle, cleaning cart, garden cart, or mobile workspace for any environment.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"highlight-box\"\u003e\n  \u003cp\u003e\n   \u003cstrong\u003e\n    WHY CUSTOMERS LOVE IT:\n   \u003c\/strong\u003e\n   Perfect for warehouses, offices, schools, and garages. This industrial-strength cart makes moving heavy items effortless with its 550lb capacity and smooth-rolling wheels. The durable construction ensures years of reliable service.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"product-features\"\u003e\n  \u003ch2 class=\"feature-title\"\u003e\n   KEY FEATURES\n  \u003c\/h2\u003e\n  \u003cul class=\"feature-list\"\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cdiv class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n     \u003ch3 class=\"feature-heading\"\u003e\n      Industrial-Strength Construction\n     \u003c\/h3\u003e\n     Chip, dent, rust and corrosion resistant polypropylene.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cdiv class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n     \u003ch3 class=\"feature-heading\"\u003e\n      Ergonomic Design\n     \u003c\/h3\u003e\n     Molded handle with built-in storage for improved control.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cdiv class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n     \u003ch3 class=\"feature-heading\"\u003e\n      Superior Mobility\n     \u003c\/h3\u003e\n     Four 5\" swivel casters with two lockable wheels.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cdiv class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n     \u003ch3 class=\"feature-heading\"\u003e\n      Heavy-Duty Capacity\n     \u003c\/h3\u003e\n     Supports up to 550 pounds of equipment and supplies.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cdiv class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n     \u003ch3 class=\"feature-heading\"\u003e\n      Versatile Use\n     \u003c\/h3\u003e\n     Perfect for warehouses, offices, schools and gardens.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n  \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003ch2 class=\"section-title\"\u003e\n  Product Specifications\n \u003c\/h2\u003e\n \u003ctable class=\"specs-table\"\u003e\n  \u003ctbody\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Brand\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Garvee\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Color\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Black\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Load Capacity\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     550 Pounds\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Material\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Polypropylene (PP)\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Special Feature\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Heavy Duty\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Number of Wheels\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     4\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Number of Shelves\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     2\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Caster Type\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Swivel\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Item Weight\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     50.04 Pounds\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Included Components\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Cart\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n \u003c\/table\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Black","offer_id":50715494875424,"sku":"PIS_0131NHMK","price":262.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/fe17423838711196055.jpg?v=1758254790","url":"https:\/\/www.garvee.ca\/products\/garvee-utility-service-cart-flat-top-pis-0131nhmk","provider":"GARVEECA","version":"1.0","type":"link"}