{"product_id":"garvee-36-l-x-24-w-pho-16pltvrq","title":"Garvee 36\"L x 24\"W x 35\"H Nsf Stainless Steel Table, Work Table with Adjustable Undershelf, Detachable Trash Bag Holder, Metal Work Table Workbench for Home Kitchen Restaurant Outdoor","description":"\u003cstyle\u003e\n  .product-container {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    color: #333;\n    line-height: 1.6;\n  }\n  \n  \/* Product Introduction *\/\n  .product-intro {\n    background: linear-gradient(to right, #f8f9fa, #e9ecef);\n    border-radius: 10px;\n    padding: 30px;\n    margin-bottom: 40px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .product-intro:before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 6px;\n    height: 100%;\n    background: linear-gradient(to bottom, #4a6fa5, #2c3e50);\n  }\n  \n  .intro-text {\n    font-size: 16px;\n    line-height: 1.7;\n    margin: 0;\n    padding-left: 10px;\n  }\n  \n  \/* Features Section *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n    gap: 25px;\n    margin-bottom: 40px;\n  }\n  \n  .feature-box {\n    background-color: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n    transition: all 0.3s ease;\n  }\n  \n  .feature-box:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.12);\n  }\n  \n  .feature-header {\n    background: linear-gradient(to right, #2c3e50, #4a6fa5);\n    color: white;\n    padding: 15px 20px;\n    font-weight: 600;\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n  }\n  \n  .feature-icon {\n    margin-right: 10px;\n    font-size: 20px;\n  }\n  \n  .feature-content {\n    padding: 20px;\n    font-size: 15px;\n  }\n  \n  \/* Section Headings *\/\n  .section-title {\n    position: relative;\n    font-size: 22px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 40px 0 25px;\n    padding-bottom: 10px;\n  }\n  \n  .section-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 70px;\n    height: 3px;\n    background: linear-gradient(to right, #4a6fa5, #2c3e50);\n  }\n  \n  \/* Highlights Section *\/\n  .highlights-container {\n    background-color: #f8f9fa;\n    border-radius: 8px;\n    padding: 25px;\n    margin-bottom: 35px;\n  }\n  \n  .highlights-list {\n    list-style-type: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 15px;\n  }\n  \n  .highlight-item {\n    display: flex;\n    align-items: center;\n    padding: 12px 15px;\n    background-color: white;\n    border-radius: 6px;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n    transition: all 0.2s ease;\n  }\n  \n  .highlight-item:hover {\n    transform: translateX(5px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.08);\n  }\n  \n  .highlight-icon {\n    color: #4a6fa5;\n    margin-right: 15px;\n    font-size: 18px;\n    flex-shrink: 0;\n  }\n  \n  \/* Specifications Table *\/\n  .specs-container {\n    margin-bottom: 35px;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table tr:nth-child(odd) {\n    background-color: #f8f9fa;\n  }\n  \n  .specs-table tr:nth-child(even) {\n    background-color: #fff;\n  }\n  \n  .specs-table td {\n    padding: 15px 20px;\n    border-bottom: 1px solid #e9ecef;\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    color: #2c3e50;\n    width: 40%;\n  }\n  \n  \/* Note Section *\/\n  .note-container {\n    background-color: #fff3e0;\n    border-radius: 8px;\n    padding: 25px;\n    position: relative;\n    margin-bottom: 30px;\n    border-left: 4px solid #ff9800;\n  }\n  \n  .note-title {\n    color: #e65100;\n    font-size: 18px;\n    font-weight: 600;\n    margin-top: 0;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n  }\n  \n  .note-title-icon {\n    margin-right: 10px;\n    font-size: 20px;\n  }\n  \n  .note-list {\n    padding-left: 0;\n    margin: 0;\n    list-style-type: none;\n  }\n  \n  .note-item {\n    position: relative;\n    padding-left: 35px;\n    margin-bottom: 15px;\n  }\n  \n  .note-item:last-child {\n    margin-bottom: 0;\n  }\n  \n  .note-number {\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 25px;\n    height: 25px;\n    background-color: #ff9800;\n    color: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 600;\n    font-size: 14px;\n  }\n  \n  \/* Responsive Adjustments *\/\n  @media (max-width: 768px) {\n    .features-grid, .highlights-list {\n      grid-template-columns: 1fr;\n    }\n    \n    .feature-box {\n      max-width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Product Introduction --\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003cp class=\"intro-text\"\u003eIntroducing our stainless steel kitchen worktable—essential for culinary enthusiasts! Combining functionality and style, its sleek design enhances any kitchen. Durable and rust-resistant, it's perfect for heavy-duty tasks. With ample surface area for food prep, cooking, and plating, this versatile table suits both home and professional kitchens. Elevate your cooking experience with this perfect blend of elegance and practicality!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-header\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛠️\u003c\/div\u003e\nStainless Steel Work Table\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003eThis 36x24 inch stainless steel prep table is rust and scratch resistant, easy to clean and durable, ideal for any kitchen, garage, restaurant, warehouse and more. NSF certified.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-header\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\nErgonomic Design\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003eRounded edges reduce the risk of cuts and thus increase safety; Removable trash bag holder for easy trash disposal keeps your workspace neat and organized without taking up extra space.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-header\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚖️\u003c\/div\u003e\nLoad Capacity\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003eAdjustable bottom shelf offers three height settings, 0.6MM thickened stainless steel plate, it has a top load capacity of 660 lb and a bottom load capacity of 440lb, which can maximize the use of vertical space and hold a variety of items.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-header\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\nMulti-function\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e360-degree swivel wheels allow you to move the workbench quietly and smoothly; Easy locking wheels; Stable and safe. Ideal for commercial kitchens, home kitchens or garage setups Meet your cooking and workspace needs in any environment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-header\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\nEasy Installation\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003eThe stainless steel workbench is designed to be simple and straightforward for quick assembly. Simple installation by following the clear instructions in the manual allows you to complete the countertop installation with ease.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Highlights --\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cdiv class=\"highlights-container\"\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eDurable stainless steel for rust resistance and longevity.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eAdjustable open shelves for flexible storage solutions.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eEasy mobility with high-quality casters and safety braking system.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eEffortless assembly with included components and manual.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eVersatile design for diverse environments.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Dimension\u003c\/td\u003e\n\u003ctd\u003e36 x 24 x 35 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop Load Capacity\u003c\/td\u003e\n\u003ctd\u003e660 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBottom Load Capacity\u003c\/td\u003e\n\u003ctd\u003e440 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eNSF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Note Section --\u003e\n\u003cdiv class=\"note-container\"\u003e\n\u003ch3 class=\"note-title\"\u003e\n\u003cspan class=\"note-title-icon\"\u003e📝\u003c\/span\u003e Friendly Note\u003c\/h3\u003e\n\u003cul class=\"note-list\"\u003e\n\u003cli class=\"note-item\"\u003e\n\u003cdiv class=\"note-number\"\u003e1\u003c\/div\u003e\nBefore installation, please check if the relevant accessories are complete according to the manual. If there are any omissions, please contact customer service immediately.\u003c\/li\u003e\n\u003cli class=\"note-item\"\u003e\n\u003cdiv class=\"note-number\"\u003e2\u003c\/div\u003e\nOnce you've finished assembling the prep table, give the frame a quick wipe with a damp cloth to clean it before you start using it.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"36\"L X 24\"W \/ With Wheels \/ No Backsplash \/ Arc Edge \/ Trash Rack","offer_id":50948733763872,"sku":"PHO_16PLTVRQ","price":232.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/fe17352150985322859.jpg?v=1763608165","url":"https:\/\/www.garvee.ca\/products\/garvee-36-l-x-24-w-pho-16pltvrq","provider":"GARVEECA","version":"1.0","type":"link"}