{"product_id":"garvee-workbench-48in-metal-garage-pho_14ahlxwl","title":"Garvee 48 in WorkBench Metal Tool Storage Bench with Pegboard 3 Drawers Power Outlet Garage Workshop Basement Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n        }\n\n        .product-container {\n            background-color: #fff;\n            border-radius: 10px;\n            box-shadow: 0 0 20px rgba(0,0,0,0.05);\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-header {\n            padding: 30px;\n            background: #ffffff;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            line-height: 1.2;\n            color: #333;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            font-weight: 400;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .price-container {\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 20px 0;\n            background: #f7f7f7;\n            padding: 15px;\n            border-radius: 8px;\n        }\n        \n        .current-price {\n            font-size: 32px;\n            font-weight: 700;\n            color: #e63946;\n        }\n        \n        .original-price {\n            text-decoration: line-through;\n            color: #aaa;\n            font-size: 20px;\n        }\n        \n        .saving-badge {\n            background: #e63946;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-weight: 600;\n        }\n        \n        .stock-badge {\n            background: #4CAF50;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-left: auto;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            width: 100%;\n            padding: 18px 30px;\n            background: #e63946;\n            color: white;\n            text-align: center;\n            font-size: 20px;\n            font-weight: 600;\n            border: none;\n            border-radius: 8px;\n            cursor: pointer;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        .cta-button:hover {\n            background: #c1121f;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n        }\n        \n        .full-width-image {\n            width: 100%;\n            margin-bottom: 20px;\n        }\n        \n        .full-width-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n        }\n        \n        .product-content {\n            padding: 30px;\n        }\n        \n        .highlight-banner {\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            border-left: 5px solid #e63946;\n        }\n        \n        .highlight-banner h2 {\n            color: #333;\n            font-size: 22px;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-banner p {\n            color: #555;\n            font-size: 16px;\n        }\n        \n        .feature-section {\n            margin: 40px 0;\n        }\n        \n        .feature-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e63946;\n        }\n        \n        .feature-description {\n            font-size: 16px;\n            color: #555;\n            margin-bottom: 30px;\n            line-height: 1.7;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: #333;\n            margin: 40px 0 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e63946;\n            position: relative;\n        }\n        \n        .benefits-list {\n            list-style: none;\n            margin: 30px 0;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 30px;\n            background: #fff;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            overflow: hidden;\n            transition: transform 0.3s ease;\n        }\n        \n        .benefits-list li:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-content {\n            padding: 20px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            font-size: 20px;\n            margin-bottom: 10px;\n            color: #333;\n            border-left: 4px solid #e63946;\n            padding-left: 10px;\n        }\n        \n        .benefit-desc {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.6;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 0 15px rgba(0,0,0,0.05);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #f5f5f5;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            color: #333;\n        }\n        \n        .trust-badges {\n            display: flex;\n            justify-content: space-between;\n            margin: 40px 0;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .trust-badge {\n            text-align: center;\n            padding: 20px;\n            background: #fff;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            flex: 1;\n            min-width: 180px;\n            transition: transform 0.3s ease;\n        }\n        \n        .trust-badge:hover {\n            transform: translateY(-5px);\n        }\n        \n        .trust-badge-icon {\n            font-size: 30px;\n            color: #e63946;\n            margin-bottom: 10px;\n        }\n        \n        .trust-badge-title {\n            font-weight: 600;\n            margin-bottom: 5px;\n            color: #333;\n        }\n        \n        .trust-badge-desc {\n            font-size: 14px;\n            color: #666;\n        }\n        \n        .cta-section {\n            background: #f7f7f7;\n            padding: 40px;\n            border-radius: 10px;\n            text-align: center;\n            color: #333;\n            margin: 40px 0;\n            border: 2px dashed #e63946;\n        }\n        \n        .cta-title {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #333;\n        }\n        \n        .cta-desc {\n            font-size: 16px;\n            margin-bottom: 30px;\n            color: #555;\n        }\n        \n        .image-description-container {\n            margin: 30px 0;\n        }\n        \n        @media screen and (max-width: 768px) {\n            .product-title {\n                font-size: 24px;\n            }\n            \n            .stock-badge {\n                margin-left: 0;\n                margin-top: 10px;\n            }\n            \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table td:first-child {\n                width: 100%;\n                background: #f2f2f2;\n            }\n            \n            .trust-badges {\n                justify-content: center;\n            }\n            \n            .trust-badge {\n                min-width: 45%;\n            }\n            \n            .product-header, .product-content, .cta-section {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\" style=\"text-align: center;\"\u003eGARVEE Heavy-Duty Workbench with Power Hub\u003c\/h1\u003e\n\u003ch2 class=\"product-subtitle\" style=\"text-align: center;\"\u003eProfessional Steel Workshop Table with 1000lb Capacity \u0026amp; Integrated Storage System\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Heavy-Duty Workbench with Power Hub - Full View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-1.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"highlight-banner\"\u003e\n\u003ch2\u003eWorkshop Excellence Redefined\u003c\/h2\u003e\n\u003cp\u003eEngineered for professionals and serious DIY enthusiasts, the GARVEE Heavy-Duty Workbench combines industrial-grade construction with intelligent design features to create the ultimate workshop solution. With its impressive 1000lb capacity, integrated power system, and comprehensive storage options, this workbench elevates your workspace to professional standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-description-container\"\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Workbench - Detail View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-2.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSturdy and Reliable Construction\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eMade from robust steel with reinforced crossbeams, this workbench provides a stable foundation for all your projects. Its strong construction ensures a dependable platform for both professional and DIY tasks, allowing you to concentrate on your work with confidence. Each shelf is supported by double-layered legs that are 2.2mm thick, capable of holding up to 220lbs, offering generous storage capacity for tools and materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-description-container\"\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Workbench - Storage System\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-3.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eComprehensive Tool Organization\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThis workbench comes with a perforated pegboard, 30 hanging hooks, and two large drawers, offering extensive storage solutions for organized tool placement. The design includes 2-tier dividers for customizable shelving, which enhances workflow efficiency and aids in quick task execution. Keep your workspace tidy and your tools within reach, maximizing productivity and minimizing frustration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-description-container\"\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Workbench - Power Hub\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-4.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eIntegrated Power Center\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eEquipped with a power panel that has four AC outlets and two USB ports, this workbench allows for the simultaneous powering of multiple tools. A convenient 1.5m power cable ensures easy access to electricity, helping to maintain a tidy and efficient workspace. No more hunting for outlets or dealing with tangled extension cords - everything you need is built right into your workbench.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-description-container\"\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Workbench - Drawer System\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-5.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eHeavy-Duty Load Capacity\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThis workbench can support an impressive weight of up to 1000lbs, thanks to its solid 0.48\" thick hardwood benchtop. It features fixed rubber feet that provide stability on uneven surfaces, ensuring slip resistance and level support, making it perfect for demanding tasks. Whether you're working with heavy machinery, large materials, or just need a rock-solid work surface, this bench delivers industrial-grade performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-description-container\"\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg alt=\"GARVEE Workbench - Application Example\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/PHO_14AHLXWL-6.jpg?v=1748431872\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAdaptable Workstation\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThis adjustable heavy-duty work table is perfect for a wide range of applications, providing a flexible workspace suitable for garages, workshops, or other environments. The adjustable shelving allows for modifications to fit various project needs, ensuring it meets your requirements effectively. From woodworking to automotive repair, electronics to crafting, this versatile workbench adapts to your specific needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eKEY BENEFITS\u003c\/h3\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003ch4 class=\"benefit-title\"\u003eSturdy and Reliable Workbench\u003c\/h4\u003e\n\u003cp class=\"benefit-desc\"\u003eMade from robust steel with reinforced crossbeams, this workbench provides a stable foundation for all your projects. Its strong construction ensures a dependable platform for both professional and DIY tasks, allowing you to concentrate on your work with assurance. Each shelf is supported by double-layered legs that are 2.2mm thick, capable of holding up to 220lbs, offering generous storage capacity for tools and materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003ch4 class=\"benefit-title\"\u003eHeavy-Duty Load Capacity\u003c\/h4\u003e\n\u003cp class=\"benefit-desc\"\u003eThis workbench can support an impressive weight of up to 1000lbs, thanks to its solid 0.48\" thick hardwood benchtop. It features fixed rubber feet that provide stability on uneven surfaces, ensuring slip resistance and level support, making it perfect for demanding tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003ch4 class=\"benefit-title\"\u003eOrganized Tool Storage\u003c\/h4\u003e\n\u003cp class=\"benefit-desc\"\u003eThis workbench comes with a perforated pegboard, 30 hanging hooks, and two large drawers, offering extensive storage solutions for organized tool placement. The design includes 2-tier dividers for customizable shelving, which enhances workflow efficiency and aids in quick task execution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003ch4 class=\"benefit-title\"\u003eBuilt-In Power Hub\u003c\/h4\u003e\n\u003cp class=\"benefit-desc\"\u003eEquipped with a power panel that has four AC outlets and two USB ports, this workbench allows for the simultaneous powering of multiple tools. A convenient 1.5m power cable ensures easy access to electricity, helping to maintain a tidy and efficient workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"benefit-content\"\u003e\n\u003ch4 class=\"benefit-title\"\u003eAdaptable Workstation\u003c\/h4\u003e\n\u003cp class=\"benefit-desc\"\u003eThis adjustable heavy-duty work table is perfect for a wide range of applications, providing a flexible workspace suitable for garages, workshops, or other environments. The adjustable shelving allows for modifications to fit various project needs, ensuring it meets your requirements effectively.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"section-title\"\u003eSPECIFICATIONS\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSteel frame with hardwood benchtop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish Type\u003c\/td\u003e\n\u003ctd\u003ePainted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Type\u003c\/td\u003e\n\u003ctd\u003eLeg with rubber feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eAlloy Steel (2.2mm thickness)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLoad Capacity\u003c\/td\u003e\n\u003ctd\u003e1000 pounds (workbench top), 220 pounds (each shelf)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Outlet\u003c\/td\u003e\n\u003ctd\u003e4 AC outlets, 2 USB ports, 5ft cable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003ePegboard with 30 hooks, 2 drawers, adjustable shelving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBatteries Required\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e103.5 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Black \/ 48 Inch- With Drawer Back","offer_id":51265253572896,"sku":"PHO_14AHLXWL","price":361.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/be881727419186162008.jpg?v=1772000777","url":"https:\/\/www.garvee.ca\/products\/garvee-workbench-48in-metal-garage-pho_14ahlxwl","provider":"GARVEECA","version":"1.0","type":"link"}