{"title":"Chafing Dishes - Mother's Day","description":"","products":[{"product_id":"garvee-9qt-1-1-1pan-electric-pis-00p9mewa","title":"Garvee 9QT(1×1\/1Pan)Electric Chafing Dish Set with Temperature Control , Stainless Steel Buffet Servers and Warmers, for Catering","description":"\u003cstyle\u003e\n  \/* Main Container *\/\n  .chafing-dish-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    padding: 20px; \/* Add padding to the container *\/\n  }\n\n  \/* Typography *\/\n  h1,\n  h2,\n  h3 {\n    font-weight: 600;\n    color: #333;\n    margin-bottom: 1rem;\n  }\n\n  h1 {\n    font-size: 2.5rem;\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-size: 1.8rem;\n    position: relative;\n    padding-bottom: 0.5rem;\n    margin-bottom: 1.5rem;\n    color: #333;\n  }\n\n  h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 3px;\n    background-color: #c8a165;\n  }\n\n  h3 {\n    font-size: 1.3rem;\n    color: #333;\n  }\n\n  p {\n    margin-bottom: 1rem;\n    color: #555;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    position: relative;\n    margin-bottom: 2rem;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  }\n\n  .hero-image {\n    width: 100%;\n    display: block;\n  }\n\n  .hero-overlay {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 2rem;\n    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);\n    color: white;\n    text-align: center; \/* Center the content *\/\n  }\n\n  .hero-overlay h1,\n  .hero-overlay p {\n    color: white;\n    margin: 0;\n  }\n\n  .hero-overlay img {\n    max-width: 100%; \/* Make the image responsive *\/\n    height: auto;\n    display: block; \/* Remove extra space below image *\/\n    margin: 0 auto 0.5rem; \/* Center the image and add some margin *\/\n  }\n\n  \/* Introduction Section *\/\n  .intro-section {\n    margin-bottom: 2rem;\n    padding: 0 1rem;\n    text-align: center; \/* Center the content *\/\n  }\n\n  .intro-section img {\n    max-width: 100%; \/* Make the image responsive *\/\n    height: auto;\n    display: block; \/* Remove extra space below image *\/\n    margin: 0 auto 0.5rem; \/* Center the image and add some margin *\/\n  }\n\n  \/* Product Images - Full Width Each *\/\n  .product-images {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n  }\n\n  .image-container {\n    width: 100%;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  }\n\n  .image-container img {\n    width: 100%;\n    display: block;\n    transition: transform 0.3s ease;\n  }\n\n  .image-container:hover img {\n    transform: scale(1.02);\n  }\n\n  \/* Features Section *\/\n  .features-section {\n    margin-bottom: 2rem;\n    padding: 0 1rem;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border-radius: 8px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    padding: 1.5rem;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n  }\n\n  .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);\n  }\n\n  .feature-icon {\n    background-color: #f9f5eb;\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1rem;\n  }\n\n  .feature-card h3 {\n    margin-bottom: 0.5rem;\n  }\n\n  .feature-card p {\n    margin: 0;\n    flex-grow: 1;\n  }\n\n  \/* Specifications Section *\/\n  .specs-section {\n    margin-bottom: 2rem;\n    padding: 0 1rem;\n  }\n\n  .specs-container {\n    background: #fff;\n    border-radius: 8px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    overflow: hidden;\n  }\n\n  .specs-table {\n    width: 100%;\n  }\n\n  .specs-row {\n    display: flex;\n    border-bottom: 1px solid #eee;\n  }\n\n  .specs-row:last-child {\n    border-bottom: none;\n  }\n\n  .specs-label {\n    width: 40%;\n    padding: 1rem;\n    background-color: #f9f5eb;\n    font-weight: 600;\n  }\n\n  .specs-value {\n    width: 60%;\n    padding: 1rem;\n  }\n\n  \/* Additional Info *\/\n  .additional-info {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n    padding: 0 1rem;\n  }\n\n  .info-column {\n    background: #fff;\n    border-radius: 8px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n    padding: 1.5rem;\n  }\n\n  .package-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .package-list li {\n    display: flex;\n    justify-content: space-between;\n    padding: 0.5rem 0;\n    border-bottom: 1px dashed #eee;\n  }\n\n  .package-list li:last-child {\n    border-bottom: none;\n  }\n\n  .item-name {\n    font-weight: 500;\n  }\n\n  .item-qty {\n    color: #c8a165;\n    font-weight: 600;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media screen and (max-width: 992px) {\n    .features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media screen and (max-width: 768px) {\n    .additional-info {\n      grid-template-columns: 1fr;\n    }\n\n    .hero-overlay {\n      padding: 1rem;\n    }\n\n    .hero-overlay h1 {\n      font-size: 1.8rem;\n    }\n\n    h2 {\n      font-size: 1.5rem;\n    }\n  }\n\n  @media screen and (max-width: 576px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .specs-row {\n      flex-direction: column;\n    }\n\n    .specs-label,\n    .specs-value {\n      width: 100%;\n      padding: 0.75rem 1rem;\n    }\n\n    .specs-label {\n      border-bottom: 1px solid #eee;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"chafing-dish-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-overlay\"\u003e\n\u003ch1\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7_8fc6ee62-9bb5-4d10-afe2-b59312548d97.jpg?v=1760351249\" alt=\"Premium Roll Top Chafing Dishes\"\u003e Premium Roll Top Chafing Dishes\u003c\/h1\u003e\n\u003cp\u003eElevate your catering experience with our elegant and versatile buffet solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Introduction Section --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/A_01_c4b6c6ae-37e8-4739-b076-7bc5aa8c5d9a.jpg?v=1760581284\"\u003eProfessional-Grade Chafing Dish Set\u003c\/h2\u003e\n\u003cp\u003eThe Stainless Steel Chafing Dish Buffet Set is a versatile and convenient option suitable for a wide range of occasions, including weddings, parties, brunches, hotel breakfast areas, banquets, catered events, and self-service settings. Its adaptability makes it a valuable choice for various gatherings and events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Gallery --\u003e\n\u003cdiv class=\"product-images\"\u003e\n\u003cdiv class=\"image-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/A_03.jpg?v=1760432337\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"image-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/A_02_0d074cf2-dd3d-4371-be8b-cabfaa0fff5b.webp?v=1762499841\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,13H13V17H11V13Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDual Serving Trays\u003c\/h3\u003e\n\u003cp\u003eTwo half-size trays allow you to serve a variety of dishes simultaneously, catering to diverse guest preferences and enhancing your buffet experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eClear Roll Top Lid\u003c\/h3\u003e\n\u003cp\u003eThe transparent roll top lid keeps dust at bay while allowing you to monitor food freshness effortlessly without having to lift the cover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eTemperature Control\u003c\/h3\u003e\n\u003cp\u003eRotary knob control makes the adjustment of temperature a breeze, ensuring your dishes remain perfectly warm throughout your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M12,19.58V19.58C10.4,19.58 8.89,18.96 7.76,17.83C6.62,16.69 6,15.19 6,13.58C6,12 6.62,10.47 7.76,9.34L12,5.1M17.66,7.93L12,2.27V2.27L6.34,7.93C3.22,11.05 3.22,16.12 6.34,19.24C7.9,20.8 9.95,21.58 12,21.58C14.05,21.58 16.1,20.8 17.66,19.24C20.78,16.12 20.78,11.05 17.66,7.93Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003ePremium Material\u003c\/h3\u003e\n\u003cp\u003eReliable stainless steel construction promises long-lasting performance while delivering an elegant presentation for your special events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M14.4,6L14,4H5V21H7V14H12.6L13,16H20V6H14.4Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eVersatile Use\u003c\/h3\u003e\n\u003cp\u003eIdeal for parties, weddings, banquets and other gatherings where food needs to be kept at serving temperature for extended periods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg height=\"24\" width=\"24\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpath d=\"M9.81,13.5L10.31,15H12.06L10.56,9H8.18L6.68,15H8.43L8.93,13.5H9.81M9.5,12L9.81,10.5L10.12,12H9.5M15.5,15H19V13.5H17V12.75H19V11.25H17V10.5H19V9H15.5V15M22,3H2C0.9,3 0,3.9 0,5V19C0,20.1 0.9,21 2,21H22C23.1,21 24,20.1 24,19V5C24,3.9 23.1,3 22,3M22,19H2V5H22V19Z\" fill=\"#c8a165\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eEasy Maintenance\u003c\/h3\u003e\n\u003cp\u003eIts easy-to-clean design makes it a hassle-free addition to your catering equipment, saving you time during cleanup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"specs-label\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"specs-value\"\u003eNSF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"specs-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"specs-value\"\u003e23 × 14 × 14 inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"specs-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"specs-value\"\u003eSilver\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"specs-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"specs-value\"\u003eStainless Steel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"specs-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"specs-value\"\u003e11.53 pounds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Additional Info --\u003e\n\u003cdiv class=\"additional-info\"\u003e\n\u003cdiv class=\"info-column\"\u003e\n\u003ch3\u003eImportant Note\u003c\/h3\u003e\n\u003cp\u003eBefore using the electric chafing dish, kindly ensure that the unit is properly connected to a power source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-column\"\u003e\n\u003ch3\u003ePackage Contents\u003c\/h3\u003e\n\u003cul class=\"package-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"item-name\"\u003eFood warmer pan\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e×1\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-name\"\u003eFull size pan\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e×1\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-name\"\u003eClear roll lid\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e×1\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-name\"\u003ePower cord\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e×1\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-name\"\u003eManual\u003c\/span\u003e \u003cspan class=\"item-qty\"\u003e×1\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"1 X 1\/1 Pan+1pcs","offer_id":50715424424224,"sku":"PIS_00P9MEWA","price":153.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/61BBxg6F8jL_7880155e-e379-49e1-8783-b2fef8048952.webp?v=1758254185"},{"product_id":"garvee-9qt-1-1-1pan-electric-pis-00pkpjl6","title":"Garvee 9QT(1×1\/1Pan)Electric Chafing Dish with Temperature Control, Stainless Steel Buffet Servers and Warmers, Electric Chafing Dish Set with Temperature Control for Catering","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 h1, h2, h3 {\n            color: #2c3e50;\n        }\n        .product-title {\n            text-align: center;\n            font-size: 32px;\n            margin-bottom: 30px;\n            color: #e74c3c;\n        }\n        .image-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin-bottom: 30px;\n        }\n        .image-item {\n            width: 48%;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        .image-item img {\n            width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n            margin-bottom: 10px;\n        }\n        .image-caption {\n            font-style: italic;\n            color: #666;\n            margin-bottom: 15px;\n        }\n        .features {\n            background-color: #f9f9f9;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n        }\n        .features h2 {\n            color: #e74c3c;\n            margin-bottom: 20px;\n        }\n        .features ul {\n            padding-left: 25px;\n        }\n        .features li {\n            margin-bottom: 15px;\n            position: relative;\n        }\n        .features li:before {\n            content: \"🍦\";\n            position: absolute;\n            left: -25px;\n        }\n        .cta-button {\n            display: block;\n            background-color: #e74c3c;\n            color: white;\n            padding: 15px 30px;\n            text-decoration: none;\n            font-size: 20px;\n            font-weight: bold;\n            border-radius: 5px;\n            transition: background-color 0.3s;\n            text-align: center;\n            margin: 30px auto;\n            max-width: 300px;\n        }\n        .cta-button:hover {\n            background-color: #c0392b;\n        }\n        .specifications {\n            width: 100%;\n            border-collapse: collapse;\n            margin-bottom: 30px;\n        }\n        .specifications td {\n            border: 1px solid #ddd;\n            padding: 12px;\n            text-align: left;\n        }\n        .specifications tr:nth-child(even) {\n            background-color: #f2f2f2;\n        }\n        @media (max-width: 768px) {\n            .image-item {\n                width: 100%;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"image-grid\"\u003e\n \u003cdiv class=\"image-item\"\u003e\n  \u003cimg alt=\"GARVEE Waffle Cone Maker Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/595.png?v=1758254214\"\u003e\n  \u003cp\u003e\n   Professional-Grade Stainless Steel Buffet Server\n  \u003c\/p\u003e\n  \u003ch3\u003e\n   Premium Electric Food Warmer Pan\n  \u003c\/h3\u003e\n  \u003cp\u003e\n   Large 15-quart capacity water pan for optimal heat distribution.Premium stainless steel construction for durability and style.Professional-grade lid with comfortable handle for easy access\n  \u003c\/p\u003e\n  \u003cdiv\u003e\n   \u003cdiv\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv\u003e\n   \u003cdiv\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-item\"\u003e\n  \u003cimg alt=\"GARVEE Waffle Cone Maker in Use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/71plqHgtYvL._AC_SL1500.jpg?v=1758254214\"\u003e\n  \u003cp\u003e\n   Adjustable Thermostat\n  \u003c\/p\u003e\n  \u003ch3\u003e\n   Temperature Control \u0026amp; Display\n  \u003c\/h3\u003e\n  \u003cp\u003e\n   Powered by a 400W built-in heating element, after filling the water pan with water, the thermostat can be easily adjusted between 86°F and 200°F (30°C and 93°C) to meet your food service requirements, ensuring low power consumption and higher efficiency.\n  \u003c\/p\u003e\n  \u003cdiv\u003e\n   \u003cdiv\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv\u003e\n   \u003cdiv\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n \u003cdiv class=\"image-item\"\u003e\n  \u003cimg alt=\"GARVEE Waffle Cone Maker in Action\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/71NqVDpuyML._AC_SL1500.jpg?v=1758254214\"\u003e\n  \u003cdiv id=\"shopify-section-template--22741746876729__image_with_text_piJdMz\"\u003e\n   \u003cdiv\u003e\n    \u003cdiv\u003e\n     \u003cdiv\u003e\n      \u003cdiv data-cascade=\"\"\u003e\n       \u003cdiv\u003e\n        \u003cp\u003e\n         Durable and Easy to Clean\n        \u003c\/p\u003e\n        \u003ch3\u003e\n         Food Grade Stainless Steel\n        \u003c\/h3\u003e\n        \u003cp\u003e\n         The electric chafing dish buffet set is made of food-grade stainless steel and is 1\/1 NSF-certified, ensuring it is sturdy and durable for long service life. The electric chafing dish is easy to clean and maintain.\n        \u003c\/p\u003e\n        \u003cdiv\u003e\n         \u003cdiv\u003e\n          \u003cbr\u003e\n         \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n         \u003cdiv\u003e\n          \u003cbr\u003e\n         \u003c\/div\u003e\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"image-item\"\u003e\n  \u003cimg alt=\"GARVEE Waffle Cone Maker Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/81fPDKRT_eL._AC_SL1500.jpg?v=1758254215\"\u003e\n  \u003cp\u003e\n   Versatile Uses\n  \u003c\/p\u003e\n  \u003ch3\u003e\n   Wide Application\n  \u003c\/h3\u003e\n  \u003cp\u003e\n   The electric chafing dishes are suitable as food warmers for parties, buffet servers, and warmers for catering events, restaurants, hotels, holiday gatherings, wedding brunches, etc.\n  \u003c\/p\u003e\n  \u003cdiv\u003e\n   \u003cdiv\u003e\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003e\n Technical Specifications\n\u003c\/h2\u003e\n\u003ctable class=\"specifications\" style=\"width: 99.9637%; height: 98px;\"\u003e\n \u003ctbody\u003e\n  \u003ctr style=\"height: 19.6px;\"\u003e\n   \u003ctd style=\"width: 44.2377%; height: 19.6px;\"\u003e\n    Brand\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%; height: 19.6px;\"\u003e\n    Garvee\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr style=\"height: 19.6px;\"\u003e\n   \u003ctd style=\"width: 44.2377%; height: 19.6px;\"\u003e\n    Material\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%; height: 19.6px;\"\u003e\n    food-grade stainless steel\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr style=\"height: 19.6px;\"\u003e\n   \u003ctd style=\"width: 44.2377%; height: 19.6px;\"\u003e\n    Temperature Range\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%; height: 19.6px;\"\u003e\n    86°F to 200°F\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd style=\"width: 44.2377%;\"\u003e\n    Size\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%;\"\u003e\n    1 x 1\/1 Pan\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr style=\"height: 19.6px;\"\u003e\n   \u003ctd style=\"width: 44.2377%; height: 19.6px;\"\u003e\n    Item Dimensions LxWxH\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%; height: 19.6px;\"\u003e\n    23 x 14 x 11inches\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr style=\"height: 19.6px;\"\u003e\n   \u003ctd style=\"width: 44.2377%; height: 19.6px;\"\u003e\n    Item Weight\n   \u003c\/td\u003e\n   \u003ctd style=\"width: 46.6515%; height: 19.6px;\"\u003e\n    10.58 pounds\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n \u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\n\u003c\/p\u003e","brand":"Garvee","offers":[{"title":"1 X 1\/1 Pan","offer_id":50715427340576,"sku":"PIS_00PKPJL6","price":157.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1680764759687_aa8801e4-54b7-4c01-9df9-d75a4ab66542.png?v=1758254221"},{"product_id":"garvee-6-pack-steam-table-pan-pis-00pb2w5z","title":"Garvee 6 Pack Steam Table Pan,21\"*13\"*4\" With Lid,NSF Certified,Catering Food Pan Commercial Stainless Steel","description":"\u003cstyle\u003e\n \/* General Styles *\/\n  body {\n    font-family: Arial, sans-serif;\n    line-height: 1.6;\n    margin: 0;\n    color: #333;\n  }\n\n  .container {\n    max-width: 970px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  \/* Image Styles *\/\n  .product-image {\n    width: 100%;\n    margin-bottom: 1rem;\n    display: block;\n  }\n\n  \/* Specifications Table Styles *\/\n  .specifications {\n    border-collapse: collapse;\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  .specifications th,\n  .specifications td {\n    border: 1px solid #ddd;\n    padding: 8px;\n    text-align: left;\n  }\n\n  .specifications th {\n    background-color: #f2f2f2;\n    font-weight: bold;\n  }\n\n  \/* Responsive Table *\/\n  .responsive-table {\n    border-collapse: collapse;\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  .responsive-table td {\n    border: 1px solid #ddd;\n    padding: 8px;\n    text-align: left;\n  }\n\n  .responsive-table tr:nth-child(odd) {\n    background-color: #f2f2f2;\n  }\n\n  .responsive-table tr:nth-child(even) {\n    background-color: #e6e6e6;\n  }\n\n  .responsive-table tr:hover {\n    background-color: #ddd;\n  }\n\n  @media screen and (max-width: 800px) {\n    .responsive-table td {\n      box-sizing: border-box;\n      width: 100%;\n      text-align: left;\n      padding: 10px;\n    }\n\n    .responsive-table tr:nth-child(odd) td {\n      background-color: #f2f2f2;\n    }\n\n    .responsive-table tr:nth-child(even) td {\n      background-color: #e6e6e6;\n    }\n\n    .responsive-table tr:hover td {\n      background-color: #ddd;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cimg alt=\"1\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/b307f1ba-db22-4e79-be4d-13a4c7509afb.__CR0_0_970_600_PT0_SX970_V1_0fe69242-0d3e-46a5-98ef-ba99fed0f3e3.jpg?v=1758254278\"\u003e\n \u003cimg alt=\"2\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/68bdc96b-0a3f-4d78-883a-5315990a1a03.__CR0_0_970_600_PT0_SX970_V1_c959071d-3a88-41c1-a351-88b011289c83.jpg?v=1758254279\"\u003e\n \u003cimg alt=\"3\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/229831c9-caf6-4cc2-a2e6-48324a64a14a.__CR0_0_970_600_PT0_SX970_V1_ae5404a7-3774-40e5-a3a9-7ce2a41db5aa.jpg?v=1758254278\"\u003e\n \u003cimg alt=\"4\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/17e1b2a4-bb06-4ccb-83df-8a6d66b24843.__CR0_0_970_600_PT0_SX970_V1_ab7de0ed-09f3-435e-b019-4476a55e9a0c.jpg?v=1758254279\"\u003e\n \u003cimg alt=\"5\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/f9fc61a3-aaff-4963-a21f-9d668355377c.__CR0_0_970_600_PT0_SX970_V1_9cee4bc5-d7b6-48f1-9870-cf3b63cb56b7.jpg?v=1758254278\"\u003e\n \u003cdiv class=\"specifications\"\u003e\n  \u003ch3\u003e\n   \u003cstrong\u003e\n    Specifications\n   \u003c\/strong\u003e\n  \u003c\/h3\u003e\n  \u003ctable class=\"responsive-table\"\u003e\n   \u003ctbody\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Brand\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      Garvee\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Material\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      Stainless Steel\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Finish Type\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      Polished\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Color\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      With Lid\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Capacity\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      4 Cubic Inches\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Size\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      21\"*13\"*4\"\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Item Weight\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      15 pounds\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Is Oven Safe\n     \u003c\/th\u003e\n     \u003ctd\u003e\n      No\n     \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":"21\"*13\"*4\" With Lid","offer_id":50715434713376,"sku":"PIS_00PB2W5Z","price":232.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1671791164044_422eb655-df41-4df9-845c-a46c4af6d28f.jpg?v=1758254283"},{"product_id":"garvee-chafing-dish-buffet-set-8qt-pho-16oliti2","title":"Garvee Chafing Dish Buffet Set, 8QT 4 Pack, Rectangle Chafing Dishes for Buffet w\/Lid Holder, Stainless Steel Chafer Food Warmers Servers with Spoon and Tweezers for Kitchen Party Banquet Dining, Rose Gold","description":"\u003cstyle\u003e\n .garvee-chafing-dish {\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      max-width: 1200px;\n      margin: 0 auto;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .garvee-chafing-dish * {\n      box-sizing: border-box;\n    }\n    \n    .garvee-chafing-dish .features-card {\n      background-color: #fff;\n      border-radius: 10px;\n      box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n      padding: 25px 30px;\n      margin-bottom: 30px;\n    }\n    \n    .garvee-chafing-dish h2 {\n      font-size: 24px;\n      color: #1e3a6e;\n      margin: 0 0 20px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid #e5e9f0;\n      font-weight: 600;\n    }\n    \n    .garvee-chafing-dish .features-list {\n      list-style-type: none;\n      padding: 0;\n      margin: 0;\n    }\n    \n    .garvee-chafing-dish .feature-item {\n      margin-bottom: 25px;\n      padding-bottom: 25px;\n      border-bottom: 1px solid #e5e9f0;\n    }\n    \n    .garvee-chafing-dish .feature-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n    \n    .garvee-chafing-dish .feature-title {\n      display: block;\n      color: #1e3a6e;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 10px;\n    }\n    \n    .garvee-chafing-dish .feature-description {\n      color: #4a5568;\n      line-height: 1.7;\n    }\n    \n    .garvee-chafing-dish .specs-card {\n      background-color: #f8f9fb;\n      border-radius: 10px;\n      box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n      overflow: hidden;\n    }\n    \n    .garvee-chafing-dish .specs-header {\n      background-color: #1e3a6e;\n      color: white;\n      padding: 15px 30px;\n      font-size: 20px;\n      font-weight: 600;\n    }\n    \n    .garvee-chafing-dish .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    .garvee-chafing-dish .specs-table tr {\n      border-bottom: 1px solid #e5e9f0;\n    }\n    \n    .garvee-chafing-dish .specs-table tr:last-child {\n      border-bottom: none;\n    }\n    \n    .garvee-chafing-dish .specs-table td {\n      padding: 15px 30px;\n    }\n    \n    .garvee-chafing-dish .specs-table td:first-child {\n      font-weight: 600;\n      width: 40%;\n      color: #1e3a6e;\n      background-color: rgba(30, 58, 110, 0.05);\n    }\n    \n    .garvee-chafing-dish .package-list {\n      background-color: #f0f5ff;\n      border-radius: 8px;\n      padding: 20px;\n      margin-top: 20px;\n      border-left: 4px solid #1e3a6e;\n    }\n    \n    .garvee-chafing-dish .package-title {\n      font-weight: 600;\n      color: #1e3a6e;\n      margin-bottom: 15px;\n    }\n    \n    .garvee-chafing-dish .package-items {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n      gap: 10px;\n    }\n    \n    .garvee-chafing-dish .package-item {\n      display: flex;\n      align-items: center;\n      background-color: white;\n      padding: 10px 15px;\n      border-radius: 6px;\n      box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n    }\n    \n    .garvee-chafing-dish .package-item:before {\n      content: \"•\";\n      color: #1e3a6e;\n      font-size: 20px;\n      margin-right: 10px;\n    }\n    \n    @media screen and (max-width: 768px) {\n      .garvee-chafing-dish .features-card,\n      .garvee-chafing-dish .specs-table td {\n        padding: 20px;\n      }\n      \n      .garvee-chafing-dish .specs-header {\n        padding: 12px 20px;\n      }\n      \n      .garvee-chafing-dish .package-items {\n        grid-template-columns: 1fr;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"garvee-chafing-dish\"\u003e\n \u003c!-- Product Features --\u003e\n \u003cdiv class=\"features-card\"\u003e\n  \u003ch2\u003e\n   Premium Features\n  \u003c\/h2\u003e\n  \u003cul class=\"features-list\"\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-title\"\u003e\n     Stronger Material \u0026amp; Foldable Design\n    \u003c\/span\u003e\n    \u003cdiv class=\"feature-description\"\u003e\n     Our Chafing Dish Buffet Set features sturdy stainless steel construction with premium thickness, combined with excellent manufacturing processes to guarantee long-term stability and durability. Its solid structure not only provides reliable support but also effectively prevents food spills and accidents. The innovative foldable leg design makes it easy to transport and store, even in spaces with limited storage capacity.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-title\"\u003e\n     Easy and Quick to Install\n    \u003c\/span\u003e\n    \u003cdiv class=\"feature-description\"\u003e\n     Setup takes just one minute with our user-friendly design. The foldable frame can be quickly collapsed for easy storage, while the thicker stainless steel legs ensure a stable foundation that effectively supports your food presentation needs.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-title\"\u003e\n     Perfect Temperature Control\n    \u003c\/span\u003e\n    \u003cdiv class=\"feature-description\"\u003e\n     Crafted from thickened stainless steel, our Chafing Dish Buffet Set scientifically combines space and water vapor circulation for optimal temperature control. This design helps maintain multiple dishes at the ideal temperature and freshness, whether you need to keep foods warm or cold, allowing you to enjoy delicious food at any time.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-title\"\u003e\n     Wide Application\n    \u003c\/span\u003e\n    \u003cdiv class=\"feature-description\"\u003e\n     The generous 8-quart capacity is perfect for various occasions, from intimate gatherings and family dinners to large-scale events. These professional chafing dishes are ideal for restaurants, buffets, catering services, school and corporate events, parties, hotels, and weddings, allowing you to present food with professional elegance.\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n  \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c!-- Technical Specifications --\u003e\n \u003cdiv class=\"specs-card\"\u003e\n  \u003cdiv class=\"specs-header\"\u003e\n   Technical Specifications\n  \u003c\/div\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      Material\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Food-Grade Stainless Steel\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Dimensions (L×W×H)\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      24.41 × 16.14 × 13.78 inches\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Weight\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      37.79 pounds\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Capacity\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      8 Quarts per Chafing Dish\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Features\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Foldable Design, Temperature Control, Easy Assembly\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003c!-- Package Contents Section --\u003e\n    \u003ctr\u003e\n     \u003ctd colspan=\"2\"\u003e\n      \u003cdiv class=\"package-list\"\u003e\n       \u003cdiv class=\"package-title\"\u003e\n        Package Contents:\n       \u003c\/div\u003e\n       \u003cdiv class=\"package-items\"\u003e\n        \u003cdiv class=\"package-item\"\u003e\n         4 × Rectangle Lids\n        \u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e\n         4 × Food Pans\n        \u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e\n         4 × Water Pans\n        \u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e\n         4 × Chafing Frames\n        \u003c\/div\u003e\n        \u003cdiv class=\"package-item\"\u003e\n         8 × Fuel Cans\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \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":"4-Piece Set","offer_id":50715447689504,"sku":"PHO_16OLITI2","price":262.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/711cwoOKg_L._AC_SL1500_de09b2e3-e879-4c9f-936a-62c00417bf02.jpg?v=1762486023"},{"product_id":"garvee-chafing-dish-buffet-set-2-pho-16coxnmd","title":"Garvee Chafing Dish Buffet Set 2 Pack, 8 Qt Stainless Steel Chafer Buffet Servers and Warmers Sets with Lid Folding Frame, Rectangular Chafing Dishes for Parties, Weddings, Catering Events, Silver","description":"\u003cstyle\u003e\n  \/* General Styles *\/\n  body {\n    font-family: Arial, sans-serif;\n    line-height: 1.6;\n    margin: 0;\n    color: #333;\n  }\n\n  .container {\n    max-width: 970px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  \/* Image Styles *\/\n  .product-image {\n    width: 100%;\n    margin-bottom: 1rem;\n    display: block;\n  }\n\n  \/* Text Styles *\/\n  .product-title {\n    font-size: 1.5em;\n    margin-top: 1rem;\n    margin-bottom: 0.5rem;\n  }\n\n  .product-description {\n    line-height: 1.4;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Feature List Styles *\/\n  .feature-list {\n    list-style-type: disc;\n    padding-left: 20px;\n    margin-bottom: 1rem;\n  }\n\n  .feature-list li {\n    margin-bottom: 0.25rem;\n  }\n\n  \/* Subheading Styles *\/\n  .subheading {\n    font-size: 1.2em;\n    margin-top: 1.5rem;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Specifications Table Styles *\/\n  .specifications {\n    border-collapse: collapse;\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  .specifications th,\n  .specifications td {\n    border: 1px solid #ddd;\n    padding: 8px;\n    text-align: left;\n  }\n\n  .specifications th {\n    background-color: #f2f2f2;\n    font-weight: bold;\n  }\n\n  \/* Responsive Table *\/\n  .responsive-table {\n    border-collapse: collapse;\n    width: 100%;\n    margin-bottom: 20px;\n  }\n\n  .responsive-table td {\n    border: 1px solid #ddd;\n    padding: 8px;\n    text-align: left;\n  }\n\n  .responsive-table tr:nth-child(odd) {\n    background-color: #f2f2f2;\n  }\n\n  .responsive-table tr:nth-child(even) {\n    background-color: #e6e6e6;\n  }\n\n  .responsive-table tr:hover {\n    background-color: #ddd;\n  }\n\n  @media screen and (max-width: 800px) {\n    .responsive-table td {\n      box-sizing: border-box;\n      width: 100%;\n      text-align: left;\n      padding: 10px;\n    }\n\n    .responsive-table tr:nth-child(odd) td {\n      background-color: #f2f2f2;\n    }\n\n    .responsive-table tr:nth-child(even) td {\n      background-color: #e6e6e6;\n    }\n\n    .responsive-table tr:hover td {\n      background-color: #ddd;\n    }\n  }\n\n  \/* Image Gallery Styles *\/\n  .image-gallery {\n    display: flex;\n    justify-content: center;\n    \/* Center the images horizontally *\/\n    align-items: center;\n    \/* Vertically align items *\/\n    gap: 10px;\n    \/* Space between the images *\/\n    margin-bottom: 1rem;\n    \/* Space below the image row *\/\n  }\n\n  .image-gallery img {\n    max-width: 30%;\n    \/* Each image takes up approximately 30% of the container *\/\n    height: auto;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cimg alt=\"chafing dish buffet set\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c3f88898-4529-448b-9894-922f57ea6422.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"product-image\"\u003e\n\u003ch3 class=\"product-title\"\u003eStainless Steel Chafing Dish Buffet Set\u003c\/h3\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eAmple 8 Qt capacity\u003c\/li\u003e\n\u003cli\u003eSuitable for restaurants, buffets, catering, schools, corporate events, parties, hotels, and weddings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"chafing dishes\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5c2f4f76-e4d3-4f54-94c9-77e05d4013aa.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"product-image\"\u003e\n\u003cdiv class=\"image-gallery\"\u003e\n\u003cimg alt=\"chafing dishes\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c31b916e-c7bb-4f41-bab3-ddff3294ac29.__CR0,0,600,600_PT0_SX300_V1___.jpg\"\u003e \u003cimg alt=\"chafing dishes\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/04202782-f21e-431e-9755-ffef34348a72.__CR0,0,600,600_PT0_SX300_V1___.jpg\"\u003e \u003cimg alt=\"chafing dishes\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d1b4b157-7e2d-476e-8135-38aced2a4048.__CR0,0,600,600_PT0_SX300_V1___.jpg\"\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"catering supplies buffet display\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5ab7cab5-dfd0-49b2-b32d-9b34365637c4.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"product-image\"\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eItem Weight\u003c\/th\u003e\n\u003ctd\u003e18.96 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":"2 Pack","offer_id":50715462172960,"sku":"PHO_16COXNMD","price":128.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/61qtu2RvaUL.png?v=1758254514"},{"product_id":"garvee-chafing-dish-buffet-set-2-pho-15f39qtz","title":"Garvee Chafing Dish Buffet Set 2 Pack 5QT, Stainless Steel Round Chafing Dishes for Buffet with Lid Holder \u0026 Glass Lid, Buffet Servers and Warmers for Parties, Wedding, Camping, Dinner, Gold","description":"\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n    \u003ch3\u003e5 QT Round Chafing Dishes for Buffet with Glass Lid 2 Pack\u003c\/h3\u003e\n    \n         \n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/502066b4-dc26-4fdc-9c98-4d80e62a20a6.jpg?v=1726833117\" alt=\"round chafing dish\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/502066b4-dc26-4fdc-9c98-4d80e62a20a6.jpg?v=1726833117\"\u003e\n    \n    \n\u003c\/div\u003e\n        \n    \n\n    \n        \n        \n           \n           \n\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n    \u003ch3\u003e\u003c\/h3\u003e\n    \n         \n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/25dbe966-5a09-42e6-88d3-de6607666e02.jpg?v=1726833117\" alt=\"chafing dish for buffet\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/25dbe966-5a09-42e6-88d3-de6607666e02.jpg?v=1726833117\"\u003e\n    \n    \n\u003c\/div\u003e\n        \n    \n\n    \n        \n        \n           \n           \n\n\u003cdiv class=\"aplus_module standard_three_image_text\"\u003e\n    \u003ch3\u003e\u003c\/h3\u003e\n    \u003cdiv class=\"count_imgs_wrap\"\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"count_imgs\"\u003e\n                \n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2e8be8f8-5050-4b94-9703-09cbb9c23134.jpg?v=1726833117\" alt=\"buffet servers and warmers\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2e8be8f8-5050-4b94-9703-09cbb9c23134.jpg?v=1726833117\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"count_imgs_text\"\u003e\n                \u003ch4\u003eLid Holder\u003c\/h4\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"count_imgs\"\u003e\n                \n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ee69ab8f-3a0a-4920-93d9-4f163593616e.jpg?v=1726833117\" alt=\"buffet servers and warmers\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/ee69ab8f-3a0a-4920-93d9-4f163593616e.jpg?v=1726833117\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"count_imgs_text\"\u003e\n                \u003ch4\u003eStable Frame\u003c\/h4\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cdiv class=\"count_imgs\"\u003e\n                \n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a4c58363-51dd-4ba9-b5b0-cd50e923727e.jpg?v=1726833117\" alt=\"chafing dish buffet set\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a4c58363-51dd-4ba9-b5b0-cd50e923727e.jpg?v=1726833117\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"count_imgs_text\"\u003e\n                \u003ch4\u003eFuel Holder\u003c\/h4\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n        \n    \n\n    \n        \n        \n           \n           \n\n\u003cdiv class=\"aplus_module standard_header_image_text\"\u003e\n    \u003ch3\u003e\u003c\/h3\u003e\n    \n         \n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/38217992-2b8f-4cec-9828-efb44af69c8e.jpg?v=1726833119\" alt=\"buffet servers and warmers\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/38217992-2b8f-4cec-9828-efb44af69c8e.jpg?v=1726833119\"\u003e\n    \n    \n\u003c\/div\u003e\n        \n    \n\n    \n        \n        \n           \n           \n\n\u003cdiv class=\"aplus_module STANDARD_PRODUCT_ATTRIBUTES\"\u003e\n    \u003ch3\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h3\u003e\n    \u003ctable class=\"responsive-table\"\u003e\n        \n        \n        \n        \u003ctr\u003e\n            \u003ctd\u003eItem Weight\u003c\/td\u003e\n            \u003ctd\u003e12.83 pounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \n        \n    \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .aplus_module STANDARD_PRODUCT_ATTRIBUTES h3{\n      margin-bottom: 10px;\n    }\n    .responsive-table {\n      border-collapse: collapse;\n      width: 100%;\n      margin-bottom: 20px;\n    }\n    .responsive-table td {\n      border: 1px solid #ddd;\n      padding: 8px;\n      text-align: left;\n    }\n    .responsive-table tr:nth-child(odd) {\n      background-color: #F2F2F2;\n    }\n    .responsive-table tr:nth-child(even) {\n      background-color: #E6E6E6;\n    }\n    .responsive-table tr:hover {\n      background-color: #DDDDDD;\n    }\n    @media screen and (max-width: 800px) {\n      .responsive-table td {\n        box-sizing: border-box;\n        width: 100%;\n        text-align: left;\n        padding: 10px;\n      }\n      .responsive-table tr:nth-child(odd) td {\n        background-color: #F2F2F2;\n      }\n      .responsive-table tr:nth-child(even) td {\n        background-color: #E6E6E6;\n      }\n      .responsive-table tr:hover td {\n        background-color: #DDDDDD;\n      }\n    }\n\u003c\/style\u003e\n        \n    \n\n\n\u003cstyle\u003e\n    .aplus_module{\n        margin-bottom:24px;\n    }\n    .aplus_module img{\n        width:100%;\n    }\n    .aplus_module h1,h2,h3,h4,h5,h6{\n        margin:0 !important;\n    }\n    .count_imgs_wrap{\n        display:flex;\n    }\n    .count_imgs_wrap\u003ediv{\n        flex: 1;\n        margin-right: 30px;\n    }\n    .count_imgs_wrap\u003ediv:last-child {\n        margin-right: 0;\n    }\n    @media screen and (max-width:800px){\n        .count_imgs_wrap{\n            flex-direction: column;\n        }\n        .count_imgs_wrap\u003ediv{\n            margin-right: 0;\n        }\n        .count_imgs{\n            display:flex;\n            justify-content: center;\n        }\n        .count_imgs\u003eimg{\n            width:auto;\n            max-width:100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .img_floatleft{\n        display:flex;\n        justify-content:space-between;\n    }\n    .leftwrap{\n        flex:3;\n        display:flex;\n    }\n    .lefttext{\n        margin:0 30px;\n    }\n    .lefttext\u003eul{\n        padding:0;\n    }\n    .lefttext\u003eul\u003eli{\n        padding-bottom:18px;\n    }\n    .rightwrap{\n        flex:1;\n    }\n    .rightwrap_inner{\n        border-left:1px solid #dddddd;\n        padding-left:30px;\n    }\n    .rightwrap_inner\u003eul{\n        background-color: white;\n        padding:18px 32px;\n        border-radius: 8px;\n    }\n    @media screen and (max-width:800px){\n        .img_floatleft{\n            flex-direction: column;\n        }\n        .leftwrap{\n            flex-direction: column;\n            flex: initial;\n        }\n        .leftimage{\n            display:flex;\n            justify-content: center;\n        }\n        .leftimage\u003eimg{\n            max-width:100%;\n            width:auto;\n        }\n        .lefttext{\n            margin:0;\n        }\n        .lefttext\u003eul{\n            padding-left:32px;\n        }\n        .rightwrap{\n            flex: initial;\n        }\n        .rightwrap_inner{\n            border-left:0;\n            padding-left:0;\n        }\n        .rightwrap_inner\u003eul{\n            padding-right:0;\n        }\n    }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Gold","offer_id":50715504247072,"sku":"PHO_15F39QTZ","price":120.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/714uC7qrr_L.jpg?v=1758254914"},{"product_id":"garvee-chafing-dish-8qt-stainless-steel-buffet-phk_34dl4hbw","title":"Garvee 2 Pack Chafing Dish Buffet Set 8QT Stainless Steel Rectangle Food Warmers for Kitchen Party Banquet Dining Silver","description":"\u003cstyle\u003e\n  .bullet-points {\n    list-style-type: disc;\n    padding-left: 20px;\n    margin-bottom: 20px;\n  }\n\n  .bullet-points li {\n    margin-bottom: 10px;\n    line-height: 1.6;\n  }\n\n  .specifications {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 20px;\n  }\n\n  .specifications td {\n    border: 1px solid #ddd;\n    padding: 8px;\n    text-align: left;\n  }\n\n  .specifications td:first-child {\n    font-weight: bold;\n    width: 30%; \/* Adjust as needed *\/\n  }\n\n  .specifications tr:nth-child(even) {\n    background-color: #f2f2f2;\n  }\n\u003c\/style\u003e\n\u003cul class=\"bullet-points\"\u003e\n\u003cli\u003e【Food-Grade Stainless Steel】Our chafing dishes are food grade stainless steel. All the items are tested to ensure safety and longevity, the food pans are NSF CERTIFIED.\u003c\/li\u003e\n\u003cli\u003e【Convient Structure】Each chafing dishes for buffet come with 2 fuel holders, frame, A full-size pan tray, and lid. The chafing dish also has handles to ensure that the product can be moved with ease.\u003c\/li\u003e\n\u003cli\u003e【Easy to Install and Clean】The food servers and warmers are easy and quick to set up ,it just takes one minute to finish setting up.Also after you use it, it's very easy for you to clean them at the time.\u003c\/li\u003e\n\u003cli\u003e【Maintain Perfect Food Temperature】Our chafing dishes are masters at temperature maintenance. Keep your dishes warm by adding hot water to the water pan and lighting the fondue fuel can. To lower the temperature, simply add ice to the water pan. Your food will stay at the ideal temperature for any buffet or event.\u003c\/li\u003e\n\u003cli\u003e【Wide Application】This stainless steel chafing dish is perfect for catering, parties, hotels and weddings. Your food will be presented gracefully in front of your guests, enhancing the high-level sense of your party or banquet.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specifications\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e24.41*15.75*9.25 inch\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eItem Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e21.16 lb\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Garvee","offers":[{"title":"Silver \/ 2 Pack","offer_id":50809162596640,"sku":"PHK_34DL4HBW","price":149.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/71s8kZPmA4L_ba79b44f-a742-4233-8651-0c6b7240660e.jpg?v=1760685643"},{"product_id":"garvee-chafing-dishes-8qt-stainless-steel-buffet-pho_16cox_dkl","title":"Garvee 2-Pack 8QT Stainless Steel Chafing Dishes Buffet Servers With Lids \u0026 Folding Stands For Parties Dinners Catering Events","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eKeep Warm or Cool: Our stainless steel chafing dishes for buffet make it effortlessly simple to keep your favorite foods perfectly warm or refreshingly cool; just light the fuel holders to heat a variety of dishes, or fill the water tray with ice for a chilled effect that preserves freshness and flavor\u003c\/li\u003e\n\u003cli\u003eGenerous 8QT Capacity: Experience ample serving space with our 8QT rectangular chafing dishes featuring lids, allowing you to comfortably accommodate steaming pasta, delectable grilled vegetables, or hearty casseroles in the spacious pans, ensuring you have enough room for all your culinary creations\u003c\/li\u003e\n\u003cli\u003eDurable and Food-Grade Construction: Made from premium food-grade stainless steel, our buffet servers for catering are rust-resistant and engineered for exceptional durability; their easy-maintenance design ensures hassle-free cleaning, and the foldable frame provides convenient storage and transport options\u003c\/li\u003e\n\u003cli\u003eAll-Inclusive Chafer Set: Our rectangular chafer set for buffet kitchens includes everything you need, from fuel racks (fuel not included) to sturdy frames and water trays, plus 8QT chafing dishes; with back hooks to secure lids, and user-friendly handles that prevent scalding, setup is a breeze\u003c\/li\u003e\n\u003cli\u003eWidely Used: Boasting a stackable design for easy transportation and storage, our heavy-duty chafing dishes are perfect for a wide range of settings, from restaurants and buffets to catering events, schools, and corporate functions, showcasing your culinary creations with professionalism\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"Silver","offer_id":50913133396256,"sku":"PHO_16COXDKL","price":140.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/6108TsE9NlL.jpg?v=1762917169"},{"product_id":"garvee-3-pack-hotel-pans-1x1-phk-364meh99","title":"Garvee 3 Pack Hotel Pans, 1x1\/1+ 2x1\/2Pan, Suitable for Garvee Electric Chafing Dish, 0.8mm Thick Stainless Steel Steam Table Pan, 2.6-Inch Deep Commercial Table Pan, Catering Storage Food Pan, for In","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n \u003cli\u003e\n  3-pack (1x1\/1 pan + 2x1\/2 pan) hotel-grade skillets, 0.8 mm thick.\n \u003c\/li\u003e\n \u003cli\u003e\n  NSF certified stainless steel, rust-resistant, mirror-polished.\n \u003c\/li\u003e\n \u003cli\u003e\n  Suitable for Garvee electric keep warm ovens.\n \u003c\/li\u003e\n \u003cli\u003e\n  Rounded corners for comfortable grip, stackable.\n \u003c\/li\u003e\n \u003cli\u003e\n  For baking, steaming, serving hot\/cold foods.\n \u003c\/li\u003e\n\u003c\/ul\u003e\n","brand":"Garvee","offers":[{"title":"1x1\/1+ 2x1\/2Pan","offer_id":51083774066976,"sku":"PHK_364MEH99","price":75.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/176698079076145458.jpg?v=1767062521"},{"product_id":"garvee-chafing-dishes-8qt-stainless-steel-buffet-pho_16corkew","title":"Garvee Chafing Dishes for Buffet 4 Pack, 8 Qt Stainless Steel Chafers with 6 Food Pans, Catering Wedding Party, Silver","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003eTemperature Control at Your Fingertips: Our chafing dishes can maintain food warmth or keep food cold with ease. Simply add hot water and light the fuel burner for warm dishes, or add ice to the water tray for chilled items, providing versatile temperature control options for any occasion.\u003c\/li\u003e\n\u003cli\u003eBuilt to Last with Safety in Mind: Crafted from thick, food-grade stainless steel, this chafing dish buffet set is designed to be both durable and safe. Hemmed edges on the water pan and food pan provide smoother surfaces, minimizing the chance of accidental cuts. Additionally, the curved anti-scald handles make it easy and safe to move around.\u003c\/li\u003e\n\u003cli\u003eComplete Set for Every Occasion: This chafing dish set of 4 includes 4 foldable frame, 2 full size food pan, 4 half size food pan, 4 water pan, and 8 fuel holder. This buffet chafer set ensures that your food will be elegantly presented to your guests, allowing them to enjoy a delightful dining experience.\u003c\/li\u003e\n\u003cli\u003eEasy Setup and Hassle-Free Cleanup: Setting up your chafing dishes for buffet couldn't be simpler. With a quick-to-assemble, foldable frame, you'll have your setup ready in no time. After the event, cleaning is a breeze thanks to the meticulously polished surfaces, which can be easily wiped down, saving you valuable time and effort.\u003c\/li\u003e\n\u003cli\u003eVersatile Capacity for Diverse Menus: Boasting an 8 QT capacity, this chafing dish buffet set is perfect for serving a wide range of dishes, from main courses and side dishes to soups, stews, and even desserts. Its spacious design makes it ideal for catering to various settings, whether it's a cozy family dinner, a bustling restaurant, or a large-scale corporate event. It's the ultimate solution for professional food presentation at any occasion.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"Silver \/ 4 Pack Combo","offer_id":51164720267552,"sku":"PHO_16CORKEW","price":190.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/718YlF2jRfL.jpg?v=1769663224"},{"product_id":"garvee-chafing-dish-9qt-stainless-steel-wedding-phk_36bxrwo8","title":"Garvee Chafing Dish Electric Buffet Set 9 QT Stainless Steel Food Servers and Warmers for Wedding and Parties, 23x14x14 in, Silver","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        h2 {\n            color: #2c3e50;\n            border-bottom: 2px solid #ddd;\n            padding-bottom: 5px;\n            margin-top: 30px;\n        }\n\n        h3 {\n            color: #34495e;\n            margin-top: 20px;\n        }\n\n        img {\n            width: 100%; \/* Responsive images *\/\n            height: auto;\n            display: block; \/* Removes extra space below image *\/\n            margin: 10px 0; \/* Adds some spacing around the images *\/\n        }\n\n        p {\n            margin-bottom: 15px;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            margin-bottom: 20px;\n        }\n\n        th, td {\n            border: 1px solid #ddd;\n            padding: 8px;\n            text-align: left;\n        }\n\n        th {\n            background-color: #f2f2f2;\n            font-weight: bold;\n        }\n\n        ul.package-list {\n            list-style-type: none;\n            padding: 0;\n            margin-top: 10px;\n        }\n\n        ul.package-list li {\n            margin-bottom: 5px;\n        }\n\n        .item-name {\n            font-weight: bold;\n        }\n\n        .item-qty {\n            float: right;\n            color: #777;\n        }\n    \u003c\/style\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7_642180f4-35ab-4270-852f-de5bb40c04f6.jpg?v=1764144571\"\u003e\u003c\/p\u003e\n\u003ch2\u003eProfessional-Grade Chafing Dish Set\u003c\/h2\u003e\n\u003cp\u003eThe Stainless Steel Chafing Dish Buffet Set is a versatile and convenient option suitable for a wide range of occasions, including weddings, parties, brunches, hotel breakfast areas, banquets, catered events, and self-service settings. Its adaptability makes it a valuable choice for various gatherings and events.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8_1785653f-e8a9-4ee1-b806-02f0eb956a75.jpg?v=1764144589\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/9_e7240402-e56c-406a-a9e6-0f01d850eb8f.jpg?v=1764144606\"\u003e\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003ch3\u003eTwo sizes trays\u003c\/h3\u003e\n\u003cp\u003eTwo half-size trays and one full-size tray allow you to serve a variety of dishes simultaneously, catering to diverse guest preferences and enhancing your buffet experience.\u003c\/p\u003e\n\u003ch3\u003eClear Roll Top Lid\u003c\/h3\u003e\n\u003cp\u003eThe transparent roll top lid keeps dust at bay while allowing you to monitor food freshness effortlessly without having to lift the cover.\u003c\/p\u003e\n\u003ch3\u003eTemperature Control\u003c\/h3\u003e\n\u003cp\u003eRotary knob control makes the adjustment of temperature a breeze, ensuring your dishes remain perfectly warm throughout your event.\u003c\/p\u003e\n\u003ch3\u003ePremium Material\u003c\/h3\u003e\n\u003cp\u003eReliable stainless steel construction promises long-lasting performance while delivering an elegant presentation for your special events.\u003c\/p\u003e\n\u003ch3\u003eVersatile Use\u003c\/h3\u003e\n\u003cp\u003eIdeal for parties, weddings, banquets and other gatherings where food needs to be kept at serving temperature for extended periods.\u003c\/p\u003e\n\u003ch3\u003eEasy Maintenance\u003c\/h3\u003e\n\u003cp\u003eIts easy-to-clean design makes it a hassle-free addition to your catering equipment, saving you time during cleanup.\u003c\/p\u003e\n\u003ch2\u003eProduct information\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003efood-grade stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTemperature Range\u003c\/th\u003e\n\u003ctd\u003e86°F and 200°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003ctd\u003e1 x 1\/1 + 2 x 1\/2 Pan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Dimensions\u003c\/th\u003e\n\u003ctd\u003e23\"L x 14\"W x 14\"H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eItem Weight\u003c\/th\u003e\n\u003ctd\u003e12 Pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Contents\u003c\/th\u003e\n\u003ctd\u003e\n\u003cp\u003eFood warmer pan×1\u003c\/p\u003e\n\u003cp\u003eFull size pan×1\u003c\/p\u003e\n\u003cp\u003eHalf size pan ×2\u003c\/p\u003e\n\u003cp\u003eClear roll lid×1\u003c\/p\u003e\n\u003cp\u003ePower cord×1\u003c\/p\u003e\n\u003cp\u003eStainless Steel Food Clip×1\u003c\/p\u003e\n\u003cp\u003eManual×1\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eImportant Note\u003c\/h3\u003e\n\u003cp\u003eBefore using the electric chafing dish, kindly ensure that the unit is properly connected to a power source.\u003cbr\u003e\u003c\/p\u003e","brand":"Garvee","offers":[{"title":"1 X 1\/1 + 2 X 1\/2 Pan+1pcs","offer_id":51265240793376,"sku":"PHK_36BXRWO8","price":169.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1_647bb89a-b8b4-4bf6-bb03-1eddf8ef57f7.jpg?v=1776153885"}],"url":"https:\/\/www.garvee.ca\/collections\/chafing-dishes-mothers-day.oembed","provider":"GARVEECA","version":"1.0","type":"link"}