{"product_id":"oringer-graham-cracker-hard-serve-ice-cream-base-10-can","title":"Oringer Graham Cracker Hard Serve Ice Cream Base #10 Can","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\u003eOringer Graham Cracker Hard Serve Ice Cream Base\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #8d6e63;\n            --secondary-color: #d7ccc8;\n            --light-color: #efebe9;\n            --dark-color: #5d4037;\n            --border-color: #bcaaa4;\n            --accent-color: #a1887f;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background-color: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .product-title {\n            color: var(--dark-color);\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            color: #666;\n            font-size: 1.2rem;\n            font-weight: normal;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), var(--dark-color));\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-color);\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 30%;\n            color: #333;\n        }\n        \n        .section-title {\n            color: var(--dark-color);\n            font-size: 1.8rem;\n            margin: 30px 0 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--secondary-color);\n        }\n        \n        .product-details {\n            margin: 25px 0;\n            line-height: 1.7;\n        }\n        \n        .product-details p {\n            margin-bottom: 15px;\n        }\n        \n        .highlights {\n            margin: 25px 0;\n            list-style-type: none;\n        }\n        \n        .highlights li {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights li:before {\n            content: \"✓\";\n            color: var(--accent-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .recipe-section {\n            background-color: var(--light-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .recipe-title {\n            color: var(--dark-color);\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n        }\n        \n        .recipe-ingredients {\n            margin-left: 20px;\n        }\n        \n        .recipe-ingredients li {\n            margin-bottom: 8px;\n        }\n        \n        .preparation-section {\n            background: linear-gradient(135deg, var(--light-color), #e8d5c4);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid var(--secondary-color);\n        }\n        \n        .preparation-title {\n            color: var(--dark-color);\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n        }\n        \n        .preparation-steps {\n            margin-left: 20px;\n        }\n        \n        .preparation-steps li {\n            margin-bottom: 8px;\n        }\n        \n        .flavor-highlight {\n            background: linear-gradient(135deg, #fff8dc, var(--light-color));\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .upc-code {\n            background-color: var(--light-color);\n            padding: 15px;\n            border-radius: 8px;\n            margin: 25px 0;\n            text-align: center;\n            font-weight: bold;\n            font-size: 1.1rem;\n            border: 1px dashed var(--primary-color);\n        }\n        \n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background-color: #e8f4fd;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .shipping-icon {\n            font-size: 2rem;\n            margin-right: 15px;\n            color: var(--primary-color);\n        }\n        \n        .shipping-text h3 {\n            color: var(--primary-color);\n            margin-bottom: 5px;\n        }\n        \n        .brand-section {\n            background-color: #f5f5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .brand-title {\n            color: var(--dark-color);\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .serving-suggestion {\n            background: linear-gradient(135deg, #d7ccc8, var(--light-color));\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid var(--accent-color);\n        }\n        \n        .serving-title {\n            color: var(--dark-color);\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .flavor-profile {\n            background: linear-gradient(135deg, #f5f5f5, var(--light-color));\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid var(--secondary-color);\n        }\n        \n        .flavor-profile-title {\n            color: var(--dark-color);\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 10px;\n            }\n            \n            .specs-table .spec-name {\n                width: 40%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eOringer Graham Cracker Hard Serve Ice Cream Base\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eCreate irresistible, house-made ice cream that will entice customers!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-table-container\"\u003e\n            \u003ctable class=\"specs-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003e1\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd\u003e8.27 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n                        \u003ctd\u003eHard Serve\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003eMade in America, Shelf-Stable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eFlavor\u003c\/td\u003e\n                        \u003ctd\u003eGraham Cracker\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003ePackage Type\u003c\/td\u003e\n                        \u003ctd\u003e#10 Cans, Cans\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n                        \u003ctd\u003ePaste\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eSweetener Type\u003c\/td\u003e\n                        \u003ctd\u003eClassic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eFlavoring Pastes, Hard Serve Ice Cream Bases\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eCreate irresistible, house-made ice cream that will entice customers with this Oringer graham cracker hard serve ice cream base! Featuring a sweet, rich flavor with hints of cinnamon and honey, this base makes it easy to create indulgent graham cracker ice cream to serve in your establishment.\u003c\/p\u003e\n            \n            \u003cp\u003eIt's formulated specifically to make hard serve ice cream that's perfect for scooping into waffle cones, sugar cones, or sundae bowls. Creating batches of house-made graham cracker ice cream at your restaurant, concession stand, or ice cream parlor allows you to precisely control the flavor and quality of the finished product so you can offer unique menu items that will tempt your customers back for more! This product is packaged in a bulk #10 can that's ideal for high-volume users.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"flavor-profile\"\u003e\n            \u003ch3 class=\"flavor-profile-title\"\u003eFlavor Profile\u003c\/h3\u003e\n            \u003cp\u003eThis premium graham cracker base captures the nostalgic taste of classic graham crackers with perfect notes of cinnamon, honey, and wholesome wheat. The balanced sweetness and warm spice notes create a comforting flavor that pairs beautifully with countless toppings and mix-ins.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"flavor-highlight\"\u003e\n            \u003ch3\u003eNostalgic Comfort Flavor\u003c\/h3\u003e\n            \u003cp\u003eExperience the warm, comforting taste of childhood memories in every scoop! This graham cracker base perfectly captures the classic flavor profile that reminds customers of s'mores by the campfire and homemade treats from the kitchen.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n        \u003cul class=\"highlights\"\u003e\n            \u003cli\u003eIrresistible graham cracker ice cream base with hints of cinnamon and honey\u003c\/li\u003e\n            \u003cli\u003eFormulated to create hard serve ice cream\u003c\/li\u003e\n            \u003cli\u003eIdeal for use in ice cream parlors, restaurants, and concession stands\u003c\/li\u003e\n            \u003cli\u003eMix 1 to 1 1\/2 quarts of base with 2 1\/2 gallons of liquid ice cream mix\u003c\/li\u003e\n            \u003cli\u003eBulk #10 can is ideal for high volume users\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"preparation-section\"\u003e\n            \u003ch3 class=\"preparation-title\"\u003eEasy Preparation Instructions\u003c\/h3\u003e\n            \u003col class=\"preparation-steps\"\u003e\n                \u003cli\u003eCombine 1 to 1 1\/2 quarts (12%-14% mix ratio) of this base with 2 1\/2 gallons of liquid ice cream mix\u003c\/li\u003e\n                \u003cli\u003eRun the ice cream machine according to the manufacturer's instructions\u003c\/li\u003e\n                \u003cli\u003eServe as-is or add additional flavors, variegates, or toppings\u003c\/li\u003e\n                \u003cli\u003eFor extra flavor boost, try adding 1 fl. oz. of vanilla extract to your mix!\u003c\/li\u003e\n            \u003c\/ol\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"recipe-section\"\u003e\n            \u003ch3 class=\"recipe-title\"\u003eSuggested Recipe: Chocolate-Covered Graham Cracker Ice Cream\u003c\/h3\u003e\n            \u003cul class=\"recipe-ingredients\"\u003e\n                \u003cli\u003e1 1\/2 quart Oringer graham cracker ice cream base\u003c\/li\u003e\n                \u003cli\u003e2 1\/2 gallons liquid ice cream mix\u003c\/li\u003e\n                \u003cli\u003e1 quart Oringer graham cracker variegate\u003c\/li\u003e\n                \u003cli\u003e8 fl. oz. Oringer waffle cone dip\u003c\/li\u003e\n                \u003cli\u003e16 oz. chocolate chips\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e\u003cstrong\u003eInstructions:\u003c\/strong\u003e Combine all ingredients except variegate in your commercial ice cream maker and run according to manufacturer's instructions. Fold in variegate while dispensing prepared product to create delicious chocolate-covered graham cracker ice cream!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"serving-suggestion\"\u003e\n            \u003ch3 class=\"serving-title\"\u003eServing Suggestions\u003c\/h3\u003e\n            \u003cp\u003eServe this comforting graham cracker ice cream in waffle cones, sugar cones, or as a nostalgic sundae. Perfect for creating campfire-themed desserts like s'mores sundaes, ice cream sandwiches between graham crackers, or as a base for creative pie-inspired creations. Top with marshmallow fluff, chocolate sauce, and crushed graham crackers for the ultimate treat!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003ch3 class=\"brand-title\"\u003eAbout Oringer\u003c\/h3\u003e\n            \u003cp\u003eWhen quality counts, choose Oringer for your ice cream and frozen dessert supplies. With more than a century of experience creating frozen desserts, Oringer uses tried-and-true processes that ensure high quality and consistency in every batch. From ice cream, soft serve, custard, and gelato bases to smoothies, water ices, and sundae toppings, Oringer offers a wide variety of products to help you serve delicious frozen desserts in your establishment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"upc-code\"\u003e\n            UPC Code: 041409540728\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n            \u003cdiv class=\"shipping-text\"\u003e\n                \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/202-1.png?v=1763028977\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":57086654939462,"sku":null,"price":62.57,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/9102\/0102\/files\/202-2.png?v=1786087550","url":"https:\/\/luckpolly.com\/products\/oringer-graham-cracker-hard-serve-ice-cream-base-10-can","provider":"luck Polly","version":"1.0","type":"link"}