{"title":"Catering 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\"\u003eCatering Disposables\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"choice-clear-flat-lid-with-straw-slot-9-12-16-20-and-24-oz-1-000-case-1","title":"Clear Flat Lid with Straw Slot - 9, 12, 16, 20, and 24 oz. - 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 Clear Flat Lid with Straw Slot\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        .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        @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\"\u003eChoice Clear Flat Lid with Straw Slot\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eTurn all of your signature beverages into on-the-go refreshments!\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-cocktail\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"cup-sizes\"\u003e\n                        \u003cspan class=\"size-badge\"\u003e9 oz\u003c\/span\u003e\n                        \u003cspan class=\"size-badge\"\u003e12 oz\u003c\/span\u003e\n                        \u003cspan class=\"size-badge\"\u003e16 oz\u003c\/span\u003e\n                        \u003cspan class=\"size-badge\"\u003e20 oz\u003c\/span\u003e\n                        \u003cspan class=\"size-badge\"\u003e24 oz\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\"\u003ePerfect For Any Beverage\u003c\/h2\u003e\n                \u003cp\u003eFrom ice water and fountain drinks to fruit smoothies and fresh-squeezed lemonade, this Choice clear flat lid with straw slot is the perfect way to top off your cold beverages.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-mobile-alt\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eOn-the-Go Convenience\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for customers who want to enjoy their drinks anywhere\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\u003eClear Visibility\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages with a transparent design\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-stroopwafel\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eSecure Straw Slot\u003c\/h3\u003e\n                        \u003cp\u003eKeeps straws in place and prevents spills\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-boxes\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eMultiple Sizes\u003c\/h3\u003e\n                        \u003cp\u003eFits 9, 12, 16, 20, and 24 oz. cups\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal 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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eSpill-Resistant Design\u003c\/h3\u003e\n                        \u003cp\u003eStraw slot is designed to keep beverages secure 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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eCrystal Clear Material\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages while maintaining a professional 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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eUniversal Compatibility\u003c\/h3\u003e\n                        \u003cp\u003eFits a wide range of cup sizes from 9oz to 24oz\u003c\/p\u003e\n                    \u003c\/div\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 food service establishment that offers take-out beverages:\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\"\u003eUpgrade Your Beverage Service\u003c\/h2\u003e\n            \u003cp\u003eOffer your customers the convenience and professionalism they deserve with these versatile lids.\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":42487456301140,"sku":null,"price":90.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2567663_39aec749-6f09-497e-a2e9-5a32715c667c.jpg?v=1758305400"},{"product_id":"choice-clear-pet-customizable-plastic-cold-cup-12-oz-1-000-case-1","title":"Clear PET Customizable Plastic Cold Cup - 12 oz. - 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 Clear 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, #27ae60 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, #27ae60, #2c3e50, #27ae60);\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: #27ae60;\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 #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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(39, 174, 96, 0.2);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #2c3e50 0%, #27ae60 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        .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, #27ae60 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(39, 174, 96, 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(39, 174, 96, 0.4);\n        }\n        \n        .usp-section {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 40px;\n            background: #f8f9fa;\n        }\n        \n        .usp {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .usp i {\n            font-size: 2.5rem;\n            color: #27ae60;\n            margin-bottom: 15px;\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\"\u003eChoice Clear Plastic Cup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShowcase all of your on-the-go beverages with this versatile clear plastic cup\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\"\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\"\u003ePerfect For Any Beverage Service\u003c\/h2\u003e\n                \u003cp\u003eA great addition to your food service establishment, you can't go wrong with this Choice plastic cup! Its simple design makes it perfect for a variety of beverages.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages beautifully\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 Convenience\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for customers who want to enjoy their drinks anywhere\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 Construction\u003c\/h3\u003e\n                        \u003cp\u003eReliable quality that holds up during transport\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eEasy Storage\u003c\/h3\u003e\n                        \u003cp\u003eStackable design for efficient storage\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usp-section\"\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003eWorks with a wide variety of beverages\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eConvenient\u003c\/h3\u003e\n                \u003cp\u003eDisposable for easy cleanup\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eReliable\u003c\/h3\u003e\n                \u003cp\u003eConsistent quality you can count on\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eCost-Effective\u003c\/h3\u003e\n                \u003cp\u003eAffordable solution for your business\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal 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\u003eWater \u0026amp; Ice Tea\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\u003eSodas \u0026amp; Soft 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\u003eSmoothies\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\u003eLemonade\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\u003eSlushies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eVersatile Design\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for a wide variety of beverages from sodas to smoothies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eClear Presentation\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages while maintaining a professional 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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eConveniently Disposable\u003c\/h3\u003e\n                        \u003cp\u003eMakes cleanup easy while reducing washing costs\u003c\/p\u003e\n                    \u003c\/div\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 great 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\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConvenience Stores\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCafeterias\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eStock Your Shelves Today\u003c\/h2\u003e\n            \u003cp\u003eNever be without this convenient, disposable cup that's perfect for all your beverage needs.\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":42487460036692,"sku":null,"price":103.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2745329_b594de46-cbb1-4a5d-9617-feebcc366cc0.jpg?v=1758305741"},{"product_id":"choice-clear-pet-customizable-plastic-cold-cup-20-oz-600-case-1","title":"Clear PET Customizable Plastic Cold Cup - 20 oz. - 600\/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 Clear 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, #27ae60 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, #27ae60, #2c3e50, #27ae60);\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: #27ae60;\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 #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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(39, 174, 96, 0.2);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #2c3e50 0%, #27ae60 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        .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, #27ae60 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(39, 174, 96, 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(39, 174, 96, 0.4);\n        }\n        \n        .usp-section {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 40px;\n            background: #f8f9fa;\n        }\n        \n        .usp {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .usp i {\n            font-size: 2.5rem;\n            color: #27ae60;\n            margin-bottom: 15px;\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\"\u003eChoice Clear Plastic Cup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShowcase all of your on-the-go beverages with this versatile clear plastic cup\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\"\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\"\u003ePerfect For Any Beverage Service\u003c\/h2\u003e\n                \u003cp\u003eA great addition to your food service establishment, you can't go wrong with this Choice plastic cup! Its simple design makes it perfect for a variety of beverages.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages beautifully\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 Convenience\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for customers who want to enjoy their drinks anywhere\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 Construction\u003c\/h3\u003e\n                        \u003cp\u003eReliable quality that holds up during transport\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eEasy Storage\u003c\/h3\u003e\n                        \u003cp\u003eStackable design for efficient storage\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usp-section\"\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003eWorks with a wide variety of beverages\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eConvenient\u003c\/h3\u003e\n                \u003cp\u003eDisposable for easy cleanup\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eReliable\u003c\/h3\u003e\n                \u003cp\u003eConsistent quality you can count on\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eCost-Effective\u003c\/h3\u003e\n                \u003cp\u003eAffordable solution for your business\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal 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\u003eWater \u0026amp; Ice Tea\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\u003eSodas \u0026amp; Soft 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\u003eSmoothies\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\u003eLemonade\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\u003eSlushies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eVersatile Design\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for a wide variety of beverages from sodas to smoothies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eClear Presentation\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages while maintaining a professional 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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eConveniently Disposable\u003c\/h3\u003e\n                        \u003cp\u003eMakes cleanup easy while reducing washing costs\u003c\/p\u003e\n                    \u003c\/div\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 great 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\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConvenience Stores\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCafeterias\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eStock Your Shelves Today\u003c\/h2\u003e\n            \u003cp\u003eNever be without this convenient, disposable cup that's perfect for all your beverage needs.\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":42487461216340,"sku":null,"price":88.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2745331_baaa5ba4-2de8-4f05-b9a7-c68cbfbbd399.jpg?v=1758306104"},{"product_id":"choice-clear-pet-customizable-plastic-cold-cup-16-oz-1-000-case-1","title":"Clear PET Customizable Plastic Cold Cup - 16 oz. - 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 Clear 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, #27ae60 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, #27ae60, #2c3e50, #27ae60);\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: #27ae60;\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 #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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: #27ae60;\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(39, 174, 96, 0.2);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #2c3e50 0%, #27ae60 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        .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, #27ae60 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(39, 174, 96, 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(39, 174, 96, 0.4);\n        }\n        \n        .usp-section {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 40px;\n            background: #f8f9fa;\n        }\n        \n        .usp {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .usp i {\n            font-size: 2.5rem;\n            color: #27ae60;\n            margin-bottom: 15px;\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\"\u003eChoice Clear Plastic Cup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShowcase all of your on-the-go beverages with this versatile clear plastic cup\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\"\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\"\u003ePerfect For Any Beverage Service\u003c\/h2\u003e\n                \u003cp\u003eA great addition to your food service establishment, you can't go wrong with this Choice plastic cup! Its simple design makes it perfect for a variety of beverages.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages beautifully\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 Convenience\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for customers who want to enjoy their drinks anywhere\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 Construction\u003c\/h3\u003e\n                        \u003cp\u003eReliable quality that holds up during transport\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eEasy Storage\u003c\/h3\u003e\n                        \u003cp\u003eStackable design for efficient storage\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usp-section\"\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003eWorks with a wide variety of beverages\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eConvenient\u003c\/h3\u003e\n                \u003cp\u003eDisposable for easy cleanup\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eReliable\u003c\/h3\u003e\n                \u003cp\u003eConsistent quality you can count on\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eCost-Effective\u003c\/h3\u003e\n                \u003cp\u003eAffordable solution for your business\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal 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\u003eWater \u0026amp; Ice Tea\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\u003eSodas \u0026amp; Soft 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\u003eSmoothies\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\u003eLemonade\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\u003eSlushies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eVersatile Design\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for a wide variety of beverages from sodas to smoothies\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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eClear Presentation\u003c\/h3\u003e\n                        \u003cp\u003eShowcases your beverages while maintaining a professional 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-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eConveniently Disposable\u003c\/h3\u003e\n                        \u003cp\u003eMakes cleanup easy while reducing washing costs\u003c\/p\u003e\n                    \u003c\/div\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 great 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\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eConvenience Stores\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCafeterias\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"call-to-action\"\u003e\n            \u003ch2 class=\"section-title\"\u003eStock Your Shelves Today\u003c\/h2\u003e\n            \u003cp\u003eNever be without this convenient, disposable cup that's perfect for all your beverage needs.\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":42487465803860,"sku":null,"price":111.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2745327_c20cbebe-c581-45dd-ba71-03371d60640e.jpg?v=1758306545"},{"product_id":"choice-white-customizable-2-ply-dinner-napkin-17-x-15-3-000-case-1","title":"White Customizable 2-Ply Dinner Napkin 17\" x 15\" - 3,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\u003eWhite 2-Ply Dinner Napkin\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: 10px;\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, #f8f8f8 0%, #e0e0e0 100%);\n            color: #333;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 300;\n            color: #333;\n            letter-spacing: 1px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: #666;\n            font-weight: 400;\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: #d4af37;\n            text-align: center;\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: #fafafa;\n            padding: 25px;\n            border-radius: 8px;\n            text-align: center;\n            border-left: 3px solid #d4af37;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.06);\n        }\n        \n        .feature i {\n            font-size: 2.5rem;\n            color: #d4af37;\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: #f8f8f8;\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            font-weight: 300;\n            letter-spacing: 1px;\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: 2px;\n            background: #d4af37;\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: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application:hover {\n            transform: scale(1.03);\n        }\n        \n        .application i {\n            font-size: 2.2rem;\n            color: #d4af37;\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: #fafafa;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #d4af37;\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(212, 175, 55, 0.15);\n        }\n        \n        .ideal-for {\n            background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);\n            color: #333;\n            padding: 50px 40px;\n            text-align: center;\n            border-top: 1px solid #eee;\n            border-bottom: 1px solid #eee;\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: white;\n            padding: 12px 25px;\n            border-radius: 30px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: all 0.3s ease;\n            border: 1px solid #eee;\n        }\n        \n        .business-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\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: #333;\n            color: white;\n            padding: 16px 45px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 1.1rem;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: none;\n            cursor: pointer;\n            letter-spacing: 1px;\n        }\n        \n        .cta-button:hover {\n            background: #d4af37;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);\n        }\n        \n        .usp-section {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 40px;\n            background: #fafafa;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .usp {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .usp i {\n            font-size: 2.2rem;\n            color: #d4af37;\n            margin-bottom: 15px;\n        }\n        \n        .specs {\n            padding: 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: #fafafa;\n            border-radius: 8px;\n        }\n        \n        .spec-item i {\n            font-size: 2rem;\n            color: #d4af37;\n            margin-bottom: 15px;\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\"\u003eWhite 2-Ply Dinner Napkin\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eOffer your guests convenience and comfort with these elegant dinner napkins\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\"\u003eElegant Table Setting Essential\u003c\/h2\u003e\n                \u003cp\u003eGreat for restaurants, cafes, and outdoor events, this white dinner napkin helps complete your basic table setting. With a classic, simple design you can use this napkin in a variety of venues.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-layer-group\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003e2-Ply Construction\u003c\/h3\u003e\n                        \u003cp\u003eDurable two-layer design for better absorbency\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eClassic White\u003c\/h3\u003e\n                        \u003cp\u003eTimeless color complements any table setting\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-tshirt\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eSoft \u0026amp; Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eGentle on skin while effectively cleaning up spills\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003ci class=\"fas fa-money-bill-wave\"\u003e\u003c\/i\u003e\n                        \u003ch3\u003eEconomical\u003c\/h3\u003e\n                        \u003cp\u003eAffordable solution for high-volume establishments\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usp-section\"\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003ePerfect for various dining settings and occasions\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e\n                \u003ch3\u003ePractical\u003c\/h3\u003e\n                \u003cp\u003eCan be used for silverware rolling and presentation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eElegant\u003c\/h3\u003e\n                \u003cp\u003eSimple design enhances any table setting\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usp\"\u003e\n                \u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e\n                \u003ch3\u003eDisposable\u003c\/h3\u003e\n                \u003cp\u003eConvenient for quick cleanup after meals\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs\"\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-layer-group\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003e2-Ply\u003c\/h3\u003e\n                    \u003cp\u003eDual-layer construction\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-paint-roller\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eWhite\u003c\/h3\u003e\n                    \u003cp\u003eClassic color\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\u003eBulk Pack\u003c\/h3\u003e\n                    \u003cp\u003eEconomical packaging\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003ci class=\"fas fa-arrows-alt-h\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eStandard Size\u003c\/h3\u003e\n                    \u003cp\u003eFits all table settings\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePerfect For These Settings\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eRestaurants\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-coffee\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCafés\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCatered Events\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-hamburger\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eCasual Diners\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eOutdoor Events\u003c\/h3\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHome Use\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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eComplete Table Settings\u003c\/h3\u003e\n                        \u003cp\u003eHelps create a complete and professional table presentation for any dining occasion\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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eVersatile Usage\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for rolling silverware bundles in addition to traditional napkin use\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-check-circle\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003ch3\u003eCost-Effective Solution\u003c\/h3\u003e\n                        \u003cp\u003eEconomical choice for high-volume establishments without sacrificing quality\u003c\/p\u003e\n                    \u003c\/div\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\"\u003eIdeal For These Businesses\u003c\/h2\u003e\n            \u003cp\u003eThese versatile napkins are perfect for any establishment that values both elegance and practicality:\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-list\"\u003e\n                \u003cdiv class=\"business-item\"\u003eRestaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCafés \u0026amp; Bistros\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCatering Services\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eEvent Venues\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eCorporate Events\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eWedding Receptions\u003c\/div\u003e\n                \u003cdiv class=\"business-item\"\u003eParty Planners\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 Table Settings\u003c\/h2\u003e\n            \u003cp\u003eAdd these elegant and practical napkins to your establishment's supplies today.\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":42487469342804,"sku":null,"price":68.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2110698_692c88a9-e22a-4518-a9db-54472e23088c.jpg?v=1758307088"},{"product_id":"dome-sip-lid-for-10-24-oz-hot-paper-cups-white-1000-pieces","title":"Dome Sip Lid for 10-24 oz Hot Paper Cups - White 1000 pieces","description":"\u003cp data-start=\"122\" data-end=\"162\"\u003e\u003cstrong data-start=\"122\" data-end=\"162\"\u003e10–24 oz Dome Coffee Cup Lid – White 1000\/pack (20packs of 50 each)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"164\" data-end=\"542\"\u003eWhite dome lid designed to fit 10–24 oz hot and cold paper coffee cups. Made from durable, food-grade plastic, this lid provides a secure snap-on fit to help prevent spills while allowing extra room for foam, whipped cream, or specialty beverages. The smooth dome shape enhances presentation and makes it ideal for cafés, coffee shops, food trucks, offices, and takeout service.\u003c\/p\u003e\n\u003cp data-start=\"544\" data-end=\"561\"\u003e\u003cstrong data-start=\"544\" data-end=\"561\"\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"562\" data-end=\"902\"\u003e\n\u003cli data-start=\"562\" data-end=\"617\"\u003e\n\u003cp data-start=\"564\" data-end=\"617\"\u003eFits \u003cstrong data-start=\"569\" data-end=\"595\"\u003e10, 12, 16, 20 \u0026amp; 24 oz\u003c\/strong\u003e standard paper cups\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"618\" data-end=\"672\"\u003e\n\u003cp data-start=\"620\" data-end=\"672\"\u003e\u003cstrong data-start=\"620\" data-end=\"635\"\u003eDome design\u003c\/strong\u003e allows space for foam and toppings\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"673\" data-end=\"729\"\u003e\n\u003cp data-start=\"675\" data-end=\"729\"\u003e\u003cstrong data-start=\"675\" data-end=\"697\"\u003eSecure snap-on fit\u003c\/strong\u003e helps reduce leaks and spills\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"730\" data-end=\"774\"\u003e\n\u003cp data-start=\"732\" data-end=\"774\"\u003eMade from \u003cstrong data-start=\"742\" data-end=\"772\"\u003edurable, food-safe plastic\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"775\" data-end=\"831\"\u003e\n\u003cp data-start=\"777\" data-end=\"831\"\u003e\u003cstrong data-start=\"777\" data-end=\"792\"\u003eWhite color\u003c\/strong\u003e for a clean, professional appearance\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"832\" data-end=\"902\"\u003e\n\u003cp data-start=\"834\" data-end=\"902\"\u003eIdeal for \u003cstrong data-start=\"844\" data-end=\"902\"\u003ecoffee shops, restaurants, catering, and to-go service\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"904\" data-end=\"998\"\u003e\u003cstrong data-start=\"904\" data-end=\"920\"\u003eCommon Uses:\u003c\/strong\u003e\u003cbr data-start=\"920\" data-end=\"923\"\u003eHot coffee, iced coffee, lattes, cappuccinos, mochas, and specialty drinks.\u003c\/p\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42785176059988,"sku":"Lids-10-24oz","price":49.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Screenshot2025-12-23111859.png?v=1766506971"},{"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":"western-plastics-full-size-foil-steam-table-pan-lid-50-case-1","title":"Western Plastics Full Size Foil Steam Table Pan Lid - 50\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003eWestern Plastics Full Size Foil Steam Table Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eSilver Aluminum Flat Lid for Standard Steam Table Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eSecure your steam table pans with these durable aluminum foil lids from Western Plastics. Designed for full size pans, these flat lids provide a tight seal that maintains ideal food temperature during transport and holding.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMade in America\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eDisposable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153167\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e50 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDimensions (L x W)\u003c\/td\u003e\n\u003ctd\u003e20 13\/16\" x 12 7\/8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7.72 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eSteam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eFull Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eMade in America • Recyclable • Freezer Safe • Oven Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSecure Temperature Control\u003c\/div\u003e\n      \u003cdiv\u003eTight seal design covers dishes effectively to maintain ideal food temperature during holding and transport.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDurable Aluminum Build\u003c\/div\u003e\n      \u003cdiv\u003eStrong aluminum foil construction withstands standard duty use while remaining lightweight and easy to handle.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Performance\u003c\/div\u003e\n      \u003cdiv\u003eFreezer safe and oven safe, suitable for cold storage and reheating applications without transferring containers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eQuick Cleanup\u003c\/div\u003e\n      \u003cdiv\u003eFully disposable design eliminates washing, saving valuable time in busy commercial kitchen environments.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese full size flat foil lids measure 20 13\/16 inches in length by 12 7\/8 inches in width, fitting standard full size steam table pans precisely. The aluminum foil material offers excellent heat conductivity while creating a reliable barrier that locks in moisture and temperature.\u003c\/p\u003e\n\n  \u003cp\u003eManufactured in America with recyclable materials, these lids support sustainable kitchen practices without sacrificing performance. Each case includes 50 lids, providing ample supply for caterers, restaurants, and food service operations.\u003c\/p\u003e\n\n  \u003cp\u003eThe flat lid design stacks neatly for compact storage and allows pans to be layered during transport. Suitable for standard duty applications across buffets, banquets, meal prep, and takeout packaging where dependable coverage is essential.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881342062676,"sku":"153167","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T142922.187.png?v=1779269383"},{"product_id":"western-plastics-half-size-foil-steam-table-pan-lid-100-case-1","title":"Western Plastics Half Size Foil Steam Table Pan Lid - 100\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003eWestern Plastics Half Size Foil Steam Table Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eSilver Aluminum Flat Lid for Half Size Steam Table Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCover your half size steam table pans securely with these durable aluminum foil lids from Western Plastics. The flat design creates a tight seal that helps maintain ideal food temperature during holding, transport, and storage.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMade in America\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eDisposable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153168\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e100 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDimensions (L x W)\u003c\/td\u003e\n\u003ctd\u003e12 13\/16\" x 10 7\/16\"\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.7 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eSteam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e1\/2 Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eMade in America • Recyclable • Freezer Safe • Oven Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePrecise Half Size Fit\u003c\/div\u003e\n      \u003cdiv\u003eDesigned specifically for half size steam table pans, ensuring a snug, reliable cover without gaps or slippage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eTemperature Retention\u003c\/div\u003e\n      \u003cdiv\u003eTight seal locks in heat and moisture, keeping dishes at ideal serving temperature during buffets and events.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eMulti-Environment Ready\u003c\/div\u003e\n      \u003cdiv\u003eFreezer safe for cold storage and oven safe for reheating, eliminating the need to transfer between containers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eEfficient Bulk Supply\u003c\/div\u003e\n      \u003cdiv\u003e100 lids per case provide excellent volume for high-turnover kitchens, caterers, and food service operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese half size flat foil lids measure 12 13\/16 inches in length by 10 7\/16 inches in width, engineered to fit standard half size steam table pans with precision. The aluminum foil material delivers dependable heat conductivity while forming a protective barrier over food.\u003c\/p\u003e\n\n  \u003cp\u003eManufactured in America using recyclable materials, these lids combine environmental responsibility with professional-grade performance. The flat profile stacks efficiently for compact storage and allows secure layering of pans during transport.\u003c\/p\u003e\n\n  \u003cp\u003eIdeal for buffets, banquet services, meal prep facilities, and takeout operations requiring standard duty coverage. Fully disposable for quick cleanup, reducing labor time in fast-paced commercial kitchen environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881342750804,"sku":"153168","price":69.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T143429.046.png?v=1779269690"},{"product_id":"western-plastics-third-size-foil-steam-table-pan-lid-100-case","title":"Western Plastics Third Size Foil Steam Table Pan Lid - 100\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003eWestern Plastics Third Size Foil Steam Table Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eSilver Aluminum Flat Lid for Third Size Steam Table Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eKeep your third size steam table pans covered securely with these aluminum foil lids from Western Plastics. The flat lid design delivers a tight seal that maintains ideal food temperature during service, transport, and storage.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMade in America\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eDisposable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153169\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e100 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDimensions (L x W)\u003c\/td\u003e\n\u003ctd\u003e12 11\/16\" x 6 9\/16\"\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e4.02 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eSteam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e1\/3 Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eMade in America • Recyclable • Freezer Safe • Oven Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCompact Third Size Fit\u003c\/div\u003e\n      \u003cdiv\u003eEngineered specifically for third size steam table pans, providing a precise, gap-free cover every time.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eReliable Heat Retention\u003c\/div\u003e\n      \u003cdiv\u003eTight seal locks in warmth and moisture, keeping side dishes and smaller portions at proper serving temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eTemperature Versatility\u003c\/div\u003e\n      \u003cdiv\u003eSafe for freezer storage and oven reheating, allowing seamless transitions from cold holding to warming.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eLightweight Bulk Pack\u003c\/div\u003e\n      \u003cdiv\u003e100 lids per case at just 4.02 lb shipping weight, offering easy handling and ample supply for busy kitchens.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese third size flat foil lids measure 12 11\/16 inches in length by 6 9\/16 inches in width, perfectly matching standard third size steam table pans. The durable aluminum foil construction provides consistent heat conductivity while creating a protective barrier over food contents.\u003c\/p\u003e\n\n  \u003cp\u003eProudly made in America with recyclable materials, these lids support sustainable kitchen operations without compromising quality. The flat profile stacks neatly for efficient storage and allows pans to be layered securely during transport.\u003c\/p\u003e\n\n  \u003cp\u003eAn excellent choice for caterers, restaurants, and food service operations needing standard duty coverage for smaller portions. Fully disposable design ensures quick cleanup, reducing labor time in high-volume commercial kitchen settings.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881343438932,"sku":"153169","price":96.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T143835.867.png?v=1779269938"},{"product_id":"foil-steam-table-pan-lid-full-size-by-prime-50-case","title":"Foil Steam Table Pan Lid - Full Size By Prime - 50\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime Full Size Foil Steam Table Pan Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003e43 Gauge Silver Aluminum Flat Lid for Full Size Steam Table Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eConserve your food's hot temperature with this Prime full size foil steam table pan lid. Perfectly sized to fit your full size steam table pan, this lid provides a tight seal for sides, appetizers, and desserts while maintaining a polished buffet presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eKosher Certified\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003e43 Gauge\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153170\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e50 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7.08 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eGauge\u003c\/td\u003e\n\u003ctd\u003e43 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eSteam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eFull Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eFreezer Safe • Oven Safe • Kosher Certified • Recyclable\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSuperior Temperature Retention\u003c\/div\u003e\n      \u003cdiv\u003eTight seal locks in heat and moisture, keeping sides, appetizers, and desserts at ideal serving temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003e43 Gauge Durability\u003c\/div\u003e\n      \u003cdiv\u003eSubstantial 43 gauge aluminum foil construction offers reliable strength while remaining easy to form around pan rims.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eKosher Certified\u003c\/div\u003e\n      \u003cdiv\u003eMeets kosher certification standards, making these lids suitable for establishments with specific dietary requirements.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePolished Buffet Appearance\u003c\/div\u003e\n      \u003cdiv\u003eClean silver finish provides a professional, uniform look across your buffet line until food is ready to serve.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime full size flat foil lids are designed to fit standard full size steam table pans with precision. Simply press the foil around the pan's rim to create a tight, reliable seal that maintains your food at its ideal temperature throughout service.\u003c\/p\u003e\n\n  \u003cp\u003eConstructed from durable 43 gauge aluminum foil, these lids deliver the perfect balance of strength and flexibility. The substantial gauge provides dependable coverage while remaining pliable enough to crimp securely around pan edges.\u003c\/p\u003e\n\n  \u003cp\u003eSuitable for freezer storage and oven reheating, these versatile lids transition seamlessly from cold holding to warming applications. The fully disposable design enables quick cleanup, making them an efficient choice for caterers, banquet halls, and busy restaurant kitchens.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881344094292,"sku":"153170","price":69.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T144444.326.png?v=1779270307"},{"product_id":"foil-steam-table-pan-lid-third-size-by-prime-100-case","title":"Foil Steam Table Pan Lid - Third Size By Prime - 100\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 1\/3 Size Foil Steam Table Pan Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eSilver Aluminum Flat Lid for Third Size Steam Table Pans and Loaf Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eConserve your food's hot temperature and promise spill-free transportation with this Prime 1\/3 size foil steam table pan lid. Perfectly sized to fit your third size steam table pan, this lid provides a tight seal for sides, appetizers, and desserts.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eKosher Certified\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eDisposable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153171\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e100 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eTop Dimensions (L x W)\u003c\/td\u003e\n\u003ctd\u003e12 5\/8\" x 6 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.6 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eLoaf Pans • Steam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e1\/3 Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eFreezer Safe • Oven Safe • Kosher Certified • Recyclable\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSpill-Free Transport\u003c\/div\u003e\n      \u003cdiv\u003eTight seal enables stacking multiple pans securely, preventing spills during transport to catered events and banquets.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDual Pan Compatibility\u003c\/div\u003e\n      \u003cdiv\u003eFits both 1\/3 size steam table pans and standard loaf pans, offering versatile coverage across kitchen applications.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCompact Storage Ready\u003c\/div\u003e\n      \u003cdiv\u003eFlat lid design allows pans to be stacked compactly in refrigerators and transport carriers without sacrificing seal quality.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCost-Efficient Quality\u003c\/div\u003e\n      \u003cdiv\u003eHigh-quality aluminum foil construction at an economical price point, delivering reliable performance for daily operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eMade of durable aluminum foil, this Prime lid enables compact storage and transport of food pans for catered events or banquets without worrying about heat loss. Simply press the foil around the pan's rim to maintain ideal food temperature until serving.\u003c\/p\u003e\n\n  \u003cp\u003eThe disposable design is ideal for quick cleanup at the conclusion of any event. Until you are ready to unveil your food, this lid provides a polished, professional appearance across your buffet line that enhances overall presentation.\u003c\/p\u003e\n\n  \u003cp\u003eVersatile enough for both steam table pans and loaf pans, these lids adapt to multiple kitchen needs. The 100 per case quantity offers excellent supply volume for busy restaurants, catering operations, and banquet facilities requiring dependable standard duty coverage.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881344520276,"sku":"153171","price":85.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T144822.900.png?v=1779270523"},{"product_id":"foil-steam-table-pan-lid-half-size-by-prime-100-case","title":"Foil Steam Table Pan Lid - Half Size By Prime - 100\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime Half Size Foil Steam Table Pan Lid\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003e30 Gauge Silver Aluminum Flat Lid for Half Size Steam Table Pans\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eConserve your food's hot temperature with this Prime half size foil steam table pan lid. Perfectly sized to fit your half size steam table pan, this lid provides a tight seal for sides, appetizers, and desserts while maintaining a polished buffet presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eFeatures:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFreezer Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOven Safe\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eKosher Certified\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRecyclable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003e30 Gauge\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eTight Seal\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153172\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e100 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e4.98 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eAluminum\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eGauge\u003c\/td\u003e\n\u003ctd\u003e30 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Foil\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003ePan Type\u003c\/td\u003e\n\u003ctd\u003eSteam Table Lids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRectangle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e1\/2 Size\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eLids\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eStandard Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuality Features\u003c\/td\u003e\n\u003ctd\u003eFreezer Safe • Oven Safe • Kosher Certified • Recyclable\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003e30 Gauge Lightweight Design\u003c\/div\u003e\n      \u003cdiv\u003eLighter 30 gauge aluminum foil offers easy handling and forming around pan rims while delivering dependable coverage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eConsistent Heat Retention\u003c\/div\u003e\n      \u003cdiv\u003eTight seal effectively locks in warmth and moisture, keeping half size portions at ideal serving temperature on buffet lines.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eKosher Certified Assurance\u003c\/div\u003e\n      \u003cdiv\u003eMeets kosher certification standards, suitable for establishments serving dietary-observant clientele and specialized menus.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eEfficient 100-Count Case\u003c\/div\u003e\n      \u003ctd\u003eGenerous case quantity supplies busy kitchens with ample lids for daily operations, catered events, and banquet services.\u003c\/td\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime half size flat foil lids are engineered to fit standard half size steam table pans precisely. Simply press the foil around the pan's rim to create a secure seal that maintains your food at its ideal temperature from kitchen to buffet line.\u003c\/p\u003e\n\n  \u003cp\u003eConstructed from 30 gauge aluminum foil, these lids provide an optimal balance of lightweight flexibility and reliable protection. The disposable design enables quick cleanup at the conclusion of any event, saving valuable labor time.\u003c\/p\u003e\n\n  \u003cp\u003eFreezer safe and oven safe, these versatile lids transition seamlessly between cold storage and warming applications. The 100 per case quantity ensures you have ample supply for restaurants, catering operations, and banquet facilities requiring standard duty coverage.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881347993684,"sku":"153172","price":48.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T145401.196.png?v=1779270862"},{"product_id":"4-drink-umbrella-parasol-pick-with-assorted-colors-by-prime-1-440-case","title":"4\" Drink Umbrella \/ Parasol Pick with Assorted Colors By Prime - 1,440\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0e0e0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 4\" Bamboo Drink Umbrella Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eAssorted Colors Decorative Cocktail Parasols with Renewable Bamboo Construction\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eServe drinks in style with these Prime 4\" drink umbrella parasol picks in assorted colors. The classic umbrella design adds a festive, tropical touch to any presentation while making it easy to differentiate between drink specials.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eBlue\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eGreen\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRed\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eYellow\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eOrange\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153173\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,440 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e2.81 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eAssorted \u003cspan class=\"color-badge\"\u003e5 Colors\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDrink Umbrellas • Picks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eDecorative • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eRenewable Bamboo Build\u003c\/div\u003e\n      \u003cdiv\u003eSustainable bamboo construction offers an eco-conscious alternative while maintaining sturdy performance in liquids.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAssorted Color Variety\u003c\/div\u003e\n      \u003cdiv\u003eFive vibrant colors including blue, green, red, yellow, and orange enable easy drink differentiation and festive presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSturdy Liquid Performance\u003c\/div\u003e\n      \u003cdiv\u003eDesigned not to break apart in beverages, ensuring attractive presentation lasts from first sip to last.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eNo PFAS Added\u003c\/div\u003e\n      \u003cdiv\u003eManufactured without intentionally added PFAS, supporting safer food service practices and environmental responsibility.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese disposable 4-inch drink umbrellas bring instant tropical charm to cocktails, mocktails, and specialty beverages. The eye-catching assorted colors help staff and guests quickly identify different drink specials on busy bar service nights.\u003c\/p\u003e\n\n  \u003cp\u003eEach umbrella pick is crafted from renewable bamboo, providing a sturdy structure that holds its shape throughout service. Easy to open and close, these decorative picks are ready to delight guests at catered events, restaurants, bars, and poolside venues.\u003c\/p\u003e\n\n  \u003cp\u003eWith 1,440 pieces per case, this bulk supply ensures you are well-stocked for high-volume operations. Fully disposable after use for quick and easy cleanup, these umbrellas combine visual appeal with practical convenience for any beverage program.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881354711124,"sku":"153173","price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T145859.818.png?v=1779271162"},{"product_id":"6-sparkler-food-pick-with-assorted-colors-by-prime-1-000-case","title":"6\" Sparkler Food Pick with Assorted Colors By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #E85D3F;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background: linear-gradient(135deg, #E85D3F, #F4A020, #3DAEE5, #6DBE47, #F5C842);\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fef9f7 0%, #fdf3ef 100%);\n    border-radius: 6px;\n    border: 1px solid #f5d5cb;\n    border-top: 3px solid #E85D3F;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fef9f7;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #F4A020;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #fdf3ef;\n    color: #c0392b;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #f5d5cb;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Sparkler Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eAssorted Colors Decorative Wood Picks for Drinks, Appetizers and Hors d'oeuvres\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eServe drinks and appetizers in style with these Prime 6\" sparkler food picks in assorted colors. The eye-catching sparkler design adds a fun, festive touch to any presentation while making it easy to differentiate between drink specials and menu items.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003ePerfect For:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktails\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMocktails\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizers\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eHors d'oeuvres\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCatered Events\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153174\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e2.19 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eAssorted \u003cspan class=\"color-badge\"\u003eMulti-Color\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eDecorative • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eFestive Sparkler Design\u003c\/div\u003e\n      \u003cdiv\u003eEye-catching sparkler shape adds celebratory energy to cocktails, mocktails, and appetizer presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDual Purpose Functionality\u003c\/div\u003e\n      \u003cdiv\u003eEqually suited for garnishing beverages and serving hors d'oeuvres, offering versatile use across your menu.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSturdy Wood Construction\u003c\/div\u003e\n      \u003cdiv\u003eSolid wood build resists breaking apart in liquids, maintaining attractive presentation from first sip to last.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eNo PFAS Added\u003c\/div\u003e\n      \u003cdiv\u003eManufactured without intentionally added PFAS, supporting safer food service and environmental standards.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese disposable 6-inch sparkler picks bring instant festive flair to any beverage or appetizer presentation. The bright assorted colors allow staff to quickly identify and differentiate between drink specials during busy bar service and catered events.\u003c\/p\u003e\n\n  \u003cp\u003eEach pick is crafted from sturdy wood that holds its shape throughout service without breaking down in liquids. The sparkler design creates visual excitement that enhances guest experience at restaurants, bars, banquet halls, and special events.\u003c\/p\u003e\n\n  \u003cp\u003eWith 1,000 pieces per case, this bulk supply keeps high-volume operations well-stocked. Fully disposable after use for quick and easy cleanup, these picks deliver both decorative impact and practical convenience for any food and beverage program.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881355726932,"sku":"153174","price":59.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T150345.810.png?v=1779271447"},{"product_id":"compostable-4-3-4-bamboo-knot-food-pick-skewer-by-prime-1-000-case","title":"Compostable 4 3\/4\" Bamboo Knot Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 4 3\/4\" Bamboo Knot Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Knot Skewers for Entrees, Appetizers and Beverage Garnishing\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 4 3\/4\" bamboo knot food picks. A sustainable and chemical-free alternative to traditional plastic skewers, these picks combine eco-conscious design with sophisticated presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153175\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e4 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.27 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eKnot\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSophisticated Knot Design\u003c\/div\u003e\n      \u003cdiv\u003eElegant knot shape adds a refined touch to entrees, sandwiches, wraps, and hors d'oeuvres presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Serving Solution\u003c\/div\u003e\n      \u003cdiv\u003eHolds sandwiches together, makes portion pickup easy, and garnishes beverages with olives, cherries, and fruits.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and the environment.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo knot picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish complements any table setting or food presentation.\u003c\/p\u003e\n\n  \u003cp\u003eEach 4 3\/4\" pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The knot design also works beautifully for garnishing beverages with olives, onions, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible operations. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881357004884,"sku":"153175","price":48.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881357037652,"sku":"153176","price":49.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881357070420,"sku":"153177","price":49.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T151054.338.png?v=1779271978"},{"product_id":"4-3-4-compostable-bamboo-heart-food-pick-skewer-by-prime-1-000-case","title":"4 3\/4\" Compostable Bamboo Heart Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #C4736F;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #C4736F;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fdf7f6 0%, #faf0ef 100%);\n    border-radius: 6px;\n    border: 1px solid #f0d4d2;\n    border-top: 3px solid #C4736F;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fdf7f6;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #8B6F47;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #faf0ef;\n    color: #A0524D;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #f0d4d2;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 4 3\/4\" Bamboo Heart Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Heart-Shaped Skewers for Entrees, Appetizers and Beverage Garnishing\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 4 3\/4\" bamboo heart food picks. A sustainable and chemical-free alternative to traditional plastic skewers, these heart-shaped picks combine eco-conscious design with charming presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153178\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e4 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.93 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eHeart\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCharming Heart Design\u003c\/div\u003e\n      \u003cdiv\u003eDelightful heart shape adds warmth and personality to entrees, appetizers, and hors d'oeuvres at any event.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing environmental impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Serving Solution\u003c\/div\u003e\n      \u003cdiv\u003eHolds sandwiches and wraps together, makes portion pickup easy, and garnishes beverages with fruits and garnishes.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and the planet.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo heart picks offer a sophisticated and endearing look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish complements any table setting beautifully.\u003c\/p\u003e\n\n  \u003cp\u003eEach 4 3\/4\" pick helps hold together sandwiches and wraps for a neat presentation of signature dishes while making it easy for guests to pick up individual portions. The heart shape also works wonderfully for garnishing beverages with olives, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible operations. With 1,000 per case, this bulk supply meets high-volume demands.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881363984468,"sku":"153178","price":69.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881364017236,"sku":"153179","price":69.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881364050004,"sku":"153180","price":69.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T151826.545.png?v=1779272407"},{"product_id":"compostable-6-bamboo-knot-food-pick-skewer-by-prime-1-000-case","title":"Compostable 6\" Bamboo Knot Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Knot Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Knot Skewers for Entrees, Appetizers and Beverage Garnishing\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 6\" bamboo knot food picks. A sustainable and chemical-free alternative to traditional plastic skewers, these longer picks combine eco-conscious design with elegant presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153181\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.4 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eKnot\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design provides extra reach for taller beverages, layered sandwiches, and generously portioned appetizers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSophisticated Knot Design\u003c\/div\u003e\n      \u003cdiv\u003eElegant knot shape adds a refined finishing touch to signature dishes, wraps, and beverage presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime 6\" bamboo knot picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish complements any table setting with understated elegance.\u003c\/p\u003e\n\n  \u003cp\u003eEach pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The extended length is also ideal for garnishing tall beverages with olives, onions, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the needs of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881371062356,"sku":"153181","price":63.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881371095124,"sku":"153182","price":64.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881371127892,"sku":"153183","price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T152419.748.png?v=1779272748"},{"product_id":"compostable-9-7-8-natural-bamboo-flat-skewer-by-prime-1-000-case","title":"Compostable 9 7\/8\" Natural Bamboo Flat Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 9 7\/8\" Bamboo Flat Skewers\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Natural Brown Flat Skewers for Kabobs, Grilling and Appetizers\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 9 7\/8\" natural bamboo flat skewers. A sustainable and chemical-free alternative to traditional plastic skewers, these flat bamboo skewers combine eco-conscious design with superior grilling performance.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153184\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eDimensions (L x W)\u003c\/td\u003e\n\u003ctd\u003e9 7\/8\" x 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e10.58 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSkewers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAnti-Rotation Flat Design\u003c\/div\u003e\n      \u003cdiv\u003eFlat profile prevents meats, vegetables, and appetizers from rotating during grilling, ensuring consistent cooking results.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eGenerous 9 7\/8\" Length\u003c\/div\u003e\n      \u003cdiv\u003eExtended size accommodates generous portions of kabobs, grilled meats, and layered ingredients for hearty servings.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, offering a safer choice for food contact and the environment.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime flat bamboo skewers are perfect for serving kabobs and grilling meats at buffets, banquets, catered parties, restaurants, and bars. The flat design helps prevent appetizers, meats, or vegetables from rotating, ensuring consistent cooking and helping to prevent messes during preparation and service.\u003c\/p\u003e\n\n  \u003cp\u003eEach 9 7\/8\" skewer is crafted from natural bamboo, a highly renewable resource that provides sturdy support for generous portions. The 1\/2\" width offers a substantial surface area that holds ingredients securely without splitting or splintering.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable skewers for quick and easy cleanup while supporting environmentally responsible operations. With 1,000 per case, this bulk supply handles high-volume grilling and catering needs.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881374437460,"sku":"153184","price":229.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T153118.191.png?v=1779273162"},{"product_id":"compostable-3-1-2-bamboo-loop-food-pick-skewer-by-prime-1-000-case","title":"Compostable 3 1\/2\" Bamboo Loop Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Bamboo Loop Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Round Loop Picks for Appetizers, Beverages and Place Card Holders\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 3 1\/2\" bamboo loop food picks. A sustainable and chemical-free alternative to traditional plastic picks, these versatile loop picks combine eco-conscious design with multi-functional presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153185\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.48 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDual-Purpose Loop Design\u003c\/div\u003e\n      \u003cdiv\u003eFunctions as both a food pick and a place card or label holder, adding versatility to buffet and table settings.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCompact 3 1\/2\" Size\u003c\/div\u003e\n      \u003cdiv\u003ePerfectly proportioned for appetizers, hors d'oeuvres, and garnishing beverages with olives, cherries, or fruits.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo loop picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish adds an elegant, earthy touch to any presentation.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The unique loop design also allows it to function as a place card or label holder, adding multi-functional value to your table settings.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881376305236,"sku":"153185","price":73.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881376338004,"sku":"153186","price":85.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881376370772,"sku":"153187","price":85.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T155027.337.png?v=1779274343"},{"product_id":"compostable-3-1-2-wooden-medium-well-meat-marker-by-prime-1-000-pack","title":"Compostable 3 1\/2\" Wooden \"Medium Well\" Meat Marker By Prime - 1,000\/Pack","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0724A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0724A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #faf7f4 0%, #f5efe8 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d3c3;\n    border-top: 3px solid #A0724A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #faf7f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #C44D3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5efe8;\n    color: #7A5030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d3c3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Wooden Medium Well Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Precise Doneness Identification at Buffets and Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 3 1\/2\" wooden \"Medium Well\" meat marker. This eco-friendly marker clearly indicates a meat has been cooked to medium well specifications, helping servers deliver the correct dish to the right guest.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWood Construction\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMedium Well\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153188\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.76 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eMedium Well\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Doneness Identification\u003c\/div\u003e\n      \u003cdiv\u003eClearly labels steak or other cuts cooked to medium well, helping servers efficiently deliver the correct dish to each guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from renewable wood that breaks down in commercial composting facilities, supporting environmentally responsible operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePaddle Shape Design\u003c\/div\u003e\n      \u003cdiv\u003eDistinctive paddle shape stands upright in meats for clear visibility while maintaining a natural, rustic presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime wooden meat markers provide a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The \"Medium Well\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" paddle-shaped marker is crafted from natural wood, offering a clean, rustic appearance that complements steak and grilled meat presentations. The sturdy wood construction stands firmly in various cuts without tipping or falling during service.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per pack, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881378533460,"sku":"153188","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T160116.788.png?v=1779274897"},{"product_id":"6-compostable-bamboo-heart-food-pick-skewer-by-prime-1-000-case","title":"6\" Compostable Bamboo Heart Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #C4736F;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #C4736F;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fdf7f6 0%, #faf0ef 100%);\n    border-radius: 6px;\n    border: 1px solid #f0d4d2;\n    border-top: 3px solid #C4736F;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fdf7f6;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #8B6F47;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #faf0ef;\n    color: #A0524D;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #f0d4d2;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Heart Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Heart-Shaped Skewers for Entrees, Appetizers and Beverage Garnishing\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 6\" bamboo heart food picks. A sustainable and chemical-free alternative to traditional plastic skewers, these heart-shaped picks combine eco-conscious design with charming presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153189\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e2.14 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eHeart\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCharming Heart Design\u003c\/div\u003e\n      \u003cdiv\u003eDelightful heart shape adds warmth and personality to signature dishes, appetizers, and beverage presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design provides extra reach for taller beverages, layered sandwiches, and generously portioned appetizers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime 6\" bamboo heart picks offer a sophisticated and endearing look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish complements any table setting with rustic elegance.\u003c\/p\u003e\n\n  \u003cp\u003eEach pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The heart shape also works wonderfully for garnishing beverages with olives, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets high-volume venue demands.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881378992212,"sku":"153189","price":78.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881379024980,"sku":"153190","price":79.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881379057748,"sku":"153191","price":79.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T160453.739.png?v=1779275174"},{"product_id":"compostable-4-3-4-bamboo-loop-food-pick-skewer-by-prime-1-000-case","title":"Compostable 4 3\/4\" Bamboo Loop Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 4 3\/4\" Bamboo Loop Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Round Loop Picks for Appetizers, Beverages and Place Card Holders\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 4 3\/4\" bamboo loop food picks. A sustainable and chemical-free alternative to traditional plastic picks, these versatile loop picks combine eco-conscious design with multi-functional presentation capabilities.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153192\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e4 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.66 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDual-Purpose Loop Design\u003c\/div\u003e\n      \u003cdiv\u003eFunctions as both a food pick and a place card or label holder, adding versatility to buffet and table settings.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile 4 3\/4\" Size\u003c\/div\u003e\n      \u003ctd\u003eIdeal length for appetizers, hors d'oeuvres, sandwich wraps, and garnishing beverages with olives or fruits.\u003c\/td\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo loop picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish adds an elegant, earthy touch to any presentation.\u003c\/p\u003e\n\n  \u003cp\u003eEach 4 3\/4\" pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The unique loop design also allows it to function as a place card or label holder, adding multi-functional value to your table settings.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881379909716,"sku":"153192","price":87.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881379942484,"sku":"153193","price":94.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881379975252,"sku":"153194","price":94.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T161049.187.png?v=1779275544"},{"product_id":"compostable-3-1-2-wooden-rare-meat-marker-by-prime-1-000-pack","title":"Compostable 3 1\/2\" Wooden \"Rare\" Meat Marker By Prime - 1,000\/Pack","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0724A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0724A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #faf7f4 0%, #f5efe8 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d3c3;\n    border-top: 3px solid #A0724A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #faf7f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #C44D3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5efe8;\n    color: #7A5030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d3c3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Wooden Rare Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Precise Doneness Identification at Buffets and Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 3 1\/2\" wooden \"Rare\" meat marker. This eco-friendly marker clearly indicates a meat has been cooked to rare specifications, helping servers deliver the correct dish to the right guest with confidence.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWood Construction\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRare\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153195\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.78 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eRare\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Doneness Identification\u003c\/div\u003e\n      \u003cdiv\u003eClearly labels steak or other cuts cooked to rare, helping servers efficiently deliver the correct dish to each guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from renewable wood that breaks down in commercial composting facilities, supporting environmentally responsible operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePaddle Shape Design\u003c\/div\u003e\n      \u003cdiv\u003eDistinctive paddle shape stands upright in meats for clear visibility while maintaining a natural, rustic presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime wooden meat markers provide a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The \"Rare\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" paddle-shaped marker is crafted from natural wood, offering a clean, rustic appearance that complements steak and grilled meat presentations. The sturdy wood construction stands firmly in various cuts without tipping or falling during service.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per pack, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881382727764,"sku":"153195","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T161940.310.png?v=1779276001"},{"product_id":"3-1-2-triple-trident-bamboo-skewer-by-prime-1-000-case","title":"3 1\/2\" Triple \/ Trident Bamboo Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Triple Trident Bamboo Skewers\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Trident-Shaped Skewers for Appetizers, Meats and Desserts\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime 3 1\/2\" triple trident bamboo skewers. A stronger disposable alternative to traditional wood skewers, these trident-shaped skewers combine eco-conscious design with superior stability for consistent cooking and presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eStronger Than Wood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153196\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.65 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eTrident\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSkewers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAnti-Rotation Trident Design\u003c\/div\u003e\n      \u003cdiv\u003eThree-pronged shape prevents appetizers, meats, or vegetables from rotating, ensuring consistent cooking and presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eStronger Bamboo Build\u003c\/div\u003e\n      \u003cdiv\u003eBamboo construction provides superior strength compared to traditional wood skewers, resisting splintering and breakage.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePerfect for Small Portions\u003c\/div\u003e\n      \u003cdiv\u003eCompact 3 1\/2\" size is ideal for small appetizers, bite-sized desserts, and individual tasting portions.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo trident skewers are perfect for serving small appetizers, grilled meats, vegetables, or desserts at buffets, banquets, catered parties, restaurants, and bars. The unique trident design provides superior grip that prevents food from rotating or slipping during cooking and service.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" skewer is crafted from durable bamboo, offering enhanced strength compared to traditional wood skewers. The three-pronged shape ensures consistent cooking results and helps prevent messes when guests pick up individual portions.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable skewers for quick and easy cleanup while supporting environmentally responsible operations. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881387937876,"sku":"153196","price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T162331.556.png?v=1779276232"},{"product_id":"compostable-3-1-2-wooden-medium-rare-meat-marker-by-prime-1-000-pack","title":"Compostable 3 1\/2\" Wooden \"Medium Rare\" Meat Marker By Prime - 1,000\/Pack","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0724A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0724A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #faf7f4 0%, #f5efe8 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d3c3;\n    border-top: 3px solid #A0724A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #faf7f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #C44D3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5efe8;\n    color: #7A5030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d3c3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Wooden Medium Rare Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Precise Doneness Identification at Buffets and Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 3 1\/2\" wooden \"Medium Rare\" meat marker. This eco-friendly marker clearly indicates a meat has been cooked to medium rare specifications, helping servers deliver the correct dish to the right guest with confidence.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWood Construction\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMedium Rare\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153197\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.78 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eMedium Rare\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Doneness Identification\u003c\/div\u003e\n      \u003cdiv\u003eClearly labels steak or other cuts cooked to medium rare, helping servers efficiently deliver the correct dish to each guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from renewable wood that breaks down in commercial composting facilities, supporting environmentally responsible operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePaddle Shape Design\u003c\/div\u003e\n      \u003cdiv\u003eDistinctive paddle shape stands upright in meats for clear visibility while maintaining a natural, rustic presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime wooden meat markers provide a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The \"Medium Rare\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" paddle-shaped marker is crafted from natural wood, offering a clean, rustic appearance that complements steak and grilled meat presentations. The sturdy wood construction stands firmly in various cuts without tipping or falling during service.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per pack, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881398653012,"sku":"153197","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T162736.444.png?v=1779276478"},{"product_id":"compostable-3-1-2-wooden-medium-meat-marker-by-prime-1-000-pack","title":"Compostable 3 1\/2\" Wooden \"Medium\" Meat Marker By Prime - 1,000\/Pack","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0724A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0724A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #faf7f4 0%, #f5efe8 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d3c3;\n    border-top: 3px solid #A0724A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #faf7f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #C44D3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5efe8;\n    color: #7A5030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d3c3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Wooden Medium Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Precise Doneness Identification at Buffets and Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 3 1\/2\" wooden \"Medium\" meat marker. This eco-friendly marker clearly indicates a meat has been cooked to medium specifications, helping servers deliver the correct dish to the right guest with confidence.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWood Construction\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMedium\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153198\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.78 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Doneness Identification\u003c\/div\u003e\n      \u003cdiv\u003eClearly labels steak or other cuts cooked to medium, helping servers efficiently deliver the correct dish to each guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from renewable wood that breaks down in commercial composting facilities, supporting environmentally responsible operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePaddle Shape Design\u003c\/div\u003e\n      \u003cdiv\u003eDistinctive paddle shape stands upright in meats for clear visibility while maintaining a natural, rustic presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime wooden meat markers provide a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The \"Medium\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" paddle-shaped marker is crafted from natural wood, offering a clean, rustic appearance that complements steak and grilled meat presentations. The sturdy wood construction stands firmly in various cuts without tipping or falling during service.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per pack, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881399701588,"sku":"153198","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T163403.497.png?v=1779276862"},{"product_id":"3-1-2-black-bamboo-heart-food-pick-skewer-by-prime-1-000-case","title":"3 1\/2\" Black Bamboo Heart Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #2d2d2d;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #2d2d2d;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f7f7f7 0%, #f0f0f0 100%);\n    border-radius: 6px;\n    border: 1px solid #d5d5d5;\n    border-top: 3px solid #2d2d2d;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f7f7f7;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #2d2d2d;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f0f0f0;\n    color: #2d2d2d;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #d5d5d5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Black Bamboo Heart Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eDyed Black Heart-Shaped Skewers for Sleek Appetizer and Beverage Presentations\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests with these Prime 3 1\/2\" black bamboo heart food picks. The dyed-black bamboo construction instantly creates a sleek, eye-catching presentation while offering a sophisticated look for entrees, appetizers, and hors d'oeuvres.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eDesign Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eDyed Black Front\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNatural Bamboo Back\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eContrasting Look\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153199\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.58 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBlack \u003cspan class=\"color-badge\"\u003eDyed Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eHeart\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eNo PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSleek Dyed-Black Design\u003c\/div\u003e\n      \u003cdiv\u003eFront face features a rich black finish that creates striking contrast against food for upscale, modern presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDynamic Two-Tone Look\u003c\/div\u003e\n      \u003cdiv\u003eBlack front with natural bamboo back creates a distinctive contrasting appearance that enhances visual appeal.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCharming Heart Shape\u003c\/div\u003e\n      \u003cdiv\u003eDelightful heart design adds warmth and personality to signature dishes, appetizers, and beverage presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eNo PFAS Added\u003c\/div\u003e\n      \u003cdiv\u003eManufactured without intentionally added PFAS, supporting safer food service practices and guest well-being.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime black bamboo heart picks offer a sophisticated and memorable finishing touch at buffets, banquets, catered parties, restaurants, and bars. The dyed-black front creates an elegant, modern aesthetic that elevates any food or beverage presentation.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The heart shape also works beautifully for garnishing beverages with olives, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these picks for quick and easy cleanup. With 1,000 per case, this bulk supply meets the demands of high-volume venues seeking distinctive presentation options.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Black","offer_id":46881562493012,"sku":"153199","price":68.99,"currency_code":"CAD","in_stock":true},{"title":"Natural","offer_id":46881562525780,"sku":"153200","price":65.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881562558548,"sku":"153201","price":68.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T173549.884.png?v=1779280954"},{"product_id":"compostable-9-7-8-bamboo-paddle-food-pick-skewer-by-prime-1-000-case","title":"Compostable 9 7\/8\" Bamboo Paddle Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"prod-wrap\"\u003e\n\u003cdiv class=\"prod-header\"\u003e\n\u003cdiv class=\"prod-title\"\u003ePrime 9 7\/8\" Bamboo Paddle Food Picks\u003c\/div\u003e\n\u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Paddle Skewers for Grilling, Entrees and Appetizers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eCater to guests who care about the environment with these Prime compostable 9 7\/8\" bamboo paddle food picks. A sustainable and chemical-free alternative to plastic skewers, these paddle picks combine eco-conscious design with versatile grilling and serving capability.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003eEco Features:\u003c\/strong\u003e\n\u003cdiv class=\"app-list\"\u003e\n\u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153202\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e9 7\/8 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-card-title\"\u003eUnique Paddle Design\u003c\/div\u003e\n\u003cdiv\u003eDistinctive paddle shape offers a unique look for serving entrees, appetizers, and hors d'oeuvres with rustic charm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-card-title\"\u003eGrilling Capable\u003c\/div\u003e\n\u003cdiv\u003eExtended 9 7\/8\" length and sturdy bamboo construction make these picks suitable for grilling small meats and vegetables.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n\u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing environmental impact.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card\"\u003e\n\u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n\u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese Prime bamboo paddle picks offer a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The paddle shape provides an eye-catching presentation that sets your dishes apart from standard skewer presentations.\u003c\/p\u003e\n\u003cp\u003eEach 9 7\/8\" pick is crafted from durable bamboo that can withstand grilling applications for small meats and vegetables. The extended length provides ample grip for safe handling while the paddle shape helps prevent food from rotating during cooking and service.\u003c\/p\u003e\n\u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable picks for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy kitchen operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881567473748,"sku":"153202","price":49.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T174248.929.png?v=1779281220"},{"product_id":"compostable-3-1-2-wooden-well-meat-marker-by-prime-1-000-pack","title":"Compostable 3 1\/2\" Wooden \"Well\" Meat Marker By Prime - 1,000\/Pack","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0724A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0724A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #faf7f4 0%, #f5efe8 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d3c3;\n    border-top: 3px solid #A0724A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #faf7f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #C44D3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f5efe8;\n    color: #7A5030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d3c3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 3 1\/2\" Wooden Well Done Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Precise Doneness Identification at Buffets and Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 3 1\/2\" wooden \"Well Done\" meat marker. This eco-friendly marker clearly indicates a meat has been cooked to well done specifications, helping servers deliver the correct dish to the right guest with confidence.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWood Construction\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWell Done\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153203\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.79 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eWell Done\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Doneness Identification\u003c\/div\u003e\n      \u003cdiv\u003eClearly labels steak or other cuts cooked to well done, helping servers efficiently deliver the correct dish to each guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from renewable wood that breaks down in commercial composting facilities, supporting environmentally responsible operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003ePaddle Shape Design\u003c\/div\u003e\n      \u003cdiv\u003eDistinctive paddle shape stands upright in meats for clear visibility while maintaining a natural, rustic presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime wooden meat markers provide a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The \"Well Done\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eEach 3 1\/2\" paddle-shaped marker is crafted from natural wood, offering a clean, rustic appearance that complements steak and grilled meat presentations. The sturdy wood construction stands firmly in various cuts without tipping or falling during service.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per pack, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881572094036,"sku":"153203","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T174631.553.png?v=1779281369"},{"product_id":"compostable-6-bamboo-medium-meat-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo \"Medium\" Meat Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Medium Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Burgers, Sandwiches and Precise Doneness Identification\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo \"Medium\" meat marker. A sustainable and chemical-free alternative to plastic meat markers, this eco-friendly marker clearly indicates a meat has been cooked to medium specifications.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMedium\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153204\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.8 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design is perfect for burgers and sandwiches while also accommodating steaks and other cuts of meat.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Medium Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies menu items cooked to medium specifications, helping servers deliver the correct dish efficiently.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo meat markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The 6\" paddle design provides excellent visibility and is ideally sized for burgers, sandwiches, steaks, and various cuts of meat.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements grilled and plated presentations. The \"Medium\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881577107540,"sku":"153204","price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T175105.689.png?v=1779281615"},{"product_id":"compostable-6-bamboo-double-prong-skewer-by-prime-1-000-case","title":"Compostable 6\" Bamboo Double Prong Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Double Prong Skewers\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Flat Two-Prong Skewers for Appetizers, Grilling and Sandwiches\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 6\" bamboo double prong skewers. A sustainable and chemical-free alternative to traditional plastic skewers, these two-prong skewers combine eco-conscious design with superior stability for consistent cooking and presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153205\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.8 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSkewers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAnti-Rotation Two-Prong Design\u003c\/div\u003e\n      \u003cdiv\u003eDual prong shape prevents appetizers, meats, or vegetables from rotating, ensuring consistent cooking and presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Sandwich Support\u003c\/div\u003e\n      \u003cdiv\u003eSturdy design helps hold together large sandwiches and wraps for neat presentation of signature menu items.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo double prong skewers are perfect for serving appetizers and grilling small meats at buffets, banquets, catered parties, restaurants, and bars. The two-prong design provides superior grip that prevents food from rotating or slipping during cooking and service.\u003c\/p\u003e\n\n  \u003cp\u003eEach 6\" skewer is crafted from durable bamboo with a flat profile that enhances stability. Beyond grilling applications, these skewers excel at holding together large sandwiches and wraps, making them a versatile addition to any kitchen operation.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable skewers for quick and easy cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881582317652,"sku":"153205","price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T175513.928.png?v=1779281809"},{"product_id":"compostable-6-bamboo-medium-well-meat-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo \"Medium Well\" Meat Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Medium Well Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Burgers, Sandwiches and Precise Doneness Identification\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo \"Medium Well\" meat marker. A sustainable and chemical-free alternative to plastic meat markers, this eco-friendly marker clearly indicates a meat has been cooked to medium well specifications.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMedium Well\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153206\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.82 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eMedium Well\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design is perfect for burgers and sandwiches while also accommodating steaks and other cuts of meat.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Medium Well Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies menu items cooked to medium well specifications, helping servers deliver the correct dish efficiently.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo meat markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The 6\" paddle design provides excellent visibility and is ideally sized for burgers, sandwiches, steaks, and various cuts of meat.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements grilled and plated presentations. The \"Medium Well\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881587757140,"sku":"153206","price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T180021.688.png?v=1779282116"},{"product_id":"compostable-7-bamboo-knot-food-pick-skewer-by-prime-1-000-case","title":"Compostable 7\" Bamboo Knot Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 7\" Bamboo Knot Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Knot Skewers for Entrees, Appetizers and Beverage Garnishing\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 7\" bamboo knot food picks. A sustainable and chemical-free alternative to traditional plastic skewers, these longer knot picks combine eco-conscious design with elegant presentation for taller beverages and generous portions.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153207\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e7 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.67 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eKnot\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 7\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design provides extra reach for tall beverages, layered sandwiches, and generously portioned appetizers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eSophisticated Knot Design\u003c\/div\u003e\n      \u003cdiv\u003eElegant knot shape adds a refined finishing touch to signature dishes, wraps, and beverage presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime 7\" bamboo knot picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish complements any table setting with understated elegance.\u003c\/p\u003e\n\n  \u003cp\u003eEach pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The extended 7\" length is ideal for garnishing tall beverages with olives, onions, cherries, or fresh fruits.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the needs of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46881604665428,"sku":"153207","price":67.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46881604698196,"sku":"153208","price":73.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46881604730964,"sku":"153209","price":73.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T180409.299.png?v=1779282453"},{"product_id":"compostable-6-bamboo-well-done-meat-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo \"Well Done\" Meat Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Well Done Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Burgers, Sandwiches and Precise Doneness Identification\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo \"Well Done\" meat marker. A sustainable and chemical-free alternative to plastic meat markers, this eco-friendly marker clearly indicates a meat has been cooked to well done specifications.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eWell Done\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153210\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e4.09 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eWell Done\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design is perfect for burgers and sandwiches while also accommodating steaks and other cuts of meat.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Well Done Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies menu items cooked to well done specifications, helping servers deliver the correct dish efficiently.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo meat markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The 6\" paddle design provides excellent visibility and is ideally sized for burgers, sandwiches, steaks, and various cuts of meat.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements grilled and plated presentations. The \"Well Done\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881612890196,"sku":"153210","price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T181156.488.png?v=1779282805"},{"product_id":"compostable-6-bamboo-allergy-food-pick-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo Allergy Food Pick \/ Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #C4736F;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #C4736F;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fdf7f6 0%, #faf0ef 100%);\n    border-radius: 6px;\n    border: 1px solid #f0d4d2;\n    border-top: 3px solid #C4736F;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fdf7f6;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #D4A03C;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #faf0ef;\n    color: #A0524D;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #f0d4d2;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Allergy Food Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Food Labels for Dietary Identification at Buffets and Catered Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo allergy food marker. A sustainable and chemical-free alternative to plastic food markers, this eco-friendly marker helps organize food dishes and indicates items for guests with dietary requirements.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAllergy\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153211\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.05 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eAllergy\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eFood Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDietary Requirement Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly indicates and organizes food dishes, helping servers deliver appropriate items to guests with dietary needs.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Food Identification\u003c\/div\u003e\n      \u003cdiv\u003eSuitable for labeling entrees, appetizers, and hors d'oeuvres across buffets, banquets, and catered events.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo allergy food markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, and restaurants. The 6\" paddle design provides clear visibility, helping staff and guests quickly identify dishes that may contain common allergens.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements food presentations while serving an important safety function. The \"Allergy\" message supports organized food service and helps meet the needs of guests with dietary restrictions.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy food service operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881617018964,"sku":"153211","price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T181522.690.png?v=1779283077"},{"product_id":"compostable-6-bamboo-rare-meat-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo \"Rare\" Meat Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Rare Meat Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Steak Markers for Burgers, Sandwiches and Precise Doneness Identification\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo \"Rare\" meat marker. A sustainable and chemical-free alternative to plastic meat markers, this eco-friendly marker clearly indicates a meat has been cooked to rare specifications.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRare\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153212\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.76 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eRare\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteak Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design is perfect for burgers and sandwiches while also accommodating steaks and other cuts of meat.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Rare Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies menu items cooked to rare specifications, helping servers deliver the correct dish efficiently.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo meat markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, restaurants, and bars. The 6\" paddle design provides excellent visibility and is ideally sized for burgers, sandwiches, steaks, and various cuts of meat.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements grilled and plated presentations. The \"Rare\" message helps streamline service by eliminating confusion when multiple doneness levels are served simultaneously.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy restaurant services.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881620590676,"sku":"153212","price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T181854.664.png?v=1779283259"},{"product_id":"compostable-4-3-4-bamboo-double-prong-skewer-by-prime-1-000-case","title":"Compostable 4 3\/4\" Bamboo Double Prong Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 4 3\/4\" Bamboo Double Prong Skewers\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Flat Two-Prong Skewers for Appetizers, Grilling and Sandwiches\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 4 3\/4\" bamboo double prong skewers. A sustainable and chemical-free alternative to traditional plastic skewers, these two-prong skewers combine eco-conscious design with superior stability for consistent cooking and presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153213\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e4 3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.05 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eFlat\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSkewers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAnti-Rotation Two-Prong Design\u003c\/div\u003e\n      \u003cdiv\u003eDual prong shape prevents appetizers, meats, or vegetables from rotating, ensuring consistent cooking and presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Sandwich Support\u003c\/div\u003e\n      \u003cdiv\u003eSturdy design helps hold together large sandwiches and wraps for neat presentation of signature menu items.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo double prong skewers are perfect for serving appetizers and grilling small meats at buffets, banquets, catered parties, restaurants, and bars. The two-prong design provides superior grip that prevents food from rotating or slipping during cooking and service.\u003c\/p\u003e\n\n  \u003cp\u003eEach 4 3\/4\" skewer is crafted from durable bamboo with a flat profile that enhances stability. Beyond grilling applications, these skewers excel at holding together large sandwiches and wraps, making them a versatile addition to any kitchen operation.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable skewers for quick and easy cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881782333524,"sku":"153213","price":59.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T194643.265.png?v=1779288421"},{"product_id":"6-triple-trident-bamboo-skewer-by-prime-1-000-case","title":"6\" Triple \/ Trident Bamboo Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Triple Trident Bamboo Skewers\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Trident-Shaped Skewers for Grilling, Fondue and Sandwiches\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime 6\" triple trident bamboo skewers. A stronger disposable alternative to traditional wood skewers, these trident-shaped skewers combine eco-conscious design with multi-functional grilling and serving capability.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eStronger Than Wood\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153214\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e2.56 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eTrident\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSkewers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eAnti-Rotation Trident Design\u003c\/div\u003e\n      \u003cdiv\u003eThree-pronged shape prevents appetizers, meats, or vegetables from rotating, ensuring consistent cooking and presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eMulti-Functional Use\u003c\/div\u003e\n      \u003cdiv\u003eIdeal for grilling, works as a disposable fondue stick, and helps hold together large wraps and sandwiches.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eStronger Bamboo Build\u003c\/div\u003e\n      \u003cdiv\u003eBamboo construction provides superior strength compared to traditional wood skewers, resisting splintering and breakage.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo trident skewers are ideal for grilling, serving appetizers, and even functioning as disposable fondue sticks at buffets, banquets, catered parties, restaurants, and bars. The unique trident design provides superior grip that prevents food from rotating during cooking and service.\u003c\/p\u003e\n\n  \u003cp\u003eEach 6\" skewer is crafted from durable bamboo, offering enhanced strength compared to traditional wood skewers. Beyond grilling, these versatile skewers help hold together large wraps and sandwiches, making them a practical addition to any kitchen operation.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable skewers for quick and easy cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46881791508564,"sku":"153214","price":106.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T195107.155.png?v=1779288685"},{"product_id":"compostable-6-bamboo-loop-food-pick-skewer-by-prime-1-000-case","title":"Compostable 6\" Bamboo Loop Food Pick \/ Skewer By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #8B6F47;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #8B6F47;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f2 0%, #f3ede5 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d5c5;\n    border-top: 3px solid #8B6F47;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f9f6f2;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #6B8F3A;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f3ede5;\n    color: #6B4F3A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d5c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Loop Food Picks\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Brown Round Loop Picks for Appetizers, Beverages and Place Card Holders\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with these Prime compostable 6\" bamboo loop food picks. A sustainable and chemical-free alternative to traditional plastic picks, these versatile loop picks combine eco-conscious design with multi-functional presentation capabilities.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eChemical-Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153215\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1.81 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003ePicks\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eDual-Purpose Loop Design\u003c\/div\u003e\n      \u003cdiv\u003eFunctions as both a food pick and a place card or label holder, adding versatility to buffet and table settings.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eExtended 6\" Length\u003c\/div\u003e\n      \u003cdiv\u003eLonger design provides extra reach for tall beverages, layered sandwiches, and generously portioned appetizers.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill waste.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for guests and environmentally conscious operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo loop picks offer a sophisticated look when serving entrees, appetizers, or hors d'oeuvres at buffets, banquets, catered parties, restaurants, and bars. The natural brown bamboo finish adds an elegant, earthy touch to any presentation.\u003c\/p\u003e\n\n  \u003cp\u003eEach 6\" pick helps hold together sandwiches and wraps for neat presentation of signature dishes while making it easy for guests to pick up individual portions. The unique loop design also allows it to function as a place card or label holder, adding multi-functional value to your table settings.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. When service is complete, simply dispose of these compostable picks, eliminating time-intensive cleanup while supporting environmentally responsible practices. With 1,000 per case, this bulk supply meets the demands of high-volume venues.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Natural","offer_id":46882046410836,"sku":"153215","price":89.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":46882046443604,"sku":"153216","price":97.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46882046476372,"sku":"153217","price":97.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T222743.513.png?v=1779298153"},{"product_id":"compostable-6-bamboo-gluten-free-food-pick-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo Gluten-Free Food Pick \/ Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #6B8F3A;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #6B8F3A;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f6f9f4 0%, #eff5ed 100%);\n    border-radius: 6px;\n    border: 1px solid #d0e3c5;\n    border-top: 3px solid #6B8F3A;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f6f9f4;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #8B6F47;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #eff5ed;\n    color: #4A7030;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #d0e3c5;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Gluten Free Food Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Food Labels for Dietary Identification at Buffets and Catered Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo gluten free food marker. A sustainable and chemical-free alternative to plastic food markers, this eco-friendly marker clearly identifies dishes that do not include gluten for guests with dietary requirements.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eGluten Free\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153218\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.8 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eGluten Free\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eFood Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Dietary Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies gluten-free dishes, helping servers deliver appropriate items to guests with this dietary requirement.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Food Identification\u003c\/div\u003e\n      \u003cdiv\u003eSuitable for labeling gluten-free entrees, appetizers, and hors d'oeuvres across buffets, banquets, and catered events.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo gluten free food markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, and restaurants. The 6\" paddle design provides clear visibility, helping staff and guests quickly identify dishes made without gluten-containing ingredients.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements food presentations while serving an important dietary identification function. The \"Gluten Free\" message supports organized food service for guests with gluten sensitivities or celiac requirements.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy food service operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882053324884,"sku":"153218","price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T223344.582.png?v=1779298444"},{"product_id":"compostable-6-bamboo-vegan-food-pick-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo Vegan Food Pick \/ Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #4CAF50;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #4CAF50;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f4faf6 0%, #edf7ef 100%);\n    border-radius: 6px;\n    border: 1px solid #c8e6c9;\n    border-top: 3px solid #4CAF50;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #f4faf6;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #8B6F47;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #edf7ef;\n    color: #2E7D32;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #c8e6c9;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Vegan Food Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Food Labels for Plant-Based Dietary Identification at Buffets and Catered Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo vegan food marker. A sustainable and chemical-free alternative to plastic food markers, this eco-friendly marker clearly identifies plant-based dishes for guests following vegan dietary preferences.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eVegan\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153219\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.68 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eVegan\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eFood Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Vegan Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies plant-based dishes, helping servers deliver appropriate items to guests following vegan dietary preferences.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Food Identification\u003c\/div\u003e\n      \u003cdiv\u003eSuitable for labeling vegan entrees, appetizers, and hors d'oeuvres across buffets, banquets, and catered events.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo vegan food markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, and restaurants. The 6\" paddle design provides clear visibility, helping staff and guests quickly identify plant-based dishes free from animal products.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements food presentations while serving an important dietary identification function. The \"Vegan\" message supports organized food service for guests with plant-based dietary preferences and requirements.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy food service operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882058436692,"sku":"153219","price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T223836.746.png?v=1779298737"},{"product_id":"compostable-6-bamboo-vegetarian-food-pick-marker-by-prime-1-000-case","title":"Compostable 6\" Bamboo Vegetarian Food Pick \/ Marker By Prime - 1,000\/Case","description":"\u003cstyle\u003e\n  .prod-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .prod-header { margin-bottom: 20px; }\n  .prod-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n  .prod-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .sec-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 24px 0 14px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #F4A020;\n  }\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 18px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n  .spec-table tr { transition: background-color 0.2s ease; }\n  .spec-table tr:hover { background-color: #f9f9f9; }\n  .spec-table td {\n    padding: 13px 16px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 38%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #F4A020;\n    color: #fff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n  .feat-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fefaf3 0%, #fdf5e6 100%);\n    border-radius: 6px;\n    border: 1px solid #f5ddb0;\n    border-top: 3px solid #F4A020;\n  }\n  .feat-card-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n  .highlight-box {\n    background-color: #fefaf3;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 18px 0;\n    border-left: 4px solid #8B6F47;\n  }\n  .app-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #fdf5e6;\n    color: #B8700A;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #f5ddb0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrap\"\u003e\n  \u003cdiv class=\"prod-header\"\u003e\n    \u003cdiv class=\"prod-title\"\u003ePrime 6\" Bamboo Vegetarian Food Marker\u003c\/div\u003e\n    \u003cdiv class=\"prod-subtitle\"\u003eCompostable Paddle Food Labels for Meat-Free Dietary Identification at Buffets and Catered Events\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eCater to guests who care about the environment with this Prime compostable 6\" bamboo vegetarian food marker. A sustainable and chemical-free alternative to plastic food markers, this eco-friendly marker clearly identifies meat-free dishes for guests following vegetarian dietary preferences.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eEco Features:\u003c\/strong\u003e\n    \u003cdiv class=\"app-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCommercially Compostable\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNo PFAS Added\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eRenewable Bamboo\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eVegetarian\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"spec-table\"\u003e\n    \u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e153220\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1,000 per Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.7 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBrown \u003cspan class=\"color-badge\"\u003eNatural Bamboo\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eBamboo\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eMessage\u003c\/td\u003e\n\u003ctd\u003eVegetarian\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003ePaddle\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eFood Markers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCommercially Compostable • No PFAS Added\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eClear Vegetarian Labeling\u003c\/div\u003e\n      \u003cdiv\u003eClearly identifies meat-free dishes, helping servers deliver appropriate items to guests following vegetarian dietary preferences.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eVersatile Food Identification\u003c\/div\u003e\n      \u003ctd\u003eSuitable for labeling vegetarian entrees, appetizers, and hors d'oeuvres across buffets, banquets, and catered events.\u003c\/td\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eCommercially Compostable\u003c\/div\u003e\n      \u003cdiv\u003eMade from highly renewable bamboo that breaks down in commercial composting facilities, reducing landfill impact.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-card-title\"\u003eChemical-Free Alternative\u003c\/div\u003e\n      \u003cdiv\u003eNo PFAS added and free from harmful chemicals, providing a safer choice for food contact and eco-conscious venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sec-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese Prime bamboo vegetarian food markers add a unique and environmentally friendly touch at buffets, banquets, catered parties, and restaurants. The 6\" paddle design provides clear visibility, helping staff and guests quickly identify dishes made without meat products.\u003c\/p\u003e\n\n  \u003cp\u003eEach marker is crafted from renewable bamboo, offering a natural rustic appearance that complements food presentations while serving an important dietary identification function. The \"Vegetarian\" message supports organized food service for guests with meat-free dietary preferences.\u003c\/p\u003e\n\n  \u003cp\u003eDisposable products save water and make cleanup easier for staff. After use, simply dispose of these compostable markers for quick and easy cleanup while supporting sustainable practices. With 1,000 per case, this bulk supply accommodates high-volume events and busy food service operations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882065809492,"sku":"153220","price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T224351.451.png?v=1779299050"},{"product_id":"fineline-6506-sv-tiny-temptations-silver-4-cocktail-picks-960-case","title":"Fineline 6506-SV Tiny Temptations Silver 4\" Cocktail Picks - 960\/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.5;\n    max-width: 90%;\n    margin: 0 auto;\n    padding: 10px 0;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 16px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n\n  .specs-table tr:hover {\n    background-color: #f9f9f9;\n  }\n\n  .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid #f0f0f0;\n    font-size: 14px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n\n  .product-header {\n    margin-bottom: 20px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 22px 0 14px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin: 20px 0;\n  }\n\n  .feature-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n\n  .feature-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: white;\n    border-radius: 14px;\n    font-size: 12px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 14px;\n    border-radius: 6px;\n    margin: 16px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 6px;\n  }\n\n  .app-tag {\n    padding: 3px 10px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12px;\n    border: 1px solid #e0e0e0;\n  }\n\n  @media (max-width: 600px) {\n    .product-description {\n      max-width: 96%;\n      padding: 6px 0;\n    }\n    .product-title {\n      font-size: 22px;\n    }\n    .specs-table td {\n      padding: 10px 12px;\n      font-size: 13px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n    .section-title {\n      font-size: 18px;\n      margin: 18px 0 10px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eFineline 6506-SV Tiny Temptations Cocktail Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eSilver 4\" Martini-Shaped Garnish Pick\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eAdd sophisticated style to your drinks with the Fineline 6506-SV Tiny Temptations silver cocktail pick. Its sleek martini-shaped end provides a playful yet elegant touch, holding garnishes securely while enhancing presentation.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktail Parties\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eUpscale Catered Events\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSpecial Occasions\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eBar Service\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCreative Presentations\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153221\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e960\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e4 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eWidth\u003c\/td\u003e\n      \u003ctd\u003e3\/4 Inch\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eSilver \u003cspan class=\"color-badge\"\u003eMetallic\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003ePlastic\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eCocktail Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eFeatures\u003c\/td\u003e\n      \u003ctd\u003eRecyclable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e8 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eWhimsical Design\u003c\/div\u003e\n      \u003cdiv\u003eMartini-shaped tip adds a playful, decorative accent to any drink presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eSecure Grip\u003c\/div\u003e\n      \u003cdiv\u003eHolds garnishes firmly together, preventing slipping during service.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVersatile Pairing\u003c\/div\u003e\n      \u003cdiv\u003ePairs perfectly with Tiny Temptations 2 oz. martini glass for complete presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eEco-Conscious\u003c\/div\u003e\n      \u003cdiv\u003eRecyclable material supports sustainable serving practices.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003ePerfect for any cocktail party, upscale catered event, or special occasion, this piece elevates drink presentation with its contemporary, trendy design. The sleek silver finish complements any table setting, creating memorable guest experiences.\u003c\/p\u003e\n\n  \u003cp\u003ePart of the Tiny Temptations collection, this cocktail pick refashions every beverage into a stylish occasion. Its modern aesthetic keeps the mood lively and impresses guests with minimal effort, setting the tone for fantastic customer experiences.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882074263636,"sku":"153221","price":121.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T225143.670.png?v=1779299522"},{"product_id":"tablecraft-4-1-2-gold-ball-bamboo-food-cocktail-pick-1-200-case","title":"TableCraft 4 1\/2\" Gold Ball Bamboo Food \/ Cocktail Pick - 1,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.5;\n    max-width: 90%;\n    margin: 0 auto;\n    padding: 10px 0;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 16px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n\n  .specs-table tr:hover {\n    background-color: #f9f9f9;\n  }\n\n  .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid #f0f0f0;\n    font-size: 14px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n\n  .product-header {\n    margin-bottom: 20px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 22px 0 14px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #9e9e9e;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin: 20px 0;\n  }\n\n  .feature-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);\n    border-radius: 6px;\n    border: 1px solid #e0e0e0;\n    border-top: 3px solid #9e9e9e;\n  }\n\n  .feature-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #9e9e9e;\n    color: white;\n    border-radius: 14px;\n    font-size: 12px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n\n  .highlight-box {\n    background-color: #fafafa;\n    padding: 14px;\n    border-radius: 6px;\n    margin: 16px 0;\n    border-left: 4px solid #9e9e9e;\n  }\n\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 6px;\n  }\n\n  .app-tag {\n    padding: 3px 10px;\n    background-color: #f5f5f5;\n    color: #616161;\n    border-radius: 12px;\n    font-size: 12px;\n    border: 1px solid #e0e0e0;\n  }\n\n  @media (max-width: 600px) {\n    .product-description {\n      max-width: 96%;\n      padding: 6px 0;\n    }\n    .product-title {\n      font-size: 22px;\n    }\n    .specs-table td {\n      padding: 10px 12px;\n      font-size: 13px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n    .section-title {\n      font-size: 18px;\n      margin: 18px 0 10px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eTableCraft 12583 Bamboo Cocktail Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eGold Ball Topper - 4 1\/2\" Sustainable Pick\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eElevate your food and beverage presentation with the TableCraft gold ball bamboo cocktail pick. Crafted from sustainable bamboo and pinewood, this eco-conscious pick combines stylish design with environmental responsibility.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eBurgers \u0026amp; Sandwiches\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktails\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizers\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSliders\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCraft Bars\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153222\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e1,200\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e4 1\/2 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eGold \u003cspan class=\"color-badge\"\u003eMetallic\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo \/ Wood\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003eRound\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDesign\u003c\/td\u003e\n      \u003ctd\u003eHoliday\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eTheme\u003c\/td\u003e\n      \u003ctd\u003eNew Year's Eve\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eFeatures\u003c\/td\u003e\n      \u003ctd\u003eDecorative\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eCocktail Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e3.12 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eEco-Conscious Material\u003c\/div\u003e\n      \u003cdiv\u003eSustainable bamboo and pinewood construction offers an environmentally friendly alternative to traditional picks.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eDecorative Gold Topper\u003c\/div\u003e\n      \u003cdiv\u003eGold ball topper adds playful elegance and helps easily identify specific products in busy settings.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVersatile Functionality\u003c\/div\u003e\n      \u003cdiv\u003eIdeal for garnishing and holding together burgers, sandwiches, cocktails, and appetizers.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eHygienic Single-Use\u003c\/div\u003e\n      \u003cdiv\u003eDesigned for single-use applications ensuring convenience and hygiene for guests.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eWhether serving sliders at a party or creating craft cocktails at the bar, this bamboo pick is a decorative and practical addition to your supplies. It provides an eco-friendly alternative to traditional single-use picks, allowing service with style while reducing environmental impact.\u003c\/p\u003e\n\n  \u003cp\u003eWith (12) 100-count packs, this case includes a total of 1,200 picks. The decorative gold ball topper adds a distinctive touch to dishes and helps with product identification in busy kitchens and bars, making it perfect for New Year's Eve celebrations and holiday events.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Gold","offer_id":46882089336916,"sku":"153222","price":91.99,"currency_code":"CAD","in_stock":true},{"title":"Green","offer_id":46882089369684,"sku":"153223","price":91.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":46882089402452,"sku":"153224","price":91.99,"currency_code":"CAD","in_stock":true},{"title":"Silver","offer_id":46882089435220,"sku":"153225","price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T225739.498.png?v=1779300023"},{"product_id":"tablecraft-4-1-2-sugar-skull-bamboo-and-pinewood-decorative-food-cocktail-pick-1-200-case","title":"TableCraft 4 1\/2\" Sugar Skull Bamboo and Pinewood Decorative Food \/ Cocktail Pick - 1,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.5;\n    max-width: 90%;\n    margin: 0 auto;\n    padding: 10px 0;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 16px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n\n  .specs-table tr:hover {\n    background-color: #f9f9f9;\n  }\n\n  .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid #f0f0f0;\n    font-size: 14px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n\n  .product-header {\n    margin-bottom: 20px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 22px 0 14px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #E85D3F;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin: 20px 0;\n  }\n\n  .feature-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #fdf6f3 0%, #fef0ec 100%);\n    border-radius: 6px;\n    border: 1px solid #f5d5cb;\n    border-top: 3px solid #E85D3F;\n  }\n\n  .feature-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #E85D3F;\n    color: white;\n    border-radius: 14px;\n    font-size: 12px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n\n  .highlight-box {\n    background-color: #fdf8f6;\n    padding: 14px;\n    border-radius: 6px;\n    margin: 16px 0;\n    border-left: 4px solid #E85D3F;\n  }\n\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 6px;\n  }\n\n  .app-tag {\n    padding: 3px 10px;\n    background-color: #fdf6f3;\n    color: #8B3A2A;\n    border-radius: 12px;\n    font-size: 12px;\n    border: 1px solid #f5d5cb;\n  }\n\n  @media (max-width: 600px) {\n    .product-description {\n      max-width: 96%;\n      padding: 6px 0;\n    }\n    .product-title {\n      font-size: 22px;\n    }\n    .specs-table td {\n      padding: 10px 12px;\n      font-size: 13px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n    .section-title {\n      font-size: 18px;\n      margin: 18px 0 10px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eTableCraft 12793 Sugar Skull Cocktail Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eDay of the Dead Design - 4 1\/2\" Bamboo Pick\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eElevate your food and beverage presentation with the TableCraft sugar skull bamboo cocktail pick. Featuring a vibrant Day of the Dead design, this decorative pick brings festive flair to any themed event or creative table setting.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eThemed Events\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktails \u0026amp; Fruit\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizers\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eDesserts\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eGarnishing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153226\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e1,200\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e4 1\/2 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eMulticolor \u003cspan class=\"color-badge\"\u003eFestive\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo \/ Wood\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003eSkull \/ Unique\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDesign\u003c\/td\u003e\n      \u003ctd\u003eHoliday\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eTheme\u003c\/td\u003e\n      \u003ctd\u003eDia de Los Muertos\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eFeatures\u003c\/td\u003e\n      \u003ctd\u003eDecorative\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eCocktail Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e3.14 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eFestive Sugar Skull Design\u003c\/div\u003e\n      \u003cdiv\u003eDecorative Day of the Dead sugar skull on each pick complements themed events and creative presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eNatural Bamboo Build\u003c\/div\u003e\n      \u003cdiv\u003eReliable bamboo and pinewood construction provides sturdy, eco-conscious performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVersatile Serving Tool\u003c\/div\u003e\n      \u003cdiv\u003ePerfect for garnishing cocktails, fruit, appetizers, and desserts with distinctive style.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eHygienic Single-Use\u003c\/div\u003e\n      \u003cdiv\u003eDesigned for single-use applications ensuring convenience and hygiene for every guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eMade of bamboo and pinewood, this pick offers reliable and sturdy performance for any establishment. The multicolor sugar skull design adds authentic Dia de Los Muertos charm that stands out on any table setting, making it ideal for themed events and celebrations.\u003c\/p\u003e\n\n  \u003cp\u003eWith (12) 100-count packs, this case includes a total of 1,200 picks. Whether serving cocktails and fruit or appetizers and desserts, this decorative pick is a practical addition that brings vibrant personality to food and drink presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882112897108,"sku":"153226","price":96.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T231314.563.png?v=1779300816"},{"product_id":"tablecraft-3-1-2-small-round-natural-bamboo-food-cocktail-pick-1-200-case","title":"TableCraft 3 1\/2\" Small Round Natural Bamboo Food \/ Cocktail Pick - 1,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.5;\n    max-width: 90%;\n    margin: 0 auto;\n    padding: 10px 0;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 16px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #eaeaea;\n  }\n\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n\n  .specs-table tr:hover {\n    background-color: #f9f9f9;\n  }\n\n  .specs-table td {\n    padding: 12px 16px;\n    border-bottom: 1px solid #f0f0f0;\n    font-size: 14px;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n    background-color: #f8f9fa;\n    border-right: 1px solid #f0f0f0;\n  }\n\n  .product-header {\n    margin-bottom: 20px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 4px;\n  }\n\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 22px 0 14px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #A0855B;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin: 20px 0;\n  }\n\n  .feature-card {\n    padding: 16px;\n    background: linear-gradient(135deg, #f9f6f1 0%, #f5efe5 100%);\n    border-radius: 6px;\n    border: 1px solid #e5d9c6;\n    border-top: 3px solid #A0855B;\n  }\n\n  .feature-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .color-badge {\n    display: inline-block;\n    padding: 3px 12px;\n    background-color: #A0855B;\n    color: white;\n    border-radius: 14px;\n    font-size: 12px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n\n  .highlight-box {\n    background-color: #faf8f4;\n    padding: 14px;\n    border-radius: 6px;\n    margin: 16px 0;\n    border-left: 4px solid #A0855B;\n  }\n\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 6px;\n  }\n\n  .app-tag {\n    padding: 3px 10px;\n    background-color: #f9f6f1;\n    color: #6B5B3E;\n    border-radius: 12px;\n    font-size: 12px;\n    border: 1px solid #e5d9c6;\n  }\n\n  @media (max-width: 600px) {\n    .product-description {\n      max-width: 96%;\n      padding: 6px 0;\n    }\n    .product-title {\n      font-size: 22px;\n    }\n    .specs-table td {\n      padding: 10px 12px;\n      font-size: 13px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n    .section-title {\n      font-size: 18px;\n      margin: 18px 0 10px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eTableCraft 12592 Natural Bamboo Cocktail Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003eSmall Round Top - 3 1\/2\" Eco-Friendly Pick\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eElevate your food and beverage presentation with the TableCraft small round natural bamboo cocktail pick. Crafted from all-natural bamboo, this eco-conscious pick delivers timeless simplicity with sustainable style.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eBurgers \u0026amp; Sandwiches\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktails\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizers\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSliders\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCraft Bars\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153227\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e1,200\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e3 1\/2 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eBeige \u003cspan class=\"color-badge\"\u003eNatural\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003eRound\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDesign\u003c\/td\u003e\n      \u003ctd\u003ePlain\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eCocktail Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e2.52 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eAll-Natural Bamboo\u003c\/div\u003e\n      \u003cdiv\u003eConstructed from sustainable bamboo for an environmentally friendly alternative to traditional picks.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eTimeless Plain Design\u003c\/div\u003e\n      \u003cdiv\u003eClean round top can be labeled for product identification or left blank for understated elegance.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eCompact Versatility\u003c\/div\u003e\n      \u003cdiv\u003e3 1\/2\" length is ideal for sliders, appetizers, craft cocktails, and small plate presentations.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eHygienic Single-Use\u003c\/div\u003e\n      \u003cdiv\u003eDesigned for single-use applications ensuring convenience and hygiene for every guest.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eWhether serving sliders at a party or creating craft cocktails at the bar, this bamboo pick is a decorative and practical addition to your supplies. The natural beige tone complements a variety of dishes while providing an eco-friendly alternative that reduces environmental impact.\u003c\/p\u003e\n\n  \u003cp\u003eWith (12) 100-count packs, this case includes a total of 1,200 picks. The plain round top design offers timeless simplicity that works across any table setting, making it a versatile choice for busy kitchens and bars.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46882130067540,"sku":"153227","price":118.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-20T231624.354.png?v=1779301004"},{"product_id":"royal-paper-r803case-4-eco-friendly-knot-bamboo-food-pick-1-000-case","title":"Royal Paper R803CASE 4\" Eco-Friendly Knot Bamboo Food Pick - 1,000\/Case","description":"\u003cstyle\u003e\n  .product-desc {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    max-width: 90%;\n    margin: 0 auto;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #e0ddd5;\n  }\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  .specs-table tr:hover {\n    background-color: #faf9f5;\n  }\n  .specs-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #ede9df;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #5c4a2e;\n    width: 40%;\n    background-color: #f7f4ec;\n    border-right: 1px solid #ede9df;\n  }\n  .product-header {\n    margin-bottom: 25px;\n  }\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #4a3c28;\n    margin-bottom: 5px;\n  }\n  .product-subtitle {\n    font-size: 16px;\n    color: #6b5d4a;\n    font-weight: 500;\n  }\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #4a3c28;\n    margin: 28px 0 18px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #c4b99a;\n  }\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n  .feature-card {\n    padding: 18px;\n    background: linear-gradient(135deg, #f7f4ec 0%, #f0ebdd 100%);\n    border-radius: 6px;\n    border: 1px solid #e0d9c7;\n    border-top: 3px solid #c4b99a;\n  }\n  .feature-title {\n    font-weight: 600;\n    color: #4a3c28;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 4px 14px;\n    background-color: #c4b99a;\n    color: white;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .highlight-box {\n    background-color: #faf9f5;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #c4b99a;\n  }\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f7f4ec;\n    color: #6b5d4a;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #e0d9c7;\n  }\n  @media (max-width: 768px) {\n    .product-title {\n      font-size: 22px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n    }\n    .specs-table td {\n      padding: 10px 14px;\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eRoyal Paper R803 Knot Bamboo Food Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003e4\" Eco-Friendly Beige Appetizer Picks\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eBring a bold look to your plated presentation with these Royal Paper R803 4\" knot bamboo food picks. These eco-friendly food picks make it easy to garnish and hold together finger foods while lessening the environmental impact of your catered event.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eFinger Foods\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCocktail Garnishes\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMini Sandwiches\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizer Display\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCatered Events\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153228\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e1,000\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e4 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDiameter\u003c\/td\u003e\n      \u003ctd\u003e1\/10 Inch (2 3\/5 mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e1.2 lb\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eBeige \u003cspan class=\"color-badge\"\u003eNatural Tone\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003eKnot\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eFood Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eEco-Friendly Design\u003c\/div\u003e\n      \u003cdiv\u003eCrafted from renewable bamboo, these picks offer a sustainable alternative to plastic food picks for environmentally conscious events.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eElegant Knot Shape\u003c\/div\u003e\n      \u003cdiv\u003eThe decorative knot top adds a refined touch to appetizers, sandwiches, and cocktail garnishes for professional presentation.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVersatile Functionality\u003c\/div\u003e\n      \u003cdiv\u003ePerfect for holding together sliders, spearing olives, securing wraps, and arranging fruit displays with ease.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eBulk Convenience\u003c\/div\u003e\n      \u003cdiv\u003e1,000 picks per case ensure ample supply for high-volume catering, restaurants, and event venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThese 4-inch bamboo food picks feature an elegant knot design at the top, adding a decorative flair to any plated presentation. The natural beige color complements a wide range of cuisine styles and table settings without overpowering the visual appeal of your food.\u003c\/p\u003e\n\n  \u003cp\u003eWhether you're serving mini sandwiches at a corporate luncheon or spearing an olive for a signature martini, these food picks are both useful and decorative. The smooth bamboo surface ensures comfortable handling while the pointed tip easily pierces through various food items.\u003c\/p\u003e\n\n  \u003cp\u003eEach case contains 1,000 picks, providing excellent value for caterers, restaurants, and event planners. The lightweight 1.2 lb shipping weight makes these picks economical to order in bulk without adding significant freight costs.\u003c\/p\u003e\n\n  \u003cp\u003eMade from natural bamboo, these renewable picks help reduce single-use plastic waste while maintaining the quality and reliability expected in professional food service environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46883151970388,"sku":"153228","price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-21T120534.417.png?v=1779347156"},{"product_id":"royal-paper-rp149-4bk-4-black-plastic-prism-food-pick-2-500-case","title":"Royal Paper RP149-4BK 4\" Black Plastic Prism Food Pick - 2,500\/Case","description":"\u003cstyle\u003e\n  .product-desc {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d2d2d;\n    line-height: 1.5;\n    max-width: 90%;\n    margin: 0 auto;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n    border: 1px solid #d9d9d9;\n  }\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  .specs-table tr:hover {\n    background-color: #f5f5f5;\n  }\n  .specs-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e8e8e8;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #1a1a1a;\n    width: 40%;\n    background-color: #f0f0f0;\n    border-right: 1px solid #e8e8e8;\n  }\n  .product-header {\n    margin-bottom: 25px;\n  }\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #000000;\n    margin-bottom: 5px;\n  }\n  .product-subtitle {\n    font-size: 16px;\n    color: #404040;\n    font-weight: 500;\n  }\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin: 28px 0 18px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #333333;\n  }\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n  .feature-card {\n    padding: 18px;\n    background: linear-gradient(135deg, #f2f2f2 0%, #e8e8e8 100%);\n    border-radius: 6px;\n    border: 1px solid #d9d9d9;\n    border-top: 3px solid #333333;\n  }\n  .feature-title {\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 4px 14px;\n    background-color: #333333;\n    color: white;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .highlight-box {\n    background-color: #f7f7f7;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #333333;\n  }\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f0f0f0;\n    color: #404040;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #d9d9d9;\n  }\n  @media (max-width: 768px) {\n    .product-title {\n      font-size: 22px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n    }\n    .specs-table td {\n      padding: 10px 14px;\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eRoyal Paper RP149-4BK Prism Plastic Food Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003e4\" Black Elegant Appetizer Picks\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eWith a simple design and super smooth surface, this Royal Paper RP149-4BK 4\" black prism plastic food pick is sure to please. Need a food pick that can be used for a variety of different food items? Look no further than this black prism plastic pick.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eAppetizers\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eKabobs\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSatay Dishes\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eBeverage Garnishes\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eCatered Events\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153229\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e2,500\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e4 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDiameter\u003c\/td\u003e\n      \u003ctd\u003e0.18 Inch (4 7\/10 mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e4.1 lb\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eBlack \u003cspan class=\"color-badge\"\u003eClassic Tone\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003ePlastic\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003ePrism\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eFood Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eSophisticated Prism Design\u003c\/div\u003e\n      \u003cdiv\u003eThe sleek black prism shape adds a modern, elegant touch to any plated presentation or beverage service.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eSmooth Surface Finish\u003c\/div\u003e\n      \u003cdiv\u003eSuper smooth texture ensures comfortable handling and effortless piercing through various food items.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVersatile 4\" Length\u003c\/div\u003e\n      \u003cdiv\u003eIdeal size for appetizers, kabobs, satay dishes, and garnishing cocktails at banquets or catered events.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eBulk Case Quantity\u003c\/div\u003e\n      \u003cdiv\u003e2,500 picks per case provide excellent volume for high-demand food service operations and event venues.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eThis sophisticated black prism pick is useful when serving appetizers, kabobs, and satay dishes. Its 4\" size makes it easy for guests to pick up individual portions at your banquet hall or catered event. It can even be used to garnish beverages and add a finishing touch to your popular drinks.\u003c\/p\u003e\n\n  \u003cp\u003eThe prism shape provides a modern geometric aesthetic that elevates food presentation. Unlike plain round picks, the faceted edges catch light beautifully, adding visual interest to your culinary displays.\u003c\/p\u003e\n\n  \u003cp\u003eMade from durable plastic with a smooth finish, these picks are sturdy enough to hold substantial food items yet lightweight for effortless handling. Each case contains 2,500 picks, ensuring you have ample supply for large-scale events and busy service periods.\u003c\/p\u003e\n\n  \u003cp\u003eThe classic black color pairs seamlessly with any table setting or decor theme, making these picks a versatile addition to your food service supplies.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Black","offer_id":46883430039636,"sku":"153229","price":172.99,"currency_code":"CAD","in_stock":true},{"title":"Clear","offer_id":46883430072404,"sku":"153230","price":168.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-21T153112.914.png?v=1779359495"},{"product_id":"royal-paper-r811b-2-1-2-frilled-club-food-pick-with-assorted-colors-10-000-case","title":"Royal Paper R811B 2 1\/2\" Frilled Club Food Pick with Assorted Colors - 10,000\/Case","description":"\u003cstyle\u003e\n  .product-desc {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    max-width: 90%;\n    margin: 0 auto;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #d5dbe0;\n  }\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  .specs-table tr:hover {\n    background-color: #f5f7f9;\n  }\n  .specs-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e2e7ec;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n    background-color: #eef2f5;\n    border-right: 1px solid #e2e7ec;\n  }\n  .product-header {\n    margin-bottom: 25px;\n  }\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #000000;\n    margin-bottom: 5px;\n  }\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    margin: 28px 0 18px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #5a7d9a;\n  }\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n  .feature-card {\n    padding: 18px;\n    background: linear-gradient(135deg, #eef2f5 0%, #dfe6ec 100%);\n    border-radius: 6px;\n    border: 1px solid #ccd6de;\n    border-top: 3px solid #5a7d9a;\n  }\n  .feature-title {\n    font-weight: 600;\n    color: #2c3e50;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n  .color-badge {\n    display: inline-block;\n    padding: 4px 14px;\n    background-color: #5a7d9a;\n    color: white;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n  .highlight-box {\n    background-color: #f5f7f9;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #5a7d9a;\n  }\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #eef2f5;\n    color: #4a5568;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #ccd6de;\n  }\n  @media (max-width: 768px) {\n    .product-title {\n      font-size: 22px;\n    }\n    .feature-grid {\n      grid-template-columns: 1fr;\n    }\n    .specs-table td {\n      padding: 10px 14px;\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003eRoyal Paper R811B Frilled Club Food Pick\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003e2 1\/2\" Assorted Color Decorative Picks\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eUse these Royal Paper R811B 2 1\/2\" assorted frilled club food picks to add a classic, decorative touch to your sandwiches, appetizers, and samples. With their sturdy, durable construction and tip point, you can spear sliders, stuffed mushrooms, or mini meatballs for easy-to-grab individual portions.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003eSandwiches\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSliders\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eStuffed Mushrooms\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eMini Meatballs\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eSamples\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e153231\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuantity\u003c\/td\u003e\n      \u003ctd\u003e10,000\/Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e2 1\/2 Inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDiameter\u003c\/td\u003e\n      \u003ctd\u003e0.07 Inch (1 4\/5 mm)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShipping Weight\u003c\/td\u003e\n      \u003ctd\u003e3.71 lb\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eColor\u003c\/td\u003e\n      \u003ctd\u003eAssorted \u003cspan class=\"color-badge\"\u003eBlue, Green, Yellow, Red\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eFeatures\u003c\/td\u003e\n      \u003ctd\u003eDecorative Frilled\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eWood\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eShape\u003c\/td\u003e\n      \u003ctd\u003eRound\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eType\u003c\/td\u003e\n      \u003ctd\u003eFood Picks\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eVibrant Assorted Colors\u003c\/div\u003e\n      \u003cdiv\u003eEach box contains four eye-catching colors: blue, green, yellow, and red for brilliant presentation variety.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eClassic Frilled Design\u003c\/div\u003e\n      \u003cdiv\u003eBlunt frilled ends add a decorative touch while the traditional round shape accentuates your foods.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eConvenient Portion Size\u003c\/div\u003e\n      \u003cdiv\u003e2 1\/2\" length allows guests to easily hold individual servings of sliders, appetizers, or samples.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eBulk Case Value\u003c\/div\u003e\n      \u003cdiv\u003e10,000 picks per case with 10 boxes of 1,000 each, ideal for high-volume food service operations.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\n  \u003cp\u003eEach box contains four brilliant and eye-catching colors: blue, green, yellow, and red. A case holds 10 boxes, with every box containing 1,000 picks. The blunt ends add a decorative touch while the traditional design accentuates your foods.\u003c\/p\u003e\n\n  \u003cp\u003eUse these picks to hold sandwiches together for a professional presentation that is both functional and pleasing. The sturdy wood construction with sharp tip point easily pierces through breads, meats, and vegetables without bending or splintering.\u003c\/p\u003e\n\n  \u003cp\u003ePerfect for catered events, buffet lines, sampling stations, and restaurant service. Once guests have finished, each pick is disposable for quick and easy cleanup.\u003c\/p\u003e\n\n  \u003cp\u003eThe compact 2 1\/2\" length is specifically sized for appetizer portions and slider-style sandwiches, making these picks an essential tool for professional food presentation.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":46883434070100,"sku":"153231","price":87.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-05-21T153807.576.png?v=1779359909"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/catering2_sm.webp?v=1756279029","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/catering-disposables.oembed?page=3","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}