{"title":"Eco-Friendly Disposables","description":"\u003cdiv class=\"!flex items-center gap-3\"\u003e\n\u003cp class=\"text-left text-base font-semibold leading-5 hover:underline text-green-500 active:text-green-700 active:underline m-0 p-0\"\u003eEco-Friendly Disposables\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"choice-9-oz-clear-pet-customizable-plastic-squat-cold-cup-1-000-case","title":"9 oz. Clear PET Customizable Plastic Squat Cold Cup - 1,000\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eChoice 9 oz. Clear PET Plastic Cup\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-header:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #3498db, #2c3e50, #3498db);\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.9;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(45deg, #f5f7fa, #e4e8f0);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 40px;\n            position: relative;\n        }\n        \n        .image-placeholder {\n            font-size: 6rem;\n            color: #3498db;\n            text-align: center;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .cup-sizes {\n            position: absolute;\n            bottom: 20px;\n            left: 0;\n            right: 0;\n            text-align: center;\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        .size-badge {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            margin: 0 5px;\n            font-size: 0.9rem;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            border-top: 4px solid #3498db;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n            border-top: 4px solid #2c3e50;\n        }\n        \n        .feature i {\n            font-size: 2.8rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .feature h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .applications {\n            background: #eef2f7;\n            padding: 50px 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: #3498db;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 25px;\n            text-align: center;\n        }\n        \n        .application {\n            background: white;\n            padding: 25px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease;\n        }\n        \n        .application:hover {\n            transform: scale(1.05);\n        }\n        \n        .application i {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            padding: 50px 40px;\n            background: white;\n        }\n        \n        .benefits-list {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 25px;\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            color: #3498db;\n            margin-right: 20px;\n            flex-shrink: 0;\n            width: 60px;\n            height: 60px;\n            background: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n        }\n        \n        .business-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .business-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 12px 25px;\n            border-radius: 30px;\n            backdrop-filter: blur(5px);\n            transition: all 0.3s ease;\n        }\n        \n        .business-item:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: translateY(-3px);\n        }\n        \n        .specifications {\n            padding: 50px 40px;\n            background: white;\n            text-align: center;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .spec-item {\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .spec-item i {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .call-to-action {\n            padding: 50px 40px;\n            text-align: center;\n            background: white;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 18px 50px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(52, 152, 219, 0.4);\n        }\n        \n        .eco-friendly {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(to right, #e8f5e9, #ffffff);\n            padding: 40px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .eco-icon {\n            font-size: 50px;\n            color: #4caf50;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefit-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .benefit-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n            \n            .eco-friendly {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .eco-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice 9 oz. Clear PET Plastic Cup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBeautifully showcase all of your on-the-go beverages with crystal clarity\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"image-placeholder\"\u003e\n                        \u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"cup-sizes\"\u003e\n                        \u003cspan class=\"size-badge\"\u003e9 oz Capacity\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePremium Beverage Presentation\u003c\/h2\u003e\n                \u003cp\u003eFrom ice water and fountain drinks to fruit smoothies and fresh-squeezed lemonade, this disposable plastic cup will create an eye-catching presentation for any refreshment.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eRecyclable Material\u003c\/h3\u003e\n                        \u003cp\u003eMade of recyclable PET plastic material\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eDurable \u0026amp; Crack-Resistant\u003c\/h3\u003e\n                        \u003cp\u003eReduces customer complaints due to cracked sidewalls\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n                        \u003cp\u003eUpscale appearance with excellent clarity\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-mobile-alt\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eOn-the-Go\u003c\/h3\u003e\n                        \u003cp\u003ePerfect with added lid (sold separately)\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"eco-friendly\"\u003e\n            \u003cdiv class=\"eco-icon\"\u003e\n                \u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"section-title\"\u003eEco-Conscious Choice\u003c\/h2\u003e\n                \u003cp\u003eMade of recyclable PET plastic material, this cup is both durable and environmentally responsible. The crack-resistant design means fewer wasted cups and happier customers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePerfect For These Beverages\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-glass-whiskey\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eIce Water\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-wine-bottle\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eFountain Drinks\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-blender\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eFruit Smoothies\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-lemon\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eFresh Lemonade\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eIced Coffee\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-ice-cream\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eMilkshakes\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-list\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-chart-line\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eBoost Impulse Sales\u003c\/h3\u003e\n                        \u003cp\u003eThe increased product visibility will help to boost impulse sales for all of your thirst-quenching beverages\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-crown\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eUpscale Appearance\u003c\/h3\u003e\n                        \u003cp\u003eThe crystal-clear plastic construction gives this disposable drinkware an upscale appearance\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-thumbs-up\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eCustomer Satisfaction\u003c\/h3\u003e\n                        \u003cp\u003eDurable and crack-resistant design reduces customer complaints and improves experience\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specifications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-arrows-alt-h\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eTop Diameter\u003c\/h3\u003e\n                    \u003cp\u003e3 3\/4\"\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-arrows-alt-v\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHeight\u003c\/h3\u003e\n                    \u003cp\u003e3 1\/4\"\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-arrows-alt\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eBottom Diameter\u003c\/h3\u003e\n                    \u003cp\u003e2 1\/4\"\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCapacity\u003c\/h3\u003e\n                    \u003cp\u003e9 oz\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ideal-for\"\u003e\n            \u003ch2 class=\"section-title\" style=\"color: white;\"\u003ePerfect For These Businesses\u003c\/h2\u003e\n            \u003cp\u003eA must-have addition to any establishment that serves beverages to-go:\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-list\"\u003e\n                \u003cdiv class=\"business-item\"\u003eKiosks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConcession Stands\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eFast Food Restaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eTo-Go Establishments\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCoffee Shops\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eSmoothie Bars\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConvenience Stores\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eElevate Your Beverage Service\u003c\/h2\u003e\n            \u003cp\u003eEconomical, functional, durable, and visually appealing, this 9 oz. plastic cup is the perfect disposable drinkware for your venue.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487495032916,"sku":null,"price":95.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2745328.jpg?v=1758308481"},{"product_id":"choice-heavy-duty-8-oz-microwavable-translucent-plastic-deli-container-and-lid-combo-pack-240-case","title":"Heavy Duty 8 oz. Microwavable Translucent Plastic Deli Container and Lid Combo Pack - 240\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHeavy Duty 8 oz. Microwavable Deli Containers\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-header:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #ff7e5f, #feb47b, #ff7e5f);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.95;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(45deg, #fafafa, #f0f0f0);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 40px;\n            position: relative;\n        }\n        \n        .image-placeholder {\n            font-size: 6rem;\n            color: #ff7e5f;\n            text-align: center;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            border-top: 4px solid #ff7e5f;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n            border-top: 4px solid #feb47b;\n        }\n        \n        .feature i {\n            font-size: 2.8rem;\n            color: #ff7e5f;\n            margin-bottom: 15px;\n        }\n        \n        .feature h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #333;\n        }\n        \n        .applications {\n            background: #fff8f6;\n            padding: 50px 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #333;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: #ff7e5f;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 25px;\n            text-align: center;\n        }\n        \n        .application {\n            background: white;\n            padding: 25px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease;\n        }\n        \n        .application:hover {\n            transform: scale(1.05);\n        }\n        \n        .application i {\n            font-size: 2.5rem;\n            color: #ff7e5f;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            padding: 50px 40px;\n            background: white;\n        }\n        \n        .benefits-list {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 25px;\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            color: #ff7e5f;\n            margin-right: 20px;\n            flex-shrink: 0;\n            width: 60px;\n            height: 60px;\n            background: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 5px 15px rgba(255, 126, 95, 0.2);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n        }\n        \n        .business-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .business-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 12px 25px;\n            border-radius: 30px;\n            backdrop-filter: blur(5px);\n            transition: all 0.3s ease;\n        }\n        \n        .business-item:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: translateY(-3px);\n        }\n        \n        .specifications {\n            padding: 50px 40px;\n            background: white;\n            text-align: center;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .spec-item {\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .spec-item i {\n            font-size: 2rem;\n            color: #ff7e5f;\n            margin-bottom: 15px;\n        }\n        \n        .packaging {\n            background: #fff8f6;\n            padding: 40px;\n            text-align: center;\n            margin: 30px 0;\n            border-radius: 10px;\n        }\n        \n        .packaging-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 1.5rem;\n            margin: 20px 0;\n            box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);\n        }\n        \n        .call-to-action {\n            padding: 50px 40px;\n            text-align: center;\n            background: white;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);\n            color: white;\n            padding: 18px 50px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(255, 126, 95, 0.3);\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(255, 126, 95, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefit-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .benefit-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHeavy Duty 8 oz. Microwavable Deli Containers\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePackage your food with convenience and style using these premium container and lid combos\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"image-placeholder\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePremium Food Packaging Solution\u003c\/h2\u003e\n                \u003cp\u003ePackage your pasta salad, soup, or stew with these high-quality microwavable plastic deli containers. Perfect for food storage and take-out applications.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eHeavy Duty\u003c\/h3\u003e\n                        \u003cp\u003eDurable construction for secure food containment\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-microphone\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eMicrowave Safe\u003c\/h3\u003e\n                        \u003cp\u003eConveniently heat food directly in the container\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-box-open\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eCombo Pack\u003c\/h3\u003e\n                        \u003cp\u003eIncludes both containers and tight-fitting lids\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-utensil-spoon\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for various food types and applications\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"packaging\"\u003e\n            \u003ch2 class=\"section-title\"\u003eComplete Packaging Solution\u003c\/h2\u003e\n            \u003cp\u003eThis combo pack includes everything you need for your food packaging needs:\u003c\/p\u003e\n            \u003cdiv class=\"packaging-badge\"\u003e\n                \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e 240 Containers + 240 Lids\n            \u003c\/div\u003e\n            \u003cp\u003eEach container comes with a tight-fitting lid to keep food fresh and secure during transport.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePerfect For These Foods\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-pasta\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003ePasta Salad\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-bowl-food\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSoups\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-pot-food\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eStews\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-carrot\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSalads\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-cheese\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSide Dishes\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-ice-cream\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eDesserts\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-list\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eSecure Packaging\u003c\/h3\u003e\n                        \u003cp\u003eTight-fitting lids prevent leaks and keep food fresh during transport\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-fire\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eMicrowave Convenience\u003c\/h3\u003e\n                        \u003cp\u003eCustomers can easily reheat food directly in the container\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\n                        \u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eProfessional Presentation\u003c\/h3\u003e\n                        \u003cp\u003eClean, clear containers showcase your food beautifully\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specifications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCapacity\u003c\/h3\u003e\n                    \u003cp\u003e8 oz\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eMaterial\u003c\/h3\u003e\n                    \u003cp\u003eHeavy Duty Plastic\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-thermometer-full\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eMicrowave Safe\u003c\/h3\u003e\n                    \u003cp\u003eYes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-boxes\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003ePack Quantity\u003c\/h3\u003e\n                    \u003cp\u003e240 containers + 240 lids\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ideal-for\"\u003e\n            \u003ch2 class=\"section-title\" style=\"color: white;\"\u003ePerfect For These Businesses\u003c\/h2\u003e\n            \u003cp\u003eIdeal for any food service establishment that offers take-out options:\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-list\"\u003e\n                \u003cdiv class=\"business-item\"\u003eDelis\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eGrocery Stores\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eRestaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCatering Services\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eSalad Bars\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003ePrepared Food Sections\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eTake-Out Counters\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eUpgrade Your Food Packaging Today\u003c\/h2\u003e\n            \u003cp\u003eProvide your customers with a convenient way to take home your signature dishes while maintaining quality and freshness.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487503487060,"sku":null,"price":57.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2411010.jpg?v=1758308824"},{"product_id":"choice-heavy-duty-16-oz-microwavable-translucent-plastic-deli-container-and-lid-combo-pack-240-case-1","title":"Heavy Duty 16 oz. Microwavable Translucent Plastic Deli Container and Lid Combo Pack - 240\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eChoice Heavy Duty 16 oz. Microwavable Plastic Deli Container\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Poppins:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            background-color: #f9f9f9;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 12px;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #3498db;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #34495e;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background-color: #e3f2fd;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #3498db;\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #2980b9;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #3498db;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #e3f2fd;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n        }\n        \n        .pricing {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 30px 0;\n        }\n        \n        .price {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .price-description {\n            color: #7f8c8d;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #2980b9;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border-top: 1px solid #e0e0e0;\n            color: #7f8c8d;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice Heavy Duty 16 oz. Microwavable Plastic Deli Container \u0026amp; Lid Combo Pack\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfect for packaging pasta salad, soup, stew, and more - ideal for delis, grocery stores, and restaurants\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-utensils image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eDeli Container Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003ePackage your pasta salad, soup, or stew with this Choice Heavy Duty 16 oz. microwavable plastic deli container and lid combo pack. This combo pack includes 240 containers and 240 tight-fitting lids.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eUse it to package and store food with ease, providing guests with a convenient way to take home your signature dishes. Both convenient and versatile, this container and lid combo pack is ideal for any deli, grocery store, or restaurant take-out application.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eHeavy-duty construction for durability\u003c\/li\u003e\n                    \u003cli\u003eMicrowave safe for convenient reheating\u003c\/li\u003e\n                    \u003cli\u003eTight-fitting lids prevent leaks and spills\u003c\/li\u003e\n                    \u003cli\u003ePerfect size for a variety of food items\u003c\/li\u003e\n                    \u003cli\u003eStackable design for easy storage\u003c\/li\u003e\n                    \u003cli\u003eClear container for easy content identification\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-box-open spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003ePackage Contents\u003c\/h3\u003e\n                        \u003cp\u003e240 containers + 240 lids\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eCapacity\u003c\/h3\u003e\n                        \u003cp\u003e16 oz. (473 ml)\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-microphone spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eMicrowave Safe\u003c\/h3\u003e\n                        \u003cp\u003eYes\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For\u003c\/h2\u003e\n                \u003cdiv class=\"usage-cases\"\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🥗\u003c\/div\u003e\n                        \u003ch3\u003ePasta Salads\u003c\/h3\u003e\n                        \u003cp\u003ePerfect size for individual portions\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🍲\u003c\/div\u003e\n                        \u003ch3\u003eSoups \u0026amp; Stews\u003c\/h3\u003e\n                        \u003cp\u003eLeak-proof design prevents spills\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🏪\u003c\/div\u003e\n                        \u003ch3\u003eTake-out Applications\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for delis and restaurants\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003eMicrowave Safe\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eLeak Resistant\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eDurable\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eStackable\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eBulk Pack\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$89.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eIncludes 240 containers and 240 lids\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $200\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-shield-alt\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eSatisfaction Guaranteed\u003c\/strong\u003e - 30-day money-back guarantee\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487523803220,"sku":null,"price":65.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2411009_cf616e1a-3fa1-4215-9688-7fbc0521e80d.jpg?v=1758309483"},{"product_id":"ecochoice-6-x-6-x-3-white-plant-fiber-take-out-container-500-case","title":"6\" x 6\" x 3\" White Plant Fiber Take-Out Container - 500\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eEcoChoice Plant Fiber Take-Out Container\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Poppins:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            background-color: #f9f9f9;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 12px;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #e8f5e9;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #2e7d32;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #4caf50;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #34495e;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background-color: #e8f5e9;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #2e7d32;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #4caf50;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #f1f8e9;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #4caf50;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #2e7d32;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #e8f5e9;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #4caf50;\n            margin-bottom: 15px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #4caf50;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n        }\n        \n        .pricing {\n            background: #f1f8e9;\n            padding: 25px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 30px 0;\n        }\n        \n        .price {\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #2e7d32;\n            margin-bottom: 10px;\n        }\n        \n        .price-description {\n            color: #7f8c8d;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #4caf50;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #2e7d32;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border-top: 1px solid #e8f5e9;\n            color: #7f8c8d;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eEcoChoice 6\" x 6\" x 3\" No PFAS Added Plant Fiber Take-Out Container\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eEco-friendly disposable containers perfect for leftovers and to-go items - the sustainable alternative to plastic or foam\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-leaf image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eEcoChoice Container Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003eBox up leftovers and to-go items with the EcoChoice no PFAS added 6\" x 6\" x 3\" white plant fiber take-out container.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eIf you're looking for the convenience of disposable products without the environmental impact of plastic or foam, look no further than this EcoChoice container! Perfect for both hot and cold foods, this box is an ideal solution for restaurants, caterers, and sandwich shops that serve anything from hot entrees to cold salads, sweet desserts, and more.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eMade from renewable plant-based materials\u003c\/li\u003e\n                    \u003cli\u003eNo PFAS added - free from harmful chemicals\u003c\/li\u003e\n                    \u003cli\u003eSuitable for both hot and cold foods\u003c\/li\u003e\n                    \u003cli\u003eCompostable in commercial composting facilities\u003c\/li\u003e\n                    \u003cli\u003eSturdy design prevents leaking and maintains structure\u003c\/li\u003e\n                    \u003cli\u003eElegant white finish perfect for professional presentations\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-ruler-combined spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eDimensions\u003c\/h3\u003e\n                        \u003cp\u003e6\" x 6\" x 3\"\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eCapacity\u003c\/h3\u003e\n                        \u003cp\u003eApprox. 32 oz\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-leaf spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eMaterial\u003c\/h3\u003e\n                        \u003cp\u003ePlant Fiber\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For\u003c\/h2\u003e\n                \u003cdiv class=\"usage-cases\"\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🍲\u003c\/div\u003e\n                        \u003ch3\u003eLeftovers\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for taking home unfinished meals\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🥗\u003c\/div\u003e\n                        \u003ch3\u003eSalads \u0026amp; Sides\u003c\/h3\u003e\n                        \u003cp\u003eGreat size for side dishes and salads\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-case\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e🍰\u003c\/div\u003e\n                        \u003ch3\u003eDesserts\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for cakes, pastries and sweet treats\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003eEco-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eCompostable\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003ePFAS-Free\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eMicrowave Safe\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eRestaurant Grade\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$49.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eCase of 100 containers\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $150\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-shield-alt\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eEco-Friendly Guarantee\u003c\/strong\u003e - Sustainable packaging solution that's better for the environment\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42487533600852,"sku":null,"price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2658915.jpg?v=1758309719"},{"product_id":"chinet-classic-10-dinner-plates-165-ct-made-in-usa-2-case-330-plates-total","title":"Chinet Classic 10\" Dinner Plates, 165 ct MADE IN USA 2\/CASE 330 PLATES TOTAL","description":"\u003ch3\u003eQuality and Durability\u003c\/h3\u003e\n\u003cp\u003eChinet Classic Dinner Paper Plates, 10.375\", 165 ct. are plates are resistant to leaks, cracks, tears and cuts to keep your food on your plate and not in your lap. Even better, they are made with compostable recycled materials.\u003c\/p\u003e\n\u003ch3\u003eAre Chinet Classic White Plates Better Than Cheaper Paper Plates?\u003c\/h3\u003e\n\u003cp\u003eA good deal on disposable plates won't do you much good if they fall apart the minute you put food on them. That's why Chinet Paper Plates are made with quality in mind first and foremost. These sturdy plates will hold up to saucy steaks, piles of mashed potatoes, giant burgers and whatever else you care to stack on them.\u003c\/p\u003e\n\u003ch3\u003eEco-friendly Disposable Plates\u003c\/h3\u003e\n\u003cp\u003eChinet Classic White dinner plates are made with the earth in mind. When you buy products made with recyclable and compostable material, you are doing your part to help the environment by keeping trash out of landfills so it can one day be used again. Buying eco-friendly paper plates might not seem like a big deal, but in truth every little bit helps.\u003c\/p\u003e\n\u003ch3\u003eWhat Are The Best Paper Plates For Parties?\u003c\/h3\u003e\n\u003cp\u003eThe ones that hold up to the partiers. It doesn't matter if it is a kid's birthday party, school function or an office get-together. People can be hard on plates and you need ones that are up to the challenge. Chinet Paper Plates can be stacked by the buffet with confidence and you can know that the last piece of chocolate birthday cake isn't going to rip through and take a tumble to the floor.\u003c\/p\u003e\n\u003ch3\u003eDon't Fear The Microwave\u003c\/h3\u003e\n\u003cp\u003eChinet dinner plates are as versatile as they are tough. Not all disposable plates can take the heat of a microwave, but these are perfectly safe to use to reheat your leftovers or whatever else you need so you spend less time making food and more time eating it.\u003c\/p\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42841582108756,"sku":"4454SM-CHINET","price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Screenshot2026-01-19230656_b2358f76-a8e8-465f-9a7e-969f6df1b4ed.png?v=1768883310"},{"product_id":"bambu®-063100-veneerware®-7-disposable-square-bamboo-plate-100-box","title":"Bambu® 063100 Veneerware® 7\" Disposable Square Bamboo Plate - 100\/Box","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 063100 7\" Disposable Bamboo Plate\u003c\/h2\u003e\n\u003cp\u003eCater to customers who care about the environment with this disposable bamboo plate. The eco-friendly alternative to plastic disposables, it's made with organic bamboo, a highly renewable resource. Disposables save water and simplify cleanup without the environmental guilt. This plate delivers the durability needed for service while aligning with sustainable values.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199625\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8.41 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlastic-Free\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Their plates provide an upscale, natural look without compromising the planet. Perfect for caterers, events, and food service operators seeking to reduce their environmental footprint while maintaining quality presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855292223572,"sku":"199625","price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T160251.469.png?v=1778410996"},{"product_id":"bambu®-064300-veneerware®-5-disposable-square-bamboo-appetizer-plate-100-case","title":"Bambu® 064300 Veneerware® 5\" Disposable Square Bamboo Appetizer Plate - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 064300 5\" Disposable Bamboo Appetizer Plate\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly alternative to traditional disposable dinnerware, this chemical- and pesticide-free bamboo appetizer plate is perfect for parties, banquets, buffets, and catered events. Featuring a modern square design, its light natural wood appearance creates an attractive backdrop for appetizers, sides, and desserts while providing contrast against colorful foods. Finished with smooth edges and an even surface, it delivers an elegant impression balanced with clean, sophisticated look for environmentally-conscious guests.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199626\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e2.72 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e5 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e1\/2 Inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003eChemical-Free\u003c\/li\u003e\n\u003cli\u003ePesticide-Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Once finished, this compostable plate can be disposed of for fast cleanup, breaking down naturally without damaging the environment and helping divert waste from landfills. Durable and high-quality, it's the perfect single-use solution for promoting an environmentally-friendly operation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855328301140,"sku":"199626","price":156.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T160715.905.png?v=1778411272"},{"product_id":"bambu®-063800-veneerware®-3-1-2-disposable-square-bamboo-tasting-plate-250-case","title":"Bambu® 063800 Veneerware® 3 1\/2\" Disposable Square Bamboo Tasting Plate - 250\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 063800 3 1\/2\" Disposable Bamboo Tasting Plate\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly alternative to traditional disposable dinnerware, this chemical- and pesticide-free bamboo tasting plate is perfect for parties, banquets, buffets, and catered events. Featuring a modern square design, it's great for serving hors d'oeuvres and portioned desserts. Its light natural wood appearance creates an attractive backdrop for small samples while providing contrast against colorful foods. Finished with smooth edges and an even surface, it delivers an elegant impression balanced with clean, sophisticated look.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199627\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e250\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e3.13 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e1\/8 Inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003eChemical-Free\u003c\/li\u003e\n\u003cli\u003ePesticide-Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Once finished, this compostable plate can be disposed of for fast cleanup, breaking down naturally without damaging the environment and helping divert waste from landfills. Durable and high-quality, it's the perfect single-use solution for promoting an environmentally-friendly operation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855369556052,"sku":"199627","price":164.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T161252.924.png?v=1778411602"},{"product_id":"bambu®-063200-veneerware®-9-disposable-square-bamboo-plate-100-box","title":"Bambu® 063200 Veneerware® 9\" Disposable Square Bamboo Plate - 100\/Box","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 063200 9\" Disposable Bamboo Plate\u003c\/h2\u003e\n\u003cp\u003eCater to customers who care about the environment with this disposable bamboo plate. The eco-friendly alternative to plastic disposables, it's made with organic bamboo, a highly renewable resource. Disposable products save water and make cleanup easier without the environmental guilt. This plate delivers the durability needed for service while aligning with sustainable values.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199628\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e12.61 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlastic-Free\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Their plates provide an upscale, natural look without compromising the planet. Perfect for caterers, events, and food service operators seeking to reduce their environmental footprint while maintaining quality presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855396196436,"sku":"199628","price":199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T161706.070.png?v=1778411851"},{"product_id":"bambu®-060800-veneerware®-11-disposable-bamboo-plate-100-box","title":"Bambu® 060800 Veneerware® 11\" Disposable Bamboo Plate - 100\/Box","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 060800 11\" Disposable Bamboo Plate\u003c\/h2\u003e\n\u003cp\u003eCater to customers who care about the environment with this disposable bamboo plate. The eco-friendly alternative to plastic disposables, it's made with organic bamboo, a highly renewable resource. Disposable products save water and make cleanup easier without the environmental concerns. This plate delivers the durability needed for service while aligning with sustainable values.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199629\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e14.96 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e11 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlastic-Free\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Their plates provide an upscale, natural look without compromising the planet. Perfect for caterers, events, and food service operators seeking to reduce their environmental footprint while maintaining quality presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855428636756,"sku":"199629","price":268.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T162137.563.png?v=1778412134"},{"product_id":"bambu®-060900-veneerware®-7-disposable-bamboo-plate-100-box","title":"Bambu® 060900 Veneerware® 7\" Disposable Bamboo Plate - 100\/Box","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 060900 7\" Disposable Bamboo Plate\u003c\/h2\u003e\n\u003cp\u003eCater to customers who care about the environment with this disposable bamboo plate. The eco-friendly alternative to plastic disposables, it's made with certified organic bamboo, a highly renewable resource. Disposable products save water and make cleanup easier without the environmental guilt. This plate delivers the durability needed for service while aligning with sustainable values.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199630\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e6.62 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlastic-Free\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Their plates provide an upscale, natural look without compromising the planet. Perfect for caterers, events, and food service operators seeking to reduce their environmental footprint while maintaining quality presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855465042004,"sku":"199630","price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T162742.861.png?v=1778412476"},{"product_id":"bambu®-064400-veneerware®-11-disposable-square-bamboo-tray-100-case","title":"Bambu® 064400 Veneerware® 11\" Disposable Square Bamboo Tray - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 064400 11\" Disposable Bamboo Tray\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly alternative to traditional disposable dinnerware, this chemical- and pesticide-free bamboo tray is perfect for parties, banquets, buffets, and catered events. Featuring a modern square design, it's great for serving appetizers or large entrees. Its light natural wood appearance creates an attractive backdrop for dishes while providing contrast against colorful foods. Finished with smooth edges and an even surface, it delivers an elegant impression balanced with clean, sophisticated look for environmentally-conscious guests.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199631\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e17.77 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e11 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e11 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e3\/4 Inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates, Trays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003eChemical-Free\u003c\/li\u003e\n\u003cli\u003ePesticide-Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Once finished, this compostable tray can be disposed of for fast cleanup, breaking down naturally without damaging the environment and helping divert waste from landfills. Durable and high-quality, it's the perfect single-use solution for promoting an environmentally-friendly operation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855497515092,"sku":"199631","price":299.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T163217.009.png?v=1778412770"},{"product_id":"bambu®-veneerware®-9-disposable-fancy-bamboo-plate-100-case","title":"Bambu® Veneerware® 9\" Disposable Fancy Bamboo Plate - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 064660 9\" Disposable Bamboo Plate with Scalloped Edge\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly alternative to traditional disposable dinnerware, this chemical- and pesticide-free bamboo plate is perfect for parties, banquets, buffets, and catered events. Featuring decorative scalloped edges, it adds extra flair and style to any table setting. Its size is great for serving lunch entrees and salads. The light natural wood appearance creates an attractive backdrop for signature dishes while providing contrast against colorful foods. Finished with smooth edges and an even surface, it delivers an elegant impression balanced with clean, sophisticated look.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199632\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8.7 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003ePlain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eScalloped\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003eChemical-Free\u003c\/li\u003e\n\u003cli\u003ePesticide-Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Once finished, this compostable plate can be disposed of for fast cleanup, breaking down naturally without damaging the environment and helping divert waste from landfills. Durable and high-quality, it's the perfect single-use solution for promoting an environmentally-friendly operation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855531233364,"sku":"199632","price":236.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T163711.585.png?v=1778413057"},{"product_id":"bambu®-veneerware®-7-disposable-fancy-bamboo-plate-100-case","title":"Bambu® Veneerware® 7\" Disposable Fancy Bamboo Plate - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 064630 7\" Disposable Bamboo Plate with Scalloped Edge\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly alternative to traditional disposable dinnerware, this chemical- and pesticide-free bamboo plate is perfect for parties, banquets, buffets, and catered events. Featuring decorative scalloped edges, it adds extra flair and style to any table setting. Its size is great for serving salads, sandwiches, and desserts. The light natural wood appearance creates an attractive backdrop for signature dishes while providing contrast against colorful foods. Finished with smooth edges and an even surface, it delivers an elegant impression balanced with clean, sophisticated look.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199633\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e5.3 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003ePlain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eScalloped\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003eChemical-Free\u003c\/li\u003e\n\u003cli\u003ePesticide-Free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Once finished, this compostable plate can be disposed of for fast cleanup, breaking down naturally without damaging the environment and helping divert waste from landfills. Durable and high-quality, it's the perfect single-use solution for promoting an environmentally-friendly operation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855559282772,"sku":"199633","price":173.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T164106.449.png?v=1778413291"},{"product_id":"bambu®-060700-veneerware®-9-disposable-bamboo-plate-100-box","title":"Bambu® 060700 Veneerware® 9\" Disposable Bamboo Plate - 100\/Box","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBambu Veneerware 060700 9\" Disposable Bamboo Plate\u003c\/h2\u003e\n\u003cp\u003eCater to customers who care about the environment with this disposable bamboo plate. The eco-friendly alternative to plastic disposables, it's made with organic bamboo, a highly renewable resource. Disposable products save water and make cleanup easier without the environmental guilt. This plate delivers the durability needed for service while aligning with sustainable values.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199634\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100\/Box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e10.18 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eUSDA Certified Biobased\u003c\/li\u003e\n\u003cli\u003eOrganic\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eRenewable Bamboo\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlastic-Free\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Bambu Veneerware\u003c\/h3\u003e\n\u003cp\u003eBambu Veneerware offers disposable dinnerware crafted from certified organic bamboo. Their plates provide an upscale, natural look without compromising the planet. Perfect for caterers, events, and food service operators seeking to reduce their environmental footprint while maintaining quality presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855607615572,"sku":"199634","price":228.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T164605.808.png?v=1778413590"},{"product_id":"32-oz-doggie-bagasse-bowl-250-case","title":"32 oz. \"Doggie\" Bagasse Bowl - 250\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eBerk Concessions 1285130 32 oz. Disposable Bagasse Bowl\u003c\/h2\u003e\n\u003cp\u003eServe french fries, fruit, side dishes, and desserts in this 32 oz. bagasse bowl. Made from bagasse, a by-product of sugarcane processing, this compostable product helps decrease your carbon footprint. With excellent strength, it won't break or crack under moderate pressure. Ideal for concession stands, food trucks, fairs, or as an actual doggie bowl for water or treats. The bright white color creates a clean, fresh canvas for any food from chilled fruit to warm nachos. The large size works for sharing or meal combos.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199635\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e250\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e19 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e32 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003ePlain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eCommercially Compostable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eSturdy Construction\u003c\/li\u003e\n\u003cli\u003eVersatile Use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane By-Product\u003c\/li\u003e\n\u003cli\u003eBiodegradable\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Based\u003c\/li\u003e\n\u003cli\u003eReduced Carbon Footprint\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Berk Concessions\u003c\/h3\u003e\n\u003cp\u003eBerk Concessions offers high-quality disposable food service products designed for concession stands, food trucks, fairs, and events. Their bagasse line utilizes renewable sugarcane fiber to create durable, compostable solutions that perform under real-world conditions while supporting environmentally responsible operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855621804116,"sku":"199635","price":223.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T165200.033.png?v=1778413944"},{"product_id":"solia-vf40163-kanopee-3-15-16-x-3-15-16-sugarcane-plate-with-black-pla-lamination-200-case","title":"Solia VF40163 Kanopee 3 15\/16\" x 3 15\/16\" Sugarcane Plate with Black PLA Lamination - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF40163c Kanopee 3 15\/16\" Sugarcane Plate with Black PLA Lamination\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly approach to buffets, catered events, and parties, this sugarcane plate with black PLA lamination transforms presentations into something unforgettable. The PLA coating increases resistance to moisture, liquids, and grease while providing a sleek black background to highlight appetizers, sides, and desserts. It can even be placed in the freezer to chill or firm up items before serving. Ideal for weddings, banquets, and buffet displays where modern design meets convenience.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199636\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e3 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e3 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e3 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003ePLA Laminated\u003c\/li\u003e\n\u003cli\u003eMoisture Resistant\u003c\/li\u003e\n\u003cli\u003eGrease Resistant\u003c\/li\u003e\n\u003cli\u003eFreezer Safe\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane Based\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Material\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This sugarcane plate delivers the modern, sleek design your clients want with the convenience you need. Make an eco-friendly choice by showcasing culinary creations on this plate, conveniently disposable with no need to wash for reuse.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855647199316,"sku":"199636","price":86.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T171238.414.png?v=1778415182"},{"product_id":"solia-vf40183-kanpoee-7-15-16-x-5-15-16-sugarcane-plate-with-black-pla-lamination-200-case","title":"Solia VF40183 Kanpoee 7 15\/16\" x 5 15\/16\" Sugarcane Plate with Black PLA Lamination - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF40183c Kanopee 7 15\/16\" x 5 15\/16\" Sugarcane Plate with Black PLA Lamination\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly approach to buffets, catered events, and parties, this sugarcane plate with black PLA lamination transforms presentations into something unforgettable. The PLA coating increases resistance to moisture, liquids, and grease while providing a sleek black background to highlight entrees, sides, and desserts. The raised, rounded edge provides added stability and decreases the risk of drips and spills during transport. It can even be placed in the freezer to chill or firm up items before serving.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199637\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003ePLA Laminated\u003c\/li\u003e\n\u003cli\u003eMoisture Resistant\u003c\/li\u003e\n\u003cli\u003eGrease Resistant\u003c\/li\u003e\n\u003cli\u003eRaised Edge Design\u003c\/li\u003e\n\u003cli\u003eFreezer Safe\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane Based\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Material\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This sugarcane plate delivers the modern, sleek design your clients want with the convenience you need. Make an eco-friendly choice by showcasing culinary creations on this plate, conveniently disposable with no need to wash for reuse.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855648903252,"sku":"199637","price":192.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T171739.774.png?v=1778415482"},{"product_id":"solia-vo13401-5-1-8-bamboo-leaf-cone-1-000-case","title":"Solia VO13401 5 1\/8\" Bamboo Leaf Cone - 1,000\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VO13401 5 1\/8\" Bamboo Leaf Cone\u003c\/h2\u003e\n\u003cp\u003eCreate an attractive tabletop display with this bamboo leaf cone. Perfect for serving fries and other sides at outdoor events or cafes, this cone is designed for single-use applications and withstands temperatures between 24 and 158 degrees Fahrenheit. Its bamboo construction ensures durability during use while tapered edges help keep food contained. Use this cone in catered events for an eye-catching and eco-friendly display.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199638\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1,000\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e5 1\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003e2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTemperature Range\u003c\/th\u003e\n\u003ctd\u003e24 - 158 Degrees F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCones\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eTemperature Resistant\u003c\/li\u003e\n\u003cli\u003eTapered Edge Design\u003c\/li\u003e\n\u003cli\u003eSingle-Use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eBamboo Material\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eNatural Appearance\u003c\/li\u003e\n\u003cli\u003eEnvironmentally Friendly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This bamboo leaf cone combines functionality with eco-conscious design, providing the perfect single-serve solution for catered events, cafes, and outdoor venues seeking to elevate their food presentation with natural materials.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855650050132,"sku":"199638","price":356.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T172316.004.png?v=1778415820"},{"product_id":"solia-vf45031-quartz-6-5-16-x-6-5-16-square-sugarcane-pulp-white-plate-200-case","title":"Solia VF45031 Quartz 6 5\/16\" x 6 5\/16\" Square Sugarcane Pulp White Plate - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF45031c Quartz 6 5\/16\" Square Sugarcane Pulp White Plate\u003c\/h2\u003e\n\u003cp\u003eServe sides of fruit or dip with this square sugarcane pulp white plate. Perfect for serving sides, desserts, or dips in your establishment, its small size is great for petite portions. With a temperature range between 10 and 428 degrees Fahrenheit, it handles both hot and cold foods with ease. The white sugarcane construction makes it environmentally friendly while creating an attractive, clean presentation. Use this plate to upgrade food presentations at weddings, banquets, or buffet displays.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199639\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e12 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e6 5\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e6 5\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eTemperature Range 10-428 F\u003c\/li\u003e\n\u003cli\u003eHot and Cold Food Safe\u003c\/li\u003e\n\u003cli\u003ePetite Portion Size\u003c\/li\u003e\n\u003cli\u003eAttractive White Finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane Based\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Material\u003c\/li\u003e\n\u003cli\u003eEnvironmentally Friendly\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This Quartz sugarcane plate combines eco-conscious materials with practical design, providing the perfect solution for catered events, weddings, and banquet displays where presentation and sustainability go hand in hand.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855651852372,"sku":"199639","price":133.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T174033.040.png?v=1778416854"},{"product_id":"solia-vf42260-cocoon-small-16-9-oz-sugarcane-pulp-bowl-200-case","title":"Solia VF42260 Cocoon Small 16.9 oz. Sugarcane Pulp Bowl - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF42260c Cocoon Small 16.9 oz. Sugarcane Pulp Bowl\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly approach to buffets, catered events, and parties, this sugarcane pulp bowl transforms presentations into something unforgettable. It sits on an angle, putting all the attention on culinary and confectionery treats within. Designed to withstand temperatures from 0 to 428 degrees Fahrenheit, it's great for freezing and reheating. The sleek, modern ivory design creates a sophisticated background for appetizer and dessert dishes. With a versatile 16.9 oz. capacity, it's ideal for signature salads and buffet-style side dishes.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199640\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e8 1\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 7\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e16.9 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eIvory\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eEvent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eFreezer Safe\u003c\/li\u003e\n\u003cli\u003eMicrowavable\u003c\/li\u003e\n\u003cli\u003eTemperature Range 0-428 F\u003c\/li\u003e\n\u003cli\u003eAngled Design\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane Based\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Material\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This Cocoon sugarcane bowl delivers the modern, sleek design your clients want with the convenience you need. Pop it in the microwave to reheat or freeze a decadent dessert until ready for service, then dispose with no need to wash for reuse.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855651885140,"sku":"199640","price":141.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T174320.928.png?v=1778417021"},{"product_id":"solia-vf40182-kanpoee-7-15-16-x-5-15-16-sugarcane-plate-300-case","title":"Solia VF40182 Kanpoee 7 15\/16\" x 5 15\/16\" Sugarcane Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 90%; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }\n    .product-description h2 { font-size: clamp(22px, 4vw, 28px); margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: clamp(18px, 3vw, 20px); margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; font-size: clamp(14px, 2vw, 16px); }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 14px 18px; font-weight: 600; border-bottom: 1px solid #eaeaea; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table td { padding: 14px 18px; border-bottom: 1px solid #eaeaea; background-color: #fff; font-size: clamp(13px, 1.8vw, 15px); }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .features-list li { background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    .product-description .eco-list { list-style: none; padding: 0; margin: 10px 0; display: flex; flex-wrap: wrap; gap: 8px; }\n    .product-description .eco-list li { background: #ecfdf5; color: #065f46; padding: 6px 12px; border-radius: 4px; font-size: 0.9em; white-space: nowrap; }\n    @media (max-width: 600px) {\n        .product-description { max-width: 100%; padding: 0 10px; }\n        .product-description .specs-table th, .product-description .specs-table td { padding: 10px 12px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF40182c Kanopee 7 15\/16\" x 5 15\/16\" Sugarcane Plate\u003c\/h2\u003e\n\u003cp\u003eAn eco-friendly approach to buffets, catered events, and parties, this sugarcane plate transforms presentations into something unforgettable. Its natural-colored surface provides contrast to highlight entrees, sides, and desserts. The raised, rounded edge provides added stability while decreasing the risk of drips and spills during transport. It can even be placed in the freezer to chill or firm up items before serving. Ideal for weddings, banquets, and buffet displays where presentation meets convenience.\u003c\/p\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199641\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e11 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber, Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eRaised Edge Design\u003c\/li\u003e\n\u003cli\u003eFreezer Safe\u003c\/li\u003e\n\u003cli\u003eNatural Contrast Surface\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEco Credentials\u003c\/h3\u003e\n\u003cul class=\"eco-list\"\u003e\n\u003cli\u003eSugarcane Based\u003c\/li\u003e\n\u003cli\u003ePlant Fiber Material\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eSustainable Choice\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is your source for innovative disposable tableware and food packaging products. This Kanopee sugarcane plate delivers the modern, sleek design your clients want with the convenience you need. Showcase culinary creations on this plate, conveniently disposable with no need to wash for reuse.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855652212820,"sku":"199641","price":166.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T174641.589.png?v=1778417221"},{"product_id":"solia-quartz-3-1-2-x-3-1-2-square-sugarcane-pulp-black-plate-with-pla-lamination-400-case","title":"Solia Quartz 3 1\/2\" x 3 1\/2\" Square Sugarcane Pulp Black Plate with PLA Lamination - 400\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n    .product-description .flavor-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .flavor-list li { \n        display: inline-block; \n        background: #fdf2f8; \n        color: #9d174d; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description {\n            width: 90%;\n        }\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia VF45043c Square Sugarcane Pulp Plate with PLA Lamination\u003c\/h2\u003e\n    \u003cp\u003eServe appetizers, desserts, and small bites in modern style with Solia Quartz 3.5\" x 3.5\" square sugarcane pulp black plates featuring durable PLA lamination. Designed for high-volume food service operations, these disposable plates offer excellent grease and moisture resistance while presenting an elegant black backdrop for any menu item. Perfect for catered events, weddings, buffets, and daily restaurant service.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n                \u003cth\u003eSKU #\u003c\/th\u003e\n                \u003ctd\u003e199642\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eQuantity\u003c\/th\u003e\n                \u003ctd\u003e400 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eShipping Weight\u003c\/th\u003e\n                \u003ctd\u003e7 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eLength\u003c\/th\u003e\n                \u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eWidth\u003c\/th\u003e\n                \u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eColor\u003c\/th\u003e\n                \u003ctd\u003eBlack\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eMaterial\u003c\/th\u003e\n                \u003ctd\u003eSugarcane Pulp with PLA Lamination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eShape\u003c\/th\u003e\n                \u003ctd\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eType\u003c\/th\u003e\n                \u003ctd\u003eAppetizer Plates \/ Dessert Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eMicrowavable\u003c\/li\u003e\n        \u003cli\u003eGrease Resistant\u003c\/li\u003e\n        \u003cli\u003eMoisture Barrier\u003c\/li\u003e\n        \u003cli\u003ePLA Laminated\u003c\/li\u003e\n        \u003cli\u003eSugarcane Fiber\u003c\/li\u003e\n        \u003cli\u003eCurved Rim Design\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThe Solia VF45043c square plate features a curved rim that helps keep contents secure, reducing leaks and spills during service. The black PLA lamination provides superior durability and creates an appealing contrast for colorful appetizers, side dishes, desserts, and dips. These plates are ideal for buffet displays, catered functions, weddings, banquets, and fast-casual dining establishments.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eEach plate measures 3 1\/2 inches in length and 3 1\/2 inches in width. The compact square size is perfect for portion control and elegant small-plate presentations.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia offers premium disposable tableware solutions for food service professionals. The Quartz collection combines sustainable sugarcane pulp with advanced PLA lamination technology, delivering products that balance environmental responsibility with exceptional performance and style.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855652835412,"sku":"199642","price":153.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T174957.750.png?v=1778417419"},{"product_id":"solia-10-x-5-5-16-laminated-wooden-punnet-with-clear-plastic-lid-150-case","title":"Solia 10\" x 5 5\/16\" Laminated Wooden Punnet with Clear Plastic Lid - 150\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia WA00210c Laminated Wooden Punnet with Clear Plastic Lid\u003c\/h2\u003e\n    \u003cp\u003eServe takeout salads, fresh berries, and gourmet sides with elegance and durability using the Solia 10\" x 5 5\/16\" laminated wooden punnet with clear plastic lid. Crafted for modern food service, this two-piece container combines natural wood aesthetics with a laminated interior that keeps food clean and safe. Ideal for cafes, delis, fast-casual restaurants, and meal prep operations.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199643\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e150 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e19.85 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e10 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 5\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight (with Lid)\u003c\/th\u003e\n\u003ctd\u003e2 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight (without Lid)\u003c\/th\u003e\n\u003ctd\u003e1 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige Wood \/ Clear Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003e2-Piece (Base + Lid)\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood Base, Plastic Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUnhinged\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eContainer \/ Lid Combo, Punnets\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eRecyclable\u003c\/li\u003e\n        \u003cli\u003eLaminated Interior\u003c\/li\u003e\n        \u003cli\u003eLeak Resistant\u003c\/li\u003e\n        \u003cli\u003eNatural Wood Look\u003c\/li\u003e\n        \u003cli\u003eClear Visibility Lid\u003c\/li\u003e\n        \u003cli\u003eTakeout Ready\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThe Solia WA00210c punnet features a strong and durable wood base construction with a laminated interior that provides an effective moisture barrier, keeping food clean and safe during transport. The transparent plastic lid creates a secure seal while allowing customers to see contents clearly, boosting presentation and reducing handling. This unhinged, two-piece design is easy to close and stack, optimizing storage in busy kitchens.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 10 inches, Width 5 5\/16 inches, Height with lid 2 1\/2 inches, Height without lid 1 5\/8 inches. The generous yet compact footprint suits single-serve salads, layered desserts, fresh fruit, or side portions.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable serveware that bridges natural materials with practical innovation. The laminated wooden punnet collection reflects a commitment to quality, safety, and visual appeal, giving food professionals reliable packaging that enhances their brand. From fast-casual restaurants to high-volume catering, Solia products focus on performance and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855653294164,"sku":"199643","price":428.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T180115.762.png?v=1778418099"},{"product_id":"solia-5-13-16-x-5-13-16-laminated-wooden-punnet-with-clear-plastic-lid-200-case","title":"Solia 5 13\/16\" x 5 13\/16\" Laminated Wooden Punnet with Clear Plastic Lid - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia WA00250c Square Laminated Wooden Punnet with Clear Plastic Lid\u003c\/h2\u003e\n    \u003cp\u003ePackage your customer's takeout safely and in style with this Solia 5 13\/16\" x 5 13\/16\" laminated wooden punnet with clear plastic lid. Perfect for serving a variety of items from salads, pasta and rice dishes, appetizers, and even entrees. With a beneficial laminated interior, this container keeps contents clean and safe, ensuring no drips, leaks, or spills before it reaches its destination.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199644\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e16 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e5 13\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 13\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight (with Lid)\u003c\/th\u003e\n\u003ctd\u003e2 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight (without Lid)\u003c\/th\u003e\n\u003ctd\u003e1 3\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige Wood \/ Clear Lid\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003e2-Piece (Base + Lid)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood Base, Plastic Lid\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUnhinged\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eContainer \/ Lid Combo, Punnets\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eRecyclable\u003c\/li\u003e\n        \u003cli\u003eLaminated Interior\u003c\/li\u003e\n        \u003cli\u003eLeak Resistant\u003c\/li\u003e\n        \u003cli\u003eNatural Wood Look\u003c\/li\u003e\n        \u003cli\u003eClear Visibility Lid\u003c\/li\u003e\n        \u003cli\u003eTakeout Ready\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThe Solia WA00250c punnet features a strong and durable wood base construction, making it the perfect choice to handle everyday wear and tear. The laminated interior provides an effective moisture barrier, keeping food clean and safe during transport. The transparent plastic lid creates a secure seal while allowing customers to see contents clearly, boosting presentation and reducing handling.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 5 13\/16 inches, Width 5 13\/16 inches, Height with lid 2 1\/2 inches, Height without lid 1 3\/16 inches. The square shape offers a modern presentation and efficient stacking for storage.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable serveware that bridges natural materials with practical innovation. The laminated wooden punnet collection reflects a commitment to quality, safety, and visual appeal, giving food professionals reliable packaging that enhances their brand. From fast-casual restaurants to high-volume catering, Solia products focus on performance and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855653752916,"sku":"199644","price":388.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T180642.463.png?v=1778418424"},{"product_id":"solia-quartz-6-5-16-x-3-15-16-laminated-rectangular-wooden-plate-200-case","title":"Solia Quartz 6 5\/16\" x 3 15\/16\" Laminated Rectangular Wooden Plate - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia WA45010c Quartz Laminated Rectangular Wooden Plate with PLA Coating\u003c\/h2\u003e\n    \u003cp\u003eServe up delicious menu items in style with this Solia Quartz 6 15\/16\" x 3 15\/16\" laminated rectangular wooden plate. The small size makes it perfect for serving a variety of menu items such as appetizers, side dishes, desserts, and dips. Featuring a curved rim, this plate works to keep contents secure to protect against leaks, spills, and accidental drops.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199645\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e7 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e6 15\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e3 15\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige (Natural Wood)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood with PLA Lamination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAppetizer Plates \/ Dessert Plates \/ Trays\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eMicrowavable\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eRecyclable\u003c\/li\u003e\n        \u003cli\u003ePLA Laminated\u003c\/li\u003e\n        \u003cli\u003eCurved Rim Design\u003c\/li\u003e\n        \u003cli\u003eGrease Resistant\u003c\/li\u003e\n        \u003cli\u003eMoisture Barrier\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThis artfully crafted wooden plate features a strong and durable PLA lamination, making it the perfect choice to handle everyday wear and tear. The lamination adds a better moisture barrier and excellent fat resistance to your plate, while the natural beige wood color creates an appealing backdrop for all your signature menu items. This product is great for use in buffet displays, or at catered functions, weddings, and banquets to upgrade your food presentations for stylish and functional service.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 6 15\/16 inches, Width 3 15\/16 inches. The rectangular shape offers a modern presentation and efficient use of serving space.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable tableware that bridges natural materials with practical innovation. The Quartz collection combines sustainable wood with advanced PLA lamination technology, delivering products that balance environmental responsibility with exceptional performance and style. From fast-casual restaurants to high-volume catering, Solia products focus on quality and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855653949524,"sku":"199645","price":196.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T181007.716.png?v=1778418629"},{"product_id":"solia-quartz-6-5-16-x-3-15-16-rectangular-sugarcane-pulp-black-plate-with-pla-lamination-200-case","title":"Solia Quartz 6 5\/16\" x 3 15\/16\" Rectangular Sugarcane Pulp Black Plate with PLA Lamination - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia VF45013c Quartz Rectangular Sugarcane Pulp Black Plate with PLA Lamination\u003c\/h2\u003e\n    \u003cp\u003eServe up delicious menu items in style with this Solia Quartz 6 5\/16\" x 3 15\/16\" rectangular sugarcane pulp black plate with PLA lamination. This small size plate is perfect for serving a variety of menu items such as appetizers, side dishes, desserts, and dips. Featuring a curved rim, this plate works to keep contents secure to protect against leaks, spills, and accidental drops.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199646\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e6 5\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e3 3\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eSugarcane Pulp with PLA Lamination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAppetizer Plates \/ Dessert Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eMicrowavable\u003c\/li\u003e\n        \u003cli\u003ePLA Laminated\u003c\/li\u003e\n        \u003cli\u003eSugarcane Fiber\u003c\/li\u003e\n        \u003cli\u003eCurved Rim Design\u003c\/li\u003e\n        \u003cli\u003eGrease Resistant\u003c\/li\u003e\n        \u003cli\u003eMoisture Barrier\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThis bold black plate features a strong and durable PLA lamination, making it the perfect choice to handle everyday wear and tear. The lamination adds a better moisture barrier and excellent fat resistance to your plate, while the black color creates an appealing backdrop for all your signature menu items. This product is great for use in buffet displays, or at catered functions, weddings, and banquets to upgrade your food presentations for stylish and functional service.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 6 5\/16 inches, Width 3 3\/16 inches. The rectangular shape offers a modern presentation and efficient use of serving space.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable tableware that bridges sustainable materials with practical innovation. The Quartz collection combines sugarcane pulp with advanced PLA lamination technology, delivering products that balance environmental responsibility with exceptional performance and style. From fast-casual restaurants to high-volume catering, Solia products focus on quality and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855654080596,"sku":"199646","price":155.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T181316.581.png?v=1778418824"},{"product_id":"solia-quartz-6-5-16-x-6-5-16-laminated-square-wooden-plate-200-case","title":"Solia Quartz 6 5\/16\" x 6 5\/16\" Laminated Square Wooden Plate - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia WA45030c Quartz Laminated Square Wooden Plate with PLA Coating\u003c\/h2\u003e\n    \u003cp\u003eServe up delicious menu items in style with this Solia Quartz 6 5\/16\" x 6 5\/16\" laminated square wooden plate. This small size plate is perfect for serving a variety of menu items such as appetizers, side dishes, desserts, and dips. Featuring a curved rim, this plate works to keep contents secure to protect against leaks, spills, and accidental drops.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199647\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e11 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e6 5\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e6.325 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige (Natural Wood)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood with PLA Lamination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAppetizer Plates \/ Dessert Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eMicrowavable\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eRecyclable\u003c\/li\u003e\n        \u003cli\u003ePLA Laminated\u003c\/li\u003e\n        \u003cli\u003eCurved Rim Design\u003c\/li\u003e\n        \u003cli\u003eGrease Resistant\u003c\/li\u003e\n        \u003cli\u003eMoisture Barrier\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThis artfully crafted wooden plate features a strong and durable PLA lamination, making it the perfect choice to handle everyday wear and tear. The lamination adds a better moisture barrier and excellent fat resistance to your plate, while the natural beige wood color creates an appealing backdrop for all your signature menu items. This product is great for use in buffet displays, or at catered functions, weddings, and banquets to upgrade your food presentations for stylish and functional service.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 6 5\/16 inches, Width 6.325 inches. The square shape offers a modern, symmetrical presentation and efficient stacking for storage.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable tableware that bridges natural materials with practical innovation. The Quartz collection combines sustainable wood with advanced PLA lamination technology, delivering products that balance environmental responsibility with exceptional performance and style. From fast-casual restaurants to high-volume catering, Solia products focus on quality and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855657160788,"sku":"199647","price":159.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T181702.730.png?v=1778419045"},{"product_id":"solia-quartz-7-5-16-x-5-1-8-rectangular-sugarcane-pulp-white-plate-with-pla-lamination-200-case","title":"Solia Quartz 7 5\/16\" x 5 1\/8\" Rectangular Sugarcane Pulp White Plate with PLA Lamination - 200\/Case","description":"\u003cstyle\u003e\n    .product-description { \n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; \n        color: #333; \n        line-height: 1.6; \n        width: 90%;\n        margin: 0 auto;\n        max-width: 1200px;\n    }\n    .product-description h2 { \n        font-size: 28px; \n        margin-bottom: 20px; \n        font-weight: 600; \n        color: #222; \n    }\n    .product-description h3 { \n        font-size: 20px; \n        margin: 30px 0 15px; \n        font-weight: 600; \n        color: #222; \n        border-bottom: 1px solid #eee; \n        padding-bottom: 8px; \n    }\n    .product-description p { \n        margin-bottom: 16px; \n    }\n    .product-description .specs-table { \n        width: 100%; \n        border-collapse: collapse; \n        margin: 25px 0; \n        border-radius: 8px; \n        overflow: hidden; \n        box-shadow: 0 2px 8px rgba(0,0,0,0.05); \n    }\n    .product-description .specs-table th { \n        background-color: #f8f9fa; \n        text-align: left; \n        padding: 16px 20px; \n        font-weight: 600; \n        border-bottom: 1px solid #eaeaea; \n    }\n    .product-description .specs-table td { \n        padding: 16px 20px; \n        border-bottom: 1px solid #eaeaea; \n        background-color: #fff; \n    }\n    .product-description .specs-table tr:last-child td { \n        border-bottom: none; \n    }\n    .product-description .features-list { \n        list-style: none; \n        padding: 0; \n        margin: 10px 0; \n    }\n    .product-description .features-list li { \n        display: inline-block; \n        background: #f0f7ff; \n        color: #1a56db; \n        padding: 6px 12px; \n        border-radius: 4px; \n        margin-right: 8px; \n        margin-bottom: 8px; \n        font-size: 0.9em; \n    }\n\n    @media (max-width: 768px) {\n        .product-description h2 {\n            font-size: 24px;\n        }\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eSolia VF45050c Quartz Rectangular Sugarcane Pulp Plate with PLA Lamination\u003c\/h2\u003e\n    \u003cp\u003eServe up delicious menu items in style with this Solia Quartz 7 5\/16\" x 5 1\/8\" rectangular sugarcane pulp plate with PLA lamination. Available in both black and white, this small size plate is perfect for serving a variety of menu items such as appetizers, side dishes, desserts, and dips. Featuring a curved rim, this plate works to keep contents secure to protect against leaks, spills, and accidental drops.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199648\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 per Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e12 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 5\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 1\/8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack \/ White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eSugarcane Pulp with PLA Lamination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAppetizer Plates \/ Dessert Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eFeatures\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eMicrowavable\u003c\/li\u003e\n        \u003cli\u003ePLA Laminated\u003c\/li\u003e\n        \u003cli\u003eSugarcane Fiber\u003c\/li\u003e\n        \u003cli\u003eCurved Rim Design\u003c\/li\u003e\n        \u003cli\u003eGrease Resistant\u003c\/li\u003e\n        \u003cli\u003eMoisture Barrier\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eThis plate features a strong and durable PLA lamination, making it the perfect choice to handle everyday wear and tear. The lamination adds a better moisture barrier and excellent fat resistance to your plate, while the color options (black or white) create an appealing backdrop for all your signature menu items. This product is great for use in buffet displays, or at catered functions, weddings, and banquets to upgrade your food presentations for stylish and functional service.\u003c\/p\u003e\n\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cp\u003eOverall Dimensions: Length 7 5\/16 inches, Width 5 1\/8 inches. The rectangular shape offers a modern presentation and efficient use of serving space.\u003c\/p\u003e\n\n    \u003ch3\u003eAbout Solia\u003c\/h3\u003e\n    \u003cp\u003eSolia designs premium disposable tableware that bridges sustainable materials with practical innovation. The Quartz collection combines sugarcane pulp with advanced PLA lamination technology, delivering products that balance environmental responsibility with exceptional performance and style. From fast-casual restaurants to high-volume catering, Solia products focus on quality and elegant simplicity.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855667286100,"sku":"199648","price":187.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T182154.923.png?v=1778419343"},{"product_id":"solia-vf40181-kanpoee-7-15-16-x-5-15-16-sugarcane-plate-with-white-pla-lamination-200-case","title":"Solia VF40181 Kanpoee 7 15\/16\" x 5 15\/16\" Sugarcane Plate with White PLA Lamination - 200\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    \/* Mobile responsive *\/\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF40181c Molded Fiber Sugarcane Plate with PLA Lamination\u003c\/h2\u003e\n\u003cp\u003eUpgrade your buffet, catered events, and parties with this eco‑conscious Solia sugarcane plate. Featuring a white PLA coating that resists moisture, liquids, and grease, this 7 15\/16\" x 5 15\/16\" rectangular plate offers a clean, modern look while highlighting your entrees, sides, and desserts. The raised rounded edge adds stability during transport and reduces drips or spills. Freezer‑safe for chilling items before serving, this disposable plate eliminates washing and provides the convenience your high‑volume operation demands.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199649\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 15\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber \/ Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLamination\u003c\/th\u003e\n\u003ctd\u003eWhite PLA (Polylactic Acid)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eEco‑Friendly\u003c\/li\u003e\n\u003cli\u003eCompostable\u003c\/li\u003e\n\u003cli\u003ePLA Coated\u003c\/li\u003e\n\u003cli\u003eGrease \u0026amp; Moisture Resistant\u003c\/li\u003e\n\u003cli\u003eFreezer Safe\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eNo Washing Required\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis Solia VF40181c plate is crafted from molded plant fiber with a white PLA lamination, offering excellent resistance to liquids and grease while maintaining a sleek, premium appearance. The raised rounded edge provides extra rigidity and helps prevent spills during catering transport. Ideal for weddings, banquets, buffets, and casual dining, this plate delivers the sustainability and presentation modern clients expect.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 7 15\/16\"\u003c\/li\u003e\n\u003cli\u003eWidth: 5 15\/16\"\u003c\/li\u003e\n\u003cli\u003eShape: Rectangle\u003c\/li\u003e\n\u003cli\u003eColor: White\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is a trusted source for innovative disposable tableware and eco‑friendly food packaging. Their sugarcane plates combine sustainable materials with functional design, helping foodservice operators reduce environmental impact without sacrificing durability or style. Perfect for caterers, restaurants, and event planners seeking modern, responsible serving solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855716175956,"sku":"199649","price":159.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T182812.081.png?v=1778419714"},{"product_id":"solia-vf40511-accueil-11-13-16-round-sugarcane-deep-plate-with-black-pla-coating-200-case","title":"Solia VF40511 Accueil 11 13\/16\" Round Sugarcane Deep Plate with Black PLA Coating - 200\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia VF40511c Round Sugarcane Deep Plate with Black PLA Coating\u003c\/h2\u003e\n\u003cp\u003eElevate your buffet, catered events, and parties with this eco‑conscious Solia round sugarcane deep plate. Featuring a black PLA coating that resists moisture, liquids, and grease, this 9 1\/8\" diameter plate offers a sophisticated dark background that makes salads, entrees, and desserts stand out beautifully. With an 11.8 oz. capacity and 1 1\/2\" depth, this plate provides ample space for generous portions while maintaining a sleek, modern appearance.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199650\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e14 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003e9 1\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e1 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e11.8 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber \/ Plant Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eCompostable\u003c\/li\u003e\n\u003cli\u003eBlack PLA Coated\u003c\/li\u003e\n\u003cli\u003eGrease \u0026amp; Moisture Resistant\u003c\/li\u003e\n\u003cli\u003eDeep Plate Design\u003c\/li\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eNo Washing Required\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis Solia VF40511c Accueil plate is crafted from molded plant fiber with a black PLA lamination, offering excellent resistance to liquids and grease while providing a striking dark backdrop for your culinary creations. The deep 1 1\/2\" sides prevent spills and allow you to serve saucy dishes, hearty salads, or pasta entrees with confidence. Ideal for weddings, banquets, buffets, and upscale catering events, this plate delivers the sustainability and elegance modern clients demand.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions \u0026amp; Capacity\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eDiameter: 9 1\/8\"\u003c\/li\u003e\n\u003cli\u003eHeight: 1 1\/2\"\u003c\/li\u003e\n\u003cli\u003eCapacity: 11.8 oz.\u003c\/li\u003e\n\u003cli\u003eShape: Round\u003c\/li\u003e\n\u003cli\u003eColor: Black\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is a trusted source for innovative disposable tableware and eco‑friendly food packaging. Their sugarcane plates combine sustainable plant fiber with functional design, helping foodservice operators reduce environmental impact without sacrificing durability or style. The black PLA coating adds a premium touch, making these plates perfect for caterers, restaurants, and event planners seeking responsible yet sophisticated serving solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855729545300,"sku":"199650","price":199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T183636.316.png?v=1778420222"},{"product_id":"solia-wa00202-22-oz-laminated-wooden-bowl-200-case","title":"Solia WA00202 22 oz. Laminated Wooden Bowl - 200\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eSolia WA00202c 22 oz. Laminated Wooden Bowl for Takeout Salads\u003c\/h2\u003e\n\u003cp\u003eServe takeout salads safely and in style with this Solia WA00202 laminated wooden bowl. Featuring a strong and durable wood base construction with a laminated interior that keeps food clean and protected, this 22 oz. bowl is perfect for fresh salads, grain bowls, and other cold dishes. The natural beige finish adds a rustic, eco-friendly touch that elevates your takeout presentation while maintaining functionality for high-volume food service operations.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199651\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e200 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e16 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003e6 1\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e22 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eMicrowavable\u003c\/li\u003e\n\u003cli\u003eNo PFAS Added\u003c\/li\u003e\n\u003cli\u003eRecyclable\u003c\/li\u003e\n\u003cli\u003eLaminated Interior\u003c\/li\u003e\n\u003cli\u003eDurable Wood Construction\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eTakeout Ready\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis Solia WA00202 laminated wooden bowl is designed specifically for takeout and food service applications. The laminated interior creates a clean, food-safe barrier while preserving the natural wood exterior. With a generous 22 oz. capacity, it accommodates hearty salads, pasta dishes, rice bowls, and desserts. The bowl pairs perfectly with compatible lids (sold separately) for secure takeout transport, making it an excellent choice for cafes, restaurants, and quick-service operations seeking sustainable yet stylish serveware.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions \u0026amp; Capacity\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eDiameter: 6 1\/8\"\u003c\/li\u003e\n\u003cli\u003eHeight: 2 3\/8\"\u003c\/li\u003e\n\u003cli\u003eCapacity: 22 oz.\u003c\/li\u003e\n\u003cli\u003eShape: Round\u003c\/li\u003e\n\u003cli\u003eColor: Beige \/ Natural Wood\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout Solia\u003c\/h3\u003e\n\u003cp\u003eSolia is a trusted source for innovative disposable tableware and eco-friendly food packaging. Their wooden bowl collection combines natural materials with practical design, helping foodservice operators reduce environmental impact while delivering a premium presentation. Ideal for restaurants, cafes, caterers, and takeout operations seeking durable, attractive, and sustainable serving solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855742521428,"sku":"199651","price":353.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T184325.956.png?v=1778420628"},{"product_id":"verterra-9-square-alpine-birch-wood-plate-300-case","title":"VerTerra 9\" Square Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD VT-TW-9x9 Alpine Birch Wood Square Plate\u003c\/h2\u003e\n\u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood square plate. Crafted from renewable alpine birch wood, this 9\" x 9\" plate is non-toxic and free from added chemicals, ensuring a safe dining experience for your customers. The raised edges help contain food and sauces for a professional, mess-free presentation, while the natural finish adds a clean, modern look to your dining establishment.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199652\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e20.94 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood \/ Alpine Birch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUncoated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable \/ Event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eNon-Toxic\u003c\/li\u003e\n\u003cli\u003eChemical Free\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eRaised Edges\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis VerTerra alpine birch wood plate is designed for restaurants, food trucks, catered events, and casual dining establishments seeking sustainable yet stylish serveware. The uncoated natural finish allows the organic beauty of the alpine birch to shine through, while the raised edges provide practical functionality for containing sauces and preventing spills. The square shape offers a contemporary alternative to traditional round plates, making it ideal for serving lunch entrees, salads, sandwiches, and appetizers.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 9\"\u003c\/li\u003e\n\u003cli\u003eWidth: 9\"\u003c\/li\u003e\n\u003cli\u003eShape: Square\u003c\/li\u003e\n\u003cli\u003eEdge Style: Raised\u003c\/li\u003e\n\u003cli\u003eWood Type: Alpine Birch\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable resources. Their alpine birch wood plates combine eco-friendly construction with elegant design, offering guilt-free single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"9\"","offer_id":46855746781268,"sku":"199652","price":405.99,"currency_code":"CAD","in_stock":true},{"title":"4\"","offer_id":46855746814036,"sku":"199653","price":169.99,"currency_code":"CAD","in_stock":true},{"title":"5\"","offer_id":46855746846804,"sku":"199654","price":248.99,"currency_code":"CAD","in_stock":true},{"title":"6\"","offer_id":46855746879572,"sku":"199655","price":249.99,"currency_code":"CAD","in_stock":true},{"title":"8\"","offer_id":46855746912340,"sku":"199656","price":357.99,"currency_code":"CAD","in_stock":true},{"title":"10\"","offer_id":46855746945108,"sku":"199657","price":477.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T185100.899.png?v=1778421084"},{"product_id":"verterra-5-x-4-rectangular-alpine-birch-wood-plate-600-case","title":"VerTerra 5\" x 4\" Rectangular Alpine Birch Wood Plate - 600\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD VT-TW-4.7x3.7 Alpine Birch Wood Rectangle Plate\u003c\/h2\u003e\n\u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood rectangle plate. Crafted from renewable alpine birch wood, this 4 11\/16\" x 3 11\/16\" plate is non-toxic and free from added chemicals, ensuring a safe dining experience for your customers. The raised edges help contain food and sauces for a professional, mess-free presentation, making it ideal for side dishes, small salads, and desserts.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199658\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e600 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e9.92 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e4 11\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e3 11\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood \/ Alpine Birch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUncoated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable \/ Event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eNon-Toxic\u003c\/li\u003e\n\u003cli\u003eChemical Free\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eRaised Edges\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis VerTerra alpine birch wood plate is designed for restaurants, food trucks, catered events, and casual dining establishments seeking sustainable yet stylish serveware. The uncoated natural finish allows the organic beauty of the alpine birch to shine through, while the raised edges provide practical functionality for containing sauces and preventing spills. The compact rectangle shape is perfect for serving side dishes, small salads, appetizers, bread, and desserts.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 4 11\/16\"\u003c\/li\u003e\n\u003cli\u003eWidth: 3 11\/16\"\u003c\/li\u003e\n\u003cli\u003eShape: Rectangle\u003c\/li\u003e\n\u003cli\u003eEdge Style: Raised\u003c\/li\u003e\n\u003cli\u003eWood Type: Alpine Birch\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable resources. Their alpine birch wood plates combine eco-friendly construction with elegant design, offering guilt-free single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855748845652,"sku":"199658","price":325.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T190718.360.png?v=1778422062"},{"product_id":"verterra-11-x-8-rectangular-balsa-wood-covered-tray-with-transparent-pet-lid-50-case","title":"VerTerra 11\" x 8\" Rectangular Balsa Wood Covered Tray with Transparent PET Lid - 50\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD TG-CT-8x11x1 Balsa Wood Covered Tray with Recycled PET Lid\u003c\/h2\u003e\n\u003cp\u003eElevate your food presentation with this VerTerra square balsa wood covered tray. This eco-friendly tray features a base made from sustainable balsa wood, providing a natural and elegant touch to your food display. The transparent lid is made from recycled PET plastic and is also recyclable, offering excellent visibility that allows your culinary creations to shine through. The locking lid ensures your food remains secure during transport, making it perfect for takeout, drop-off catering, or individual table setups.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199659\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e50 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e11.37 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e11 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige \/ Clear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eLocking Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLid Material\u003c\/th\u003e\n\u003ctd\u003eRecycled PET Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBalsa Wood \/ PET Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eTray with Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eLocking Lid\u003c\/li\u003e\n\u003cli\u003eRecycled PET Plastic Lid\u003c\/li\u003e\n\u003cli\u003eSustainable Balsa Wood Base\u003c\/li\u003e\n\u003cli\u003eRecyclable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eCatering Ready\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eDesigned for convenience and style, this VerTerra tray is stackable for easy storage and transportation. The simple yet attractive design puts the focus on your delicious food, making it the star of the show, while the durable construction ensures your dishes are protected during delivery. Modern and elegant, this tray is a versatile option for showcasing your culinary creations in a sustainable and visually appealing way. Perfect for caterers, restaurants, and food service operators seeking premium eco-friendly packaging solutions.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 11\"\u003c\/li\u003e\n\u003cli\u003eWidth: 8\"\u003c\/li\u003e\n\u003cli\u003eHeight: 2\"\u003c\/li\u003e\n\u003cli\u003eShape: Rectangle\u003c\/li\u003e\n\u003cli\u003eMaterial: Balsa Wood \/ Recycled PET\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable and recycled resources. Their balsa wood trays with recycled PET lids combine sustainable construction with elegant design, offering responsible single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining or catering experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware with secure transport solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855750680660,"sku":"199659","price":285.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T191153.368.png?v=1778422339"},{"product_id":"verterra-4-5-8-square-balsa-wood-covered-tray-with-transparent-pet-lid-100-case","title":"VerTerra 4 5\/8\" Square Balsa Wood Covered Tray with Transparent PET Lid - 100\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD TG-CT-4.6x4.6 Square Balsa Wood Covered Tray with Recycled PET Lid\u003c\/h2\u003e\n\u003cp\u003eElevate your food presentation with this VerTerra square balsa wood covered tray. This eco-friendly tray features a base made from sustainable balsa wood, providing a natural and elegant touch to your food display. The transparent lid is made from recycled PET plastic and is also recyclable, offering excellent visibility that allows your culinary creations to shine through. The locking lid ensures your food remains secure during transport, making it perfect for takeout, drop-off catering, or individual table setups.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199660\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e6.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Length\u003c\/th\u003e\n\u003ctd\u003e4 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Width\u003c\/th\u003e\n\u003ctd\u003e4 5\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBottom Length\u003c\/th\u003e\n\u003ctd\u003e4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBottom Width\u003c\/th\u003e\n\u003ctd\u003e4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 1\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige \/ Clear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eLocking Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLid Material\u003c\/th\u003e\n\u003ctd\u003eRecycled PET Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBalsa Wood \/ PET Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eSquare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eTray with Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eLocking Lid\u003c\/li\u003e\n\u003cli\u003eRecycled PET Plastic Lid\u003c\/li\u003e\n\u003cli\u003eSustainable Balsa Wood Base\u003c\/li\u003e\n\u003cli\u003eRecyclable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eCatering Ready\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eDesigned for convenience and style, this VerTerra tray is stackable for easy storage and transportation. The simple yet attractive design puts the focus on your delicious food, making it the star of the show, while the durable construction ensures your dishes are protected during delivery. Modern and elegant, this square tray is a versatile option for showcasing appetizers, desserts, small entrees, and side dishes in a sustainable and visually appealing way. Perfect for caterers, restaurants, and food service operators seeking premium eco-friendly packaging solutions.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eTop Length: 4 5\/8\"\u003c\/li\u003e\n\u003cli\u003eTop Width: 4 5\/8\"\u003c\/li\u003e\n\u003cli\u003eBottom Length: 4\"\u003c\/li\u003e\n\u003cli\u003eBottom Width: 4\"\u003c\/li\u003e\n\u003cli\u003eHeight: 2 1\/4\"\u003c\/li\u003e\n\u003cli\u003eShape: Square\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable and recycled resources. Their balsa wood trays with recycled PET lids combine sustainable construction with elegant design, offering responsible single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining or catering experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware with secure transport solutions.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855752089684,"sku":"199660","price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T191653.404.png?v=1778422640"},{"product_id":"verterra-8-x-6-rectangular-alpine-birch-wood-plate-300-case","title":"VerTerra 8\" x 6\" Rectangular Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD VT-TW-7.87X5.7 Alpine Birch Wood Rectangle Plate\u003c\/h2\u003e\n\u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood rectangle plate. Crafted from renewable alpine birch wood, this 7 7\/8\" x 5 11\/16\" plate is non-toxic and free from added chemicals, ensuring a safe dining experience for your customers. The raised edges help contain food and sauces for a professional, mess-free presentation, while the natural finish adds a clean, modern look to your dining establishment.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199661\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e13.23 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 7\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e5 11\/16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood \/ Alpine Birch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUncoated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable \/ Event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eNon-Toxic\u003c\/li\u003e\n\u003cli\u003eChemical Free\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eRaised Edges\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis VerTerra alpine birch wood plate is designed for restaurants, food trucks, catered events, and casual dining establishments seeking sustainable yet stylish serveware. The uncoated natural finish allows the organic beauty of the alpine birch to shine through, while the raised edges provide practical functionality for containing sauces and preventing spills. The rectangle shape offers a versatile platform ideal for serving salads, sandwiches, entrees, and desserts.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 7 7\/8\"\u003c\/li\u003e\n\u003cli\u003eWidth: 5 11\/16\"\u003c\/li\u003e\n\u003cli\u003eShape: Rectangle\u003c\/li\u003e\n\u003cli\u003eEdge Style: Raised\u003c\/li\u003e\n\u003cli\u003eWood Type: Alpine Birch\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable resources. Their alpine birch wood plates combine eco-friendly construction with elegant design, offering guilt-free single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855752712276,"sku":"199661","price":299.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T192114.487.png?v=1778422904"},{"product_id":"verterra-10-x-8-rectangular-alpine-birch-wood-plate-100-case","title":"VerTerra 10\" x 8\" Rectangular Alpine Birch Wood Plate - 100\/Case","description":"\u003cstyle\u003e\n    .product-description {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        max-width: 90%;\n        margin: 0 auto;\n        width: 100%;\n    }\n    .product-description h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        font-weight: 600;\n        color: #222;\n    }\n    .product-description h3 {\n        font-size: 20px;\n        margin: 30px 0 15px;\n        font-weight: 600;\n        color: #222;\n        border-bottom: 1px solid #eee;\n        padding-bottom: 8px;\n    }\n    .product-description p {\n        margin-bottom: 16px;\n    }\n    .product-description .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 25px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n    .product-description .specs-table th {\n        background-color: #f8f9fa;\n        text-align: left;\n        padding: 16px 20px;\n        font-weight: 600;\n        border-bottom: 1px solid #eaeaea;\n    }\n    .product-description .specs-table td {\n        padding: 16px 20px;\n        border-bottom: 1px solid #eaeaea;\n        background-color: #fff;\n    }\n    .product-description .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-description .features-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .features-list li {\n        display: inline-block;\n        background: #f0f7ff;\n        color: #1a56db;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    .product-description .flavor-list {\n        list-style: none;\n        padding: 0;\n        margin: 10px 0;\n    }\n    .product-description .flavor-list li {\n        display: inline-block;\n        background: #fdf2f8;\n        color: #9d174d;\n        padding: 6px 12px;\n        border-radius: 4px;\n        margin-right: 8px;\n        margin-bottom: 8px;\n        font-size: 0.9em;\n    }\n    @media (max-width: 768px) {\n        .product-description .specs-table th,\n        .product-description .specs-table td {\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eVerTerra LTD VT-TW-10.4x8.5 Alpine Birch Wood Rectangle Plate\u003c\/h2\u003e\n\u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood rectangle plate. Crafted from renewable alpine birch wood, this 10 3\/8\" x 8 1\/2\" plate is non-toxic and free from added chemicals, ensuring a safe dining experience for your customers. The raised edges help contain food and sauces for a professional, mess-free presentation, while the natural finish adds a clean, modern look to your dining establishment.\u003c\/p\u003e\n\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199662\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e8.82 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e10 3\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e8 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eWood \/ Alpine Birch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUncoated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003ePlates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable \/ Event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch3\u003eFeatures \u0026amp; Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eDisposable\u003c\/li\u003e\n\u003cli\u003eStackable\u003c\/li\u003e\n\u003cli\u003eNon-Toxic\u003c\/li\u003e\n\u003cli\u003eChemical Free\u003c\/li\u003e\n\u003cli\u003eRenewable Resource\u003c\/li\u003e\n\u003cli\u003eEco-Friendly\u003c\/li\u003e\n\u003cli\u003eRaised Edges\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis VerTerra alpine birch wood plate is designed for restaurants, food trucks, catered events, and casual dining establishments seeking sustainable yet stylish serveware. The uncoated natural finish allows the organic beauty of the alpine birch to shine through, while the raised edges provide practical functionality for containing sauces and preventing spills. The generous rectangle size is ideal for serving dinner entrees, shared appetizers, large salads, and family-style meals.\u003c\/p\u003e\n\n\u003ch3\u003eDimensions\u003c\/h3\u003e\n\u003cul class=\"flavor-list\"\u003e\n\u003cli\u003eLength: 10 3\/8\"\u003c\/li\u003e\n\u003cli\u003eWidth: 8 1\/2\"\u003c\/li\u003e\n\u003cli\u003eShape: Rectangle\u003c\/li\u003e\n\u003cli\u003eEdge Style: Raised\u003c\/li\u003e\n\u003cli\u003eWood Type: Alpine Birch\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAbout VerTerra LTD\u003c\/h3\u003e\n\u003cp\u003eVerTerra is dedicated to creating beautiful, functional tableware from renewable resources. Their alpine birch wood plates combine eco-friendly construction with elegant design, offering guilt-free single-use convenience without compromising on quality or aesthetics. Made with care for people and the planet, VerTerra adds a touch of nature to any dining experience. Ideal for environmentally conscious foodservice operators seeking premium disposable serveware.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46855755104340,"sku":"199662","price":165.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-10T192516.721.png?v=1778423151"},{"product_id":"verterra-5-round-alpine-birch-wood-plate-300-case","title":"VerTerra 5\" Round Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD VT-TW-5.5 Round Alpine Birch Wood Plate\u003c\/h2\u003e\n    \u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood plate. Crafted from renewable alpine birch wood, this plate is non-toxic and free from added chemicals, ensuring a safe dining experience. It is perfect for serving side dishes, small salads, and desserts at restaurants, food trucks, and catered events. The natural finish and organic look add a clean, modern aesthetic to any dining establishment.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199663\u003c\/td\u003e\n            \u003c\/tr\u003e\n\u003ctr\u003e\n            \u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e7.05 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e5 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural \/ Uncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDisposable Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eDisposable, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWood Type\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eRenewable Wood\u003c\/li\u003e\n        \u003cli\u003eNon-Toxic\u003c\/li\u003e\n        \u003cli\u003eNo Added Chemicals\u003c\/li\u003e\n        \u003cli\u003eBiodegradable\u003c\/li\u003e\n        \u003cli\u003eStackable\u003c\/li\u003e\n        \u003cli\u003ePlastic Free\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThe eco-friendly construction of this plate offers single-use convenience and makes cleanup easy. It holds up well during service without compromising quality or aesthetics. Ideal for serving side dishes, small salads, and desserts at a wide range of restaurants, food trucks, and catered events. This VerTerra wooden plate combines style and functionality in one elegant and practical package. Made with care for people and planet, add a touch of nature to your dining experience with this aesthetically pleasing dining essential.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Diameter: 5 1\/2 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859127554132,"sku":"199663","price":244.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_2_8c50fe0b-a68f-4e53-995e-a67c8ab2b368.png?v=1778499196"},{"product_id":"verterra-7-round-alpine-birch-wood-plate-300-case","title":"VerTerra 7\" Round Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD VT-TW-7.5 Round Alpine Birch Wood Plate\u003c\/h2\u003e\n    \u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood plate. Crafted from renewable alpine birch wood, this plate is non-toxic and free from added chemicals, ensuring a safe dining experience. It is perfect for serving a variety of dishes and holds up well during service without compromising on quality or aesthetics.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199664\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e12.13 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e7 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural \/ Uncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDisposable Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eDisposable, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWood Type\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable, Event, Restaurant, Food Trucks\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eRenewable Wood\u003c\/li\u003e\n        \u003cli\u003eNon-Toxic\u003c\/li\u003e\n        \u003cli\u003eNo Added Chemicals\u003c\/li\u003e\n        \u003cli\u003eBiodegradable\u003c\/li\u003e\n        \u003cli\u003eStackable\u003c\/li\u003e\n        \u003cli\u003ePlastic Free\u003c\/li\u003e\n        \u003cli\u003eNatural Finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThe eco-friendly construction of this plate offers single-use convenience and makes cleanup easy. The natural finish and organic look of the alpine birch wood adds a clean, modern look to your dining establishment, making it ideal for serving salads, sandwiches, and desserts at a wide range of restaurants, food trucks, and catered events. This VerTerra wooden plate combines style and functionality in one elegant and practical package. Made with care for people and planet, add a touch of nature to your dining experience with this aesthetically pleasing dining essential.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Diameter: 7 1\/2 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859150065748,"sku":"199664","price":353.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_4_d4a35716-54fd-45c5-bf92-f746bf10922a.png?v=1778499671"},{"product_id":"verterra-8-round-alpine-birch-wood-plate-300-case","title":"VerTerra 8\" Round Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD VT-TW-8.5 Round Alpine Birch Wood Plate\u003c\/h2\u003e\n    \u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood plate. Crafted from renewable alpine birch wood, this plate is non-toxic and free from added chemicals, ensuring a safe dining experience. It is perfect for serving a variety of dishes and holds up well during service without compromising on quality or aesthetics.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199665\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e15.43 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e8 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural \/ Uncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDisposable Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eDisposable, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWood Type\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable, Event, Restaurant, Food Trucks\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eRenewable Wood\u003c\/li\u003e\n        \u003cli\u003eNon-Toxic\u003c\/li\u003e\n        \u003cli\u003eNo Added Chemicals\u003c\/li\u003e\n        \u003cli\u003eBiodegradable\u003c\/li\u003e\n        \u003cli\u003eStackable\u003c\/li\u003e\n        \u003cli\u003ePlastic Free\u003c\/li\u003e\n        \u003cli\u003eNatural Finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThe eco-friendly construction of this plate offers single-use convenience and makes cleanup easy. The natural finish and organic look of the alpine birch wood adds a clean, modern look to your dining establishment, making it ideal for serving lunch entrees and salads at a wide range of restaurants, food trucks, and catered events. This VerTerra wooden plate combines style and functionality in one elegant and practical package. Made with care for people and planet, add a touch of nature to your dining experience with this aesthetically pleasing dining essential.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Diameter: 8 1\/2 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859208654932,"sku":"199665","price":433.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_6_3d4e8e22-a2ca-4609-8d18-0764c319e8fb.png?v=1778500360"},{"product_id":"verterra-8-x-5-rectangular-alpine-birch-wood-plate-300-case","title":"VerTerra 8\" x 5\" Rectangular Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD VT-TW-7.7x4.9 Rectangular Alpine Birch Wood Plate\u003c\/h2\u003e\n    \u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood plate. Crafted from renewable alpine birch wood, this plate is non-toxic and free from added chemicals, ensuring a safe dining experience. It is perfect for serving a variety of dishes and holds up well during service without compromising on quality or aesthetics. The raised edges help to contain food and sauces for a professional, mess-free presentation.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199666\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e12.13 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e7 11\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e4 15\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural \/ Uncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDisposable Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eDisposable, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWood Type\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable, Event, Restaurant, Food Trucks\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eRenewable Wood\u003c\/li\u003e\n        \u003cli\u003eNon-Toxic\u003c\/li\u003e\n        \u003cli\u003eNo Added Chemicals\u003c\/li\u003e\n        \u003cli\u003eBiodegradable\u003c\/li\u003e\n        \u003cli\u003eStackable\u003c\/li\u003e\n        \u003cli\u003ePlastic Free\u003c\/li\u003e\n        \u003cli\u003eNatural Finish\u003c\/li\u003e\n        \u003cli\u003eRaised Edges\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThe eco-friendly construction of this plate offers single-use convenience and makes cleanup easy. The natural finish and organic look of the alpine birch wood adds a clean, modern look to your dining establishment, making it ideal for serving salads, sandwiches, and desserts at a wide range of restaurants, food trucks, and catered events. This VerTerra wooden plate combines style and functionality in one elegant and practical package. Made with care for people and planet, add a touch of nature to your dining experience with this aesthetically pleasing dining essential.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Length: 7 11\/16 inches, Width: 4 15\/16 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859228315732,"sku":"199666","price":297.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_7_ad4c988b-5fa5-4099-ba57-3a05275fa4bf.png?v=1778500582"},{"product_id":"verterra-8-x-6-rectangular-balsa-wood-covered-tray-with-transparent-pet-lid-100-case","title":"VerTerra 8\" x 6\" Rectangular Balsa Wood Covered Tray with Transparent PET Lid - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD TG-CT-6x8S Square Balsa Wood Covered Tray with Locking Lid\u003c\/h2\u003e\n    \u003cp\u003eElevate your food presentation with this VerTerra square balsa wood covered tray. This eco-friendly tray features a base made from sustainable balsa wood, providing a natural and elegant touch to your food display. The lid is made from recycled PET plastic and is also recyclable. The transparent lid offers excellent visibility, allowing your culinary creations to shine through, and the locking mechanism ensures that your food remains secure during transport, making it perfect for takeout, drop-off catering, or individual table setups.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199667\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e18 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e8 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e3 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige \/ Clear\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eBalsa Wood Base \/ Recycled PET Plastic Lid\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eLocking Lid, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eTrays with Lids\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eSustainable Balsa Wood\u003c\/li\u003e\n        \u003cli\u003eRecycled PET Plastic Lid\u003c\/li\u003e\n        \u003cli\u003eRecyclable Lid\u003c\/li\u003e\n        \u003cli\u003eLocking Lid for Secure Transport\u003c\/li\u003e\n        \u003cli\u003eTransparent for Food Visibility\u003c\/li\u003e\n        \u003cli\u003eStackable for Easy Storage\u003c\/li\u003e\n        \u003cli\u003eEco-Friendly\u003c\/li\u003e\n        \u003cli\u003ePerfect for Takeout \u0026amp; Catering\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eDesigned for convenience and style, this tray is stackable for easy storage and transportation. Its simple yet attractive design puts the focus on your delicious food to make it the star of the show, while its durability ensures that your dishes are protected during delivery. Modern and elegant, this VerTerra tray is a versatile option for showcasing your culinary creations in a sustainable and visually appealing way.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Length: 8 inches, Width: 6 inches, Height: 3 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859245748308,"sku":"199667","price":588.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_8_b8b2175b-e974-49d6-8307-9c33212db21d.png?v=1778500806"},{"product_id":"verterra-9-x-7-rectangular-alpine-birch-wood-plate-300-case","title":"VerTerra 9\" x 7\" Rectangular Alpine Birch Wood Plate - 300\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eVerTerra LTD VT-TW-9.3x6.7 Rectangular Alpine Birch Wood Plate with Raised Edges\u003c\/h2\u003e\n    \u003cp\u003eCreate a visually appealing, thoughtfully made backdrop for your food with this VerTerra alpine birch wood plate. Crafted from renewable alpine birch wood, this plate is non-toxic and free from added chemicals, ensuring a safe dining experience. It is perfect for serving a variety of dishes and holds up well during service without compromising on quality or aesthetics. The raised edges help to contain food and sauces for a professional, mess-free presentation.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199668\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e300 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e16.53 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e9 5\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e6 11\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eRaised\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eNatural \/ Uncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDisposable Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eDisposable, Stackable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWood Type\u003c\/th\u003e\n\u003ctd\u003eAlpine Birch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eDisposable, Event, Restaurant, Food Trucks\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eRenewable Wood\u003c\/li\u003e\n        \u003cli\u003eNon-Toxic\u003c\/li\u003e\n        \u003cli\u003eNo Added Chemicals\u003c\/li\u003e\n        \u003cli\u003eBiodegradable\u003c\/li\u003e\n        \u003cli\u003eStackable\u003c\/li\u003e\n        \u003cli\u003ePlastic Free\u003c\/li\u003e\n        \u003cli\u003eNatural Finish\u003c\/li\u003e\n        \u003cli\u003eRaised Edges\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThe eco-friendly construction of this plate offers single-use convenience and makes cleanup easy. The natural finish and organic look of the alpine birch wood adds a clean, modern look to your dining establishment, making it ideal for serving large entrees and salads at a wide range of restaurants, food trucks, and catered events. This VerTerra wooden plate combines style and functionality in one elegant and practical package. Made with care for people and planet, add a touch of nature to your dining experience with this aesthetically pleasing dining essential.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Length: 9 5\/16 inches, Width: 6 11\/16 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859281301588,"sku":"199668","price":396.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_9_440bcceb-c36c-4ef4-b75a-fd6bab38c067.png?v=1778501004"},{"product_id":"world-centric-compostable-fiber-serving-tray-14-x-18-100-case","title":"World Centric Compostable Fiber Serving Tray 14\" x 18\" - 100\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric TR-SC-1418-LF Compostable Fiber Serving Tray 14 x 18 Inches\u003c\/h2\u003e\n    \u003cp\u003eServe your signature foods to go and help the environment with this World Centric compostable fiber serving tray. Constructed from renewable bamboo and unbleached plant fiber, this tray has no intentionally added PFAS and is free of wax or plastic lining. The flat, wide shape with a slight lip is perfect for carrying plates, cups, and bowls in quick-service establishments. It is commercially compostable, helping reduce your establishment's environmental impact.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199669\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e100 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e21.73 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003ctd\u003e18 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e14 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e1 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber \/ Plant Fiber \/ Pulp (Bamboo \u0026amp; Unbleached Plant Fiber)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003eUnprinted\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eNumber of Compartments\u003c\/th\u003e\n\u003ctd\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCarrying Trays \/ Serving Trays\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eCommercially Compostable\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eGluten Free\u003c\/li\u003e\n        \u003cli\u003eNSF Certified\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003ePFAS Free\u003c\/li\u003e\n        \u003cli\u003eNo Wax or Plastic Lining\u003c\/li\u003e\n        \u003cli\u003eSoak Proof Design\u003c\/li\u003e\n        \u003cli\u003eMade from Renewable Bamboo\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis tray features a soak proof design to prevent leakage and maintain stability. It is durable enough to stand up to a variety of food types and consistencies while still being conveniently disposable. Great for delis, grocery stores, and take out restaurants, this eco-friendly tray helps reduce waste while providing reliable service.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Length: 18 inches, Width: 14 inches, Height: 1 1\/2 inches\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859528503380,"sku":"199669","price":159.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_10_d7068ca5-51ae-4bd2-9453-2ade9de0fb3c.png?v=1778509522"},{"product_id":"world-centric-11-5-oz-compostable-fiber-bowl-with-leaf-plus-1-000-case","title":"World Centric 11.5 oz. Compostable Fiber Bowl with Leaf Plus - 1,000\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric BO-SC-U11-LFP 11.5 oz. Compostable Fiber Bowl\u003c\/h2\u003e\n    \u003cp\u003eOffer excellent service while reducing your environmental impact with this World Centric 11.5 oz. compostable fiber bowl. Made from bamboo and unbleached plant fiber, this sturdy bowl ensures that your customers' food stays secure during transport while helping you reduce waste. It serves as an eco-friendly alternative to traditional plastic bowls while still providing efficient, single-service use. Great for soup, salad, ice cream, and snacks, this fiber bowl is ideal for serving a variety of popular sides or small menu items.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199670\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1,000 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e20 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e1 11\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e11.5 oz.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMolded Fiber \/ Plant Fiber (Bamboo \u0026amp; Unbleached Plant Fiber)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eUncoated\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaximum Temperature\u003c\/th\u003e\n\u003ctd\u003e190 Degrees F\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eNumber of Compartments\u003c\/th\u003e\n\u003ctd\u003e1 Compartment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eHot \/ Cold\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eCommercially Compostable\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eNSF Certified\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003eFreezer Safe\u003c\/li\u003e\n        \u003cli\u003eEco Friendly\u003c\/li\u003e\n        \u003cli\u003eNo Wax or Plastic Lining\u003c\/li\u003e\n        \u003cli\u003eLeaf Plus Additive for Grease \u0026amp; Oil Resistance\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis fiber bowl contains no wax or plastic lining and is compostable in commercial composting facilities. During manufacturing, no PFAS chemicals are intentionally added, so your customers will feel safe and satisfied each time you use this product. Additionally, this bowl features World Centric's patented plant-based Leaf Plus additive, offering superior grease and oil resistance up to 190 degrees Fahrenheit while serving as an eco-friendly alternative to PFAS chemicals. Try this compostable fiber bowl in your restaurant, food truck, or diner for an enhanced and eco-conscious service.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Diameter: 6 inches, Height: 1 11\/16 inches, Capacity: 11.5 oz.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859528994900,"sku":"199670","price":134.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_12_8388fcdc-378d-4f9d-a736-8afe485413d1.png?v=1778509752"},{"product_id":"world-centric-zeroware-reusable-10-1-4-pla-white-plate-50-case","title":"World Centric ZeroWare Reusable 10 1\/4\" PLA White Plate - 50\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric PL-TP-10WH ZeroWare 10.25 Inch PLA Dinner Plate\u003c\/h2\u003e\n    \u003cp\u003eServe your menu favorites and help the environment with this World Centric ZeroWare plate. Constructed from PLA and minerals, this plate offers a safe, sustainable alternative to conventional petroleum-based plastic products. During manufacturing, no PFAS, phthalates, or BPA chemicals are added, so your customers will feel safe and satisfied each time they use this product. It is conveniently disposable, reusable, and dishwasher safe.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199671\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e50 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e16.7 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e10 1\/4 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e5\/8 Inch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePLA Plastic (Polylactic Acid) \u0026amp; Minerals\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eMatte\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eNo Compartments\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eDinner Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaximum Temperature\u003c\/th\u003e\n\u003ctd\u003e200 Degrees F\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eHot \/ Cold, Disposable, Reusable, Event \u0026amp; Wedding\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eCommercially Compostable\u003c\/li\u003e\n        \u003cli\u003eBPA Free\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003eDishwasher Safe\u003c\/li\u003e\n        \u003cli\u003eFreezer Safe\u003c\/li\u003e\n        \u003cli\u003eReusable\u003c\/li\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis plate is perfect for both hot and cold foods, making it an excellent choice for everyday use and special occasions like catered events or wedding receptions. Its 10.25 inch size is ideal for serving large dinner entrees. With its white color and matte finish, it blends in seamlessly with any decor.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Top Diameter: 10.25 inches, Height: 5\/8 inch\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859535745108,"sku":"199671","price":245.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_14_804bff78-fa05-442c-8ef3-1a6251f38b70.png?v=1778509969"},{"product_id":"world-centric-zeroware-reusable-16-oz-pla-white-bowl-60-case","title":"World Centric ZeroWare Reusable 16 oz. PLA White Bowl - 60\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric BO-TP-16WH ZeroWare 16 oz. PLA Bowl\u003c\/h2\u003e\n    \u003cp\u003eServe your menu favorites and help the environment with this World Centric ZeroWare bowl. Constructed from PLA and minerals, this bowl offers a safe, sustainable alternative to conventional petroleum-based plastic products. During manufacturing, no PFAS, phthalates, or BPA chemicals are added, so your customers will feel safe and satisfied each time they use this product. It is conveniently disposable, reusable, and dishwasher safe.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199672\u003c\/td\u003e\n            \u003c\/tr\u003e\n\u003ctr\u003e\n            \u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e60 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e22.5 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e5 7\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 7\/16 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e16 oz.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eRim Full Capacity\u003c\/th\u003e\n\u003ctd\u003e18 oz.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePLA Plastic (Polylactic Acid) \u0026amp; Minerals\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eMatte\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaximum Temperature\u003c\/th\u003e\n\u003ctd\u003e200 Degrees F\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eHot \/ Cold, Disposable, Reusable\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eBPA Free\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003eDishwasher Safe\u003c\/li\u003e\n        \u003cli\u003eFreezer Safe\u003c\/li\u003e\n        \u003cli\u003eReusable\u003c\/li\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eCompostable in Commercial Facilities\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis bowl is perfect for both hot and cold foods, making it an excellent choice for everyday use and special occasions like catered events or wedding receptions. Its 16 oz. capacity is ideal for serving soups and garden fresh salads. With its white color and matte finish, it blends in seamlessly with any decor.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Top Diameter: 5 7\/16 inches, Height: 2 7\/16 inches, Capacity: 16 oz., Rim Full Capacity: 18 oz.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859536138324,"sku":"199672","price":276.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_16_c443c853-ba10-4543-9638-0c1ee7e8d175.png?v=1778510241"},{"product_id":"world-centric-zeroware-reusable-20-oz-pla-white-bowl-50-case","title":"World Centric ZeroWare Reusable 20 oz. PLA White Bowl - 50\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric BO-TP-20WH ZeroWare 20 oz. PLA Bowl\u003c\/h2\u003e\n    \u003cp\u003eServe your menu favorites and help the environment with this World Centric ZeroWare bowl. Constructed from PLA and minerals, this bowl offers a safe, sustainable alternative to conventional petroleum-based plastic products. During manufacturing, no PFAS, phthalates, or BPA chemicals are added, so your customers will feel safe and satisfied each time they use this product. It is conveniently disposable, reusable, and dishwasher safe.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199673\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e50 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e11.3 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e6 1\/2 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e2 1\/4 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e20 oz.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eRim Full Capacity\u003c\/th\u003e\n\u003ctd\u003e24 oz.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePLA Plastic (Polylactic Acid) \u0026amp; Minerals\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eMatte\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eBowls\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaximum Temperature\u003c\/th\u003e\n\u003ctd\u003e200 Degrees F\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eHot \/ Cold, Disposable, Reusable\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eCommercially Compostable\u003c\/li\u003e\n        \u003cli\u003eBPA Free\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003eDishwasher Safe\u003c\/li\u003e\n        \u003cli\u003eFreezer Safe\u003c\/li\u003e\n        \u003cli\u003eReusable\u003c\/li\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis bowl is perfect for both hot and cold foods, making it an excellent choice for everyday use and special occasions like catered events or wedding receptions. Its 20 oz. capacity is ideal for serving soups, garden fresh salads, and grain bowls. With its white color and matte finish, it blends in seamlessly with any decor.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Top Diameter: 6 1\/2 inches, Height: 2 1\/4 inches, Capacity: 20 oz., Rim Full Capacity: 24 oz.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859540299860,"sku":"199673","price":189.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_18_212077d4-e071-4cee-bb72-687bd3fed600.png?v=1778510690"},{"product_id":"world-centric-zeroware-reusable-9-pla-white-plate-50-case","title":"World Centric ZeroWare Reusable 9\" PLA White Plate - 50\/Case","description":"\u003cstyle\u003e\n    .product-description { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; }\n    .product-description h2 { font-size: 28px; margin-bottom: 20px; font-weight: 600; color: #222; }\n    .product-description h3 { font-size: 20px; margin: 30px 0 15px; font-weight: 600; color: #222; border-bottom: 1px solid #eee; padding-bottom: 8px; }\n    .product-description p { margin-bottom: 16px; }\n    .product-description .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }\n    .product-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 16px 20px; font-weight: 600; border-bottom: 1px solid #eaeaea; }\n    .product-description .specs-table td { padding: 16px 20px; border-bottom: 1px solid #eaeaea; background-color: #fff; }\n    .product-description .specs-table tr:last-child td { border-bottom: none; }\n    .product-description .features-list { list-style: none; padding: 0; margin: 10px 0; }\n    .product-description .features-list li { display: inline-block; background: #f0f7ff; color: #1a56db; padding: 6px 12px; border-radius: 4px; margin-right: 8px; margin-bottom: 8px; font-size: 0.9em; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\" style=\"width: 90%; margin: 0 auto;\"\u003e\n    \u003ch2\u003eWorld Centric PL-TP-9WH ZeroWare 9 Inch PLA Salad Plate\u003c\/h2\u003e\n    \u003cp\u003eServe your menu favorites and help the environment with this World Centric ZeroWare plate. Constructed from PLA and minerals, this plate offers a safe, sustainable alternative to conventional petroleum-based plastic products. During manufacturing, no PFAS, phthalates, or BPA chemicals are added, so your customers will feel safe and satisfied each time they use this product. It is conveniently disposable, reusable, and dishwasher safe.\u003c\/p\u003e\n\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n            \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e199674\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e50 \/ Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e13.9 lb.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eTop Diameter\u003c\/th\u003e\n\u003ctd\u003e9 Inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e5\/8 Inch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePLA Plastic (Polylactic Acid) \u0026amp; Minerals\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eShape\u003c\/th\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eEdge Style\u003c\/th\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eMatte\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eNo Compartments\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eSalad Plates\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eMaximum Temperature\u003c\/th\u003e\n\u003ctd\u003e200 Degrees F\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n\u003cth\u003eUsage\u003c\/th\u003e\n\u003ctd\u003eHot \/ Cold, Disposable, Reusable, Event \u0026amp; Wedding\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003ch3\u003eCertifications \u0026amp; Features\u003c\/h3\u003e\n    \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eBPA Free\u003c\/li\u003e\n        \u003cli\u003eNo PFAS Added\u003c\/li\u003e\n        \u003cli\u003eUSDA Certified Biobased Product\u003c\/li\u003e\n        \u003cli\u003eDishwasher Safe\u003c\/li\u003e\n        \u003cli\u003eFreezer Safe\u003c\/li\u003e\n        \u003cli\u003eReusable\u003c\/li\u003e\n        \u003cli\u003eDisposable\u003c\/li\u003e\n        \u003cli\u003eCommercially Compostable\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eDescription\u003c\/h3\u003e\n    \u003cp\u003eThis plate is perfect for both hot and cold foods, making it an excellent choice for everyday use and special occasions like catered events or wedding receptions. Its 9 inch size is ideal for serving lunch entrees and salads. With its white color and matte finish, it blends in seamlessly with any decor.\u003c\/p\u003e\n    \n    \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e Top Diameter: 9 inches, Height: 5\/8 inch\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46859542298708,"sku":"199674","price":208.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_20_2c3248e9-4a91-4cd6-ad0e-ac6ef99e1900.png?v=1778510970"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/eco_friendly2_sm.webp?v=1756278989","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/eco-friendly-disposables.oembed?page=12","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}