{"title":"Food \u0026 Beverage","description":"\u003cp\u003eFood \u0026amp; Beverage collection\u003c\/p\u003e","products":[{"product_id":"admiration-magic-fry-clear-liquid-shortening-35-lb","title":"Admiration Magic Fry Clear Liquid Shortening - 35 lb.","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\u003eAdmiration Magic Fry Clear Liquid Shortening\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #D32F2F;\n            --secondary-color: #F44336;\n            --accent-color: #FF9800;\n            --light-bg: #FFEBEE;\n            --border-color: #FFCDD2;\n            --text-color: #B71C1C;\n            --text-light: #D32F2F;\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: #fefefe;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            color: var(--text-color);\n        }\n        \n        .product-intro {\n            margin-bottom: 30px;\n            padding: 25px;\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-intro h2 {\n            font-size: 28px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--accent-color);\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            margin-bottom: 30px;\n            padding: 25px;\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-overview h2 {\n            font-size: 26px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--accent-color);\n            padding-bottom: 10px;\n        }\n        \n        .highlights {\n            list-style: none;\n            margin-top: 20px;\n        }\n        \n        .highlights li {\n            padding: 12px 0;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .highlights li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-icon {\n            color: var(--secondary-color);\n            margin-right: 12px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .specifications {\n            margin: 40px 0;\n            padding: 25px;\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specifications h2 {\n            font-size: 26px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--accent-color);\n            padding-bottom: 10px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border-radius: 10px;\n            overflow: hidden;\n            background-color: white;\n        }\n        \n        .spec-table th {\n            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));\n            color: white;\n            padding: 18px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 18px;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .spec-table td {\n            padding: 16px 18px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: var(--primary-color);\n            width: 30%;\n        }\n        \n        .details {\n            margin: 40px 0;\n            padding: 25px;\n            background-color: var(--light-bg);\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details h2 {\n            font-size: 26px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--accent-color);\n            padding-bottom: 10px;\n        }\n        \n        .details p {\n            line-height: 1.7;\n            margin-bottom: 18px;\n            font-size: 16px;\n        }\n        \n        .upc-code {\n            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));\n            color: white;\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: inline-block;\n            font-weight: 600;\n            font-size: 16px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        \n        .features-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 8px;\n        }\n        \n        .feature-tag {\n            background-color: var(--accent-color);\n            color: var(--text-color);\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        .shipping-info {\n            background-color: var(--light-bg);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .shipping-info h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n        \n        @media (max-width: 768px) {\n            .spec-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .spec-table th, .spec-table td {\n                padding: 12px 14px;\n            }\n            \n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-intro, .product-overview, .specifications, .details {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"product-intro\"\u003e\n            \u003ch2\u003eBake, cook, and fry delicious foods with the Admiration Magic Fry clear liquid shortening!\u003c\/h2\u003e\n            \u003cp class=\"leading-tight\"\u003eDesigned to handle the most demanding frying situations, this Admiration Magic Fry clear liquid shortening can be used in numerous cooking and baking applications. It's perfect for use in recipes that call for melted shortening and will serve as an inexpensive alternative to using liquid butter and margarine. Plus, it has a high smoke point, making it perfect for all of your cooking needs!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n            \u003cul class=\"highlights\"\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eBulk size for high volume users\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eHigh smoke point of 450 degrees Fahrenheit\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eLiquid shortening\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eMade from soybean oil\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eZero trans fat per serving\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eInexpensive frying option\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"upc-code\"\u003eUPC Code: magic\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specifications\"\u003e\n            \u003ch2\u003eSpecifications\u003c\/h2\u003e\n            \u003ctable class=\"spec-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eSpecification\u003c\/th\u003e\n                        \u003cth\u003eDetails\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eProduct Type\u003c\/td\u003e\n                        \u003ctd\u003eClear Liquid Shortening\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eSmoke Point\u003c\/td\u003e\n                        \u003ctd\u003e450°F\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eBase Oil\u003c\/td\u003e\n                        \u003ctd\u003eSoybean Oil\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eTrans Fat\u003c\/td\u003e\n                        \u003ctd\u003eZero per serving\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eApplications\u003c\/td\u003e\n                        \u003ctd\u003eBaking, Cooking, Frying\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003e\n                            \u003cdiv class=\"features-list\"\u003e\n                                \u003cspan class=\"feature-tag\"\u003eHigh Smoke Point\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eCost Effective\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eVersatile\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details\"\u003e\n            \u003ch2\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eDesigned to handle the most demanding frying situations, this Admiration Magic Fry clear liquid shortening can be used in numerous cooking and baking applications. It's perfect for use in recipes that call for melted shortening and will serve as an inexpensive alternative to using liquid butter and margarine.\u003c\/p\u003e\n            \n            \u003cp\u003eWith its high smoke point of 450 degrees Fahrenheit, this liquid shortening is perfect for all of your cooking needs! Whether you're frying, baking, or sautéing, this versatile product delivers consistent results every time.\u003c\/p\u003e\n            \n            \u003cp\u003eMade from high-quality soybean oil, this shortening contains zero trans fat per serving, making it a healthier choice for your kitchen. The bulk size makes it ideal for high-volume operations, providing excellent value without compromising on quality.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n            \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e. Delivery time may vary depending on your location. If an order is time-sensitive, check with our customer service team.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42435519676500,"sku":"101MAGICFRY","price":75.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1994250.jpg?v=1762910911"},{"product_id":"oatly-barista-edition-oat-milk-32-fl-oz-12-case","title":"Oatly Barista Edition Oat Milk 32 fl. oz. - 12\/Case","description":"\u003cdiv class=\"product-description-section\"\u003e\n\u003c!-- Product Ads Section --\u003e\n\u003cdiv class=\"product-ads\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/sep25-ekaterra_productad.webp?v=1756928582\"\u003e\u003cbr\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/betterbalance-aug.webp?v=1756928715\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003cdiv class=\"specifications-table\"\u003e\n\u003cdiv class=\"specs-header\"\u003e\n\u003cp class=\"specs-text\"\u003eSpecs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e12\/Case\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e27.8 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBarista Blend\u003cbr\u003eDairy Free\u003cbr\u003eGluten-Free\u003cbr\u003eKosher\u003cbr\u003eNon-GMO\u003cbr\u003ePeanut Free\u003cbr\u003eShelf-Stable\u003cbr\u003eSoy Free\u003cbr\u003eTree Nut Free\u003cbr\u003eVegan\u003cbr\u003eVegetarian\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eFlavor\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUnflavored\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eMilk \/ Creamer Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePlant-Based\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e32 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePackage Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eCartons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePrimary Base\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eOat Milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eStyle\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMilk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eSweetener Type\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eClassic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eTotal Case Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e3 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNon-Dairy Milk\u003cbr\u003eOat Milk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details --\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003eGoing plant-based doesn't mean your customers have to give up their favorite coffee beverages. Using this Oatly Barista Edition oat milk, baristas can create vegan foamed milk that's just as creamy and luxuriant as dairy! A delicious, plant-based alternative to cow's milk, this premium oat milk is designed specifically for coffee applications. It has a creamy consistency and a subtle, neutral flavor that makes it a simple 1:1 swap for dairy. This product is formulated to be fully foamable, giving your baristas complete control over the density and performance of their foam. Aside from foaming, you can also add a splash of this oat milk to hot or cold coffees and teas. It's designed to avoid separating in hot beverages, so you can offer this as a plant-based alternative for all the drinks on your menu. Best of all, this oat milk is enriched with vitamins A, D2, B12, riboflavin, and calcium to help vegans and omnivores alike get the essential nutrients they need!\u003c\/p\u003e\n\u003cp\u003eThis oat milk is stored in aseptic ambient packaging, making it shelf-stable at room temperature before opening. Now you can stock up on oat milk without worrying about filling up valuable refrigerated storage space! After opening, it's recommended to refrigerate this oat milk to preserve its freshness. Whether you're whipping up frothy cappuccinos or creating eye-catching latte art, this Barista Edition oat milk will perform well in practically any beverage situation, making it a great choice for your cafe, coffee shop, or commercial kitchen!\u003c\/p\u003e\n\u003cp\u003eBeginning with the idea to make fundamental societal changes to the way we drink milk, Oatly pioneered the creation of oat-based milk to help lower the consumption of animal-based products and benefit the planet. Seeking to deliver products with maximum nutritional value and minimal environmental impact, Oatly strives to make the most sustainable, responsible products on the market. With careful, steady expansion of their offerings, Oatly offers a variety of oat milk products like barista oat milk, chocolate oat milk, and oat milk frozen desserts. Provide the environmentally-friendly, delicious options your customers love by stocking Oatly products in your establishment!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSuggested Recipe: Lavender Oat Milk Latte\u003c\/strong\u003e\u003cbr\u003e1 cup oat milk\u003cbr\u003e1-2 shots espresso\u003cbr\u003e1 tbsp. lavender syrup\u003cbr\u003e1\/2 tsp. vanilla extract\u003c\/p\u003e\n\u003cp\u003eIn a saucepan, warm oat milk over low heat. While oat milk is warming, brew espresso. Add lavender syrup and vanilla extract to oat milk. Remove oat milk from heat once warmed and froth using a handheld frother. Add espresso to a mug, top with frothed oat milk, and enjoy!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Certifications --\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003ch2\u003eCertifications\u003c\/h2\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/www.webstaurantstore.com\/images\/site\/kosher\/orthodox-union-kosher_cert.png\" alt=\"Orthodox Union Kosher\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eOrthodox Union Kosher\u003c\/h3\u003e\n\u003cp\u003eThis item is certified Kosher by the Orthodox Union.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Dairy-Free\" src=\"https:\/\/www.webstaurantstore.com\/images\/site\/kosher\/orthodox-union-kosher_cert.png\" style=\"margin-bottom: 16px; float: start;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eDairy-Free\u003c\/h3\u003e\n\u003cp\u003eThis item does not contain any milk-based ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Gluten-Free\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eGluten-Free\u003c\/h3\u003e\n\u003cp\u003eThis item is gluten-free per the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Non-GMO\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eNon-GMO\u003c\/h3\u003e\n\u003cp\u003eThis product has been confirmed by the manufacturer to be Non-GMO.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Vegan\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eVegan\u003c\/h3\u003e\n\u003cp\u003eThis item is vegan per the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Peanut-Free\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003ePeanut-Free\u003c\/h3\u003e\n\u003cp\u003eThis product does not contain peanuts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Vegetarian\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eVegetarian\u003c\/h3\u003e\n\u003cp\u003eThis item is vegetarian per the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Soy-Free\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eSoy-Free\u003c\/h3\u003e\n\u003cp\u003eThis item is soy-free per the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-img\"\u003e\u003cimg alt=\"Tree Nut-Free\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cert-text\"\u003e\n\u003ch3\u003eTree Nut-Free\u003c\/h3\u003e\n\u003cp\u003eThis product does not contain tree nuts such as coconut, pecans, almonds, or walnuts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .product-description-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  \/* Product Ads *\/\n  .product-ads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-bottom: 30px;\n  }\n\n  .ad-container {\n    flex: 1;\n    min-width: 300px;\n  }\n\n  .ad-container img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  \/* Specifications Table *\/\n  .specifications-table {\n    margin-bottom: 40px;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .specs-header {\n    background-color: #fff;\n    padding: 12px 16px;\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .specs-text {\n    font-weight: bold;\n    font-size: 16px;\n    margin: 0;\n  }\n\n  .specs-grid {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .spec-row {\n    display: flex;\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .spec-name {\n    flex: 1;\n    padding: 12px 16px;\n    background-color: #f8f8f8;\n    font-weight: 600;\n    font-size: 14px;\n    border-right: 1px solid #e0e0e0;\n  }\n\n  .spec-value {\n    flex: 1;\n    padding: 12px 16px;\n    background-color: #fff;\n    font-size: 14px;\n  }\n\n  \/* Product Details *\/\n  .product-details {\n    margin-bottom: 40px;\n  }\n\n  .product-details h2 {\n    font-size: 24px;\n    margin-bottom: 16px;\n    color: #333;\n  }\n\n  .product-details p {\n    margin-bottom: 16px;\n    line-height: 1.6;\n    color: #555;\n  }\n\n  \/* Certifications *\/\n  .certifications h2 {\n    font-size: 24px;\n    margin-bottom: 20px;\n    color: #333;\n  }\n\n  .certifications-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 20px;\n  }\n\n  .certification-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    padding: 15px;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n  }\n\n  .cert-img {\n    flex-shrink: 0;\n  }\n\n  .cert-img img {\n    width: 50px;\n    height: 50px;\n    object-fit: contain;\n  }\n\n  .cert-text h3 {\n    margin: 0 0 8px 0;\n    font-size: 16px;\n    color: #333;\n  }\n\n  .cert-text p {\n    margin: 0;\n    font-size: 14px;\n    color: #666;\n    line-height: 1.4;\n  }\n\n  \/* Responsive Design *\/\n  @media (max-width: 768px) {\n    .spec-row {\n      flex-direction: column;\n    }\n    \n    .spec-name {\n      border-right: none;\n      border-bottom: 1px solid #e0e0e0;\n    }\n    \n    .certifications-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .product-ads {\n      flex-direction: column;\n    }\n  }\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42436941643860,"sku":"110OTBAROAT","price":86.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2492023.webp?v=1756927956"},{"product_id":"acai-roots-3-gallon-organic-acai-sorbet","title":"Acai Roots 3 Gallon Organic Acai Sorbet","description":"\u003cdiv class=\"acai-description\"\u003e\n\u003cdiv class=\"acai-hero\"\u003e\n\u003ch1\u003eOrganic Acai Sorbet\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eA Nutrient-Rich Tropical Treat for Health-Conscious Customers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acai-benefits\"\u003e\n\u003ch2\u003eDiscover the Power of Acai\u003c\/h2\u003e\n\u003cp\u003eHailing from the Brazilian Amazon, acai (pronounced \u003cem\u003eah-sah-EE\u003c\/em\u003e) berries have a unique flavor—an earthy and tropical-tasting cross between raspberries and blackberries, with a hint of cacao.\u003c\/p\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eRich in Antioxidants\u003c\/h3\u003e\n\u003cp\u003ePacked with natural compounds to combat oxidative stress\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🧠\u003c\/div\u003e\n\u003ch3\u003eBrain Boosting\u003c\/h3\u003e\n\u003cp\u003eContains vitamins that enhance cognitive function\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eEnergy Production\u003c\/h3\u003e\n\u003cp\u003eAmino acids that promote natural energy production\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n\u003ch3\u003eMuscle Building\u003c\/h3\u003e\n\u003cp\u003ePlant-based protein to support muscle development\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acai-features\"\u003e\n\u003ch2\u003eWhy Choose Our Acai Sorbet?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRich, creamy texture perfect for cooling down on summer days\u003c\/li\u003e\n\u003cli\u003eLightly sweetened and perfectly pureed for consistent quality\u003c\/li\u003e\n\u003cli\u003eGluten-free, dairy-free, and vegan-friendly\u003c\/li\u003e\n\u003cli\u003eCan be thawed and refrozen without losing taste or texture\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"serving-ideas\"\u003e\n\u003ch2\u003eCreative Serving Ideas\u003c\/h2\u003e\n\u003cdiv class=\"ideas-container\"\u003e\n\u003cdiv class=\"idea-card\"\u003e\n\u003ch3\u003eAcai Bowls\u003c\/h3\u003e\n\u003cp\u003eTop with fresh fruits, granolas, coconut shavings, bee pollen, chia seeds, cacao nibs, nut butters, and chopped nuts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"idea-card\"\u003e\n\u003ch3\u003ePopsicles\u003c\/h3\u003e\n\u003cp\u003eFreeze into refreshing, on-the-go snacks that customers will love\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"idea-card\"\u003e\n\u003ch3\u003eSmoothies \u0026amp; Shakes\u003c\/h3\u003e\n\u003cp\u003eBlend into unique and flavorful beverages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-story\"\u003e\n\u003ch2\u003eAbout Acai Roots\u003c\/h2\u003e\n\u003cp\u003eThe folks at Acai Roots have a passion for your health! Their natural, healthy, and delicious products fuel some of the world's top athletes. They know what it takes to offer your health-conscious customers the nutrition they need with the flavor they crave.\u003c\/p\u003e\n\u003cp\u003eAll fruits are sustainably and fairly sourced to ensure the continued prosperity of the environments and people that provide their products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .acai-description {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  \n  .acai-hero {\n    text-align: center;\n    padding: 30px 0;\n    background: linear-gradient(135deg, #8A2BE2 0%, #4B0082 100%);\n    color: white;\n    border-radius: 10px;\n    margin-bottom: 30px;\n  }\n  \n  .acai-hero h1 {\n    font-size: 2.5rem;\n    margin-bottom: 10px;\n  }\n  \n  .subtitle {\n    font-size: 1.2rem;\n    opacity: 0.9;\n  }\n  \n  .acai-benefits {\n    padding: 30px 0;\n  }\n  \n  .acai-benefits h2 {\n    text-align: center;\n    color: #4B0082;\n    font-size: 2rem;\n    margin-bottom: 30px;\n  }\n  \n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n  }\n  \n  .benefit-item {\n    text-align: center;\n    padding: 20px;\n    border-radius: 10px;\n    background-color: #f8f9fa;\n    transition: transform 0.3s ease;\n  }\n  \n  .benefit-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n  }\n  \n  .benefit-icon {\n    font-size: 2.5rem;\n    margin-bottom: 15px;\n  }\n  \n  .benefit-item h3 {\n    color: #4B0082;\n    margin-bottom: 10px;\n  }\n  \n  .acai-features {\n    background-color: #f0f8ff;\n    padding: 30px;\n    border-radius: 10px;\n    margin: 30px 0;\n  }\n  \n  .acai-features h2 {\n    color: #4B0082;\n    text-align: center;\n    margin-bottom: 20px;\n  }\n  \n  .acai-features ul {\n    list-style-type: none;\n    padding: 0;\n  }\n  \n  .acai-features li {\n    padding: 10px 0;\n    padding-left: 30px;\n    position: relative;\n  }\n  \n  .acai-features li:before {\n    content: \"✓\";\n    color: #4B0082;\n    font-weight: bold;\n    position: absolute;\n    left: 0;\n  }\n  \n  .serving-ideas {\n    padding: 30px 0;\n  }\n  \n  .serving-ideas h2 {\n    text-align: center;\n    color: #4B0082;\n    margin-bottom: 30px;\n  }\n  \n  .ideas-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n  }\n  \n  .idea-card {\n    background: white;\n    padding: 20px;\n    border-radius: 10px;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n  }\n  \n  .idea-card:hover {\n    transform: translateY(-5px);\n  }\n  \n  .idea-card h3 {\n    color: #4B0082;\n    margin-bottom: 15px;\n  }\n  \n  .brand-story {\n    background-color: #f8f9fa;\n    padding: 30px;\n    border-radius: 10px;\n    margin-top: 30px;\n  }\n  \n  .brand-story h2 {\n    color: #4B0082;\n    text-align: center;\n    margin-bottom: 20px;\n  }\n  \n  @media (max-width: 768px) {\n    .benefits-grid,\n    .ideas-container {\n      grid-template-columns: 1fr;\n    }\n    \n    .acai-hero h1 {\n      font-size: 2rem;\n    }\n  }\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42481234903124,"sku":null,"price":208.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2955536.jpg?v=1758127492"},{"product_id":"jade-leaf-organic-sweetened-matcha-latte-mix-2-2-lb-1kg-6-case","title":"Jade Leaf Organic Sweetened Matcha Latte Mix 2.2 lb. (1kg) - 6\/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\u003eJade Leaf Organic Matcha Latte Mix\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Open+Sans:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #2c3e2c;\n            line-height: 1.6;\n            background-color: #f8faf4;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #c6e6c1 0%, #e2f0e0 100%);\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #3a7d44;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #2c3e2c;\n            margin-bottom: 15px;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #3a7d44;\n            max-width: 700px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #e9f5e7 0%, #f4f9f3 100%);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n        }\n        \n        .image-placeholder {\n            font-size: 1.1rem;\n            color: #5a7d5a;\n            text-align: center;\n            padding: 40px 20px;\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px 30px;\n        }\n        \n        .features {\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: #f1f8ef;\n            padding: 25px;\n            border-radius: 10px;\n            border-left: 4px solid #4a9f5b;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            color: #3a7d44;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #2c3e2c;\n            margin-bottom: 10px;\n        }\n        \n        .applications {\n            background: #f1f8ef;\n            padding: 40px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #2c3e2c;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: \"\";\n            display: block;\n            width: 60px;\n            height: 3px;\n            background: #4a9f5b;\n            margin: 10px auto;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .application {\n            display: flex;\n            align-items: center;\n            margin-bottom: 12px;\n            padding: 10px;\n            background: rgba(255, 255, 255, 0.7);\n            border-radius: 8px;\n        }\n        \n        .application:before {\n            content: \"🍵\";\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 25px 20px;\n            background: #f1f8ef;\n            border-radius: 10px;\n            border: 1px solid #d8e8d6;\n        }\n        \n        .spec-value {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #3a7d44;\n            margin-bottom: 10px;\n        }\n        \n        .spec-label {\n            color: #2c3e2c;\n        }\n        \n        .brand-story {\n            background: linear-gradient(to right, #e9f5e7, #d8e8d6);\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n            position: relative;\n        }\n        \n        .brand-story:before {\n            content: \"\"\";\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            font-size: 60px;\n            color: #4a9f5b;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #2c3e2c;\n            margin-bottom: 20px;\n        }\n        \n        .preparation {\n            background: #f8faf4;\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n            border: 1px dashed #c6e6c1;\n        }\n        \n        .preparation-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .step {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n        }\n        \n        .step-number {\n            display: inline-block;\n            width: 40px;\n            height: 40px;\n            background: #4a9f5b;\n            color: white;\n            border-radius: 50%;\n            line-height: 40px;\n            margin-bottom: 15px;\n            font-weight: bold;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 50px 20px;\n            background: linear-gradient(135deg, #2c3e2c 0%, #3a7d44 100%);\n            color: white;\n            border-radius: 10px;\n        }\n        \n        .cta-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #2c3e2c;\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n        }\n        \n        .cta-button:hover {\n            background: #e2f0e0;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        @media (max-width: 768px) {\n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .product-content {\n                padding: 20px;\n            }\n            \n            .brand-story, .applications, .preparation {\n                padding: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"badge\"\u003eOrganic \u0026amp; All-Natural\u003c\/div\u003e\n            \u003ch1\u003eJade Leaf Organic Sweetened Matcha Latte Mix\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eCreating authentic, delicious, and trendy matcha lattes is easier than ever\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\u003cbr\u003e\n                    \u003csmall\u003e2.2 lb. pouch - Makes approximately 100 servings\u003c\/small\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp\u003eMade from premium quality ground matcha sourced directly from Japanese partner farmers, this latte mix delivers a vibrant, bright green color and a delicate yet complex flavor with rich vegetal undertones.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍃\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003ePremium Sourced\u003c\/h3\u003e\n                        \u003cp\u003eDirectly sourced from Japanese partner farms for the highest quality matcha.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003e100% Organic\u003c\/h3\u003e\n                        \u003cp\u003eMade with all-natural ingredients and organic unrefined cane sugar.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eQuick Preparation\u003c\/h3\u003e\n                        \u003cp\u003eJust combine with water and milk for perfect lattes every time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eVersatile Use\u003c\/h3\u003e\n                        \u003cp\u003eWorks perfectly for both hot and iced matcha latte creations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e2.2 lb\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003ePouch Size\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e100+\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eServings\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eOrganic\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eCertified\u003c\/div\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\"\u003ePerfect For All Matcha Creations\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003eHot matcha lattes\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eIced matcha lattes\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMatcha frappes\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMatcha smoothies\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMatcha desserts\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMatcha lemonades\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMatcha milkshakes\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eCustom creations\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"preparation\"\u003e\n            \u003ch2 class=\"section-title\"\u003eEasy Preparation\u003c\/h2\u003e\n            \u003cp\u003eThis pre-made mix makes it easy for your baristas to quickly whip up delicious matcha lattes, helping you deliver drinks faster and cut down on labor requirements.\u003c\/p\u003e\n            \n            \u003cdiv class=\"preparation-steps\"\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003eMeasure\u003c\/h3\u003e\n                    \u003cp\u003eUse 2-3 teaspoons of mix per 12 oz serving\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eCombine\u003c\/h3\u003e\n                    \u003cp\u003eAdd hot or cold water and whisk until smooth\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eAdd Milk\u003c\/h3\u003e\n                    \u003cp\u003ePour in milk or plant-based alternative\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                    \u003ch3\u003eServe\u003c\/h3\u003e\n                    \u003cp\u003eEnjoy immediately or pour over ice\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-story\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Jade Leaf Story\u003c\/h2\u003e\n            \u003cp\u003eWhen Jade Leaf began in 2014, most companies selling matcha to the US market were either adding an exorbitant luxury markup to their products or trying to pass off cheaply made green tea powders as traditional matcha.\u003c\/p\u003e\n            \u003cp\u003eRepresenting the Kizuna Tea Collective, a group of small, family-owned Japanese farms, Jade Leaf was founded on the promise to deliver premium quality product at fair market prices. By sourcing directly from artisan partner farms, Jade Leaf offers the highest quality products at the best prices.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2 class=\"cta-title\"\u003eElevate Your Matcha Offerings\u003c\/h2\u003e\n            \u003cp\u003ePerfect for coffee shops, cafes, and restaurants looking to serve premium matcha beverages with consistent quality and minimal effort.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42482223710292,"sku":null,"price":604.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2900512_61a04af7-1429-43dd-b94f-620c0eb62609.jpg?v=1758210749"},{"product_id":"monin-dark-chocolate-flavoring-sauce-64-fl-oz-4-case","title":"Monin Dark Chocolate Flavoring Sauce 64 fl. oz. - 4\/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\u003eMonin Dark Chocolate Flavoring Sauce\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Open+Sans:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #3a2c2c;\n            line-height: 1.6;\n            background-color: #f9f5f2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #3a2c2c 0%, #5c4033 100%);\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            color: white;\n        }\n        \n        .badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #d4af37;\n            color: #3a2c2c;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #f7f2e8;\n            margin-bottom: 15px;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #d4af37;\n            max-width: 700px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f5f2 0%, #f1e8e0 100%);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n        }\n        \n        .image-placeholder {\n            font-size: 1.1rem;\n            color: #7d5d5d;\n            text-align: center;\n            padding: 40px 20px;\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px 30px;\n        }\n        \n        .features {\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: #f9f5f2;\n            padding: 25px;\n            border-radius: 10px;\n            border-left: 4px solid #8b5a2b;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            color: #8b5a2b;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #3a2c2c;\n            margin-bottom: 10px;\n        }\n        \n        .applications {\n            background: #f9f5f2;\n            padding: 40px;\n            border-radius: 10px;\n            margin: 30px 0;\n            border: 1px solid #e8d5c8;\n        }\n        \n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #3a2c2c;\n            margin-bottom: 25px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: \"\";\n            display: block;\n            width: 60px;\n            height: 3px;\n            background: #8b5a2b;\n            margin: 10px auto;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .application {\n            display: flex;\n            align-items: center;\n            margin-bottom: 12px;\n            padding: 10px;\n            background: rgba(255, 255, 255, 0.7);\n            border-radius: 8px;\n        }\n        \n        .application:before {\n            content: \"★\";\n            color: #8b5a2b;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 250px;\n            text-align: center;\n            padding: 25px 20px;\n            background: #f9f5f2;\n            border-radius: 10px;\n            border: 1px solid #e8d5c8;\n        }\n        \n        .spec-value {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #8b5a2b;\n            margin-bottom: 10px;\n        }\n        \n        .spec-label {\n            color: #3a2c2c;\n        }\n        \n        .ingredients {\n            background: linear-gradient(to right, #f9f5f2, #f1e8e0);\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n        }\n        \n        .ingredient-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .ingredient {\n            padding: 10px 20px;\n            background: white;\n            border-radius: 30px;\n            border: 1px solid #e8d5c8;\n        }\n        \n        .brand-story {\n            background: linear-gradient(to right, #3a2c2c, #5c4033);\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n            color: white;\n            position: relative;\n        }\n        \n        .brand-story:before {\n            content: \"\"\";\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            font-size: 60px;\n            color: #d4af37;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #f7f2e8;\n            margin-bottom: 20px;\n        }\n        \n        .preparation {\n            background: #f9f5f2;\n            padding: 40px;\n            border-radius: 10px;\n            margin: 40px 0;\n            border: 1px dashed #c8b8a8;\n        }\n        \n        .preparation-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .step {\n            text-align: center;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n        }\n        \n        .step-number {\n            display: inline-block;\n            width: 40px;\n            height: 40px;\n            background: #8b5a2b;\n            color: white;\n            border-radius: 50%;\n            line-height: 40px;\n            margin-bottom: 15px;\n            font-weight: bold;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 50px 20px;\n            background: linear-gradient(135deg, #3a2c2c 0%, #5c4033 100%);\n            color: white;\n            border-radius: 10px;\n        }\n        \n        .cta-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #d4af37;\n            color: #3a2c2c;\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n        }\n        \n        .cta-button:hover {\n            background: #f0d67c;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        @media (max-width: 768px) {\n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .product-content {\n                padding: 20px;\n            }\n            \n            .brand-story, .applications, .preparation {\n                padding: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"badge\"\u003ePremium Quality\u003c\/div\u003e\n            \u003ch1\u003eMonin Dark Chocolate Flavoring Sauce\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eQuickly and easily add decadent flavor to anything you make\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\u003cbr\u003e\n                    \u003csmall\u003e64 oz. plastic bottle with pump compatibility\u003c\/small\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp\u003eThis versatile sauce can be used as an ingredient, topping, or garnish for your top-selling drinks and desserts. Featuring a rich dark chocolate flavor with a thicker consistency than liquid flavoring syrup.\u003c\/p\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍫\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eRich Flavor\u003c\/h3\u003e\n                        \u003cp\u003eDeep, luxurious dark chocolate flavor that enhances without overpowering.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eNatural Ingredients\u003c\/h3\u003e\n                        \u003cp\u003eMade with pure cane sugar and no artificial ingredients or colors.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eQuick Service\u003c\/h3\u003e\n                        \u003cp\u003eCompatible with pumps for efficient service during peak hours.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eVersatile Use\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for beverages, desserts, toppings, and garnishes.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e64 oz\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eBottle Size\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eThick\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eConsistency\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003ePump Ready\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eCompatible\u003c\/div\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\"\u003ePerfect For All Chocolate Creations\u003c\/h2\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application\"\u003eCoffee \u0026amp; espresso drinks\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eHot chocolate\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eMilkshakes \u0026amp; frappes\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eIce cream toppings\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eCheesecakes \u0026amp; desserts\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003ePastry fillings\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eDessert sauces\u003c\/div\u003e\n                \u003cdiv class=\"application\"\u003eCocktails \u0026amp; beverages\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"ingredients\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePremium Ingredients\u003c\/h2\u003e\n            \u003cp\u003eMade with pure cane sugar and no artificial ingredients or colors, this sauce will enhance the flavor profile of your mixed or blended drinks without overpowering them or being too sweet.\u003c\/p\u003e\n            \n            \u003cdiv class=\"ingredient-list\"\u003e\n                \u003cdiv class=\"ingredient\"\u003ePure Cane Sugar\u003c\/div\u003e\n                \u003cdiv class=\"ingredient\"\u003eNatural Flavors\u003c\/div\u003e\n                \u003cdiv class=\"ingredient\"\u003eNo Artificial Colors\u003c\/div\u003e\n                \u003cdiv class=\"ingredient\"\u003eNo Artificial Ingredients\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"preparation\"\u003e\n            \u003ch2 class=\"section-title\"\u003eEasy To Use\u003c\/h2\u003e\n            \u003cp\u003eThis versatile sauce simplifies beverage and dessert preparation while delivering consistent, premium results.\u003c\/p\u003e\n            \n            \u003cdiv class=\"preparation-steps\"\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003eDrizzle\u003c\/h3\u003e\n                    \u003cp\u003eSwirl atop whipped cream or desserts\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eMix\u003c\/h3\u003e\n                    \u003cp\u003eBlend into hot or cold beverages\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eGarnish\u003c\/h3\u003e\n                    \u003cp\u003eUse to decorate glasses and plates\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                    \u003ch3\u003eCreate\u003c\/h3\u003e\n                    \u003cp\u003eExperiment with signature recipes\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-story\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Monin Legacy Since 1912\u003c\/h2\u003e\n            \u003cp\u003eSince 1912, Monin has had a passion for delivering premium products that simplify the beverage-making process. A third generation family-owned company, Monin's uncompromising integrity to high-quality ingredients has made it a proud leader in the industry today.\u003c\/p\u003e\n            \u003cp\u003eFocusing on using premium ingredients and versatility in application when creating its products, Monin is constantly innovating and expanding its product portfolio with products that deliver new and exciting flavors, with equally enticing aromas, to the market.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2 class=\"cta-title\"\u003eElevate Your Menu With Premium Chocolate\u003c\/h2\u003e\n            \u003cp\u003ePerfect for coffee shops, hotels, cafes, and restaurants looking to add decadent chocolate flavor to their offerings.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42482226790484,"sku":null,"price":161.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2828851_d3ca6f35-cc96-4a7a-a1be-30ef2e14268e.jpg?v=1758210546"},{"product_id":"regal-bulk-granulated-garlic-27-5-lb","title":"Bulk Granulated Garlic by Prime - 27.5 lb","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\u003eRegal Bulk Granulated Garlic\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        .garlic-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            font-family: 'Lato', sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .garlic-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #e8c39e;\n        }\n        \n        .garlic-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        .garlic-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .garlic-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .garlic-image {\n            flex: 1;\n            min-width: 300px;\n            background-color: #f9f5f0;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .garlic-image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, #f9f5f0 0%, #e8dfce 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8a6d3b;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .garlic-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .garlic-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n        }\n        \n        .garlic-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #d8a868;\n            font-size: 1.5rem;\n            position: absolute;\n            left: 0;\n            top: -5px;\n        }\n        \n        .garlic-uses {\n            background-color: #f9f5f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .use-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .use-case {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            flex: 1;\n            min-width: 150px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .use-case:hover {\n            transform: translateY(-5px);\n        }\n        \n        .use-case i {\n            font-size: 1.8rem;\n            color: #d8a868;\n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .garlic-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #fff 0%, #f9f5f0 100%);\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #d8a868;\n        }\n        \n        .benefit-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .garlic-title {\n                font-size: 2.2rem;\n            }\n            \n            .garlic-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .garlic-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"garlic-container\"\u003e\n        \u003cdiv class=\"garlic-header\"\u003e\n            \u003ch1 class=\"garlic-title\"\u003eRegal Bulk Granulated Garlic\u003c\/h1\u003e\n            \u003cp class=\"garlic-subtitle\"\u003eA quick and effective substitute for fresh garlic, perfect for elevating your signature dishes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-content\"\u003e\n            \u003cdiv class=\"garlic-image\"\u003e\n                \u003cdiv class=\"garlic-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n            [Image of Regal Granulated Garlic Jar]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"garlic-details\"\u003e\n                \u003cdiv class=\"garlic-description\"\u003e\n                    \u003cp\u003eOur Regal bulk granulated garlic offers a fresh, pungent garlic flavor and aroma that will transform your culinary creations. Sourced from premium quality garlic and carefully processed to preserve its essential oils and flavor compounds.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"garlic-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eConsistent granulation for even distribution and measuring\u003c\/li\u003e\n                        \u003cli\u003eLong shelf life without compromising flavor\u003c\/li\u003e\n                        \u003cli\u003eMore potent than garlic powder with better texture\u003c\/li\u003e\n                        \u003cli\u003eConvenient alternative to peeling and mincing fresh garlic\u003c\/li\u003e\n                        \u003cli\u003ePerfect for dry rubs, spice blends, and seasoning mixes\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eIdeal For Restaurants \u0026amp; Food Service\u003c\/h2\u003e\n            \u003cp\u003eWhether you own a pizzeria, Italian restaurant, or upscale bistro, our granulated garlic is the perfect addition to all of your favorite menu items.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003c!-- Icon would go here --\u003e\n                    \u003ci\u003e🍕\u003c\/i\u003e\n                    \u003ch3\u003ePizza Shops\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for garlic bread, pizza sauces, and crust seasoning\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍝\u003c\/i\u003e\n                    \u003ch3\u003eItalian Cuisine\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for pasta sauces, meatballs, and marinades\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍲\u003c\/i\u003e\n                    \u003ch3\u003eSoup \u0026amp; Sauces\u003c\/h3\u003e\n                    \u003cp\u003eEnhances tomato-based sauces, soups, and stews\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍗\u003c\/i\u003e\n                    \u003ch3\u003eMarinades\u003c\/h3\u003e\n                    \u003cp\u003eExcellent for meat, poultry, and vegetable marinades\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-benefits\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eTime-Saving\u003c\/h3\u003e\n                \u003cp\u003eEliminate the need for peeling, chopping, and mincing fresh garlic\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eConsistent Flavor\u003c\/h3\u003e\n                \u003cp\u003eGet the same great garlic flavor in every batch without variation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                \u003cp\u003eReduce waste and labor costs associated with fresh garlic preparation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eLong Shelf Life\u003c\/h3\u003e\n                \u003cp\u003eStays fresh longer than raw garlic, reducing spoilage and waste\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484442366036,"sku":null,"price":221.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1836919.jpg?v=1758210215"},{"product_id":"regal-bulk-fancy-paprika-25-lb","title":"Bulk Fancy Paprika by Prime - 25 lb","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\u003eRegal Bulk Fancy Paprika\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        .paprika-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            font-family: 'Lato', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff, #fffaf5);\n        }\n        \n        .paprika-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #ff7b7b 0%, #d13f3f 100%);\n            border-radius: 12px;\n            color: white;\n            box-shadow: 0 10px 20px rgba(209, 63, 63, 0.2);\n        }\n        \n        .paprika-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n        }\n        \n        .paprika-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.9;\n        }\n        \n        .paprika-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .paprika-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #fff5f5 0%, #ffecec 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 25px;\n            box-shadow: 0 8px 20px rgba(209, 63, 63, 0.15);\n            border: 1px solid #ffd1d1;\n        }\n        \n        .paprika-image-placeholder {\n            width: 100%;\n            height: 320px;\n            background: linear-gradient(135deg, #ff7b7b 0%, #d13f3f 100%);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .paprika-image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 150%;\n            height: 40px;\n            background: rgba(255,255,255,0.2);\n            transform: rotate(45deg);\n            top: -60px;\n            left: -20px;\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            100% { left: calc(100% + 100px); }\n        }\n        \n        .paprika-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .paprika-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .paprika-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #d13f3f;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #ffb3b3;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"★\";\n            color: #d13f3f;\n            font-size: 1.2rem;\n            position: absolute;\n            left: 0;\n            top: 0;\n        }\n        \n        .paprika-uses {\n            background: linear-gradient(135deg, #fff5f5 0%, #ffecec 100%);\n            padding: 30px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 20px rgba(209, 63, 63, 0.1);\n            border: 1px solid #ffd1d1;\n        }\n        \n        .use-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .use-case {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 10px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(209, 63, 63, 0.1);\n            transition: all 0.3s ease;\n            border-top: 4px solid #d13f3f;\n        }\n        \n        .use-case:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(209, 63, 63, 0.15);\n        }\n        \n        .use-case i {\n            font-size: 2.2rem;\n            color: #d13f3f;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .use-case h3 {\n            font-family: 'Playfair Display', serif;\n            color: #d13f3f;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .paprika-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 8px 20px rgba(209, 63, 63, 0.1);\n            text-align: center;\n            border-top: 4px solid #d13f3f;\n            transition: all 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(209, 63, 63, 0.15);\n        }\n        \n        .benefit-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #d13f3f;\n            margin-top: 0;\n            font-size: 1.4rem;\n        }\n        \n        .bulk-pack {\n            background: linear-gradient(135deg, #d13f3f 0%, #a82d2d 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 25px rgba(209, 63, 63, 0.25);\n        }\n        \n        .bulk-pack h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n        }\n        \n        @media (max-width: 768px) {\n            .paprika-title {\n                font-size: 2.2rem;\n            }\n            \n            .paprika-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .paprika-content {\n                flex-direction: column;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"paprika-container\"\u003e\n        \u003cdiv class=\"paprika-header\"\u003e\n            \u003ch1 class=\"paprika-title\"\u003eRegal Bulk Fancy Paprika\u003c\/h1\u003e\n            \u003cp class=\"paprika-subtitle\"\u003eAdd vibrant color and mildly spicy flavor to your culinary creations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"paprika-content\"\u003e\n            \u003cdiv class=\"paprika-image\"\u003e\n                \u003cdiv class=\"paprika-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Regal Fancy Paprika]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"paprika-details\"\u003e\n                \u003cdiv class=\"paprika-description\"\u003e\n                    \u003cp\u003eOur Regal bulk fancy paprika brings a rich red-orange hue and mildly spicy taste that will transform your dishes. Derived from carefully selected ground red peppers, this premium spice adds both vibrant color and exquisite flavor to your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"paprika-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eRich, vibrant red-orange color that enhances visual appeal\u003c\/li\u003e\n                        \u003cli\u003eMildly spicy flavor profile that complements without overpowering\u003c\/li\u003e\n                        \u003cli\u003eVersatile enough for various cuisines from Hungarian to Spanish\u003c\/li\u003e\n                        \u003cli\u003eConsistent quality and texture for even distribution\u003c\/li\u003e\n                        \u003cli\u003eLong shelf life while maintaining color and flavor potency\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"paprika-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eCulinary Applications\u003c\/h2\u003e\n            \u003cp\u003eThis versatile spice can transform a wide variety of dishes across multiple cuisines and cooking styles.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍛\u003c\/i\u003e\n                    \u003ch3\u003eTraditional Dishes\u003c\/h3\u003e\n                    \u003cp\u003eEssential for Hungarian goulash, Spanish chorizo, and paella\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍗\u003c\/i\u003e\n                    \u003ch3\u003eProteins\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for seasoning poultry, fish, and meat rubs\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🥔\u003c\/i\u003e\n                    \u003ch3\u003eSides \u0026amp; Vegetables\u003c\/h3\u003e\n                    \u003cp\u003eEnhances potatoes, rice, chickpeas, and roasted vegetables\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🥘\u003c\/i\u003e\n                    \u003ch3\u003eGlobal Cuisine\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for curries, stews, and international specialties\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"paprika-benefits\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eVisual Appeal\u003c\/h3\u003e\n                \u003cp\u003eAdds a beautiful red-orange color that makes dishes more appetizing and visually striking\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eFlavor Enhancement\u003c\/h3\u003e\n                \u003cp\u003eProvides a subtle heat and sweetness that complements without overpowering other ingredients\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eMenu Versatility\u003c\/h3\u003e\n                \u003cp\u003eWorks across multiple cuisines and dish types, from proteins to sides and sauces\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eConsistent Quality\u003c\/h3\u003e\n                \u003cp\u003eMaintains reliable flavor, color, and texture in every batch for predictable results\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-pack\"\u003e\n            \u003ch2\u003e25 lb. Bulk Bag\u003c\/h2\u003e\n            \u003cp\u003eOur convenient bulk packaging provides ample supply for high-volume kitchens, reducing the frequency of reorders and saving you both time and money. Perfect for restaurants, catering services, and food production facilities.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484462420052,"sku":null,"price":199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2604581.jpg?v=1761573855"},{"product_id":"regal-granulated-garlic-5-lb","title":"Garlic Powder by Prime - 5 lb","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\u003eRegal 5 lb. Granulated Garlic\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background-color: #f9f7f2;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .garlic-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n            font-family: 'Lato', sans-serif;\n        }\n        \n        .garlic-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px;\n            background: linear-gradient(135deg, #f8f4e9 0%, #efe6d2 100%);\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .garlic-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        .garlic-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #8a6d3b;\n            font-weight: 700;\n        }\n        \n        .garlic-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .garlic-image {\n            flex: 1;\n            min-width: 300px;\n            background-color: #f9f5f0;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .garlic-image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, #f9f5f0 0%, #e8dfce 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8a6d3b;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .garlic-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .garlic-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .garlic-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8a6d3b;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #d8a868;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #d8a868;\n            font-size: 2rem;\n            position: absolute;\n            left: 0;\n            top: -10px;\n        }\n        \n        .garlic-uses {\n            background-color: #f9f5f0;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .use-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .use-case {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .use-case:hover {\n            transform: translateY(-5px);\n        }\n        \n        .use-case i {\n            font-size: 2.2rem;\n            color: #d8a868;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .use-case h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .garlic-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #fff 0%, #f9f5f0 100%);\n            padding: 30px 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #d8a868;\n        }\n        \n        .benefit-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n        }\n        \n        .bulk-pack {\n            background: linear-gradient(135deg, #8a6d3b 0%, #6b5230 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 20px rgba(138, 109, 59, 0.3);\n        }\n        \n        .bulk-pack h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n        }\n        \n        @media (max-width: 768px) {\n            .garlic-title {\n                font-size: 2.2rem;\n            }\n            \n            .garlic-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .garlic-content {\n                flex-direction: column;\n            }\n            \n            .use-case {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"garlic-container\"\u003e\n        \u003cdiv class=\"garlic-header\"\u003e\n            \u003ch1 class=\"garlic-title\"\u003eRegal 5 lb. Granulated Garlic\u003c\/h1\u003e\n            \u003cp class=\"garlic-subtitle\"\u003eA necessary ingredient in any commercial kitchen\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-content\"\u003e\n            \u003cdiv class=\"garlic-image\"\u003e\n                \u003cdiv class=\"garlic-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Regal 5 lb. Granulated Garlic]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"garlic-details\"\u003e\n                \u003cdiv class=\"garlic-description\"\u003e\n                    \u003cp\u003eFrom chicken and beef to veggies and seafood, \u003cspan class=\"highlight\"\u003eRegal granulated garlic\u003c\/span\u003e is the perfect ingredient for any of your signature dishes. A member of the onion, chive, and leek family, garlic is a pantry staple that can be used in marinades, tomato-based sauces, and soups.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"garlic-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eConsistent granulation for even distribution and measuring\u003c\/li\u003e\n                        \u003cli\u003eLong shelf life without compromising flavor\u003c\/li\u003e\n                        \u003cli\u003eMore potent than garlic powder with better texture\u003c\/li\u003e\n                        \u003cli\u003eConvenient alternative to peeling and mincing fresh garlic\u003c\/li\u003e\n                        \u003cli\u003ePerfect for dry rubs, spice blends, and seasoning mixes\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eIdeal For Restaurants \u0026amp; Food Service\u003c\/h2\u003e\n            \u003cp\u003eWhether you own a pizzeria, Italian restaurant, or upscale bistro, our granulated garlic is the perfect addition to all of your favorite menu items.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍕\u003c\/i\u003e\n                    \u003ch3\u003ePizza Shops\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for garlic bread, pizza sauces, and crust seasoning\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍝\u003c\/i\u003e\n                    \u003ch3\u003eItalian Cuisine\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for pasta sauces, meatballs, and marinades\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍲\u003c\/i\u003e\n                    \u003ch3\u003eSoup \u0026amp; Sauces\u003c\/h3\u003e\n                    \u003cp\u003eEnhances tomato-based sauces, soups, and stews\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci\u003e🍗\u003c\/i\u003e\n                    \u003ch3\u003eMarinades\u003c\/h3\u003e\n                    \u003cp\u003eExcellent for meat, poultry, and vegetable marinades\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-benefits\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eTime-Saving\u003c\/h3\u003e\n                \u003cp\u003eEliminate the need for peeling, chopping, and mincing fresh garlic\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eConsistent Flavor\u003c\/h3\u003e\n                \u003cp\u003eGet the same great garlic flavor in every batch without variation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                \u003cp\u003eReduce waste and labor costs associated with fresh garlic preparation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003eWorks with proteins, vegetables, sauces, and more\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-pack\"\u003e\n            \u003ch2\u003e5 lb. Bulk Bag\u003c\/h2\u003e\n            \u003cp\u003eOur convenient bulk packaging provides ample supply for commercial kitchens, reducing the frequency of reorders and saving you both time and money. Perfect for restaurants, catering services, and food production facilities.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484470087764,"sku":null,"price":67.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1836917.jpg?v=1758209709"},{"product_id":"regal-garlic-powder-5-lb","title":"Garlic Powder by Prime - 5 lb","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\u003eRegal 5 lb. Garlic Powder\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background-color: #f9f7f2;\n            color: #333;\n            line-height: 1.6;\n            font-family: 'Lato', sans-serif;\n        }\n        \n        .garlic-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n        \n        .garlic-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #f8f4e9 0%, #efe6d2 100%);\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .garlic-header:before {\n            content: \"\";\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%238a6d3b50\"\u003e\u003cpath d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            top: -50px;\n            right: -50px;\n        }\n        \n        .garlic-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        .garlic-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #8a6d3b;\n            font-weight: 700;\n        }\n        \n        .garlic-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .garlic-image {\n            flex: 1;\n            min-width: 300px;\n            background-color: #f9f5f0;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .garlic-image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, #f9f5f0 0%, #e8dfce 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8a6d3b;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .garlic-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .garlic-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .garlic-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8a6d3b;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #d8a868;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #d8a868;\n            font-size: 2rem;\n            position: absolute;\n            left: 0;\n            top: -10px;\n        }\n        \n        .garlic-uses {\n            background-color: #f9f5f0;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .use-cuisines {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .cuisine {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .cuisine:hover {\n            transform: translateY(-5px);\n        }\n        \n        .cuisine i {\n            font-size: 2.2rem;\n            color: #d8a868;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .cuisine h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .use-applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .application {\n            background: linear-gradient(135deg, #fff 0%, #f9f5f0 100%);\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #d8a868;\n        }\n        \n        .application h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n        }\n        \n        .bulk-pack {\n            background: linear-gradient(135deg, #8a6d3b 0%, #6b5230 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 20px rgba(138, 109, 59, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .bulk-pack:before {\n            content: \"\";\n            position: absolute;\n            width: 150px;\n            height: 150px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23ffffff20\"\u003e\u003cpath d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            bottom: -30px;\n            right: -30px;\n        }\n        \n        .bulk-pack h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .business-types {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 30px;\n        }\n        \n        .business-type {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .garlic-title {\n                font-size: 2.2rem;\n            }\n            \n            .garlic-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .garlic-content {\n                flex-direction: column;\n            }\n            \n            .cuisine, .application {\n                min-width: 100%;\n            }\n            \n            .business-types {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .business-type {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"garlic-container\"\u003e\n        \u003cdiv class=\"garlic-header\"\u003e\n            \u003ch1 class=\"garlic-title\"\u003eRegal 5 lb. Garlic Powder\u003c\/h1\u003e\n            \u003cp class=\"garlic-subtitle\"\u003eCut down on prep work with our pungent and spicy garlic powder\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-content\"\u003e\n            \u003cdiv class=\"garlic-image\"\u003e\n                \u003cdiv class=\"garlic-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Regal 5 lb. Garlic Powder]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"garlic-details\"\u003e\n                \u003cdiv class=\"garlic-description\"\u003e\n                    \u003cp\u003eA member of the onion family, \u003cspan class=\"highlight\"\u003eRegal garlic powder\u003c\/span\u003e offers a pungent and spicy flavor that is sure to pair well with your culinary creations. This versatile spice is the perfect addition to meats, seafood, and veggies, and can also be used to create savory sauces, soups, and marinades.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"garlic-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eFinely ground for even distribution and quick dissolution\u003c\/li\u003e\n                        \u003cli\u003eIntense garlic flavor that enhances without overpowering\u003c\/li\u003e\n                        \u003cli\u003eLong shelf life while maintaining potency and aroma\u003c\/li\u003e\n                        \u003cli\u003eMore concentrated than fresh garlic - a little goes a long way\u003c\/li\u003e\n                        \u003cli\u003eConsistent quality batch after batch\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eGlobal Culinary Applications\u003c\/h2\u003e\n            \u003cp\u003eOur garlic powder is commonly used in diverse cuisines around the world:\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cuisines\"\u003e\n                \u003cdiv class=\"cuisine\"\u003e\n                    \u003ci\u003e🍜\u003c\/i\u003e\n                    \u003ch3\u003eAsian Cuisine\u003c\/h3\u003e\n                    \u003cp\u003eEssential for stir-fries, curries, and marinades\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cuisine\"\u003e\n                    \u003ci\u003e🌯\u003c\/i\u003e\n                    \u003ch3\u003eMiddle Eastern\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for kebabs, dips, and spice blends\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cuisine\"\u003e\n                    \u003ci\u003e🌮\u003c\/i\u003e\n                    \u003ch3\u003eLatin American\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for salsas, meat rubs, and traditional dishes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cuisine\"\u003e\n                    \u003ci\u003e🍝\u003c\/i\u003e\n                    \u003ch3\u003eItalian\u003c\/h3\u003e\n                    \u003cp\u003eGreat for pasta sauces, breads, and pizza\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"use-applications\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eProteins\u003c\/h3\u003e\n                    \u003cp\u003eEnhance meats, seafood, and poultry with consistent garlic flavor\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eVegetables\u003c\/h3\u003e\n                    \u003cp\u003eElevate roasted, sautéed, or grilled vegetables\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eSauces \u0026amp; Soups\u003c\/h3\u003e\n                    \u003cp\u003eCreate rich, savory bases for your signature dishes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eMarinades \u0026amp; Rubs\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for dry rubs and liquid marinades alike\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-pack\"\u003e\n            \u003ch2\u003e5 lb. Bulk Container\u003c\/h2\u003e\n            \u003cp\u003eThe handy 5 lb. container makes it ideal for food establishments with high-volume needs, reducing the frequency of reorders and saving you both time and money.\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-types\"\u003e\n                \u003cdiv class=\"business-type\"\u003eRestaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eDiners\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003ePizza Shops\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eCatering Services\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eFood Trucks\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484471857236,"sku":null,"price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1824779.jpg?v=1758209297"},{"product_id":"regal-bulk-garlic-powder-27-5-lb","title":"Bulk Garlic Powder By Prime - 27.5 lb.","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\u003eRegal Bulk Garlic Powder\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background-color: #f9f7f2;\n            color: #333;\n            line-height: 1.6;\n            font-family: 'Lato', sans-serif;\n        }\n        \n        .garlic-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n        \n        .garlic-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #f8f4e9 0%, #efe6d2 100%);\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .garlic-header:before {\n            content: \"\";\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%238a6d3b50\"\u003e\u003cpath d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            top: -50px;\n            right: -50px;\n        }\n        \n        .garlic-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        .garlic-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #8a6d3b;\n            font-weight: 700;\n        }\n        \n        .garlic-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .garlic-image {\n            flex: 1;\n            min-width: 300px;\n            background-color: #f9f5f0;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .garlic-image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, #f9f5f0 0%, #e8dfce 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8a6d3b;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .garlic-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .garlic-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .garlic-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8a6d3b;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #d8a868;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #d8a868;\n            font-size: 2rem;\n            position: absolute;\n            left: 0;\n            top: -10px;\n        }\n        \n        .garlic-uses {\n            background-color: #f9f5f0;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .use-cuisines {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .cuisine {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .cuisine:hover {\n            transform: translateY(-5px);\n        }\n        \n        .cuisine i {\n            font-size: 2.2rem;\n            color: #d8a868;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .cuisine h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .use-applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .application {\n            background: linear-gradient(135deg, #fff 0%, #f9f5f0 100%);\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #d8a868;\n        }\n        \n        .application h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-top: 0;\n        }\n        \n        .bulk-pack {\n            background: linear-gradient(135deg, #8a6d3b 0%, #6b5230 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 20px rgba(138, 109, 59, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .bulk-pack:before {\n            content: \"\";\n            position: absolute;\n            width: 150px;\n            height: 150px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23ffffff20\"\u003e\u003cpath d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            bottom: -30px;\n            right: -30px;\n        }\n        \n        .bulk-pack h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .business-types {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 30px;\n        }\n        \n        .business-type {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n        }\n        \n        .texture-benefit {\n            background: linear-gradient(135deg, #f8f4e9 0%, #efe6d2 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 40px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .texture-benefit h2 {\n            font-family: 'Playfair Display', serif;\n            color: #8a6d3b;\n            margin-bottom: 15px;\n        }\n        \n        @media (max-width: 768px) {\n            .garlic-title {\n                font-size: 2.2rem;\n            }\n            \n            .garlic-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .garlic-content {\n                flex-direction: column;\n            }\n            \n            .cuisine, .application {\n                min-width: 100%;\n            }\n            \n            .business-types {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .business-type {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"garlic-container\"\u003e\n        \u003cdiv class=\"garlic-header\"\u003e\n            \u003ch1 class=\"garlic-title\"\u003eRegal Bulk Garlic Powder\u003c\/h1\u003e\n            \u003cp class=\"garlic-subtitle\"\u003eSpice up signature dishes at your pizzeria, Italian restaurant, or upscale bistro\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-content\"\u003e\n            \u003cdiv class=\"garlic-image\"\u003e\n                \u003cdiv class=\"garlic-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Regal 27.5 lb. Garlic Powder]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"garlic-details\"\u003e\n                \u003cdiv class=\"garlic-description\"\u003e\n                    \u003cp\u003eWhether you own an Italian restaurant, pizzeria, bistro, or banquet facility, a \u003cspan class=\"highlight\"\u003e27.5 lb. bag of Regal bulk garlic powder\u003c\/span\u003e will add something special to all of your favorite dishes. A member of the onion, chive, and leek family, garlic is a pantry staple that is frequently used when preparing soups, marinades, and garlic bread.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"garlic-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eFine, flour-like texture that blends uniformly into recipes\u003c\/li\u003e\n                        \u003cli\u003eMore concentrated flavor than fresh garlic\u003c\/li\u003e\n                        \u003cli\u003eLong shelf life while maintaining potency and aroma\u003c\/li\u003e\n                        \u003cli\u003eConsistent quality batch after batch\u003c\/li\u003e\n                        \u003cli\u003eIdeal for high-volume food service operations\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"texture-benefit\"\u003e\n            \u003ch2\u003eSuperior Texture for Perfect Blending\u003c\/h2\u003e\n            \u003cp\u003eGarlic powder has a fine, flour-like texture that blends into recipes more uniformly than larger granule sizes, making it the perfect choice for any business.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"garlic-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eEssential for Food Service\u003c\/h2\u003e\n            \u003cp\u003eOur garlic powder is perfect for all your culinary applications:\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-applications\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eSoups \u0026amp; Sauces\u003c\/h3\u003e\n                    \u003cp\u003eBlends seamlessly into liquid preparations for consistent flavor\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eMarinades\u003c\/h3\u003e\n                    \u003cp\u003eDistributes evenly for perfectly seasoned proteins\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eGarlic Bread\u003c\/h3\u003e\n                    \u003cp\u003eProvides consistent coverage and flavor in every batch\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003ch3\u003eSpice Blends\u003c\/h3\u003e\n                    \u003cp\u003eMixes uniformly with other spices for consistent results\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-pack\"\u003e\n            \u003ch2\u003e27.5 lb. Bulk Bag\u003c\/h2\u003e\n            \u003cp\u003eThe large 27.5 lb. bulk bag is perfect for high-volume food service establishments, reducing the frequency of reorders and saving you both time and money.\u003c\/p\u003e\n            \n            \u003cdiv class=\"business-types\"\u003e\n                \u003cdiv class=\"business-type\"\u003ePizzerias\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eItalian Restaurants\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eBistros\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eBanquet Facilities\u003c\/div\u003e\n                \u003cdiv class=\"business-type\"\u003eCatering Services\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484476608596,"sku":null,"price":262.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1824781.jpg?v=1758208589"},{"product_id":"frostline-vanilla-soft-serve-ice-cream-mix-6-lb-6-case","title":"Frostline Vanilla Soft Serve Ice Cream Mix 6 lb. - 6\/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\u003eFrostline Vanilla Soft Serve Ice Cream Mix\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background: linear-gradient(to bottom, #f9f6ff, #fff);\n            color: #333;\n            line-height: 1.6;\n            font-family: 'Lato', sans-serif;\n        }\n        \n        .icecream-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n        \n        .icecream-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #fff4f4 0%, #ffe6f2 100%);\n            border-radius: 15px;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .icecream-header:before {\n            content: \"\";\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23d291bc50\"\u003e\u003cpath d=\"M20.5,10H20V7a2,2,0,0,0-2-2H6A2,2,0,0,0,4,7v3H3.5a1.5,1.5,0,0,0,0,3H4v7a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V13h0.5a1.5,1.5,0,0,0,0-3Zm-14,14H6a1,1,0,0,1-1-1V13H6.5Zm0-12H5V7A1,1,0,0,1,6,6H6.5Zm10,12H7.5V13h9Zm0-11H17V7a1,1,0,0,1,1-1h0.5Zm3,13a1,1,0,0,1-1,1H19V13h1.5Z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            top: -50px;\n            right: -50px;\n        }\n        \n        .icecream-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8a4f7d;\n            margin-bottom: 15px;\n        }\n        \n        .icecream-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #8a4f7d;\n            font-weight: 700;\n        }\n        \n        .icecream-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .icecream-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #fff4f4 0%, #ffe6f2 100%);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 25px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n        }\n        \n        .icecream-image-placeholder {\n            width: 100%;\n            height: 320px;\n            background: linear-gradient(135deg, #ffe6f2 0%, #d291bc 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .icecream-image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 150%;\n            height: 60px;\n            background: rgba(255,255,255,0.3);\n            transform: rotate(45deg);\n            top: -80px;\n            left: -20px;\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            100% { left: calc(100% + 100px); }\n        }\n        \n        .icecream-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .icecream-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .icecream-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8a4f7d;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #d291bc;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"★\";\n            color: #d291bc;\n            font-size: 1.5rem;\n            position: absolute;\n            left: 0;\n            top: 0;\n        }\n        \n        .icecream-uses {\n            background: linear-gradient(135deg, #fff4f4 0%, #ffe6f2 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n        \n        .use-options {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .use-option {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 12px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .use-option:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.1);\n        }\n        \n        .use-option i {\n            font-size: 2.2rem;\n            color: #d291bc;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .use-option h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a4f7d;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #fff 0%, #fff4f4 100%);\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #d291bc;\n            transition: all 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #8a4f7d;\n            margin-top: 0;\n        }\n        \n        .bulk-benefit {\n            background: linear-gradient(135deg, #8a4f7d 0%, #6b3c5f 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 25px rgba(138, 79, 125, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .bulk-benefit:before {\n            content: \"\";\n            position: absolute;\n            width: 150px;\n            height: 150px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23ffffff20\"\u003e\u003cpath d=\"M20.5,10H20V7a2,2,0,0,0-2-2H6A2,2,0,0,0,4,7v3H3.5a1.5,1.5,0,0,0,0,3H4v7a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V13h0.5a1.5,1.5,0,0,0,0-3Zm-14,14H6a1,1,0,0,1-1-1V13H6.5Zm0-12H5V7A1,1,0,0,1,6,6H6.5Zm10,12H7.5V13h9Zm0-11H17V7a1,1,0,0,1,1-1h0.5Zm3,13a1,1,0,0,1-1,1H19V13h1.5Z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            bottom: -30px;\n            right: -30px;\n        }\n        \n        .bulk-benefit h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .flavor-blends {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 30px;\n        }\n        \n        .flavor-blend {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n        }\n        \n        .texture-benefit {\n            background: linear-gradient(135deg, #fff4f4 0%, #ffe6f2 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            text-align: center;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n        \n        .texture-benefit h2 {\n            font-family: 'Playfair Display', serif;\n            color: #8a4f7d;\n            margin-bottom: 15px;\n        }\n        \n        @media (max-width: 768px) {\n            .icecream-title {\n                font-size: 2.2rem;\n            }\n            \n            .icecream-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .icecream-content {\n                flex-direction: column;\n            }\n            \n            .use-option, .benefit-card {\n                min-width: 100%;\n            }\n            \n            .flavor-blends {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .flavor-blend {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"icecream-container\"\u003e\n        \u003cdiv class=\"icecream-header\"\u003e\n            \u003ch1 class=\"icecream-title\"\u003eFrostline Vanilla Soft Serve Ice Cream Mix\u003c\/h1\u003e\n            \u003cp class=\"icecream-subtitle\"\u003eQuickly and easily prepare large batches of delicious soft serve ice cream\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"icecream-content\"\u003e\n            \u003cdiv class=\"icecream-image\"\u003e\n                \u003cdiv class=\"icecream-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Frostline Vanilla Soft Serve Mix]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"icecream-details\"\u003e\n                \u003cdiv class=\"icecream-description\"\u003e\n                    \u003cp\u003eDelivering a \u003cspan class=\"highlight\"\u003erich vanilla flavor with a creamy mouthfeel\u003c\/span\u003e, this versatile soft serve mix is delicious on its own or can be used to create an endless number of recipes for your menu.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"icecream-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eConsistent results batch after batch\u003c\/li\u003e\n                        \u003cli\u003eRich vanilla flavor with creamy texture\u003c\/li\u003e\n                        \u003cli\u003eEasy to prepare - just mix and serve\u003c\/li\u003e\n                        \u003cli\u003ePerfect base for custom flavors and mix-ins\u003c\/li\u003e\n                        \u003cli\u003eIdeal for high-volume soft serve operations\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"texture-benefit\"\u003e\n            \u003ch2\u003eCreamy Mouthfeel \u0026amp; Rich Flavor\u003c\/h2\u003e\n            \u003cp\u003eOur specially formulated mix delivers the perfect texture and vanilla taste that keeps customers coming back for more.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"icecream-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003eEndless Menu Possibilities\u003c\/h2\u003e\n            \u003cp\u003eOffering a great base for many mix-in options, use it as a foundation for candy add-ins and toppings to serve delicious sundaes or trendy dipped cones.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-options\"\u003e\n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🍦\u003c\/i\u003e\n                    \u003ch3\u003eClassic Vanilla\u003c\/h3\u003e\n                    \u003cp\u003eDelicious on its own as a classic vanilla soft serve\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🍫\u003c\/i\u003e\n                    \u003ch3\u003eMix-Ins\u003c\/h3\u003e\n                    \u003cp\u003ePerfect base for candy, cookie, or fruit mix-ins\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🎂\u003c\/i\u003e\n                    \u003ch3\u003eSundaes\u003c\/h3\u003e\n                    \u003cp\u003eCreate delicious sundaes with various toppings\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🍩\u003c\/i\u003e\n                    \u003ch3\u003eDipped Cones\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for trendy chocolate-dipped cones\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eTime-Saving\u003c\/h3\u003e\n                \u003cp\u003eQuick and easy preparation saves valuable time in busy food service environments\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eVersatile\u003c\/h3\u003e\n                \u003cp\u003ePerfect base for creating signature flavors and seasonal specials\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eConsistent Quality\u003c\/h3\u003e\n                \u003cp\u003eDelivers the same great taste and texture every time\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eCustomer Favorite\u003c\/h3\u003e\n                \u003cp\u003eClassic vanilla flavor appeals to a wide range of customers\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-benefit\"\u003e\n            \u003ch2\u003ePerfect for Flavor Blending\u003c\/h2\u003e\n            \u003cp\u003eMix with other Frostline soft serve flavors to create customer-favorite twists and signature offerings.\u003c\/p\u003e\n            \n            \u003cdiv class=\"flavor-blends\"\u003e\n                \u003cdiv class=\"flavor-blend\"\u003eChocolate Swirl\u003c\/div\u003e\n                \u003cdiv class=\"flavor-blend\"\u003eStrawberry Vanilla\u003c\/div\u003e\n                \u003cdiv class=\"flavor-blend\"\u003eCaramel Twist\u003c\/div\u003e\n                \u003cdiv class=\"flavor-blend\"\u003eSeasonal Specials\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484556070996,"sku":null,"price":219.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2992543.jpg?v=1758212085"},{"product_id":"coco-bakery-birthday-cake-pop-1-34-oz-72-case","title":"Coco Bakery Birthday Cake Pop 1.34 oz. - 72\/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\u003eCoco Bakery Birthday Cake Pops\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            background: linear-gradient(to bottom, #fff9fd, #fff);\n            color: #333;\n            line-height: 1.6;\n            font-family: 'Lato', sans-serif;\n        }\n        \n        .cake-pop-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n        \n        .cake-pop-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #fff0f5 0%, #ffe6f2 100%);\n            border-radius: 15px;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cake-pop-header:before {\n            content: \"\";\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23ff66b250\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            top: -50px;\n            right: -50px;\n        }\n        \n        .cake-pop-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #ff66b2;\n            margin-bottom: 15px;\n        }\n        \n        .cake-pop-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: #777;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .highlight {\n            color: #ff66b2;\n            font-weight: 700;\n        }\n        \n        .cake-pop-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .cake-pop-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #fff0f5 0%, #ffe6f2 100%);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 25px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n        }\n        \n        .cake-pop-image-placeholder {\n            width: 100%;\n            height: 320px;\n            background: linear-gradient(135deg, #ffe6f2 0%, #ff66b2 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cake-pop-image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 150%;\n            height: 60px;\n            background: rgba(255,255,255,0.3);\n            transform: rotate(45deg);\n            top: -80px;\n            left: -20px;\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            100% { left: calc(100% + 100px); }\n        }\n        \n        .cake-pop-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .cake-pop-description {\n            margin-bottom: 30px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .cake-pop-features {\n            margin-bottom: 30px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #ff66b2;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px dotted #ff99cc;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.05rem;\n        }\n        \n        .feature-list li:before {\n            content: \"★\";\n            color: #ff99cc;\n            font-size: 1.5rem;\n            position: absolute;\n            left: 0;\n            top: 0;\n        }\n        \n        .cake-pop-uses {\n            background: linear-gradient(135deg, #fff0f5 0%, #ffe6f2 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n        \n        .use-options {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .use-option {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 12px;\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .use-option:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.1);\n        }\n        \n        .use-option i {\n            font-size: 2.2rem;\n            color: #ff99cc;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .use-option h3 {\n            font-family: 'Playfair Display', serif;\n            color: #ff66b2;\n            margin-top: 0;\n            margin-bottom: 10px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #fff 0%, #fff0f5 100%);\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n            text-align: center;\n            border-top: 4px solid #ff99cc;\n            transition: all 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-card h3 {\n            font-family: 'Playfair Display', serif;\n            color: #ff66b2;\n            margin-top: 0;\n        }\n        \n        .packaging-info {\n            background: linear-gradient(135deg, #ff66b2 0%, #cc3385 100%);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            text-align: center;\n            margin-top: 40px;\n            box-shadow: 0 10px 25px rgba(255, 102, 178, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .packaging-info:before {\n            content: \"\";\n            position: absolute;\n            width: 150px;\n            height: 150px;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23ffffff20\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/\u003e\u003c\/svg\u003e');\n            opacity: 0.1;\n            bottom: -30px;\n            right: -30px;\n        }\n        \n        .packaging-info h2 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .event-types {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 30px;\n        }\n        \n        .event-type {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n        }\n        \n        .texture-benefit {\n            background: linear-gradient(135deg, #fff0f5 0%, #ffe6f2 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            text-align: center;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n        \n        .texture-benefit h2 {\n            font-family: 'Playfair Display', serif;\n            color: #ff66b2;\n            margin-bottom: 15px;\n        }\n        \n        .company-info {\n            background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n        }\n        \n        .company-info h2 {\n            font-family: 'Playfair Display', serif;\n            color: #ff66b2;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        @media (max-width: 768px) {\n            .cake-pop-title {\n                font-size: 2.2rem;\n            }\n            \n            .cake-pop-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .cake-pop-content {\n                flex-direction: column;\n            }\n            \n            .use-option, .benefit-card {\n                min-width: 100%;\n            }\n            \n            .event-types {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .event-type {\n                width: 100%;\n                text-align: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cake-pop-container\"\u003e\n        \u003cdiv class=\"cake-pop-header\"\u003e\n            \u003ch1 class=\"cake-pop-title\"\u003eCoco Bakery Birthday Cake Pops\u003c\/h1\u003e\n            \u003cp class=\"cake-pop-subtitle\"\u003eComplete your next special event with these decadent, fun treats!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cake-pop-content\"\u003e\n            \u003cdiv class=\"cake-pop-image\"\u003e\n                \u003cdiv class=\"cake-pop-image-placeholder\"\u003e\n                    \u003c!-- Replace this with your actual product image --\u003e\n                    [Image of Coco Bakery Birthday Cake Pops]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"cake-pop-details\"\u003e\n                \u003cdiv class=\"cake-pop-description\"\u003e\n                    \u003cp\u003eThis decadent treat features a \u003cspan class=\"highlight\"\u003esmooth, dense center\u003c\/span\u003e made of a mixture of birthday cake and rich, creamy frosting all rolled up into a ball. It's then coated with luscious, white chocolate flavored icing and accented with colorful rainbow non-pareils.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cake-pop-features\"\u003e\n                    \u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eDelicious birthday cake center with creamy frosting\u003c\/li\u003e\n                        \u003cli\u003eCoated in white chocolate flavored icing\u003c\/li\u003e\n                        \u003cli\u003eDecorated with colorful rainbow non-pareils\u003c\/li\u003e\n                        \u003cli\u003eBite-sized and served on lollipop sticks\u003c\/li\u003e\n                        \u003cli\u003eReady to serve - no preparation required\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"texture-benefit\"\u003e\n            \u003ch2\u003ePerfect Texture \u0026amp; Flavor\u003c\/h2\u003e\n            \u003cp\u003eOur cake pops feature the perfect balance of dense cake and creamy frosting, coated in smooth white chocolate and finished with a colorful, crunchy topping.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cake-pop-uses\"\u003e\n            \u003ch2 class=\"feature-title\"\u003ePerfect For Any Occasion\u003c\/h2\u003e\n            \u003cp\u003eThese cake pops are a fun, portable, and mouthwatering way to satisfy your guests' sweet tooth at any event.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-options\"\u003e\n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🎂\u003c\/i\u003e\n                    \u003ch3\u003eBirthday Parties\u003c\/h3\u003e\n                    \u003cp\u003eThe perfect sweet treat to celebrate special days\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e💒\u003c\/i\u003e\n                    \u003ch3\u003eWeddings\u003c\/h3\u003e\n                    \u003cp\u003eElegant addition to dessert tables and favors\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e👶\u003c\/i\u003e\n                    \u003ch3\u003eBaby Showers\u003c\/h3\u003e\n                    \u003cp\u003eAdorable treats that guests will love\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-option\"\u003e\n                    \u003ci\u003e🎉\u003c\/i\u003e\n                    \u003ch3\u003eCatered Events\u003c\/h3\u003e\n                    \u003cp\u003eImpressive desserts that are easy to serve\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eNo Preparation\u003c\/h3\u003e\n                \u003cp\u003eReady to serve - no need for labor-intensive dessert preparation\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003ePortable\u003c\/h3\u003e\n                \u003cp\u003eEasy to eat without plates or utensils, perfect for parties\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eGreat Party Favors\u003c\/h3\u003e\n                \u003cp\u003eIndividually portioned treats that guests can take home\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003ch3\u003eAppealing Presentation\u003c\/h3\u003e\n                \u003cp\u003eColorful and fun appearance that enhances any dessert table\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"packaging-info\"\u003e\n            \u003ch2\u003eConvenient Packaging\u003c\/h2\u003e\n            \u003cp\u003eEach case comes with 18 packs of 4 cake pops, totaling 72 cake pops per case. Perfect for events of all sizes!\u003c\/p\u003e\n            \n            \u003cdiv class=\"event-types\"\u003e\n                \u003cdiv class=\"event-type\"\u003eBirthday Parties\u003c\/div\u003e\n                \u003cdiv class=\"event-type\"\u003eWeddings\u003c\/div\u003e\n                \u003cdiv class=\"event-type\"\u003eBaby Showers\u003c\/div\u003e\n                \u003cdiv class=\"event-type\"\u003eCorporate Events\u003c\/div\u003e\n                \u003cdiv class=\"event-type\"\u003eCatered Functions\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"company-info\"\u003e\n            \u003ch2\u003eAbout Coco Bakery\u003c\/h2\u003e\n            \u003cp\u003eSince 2012, Coco Bakery has been serving French-inspired pastries and baked goods out of their AA-grade bakery. Based in Mississauga, Ontario, Canada, they are now the largest manufacturer of French macarons in North America. With tens of thousands of French and European baked goods produced daily, their passion for wholesome, real ingredients and high-quality baking shines through in their products that are sold globally.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484576649300,"sku":null,"price":193.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2587322.jpg?v=1758212910"},{"product_id":"dole-soft-serve-pineapple-soft-serve-mix-4-4-lb-4-case","title":"DOLE SOFT SERVE Pineapple Soft Serve Mix 4.4 lb. - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"softserve-container\"\u003e\n\u003cdiv class=\"softserve-header\"\u003e\n\u003ch1 class=\"softserve-title\"\u003eDole Pineapple Soft Serve Mix\u003c\/h1\u003e\n\u003cp class=\"softserve-subtitle\"\u003eQuickly and easily prepare large batches of fruity soft serve\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"softserve-content\"\u003e\n\u003cdiv class=\"softserve-image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"softserve-details\"\u003e\n\u003cdiv class=\"softserve-description\"\u003e\n\u003cp\u003eBursting with a \u003cspan class=\"highlight\"\u003etrue-to-fruit, tropical pineapple flavor\u003c\/span\u003e, the prepared soft serve delivers a texture that is creamier than sorbet without the tartness of frozen yogurt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"softserve-features\"\u003e\n\u003ch2 class=\"feature-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eAuthentic tropical pineapple flavor\u003c\/li\u003e\n\u003cli\u003eCreamy texture without dairy tartness\u003c\/li\u003e\n\u003cli\u003eEasy to prepare in large batches\u003c\/li\u003e\n\u003cli\u003eVersatile for various menu applications\u003c\/li\u003e\n\u003cli\u003ePerfect base for mix-ins and toppings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"texture-benefit\"\u003e\n\u003ch2\u003ePerfect Texture \u0026amp; Flavor Balance\u003c\/h2\u003e\n\u003cp\u003eOur pineapple soft serve offers the creaminess of traditional soft serve without the tartness of frozen yogurt, delivering the perfect tropical flavor experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"softserve-uses\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEndless Menu Possibilities\u003c\/h2\u003e\n\u003cp\u003eProviding maximum versatility for your menu, this soft serve mix is delicious on its own or can be easily customized with mix-ins and toppings.\u003c\/p\u003e\n\u003cdiv class=\"use-options\"\u003e\n\u003cdiv class=\"use-option\"\u003e\n\u003ci class=\"fas fa-ice-cream\"\u003e\u003c\/i\u003e\n\u003ch3\u003eStandalone Treat\u003c\/h3\u003e\n\u003cp\u003eDelicious on its own as a refreshing pineapple soft serve\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-option\"\u003e\n\u003ci class=\"fas fa-candy-cane\"\u003e\u003c\/i\u003e\n\u003ch3\u003eWith Toppings\u003c\/h3\u003e\n\u003cp\u003ePerfect with fruit, candy, nuts, or granola toppings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-option\"\u003e\n\u003ci class=\"fas fa-blender\"\u003e\u003c\/i\u003e\n\u003ch3\u003eFrozen Beverages\u003c\/h3\u003e\n\u003cp\u003eCreate float-style drinks and frozen cocktails\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-option\"\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n\u003ch3\u003eFlavor Twists\u003c\/h3\u003e\n\u003cp\u003ePair with vanilla or other flavors for unique combinations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eTime-Saving\u003c\/h3\u003e\n\u003cp\u003eQuick and easy preparation saves valuable time in busy food service environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eVersatile\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating signature menu items and seasonal specials\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eConsistent Quality\u003c\/h3\u003e\n\u003cp\u003eDelivers the same great taste and texture every time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eCustomer Favorite\u003c\/h3\u003e\n\u003cp\u003eTropical pineapple flavor appeals to a wide range of customers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flavor-combos\"\u003e\n\u003ch2\u003eCreate Flavor Combinations\u003c\/h2\u003e\n\u003cp\u003eTry pairing with vanilla soft serve ice cream or other soft serve flavors to create customer-favorite twists.\u003c\/p\u003e\n\u003cdiv class=\"topping-options\"\u003e\n\u003cdiv class=\"topping-option\"\u003eFresh Fruit\u003c\/div\u003e\n\u003cdiv class=\"topping-option\"\u003eCandy Pieces\u003c\/div\u003e\n\u003cdiv class=\"topping-option\"\u003eChocolate Chips\u003c\/div\u003e\n\u003cdiv class=\"topping-option\"\u003eToasted Nuts\u003c\/div\u003e\n\u003cdiv class=\"topping-option\"\u003eGranola\u003c\/div\u003e\n\u003cdiv class=\"topping-option\"\u003eSprinkles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-section\"\u003e\n\u003ch2\u003eMaximum Versatility\u003c\/h2\u003e\n\u003cp\u003eThis soft serve mix isn't just for cones and cups - explore all the ways you can use it on your menu:\u003c\/p\u003e\n\u003cdiv class=\"versatility-grid\"\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e\n\u003ch3\u003eDessert Specials\u003c\/h3\u003e\n\u003cp\u003eCreate signature dessert dishes with various toppings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e\n\u003ch3\u003eFrozen Cocktails\u003c\/h3\u003e\n\u003cp\u003eUse as a base for tropical frozen beverages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e\n\u003ch3\u003eFloat Beverages\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating refreshing float-style drinks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003ci class=\"fas fa-birthday-cake\"\u003e\u003c\/i\u003e\n\u003ch3\u003eSpecial Events\u003c\/h3\u003e\n\u003cp\u003eIdeal for catering and special occasion menus\u003cmeta charset=\"UTF-8\"\u003e\u003c\/p\u003e\n\u003cp\u003ecase pack weight: \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"softserve-container\"\u003e\n\u003cdiv class=\"softserve-header\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484612890708,"sku":null,"price":193.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2987740.jpg?v=1758213450"},{"product_id":"jell-o-28-oz-instant-vanilla-pudding-pie-filling-12-case","title":"JELL-O 28 oz. Instant Vanilla Pudding \u0026 Pie Filling - 12\/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\u003eVanilla Pudding Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        .pudding-description {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .pudding-header {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .pudding-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #7B3F00;\n            margin-bottom: 15px;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .pudding-title:after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #FFDEAD, #7B3F00);\n        }\n        \n        .pudding-subtitle {\n            font-size: 1.2rem;\n            color: #888;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        .pudding-features {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin: 40px 0;\n        }\n        \n        .feature {\n            flex-basis: calc(25% - 20px);\n            text-align: center;\n            padding: 25px 15px;\n            border-radius: 10px;\n            background: #FFF9F0;\n            margin-bottom: 20px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(123, 63, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            color: #7B3F00;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: #7B3F00;\n        }\n        \n        .feature-desc {\n            font-size: 0.95rem;\n            line-height: 1.5;\n            color: #666;\n        }\n        \n        .pudding-details {\n            background: linear-gradient(to right, #FFF9F0, #FFF3E0);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #7B3F00;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n        \n        .usage-section {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin: 40px 0;\n        }\n        \n        .usage-item {\n            flex-basis: calc(50% - 15px);\n            margin-bottom: 30px;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .usage-icon {\n            font-size: 1.8rem;\n            color: #7B3F00;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .usage-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            color: #7B3F00;\n            margin-bottom: 8px;\n        }\n        \n        .usage-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .guarantee {\n            text-align: center;\n            padding: 30px;\n            background: #7B3F00;\n            color: white;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .guarantee h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .guarantee p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 992px) {\n            .feature {\n                flex-basis: calc(50% - 15px);\n            }\n            \n            .usage-item {\n                flex-basis: 100%;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .feature {\n                flex-basis: 100%;\n            }\n            \n            .pudding-title {\n                font-size: 2.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003csection class=\"pudding-description\"\u003e\n        \u003cdiv class=\"pudding-header\"\u003e\n            \u003ch1 class=\"pudding-title\"\u003eJELL-O Instant Vanilla Pudding \u0026amp; Pie Filling\u003c\/h1\u003e\n            \u003cp class=\"pudding-subtitle\"\u003ePerfect for high-volume operations, delivering consistent results in taste, color, and texture every time.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pudding-features\"\u003e\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick Preparation\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eWhip up large batches in no time with our instant mix formula.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eHigh Volume\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eIdeal for buffets, cafeterias, and catered events of any size.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eProfessional Results\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eConsistent taste, color, and texture that meets culinary standards.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍮\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eVersatile Usage\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003ePerfect as standalone dessert or ingredient in various recipes.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pudding-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eCreamy Vanilla Perfection\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eOur JELL-O instant vanilla pudding mix delivers a smooth, creamy texture and rich vanilla taste that's sure to please any crowd. Whether you're serving it in your restaurant, cafeteria, or at a catered event, this reliable dessert option will keep your customers coming back for more.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🥧\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003ePudding Pies\u003c\/h3\u003e\n                    \u003cp\u003eCreate delicious pudding pies with a perfect consistency that holds its shape when sliced.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍰\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003eLayered Desserts\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for trifles, chocolate eclair cakes, and other multi-layer dessert creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍦\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003eStandalone Dessert\u003c\/h3\u003e\n                    \u003cp\u003eServe as a classic vanilla pudding that highlights the rich, creamy flavor on its own.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🎂\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003eRecipe Ingredient\u003c\/h3\u003e\n                    \u003cp\u003eUse as a key component in various dessert recipes calling for vanilla pudding.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003ch2\u003eQuality Guaranteed\u003c\/h2\u003e\n            \u003cp\u003eEvery batch of JELL-O vanilla pudding delivers the same high-quality results—creamy texture, perfect consistency, and the rich vanilla flavor your customers love. A dependable choice for food service professionals who value consistency and excellence.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484643233876,"sku":null,"price":256.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2139234.jpg?v=1758214205"},{"product_id":"davinci-gourmet-pumpkin-pie-flavoring-sauce-64-fl-oz-6-case","title":"DaVinci Gourmet Pumpkin Pie Flavoring Sauce 64 fl. oz. - 6\/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\u003eDaVinci Gourmet Pumpkin Pie Sauce\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        .davinci-description {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #E65100 0%, #FF8330 100%);\n            border-radius: 15px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.1\"\u003e\u003cpath d=\"M10,10 L90,10 L90,90 L10,90 Z\" stroke=\"white\" fill=\"none\" stroke-width=\"2\"\/\u003e\u003c\/svg\u003e');\n            background-size: 100px;\n            opacity: 0.2;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .brand-tag {\n            display: inline-block;\n            background: rgba(255,255,255,0.2);\n            padding: 5px 15px;\n            border-radius: 20px;\n            margin-top: 15px;\n            font-size: 0.9rem;\n            backdrop-filter: blur(5px);\n        }\n        \n        .highlight-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin: 40px 0;\n            gap: 20px;\n        }\n        \n        .highlight {\n            flex-basis: calc(33.333% - 20px);\n            text-align: center;\n            padding: 30px 20px;\n            border-radius: 10px;\n            background: #FFF5E6;\n            margin-bottom: 20px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #FFE4C4;\n            position: relative;\n        }\n        \n        .highlight:before {\n            content: '';\n            position: absolute;\n            top: 10px;\n            left: 10px;\n            right: 10px;\n            bottom: 10px;\n            border: 1px solid rgba(230, 81, 0, 0.1);\n            border-radius: 8px;\n            pointer-events: none;\n        }\n        \n        .highlight:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(230, 81, 0, 0.15);\n        }\n        \n        .highlight-icon {\n            font-size: 2.5rem;\n            color: #E65100;\n            margin-bottom: 15px;\n            height: 60px;\n        }\n        \n        .highlight-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            color: #E65100;\n        }\n        \n        .highlight-desc {\n            font-size: 0.95rem;\n            line-height: 1.5;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #FFF5E6, #FFEFD5);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #E65100;\n            position: relative;\n        }\n        \n        .product-details:after {\n            content: '';\n            position: absolute;\n            bottom: 20px;\n            right: 20px;\n            width: 60px;\n            height: 60px;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"60\" height=\"60\"\u003e\u003cpath fill=\"%23E65100\" opacity=\"0.1\" d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" \/\u003e\u003c\/svg\u003e');\n            background-repeat: no-repeat;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #E65100;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .usage-section {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin: 40px 0;\n            gap: 20px;\n        }\n        \n        .usage-item {\n            flex-basis: calc(50% - 20px);\n            margin-bottom: 30px;\n            display: flex;\n            align-items: flex-start;\n            background: #FFF9F0;\n            padding: 20px;\n            border-radius: 10px;\n            border: 1px dashed #E65100;\n        }\n        \n        .usage-icon {\n            font-size: 1.8rem;\n            color: #E65100;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .usage-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            color: #E65100;\n            margin-bottom: 8px;\n        }\n        \n        .usage-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .package-section {\n            background: #FFF5E6;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FFE4C4;\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n        }\n        \n        .package-info {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .package-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #E65100;\n            margin-bottom: 20px;\n        }\n        \n        .package-features {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .package-features li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .package-features li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #E65100;\n            font-weight: bold;\n        }\n        \n        .servings-badge {\n            background: #E65100;\n            color: white;\n            padding: 20px;\n            border-radius: 50%;\n            width: 150px;\n            height: 150px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            margin: 0 auto;\n            box-shadow: 0 5px 15px rgba(230, 81, 0, 0.3);\n        }\n        \n        .servings-count {\n            font-size: 2.5rem;\n            font-weight: bold;\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n        \n        .servings-text {\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .quality-badge {\n            text-align: center;\n            padding: 40px 30px;\n            background: #E65100;\n            color: white;\n            border-radius: 15px;\n            margin: 40px 0;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .quality-badge:before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            transform: rotate(30deg);\n        }\n        \n        .quality-badge h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .quality-badge p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n        }\n        \n        .limited-notice {\n            text-align: center;\n            padding: 20px;\n            background: #FFEFD5;\n            border: 2px dashed #E65100;\n            border-radius: 10px;\n            margin: 40px 0;\n            font-weight: bold;\n            color: #E65100;\n            font-size: 1.2rem;\n        }\n        \n        @media (max-width: 992px) {\n            .highlight {\n                flex-basis: calc(50% - 20px);\n            }\n            \n            .usage-item {\n                flex-basis: 100%;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .package-section {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .servings-badge {\n                margin-top: 30px;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .highlight {\n                flex-basis: 100%;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .package-section {\n                padding: 25px 15px;\n            }\n            \n            .servings-badge {\n                width: 120px;\n                height: 120px;\n            }\n            \n            .servings-count {\n                font-size: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003csection class=\"davinci-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eDaVinci Gourmet Pumpkin Pie Flavoring Sauce\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eInfuse your drinks and desserts with the authentic taste of holiday tradition\u003c\/p\u003e\n            \u003cdiv class=\"brand-tag\"\u003ePremium Quality Since 1989\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"highlight-grid\"\u003e\n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🎃\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eAuthentic Flavor Profile\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003eRich blend of pumpkin, cinnamon, nutmeg, allspice and ginger for that true holiday taste.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🧴\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eHalf Gallon Container\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003eConvenient 64 oz size with indented hand grips for easy pouring and handling.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🥧\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eThicker Consistency\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003ePerfect for beverages, baked goods, cheesecakes, and ice cream toppings.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🏪\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eProfessional Grade\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003eTrusted by gourmet coffee shops, specialty food stores, and food service outlets.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🔒\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eResealable Cap\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003eMaintains freshness and makes storage convenient for busy establishments.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                \u003cdiv class=\"highlight-icon\"\u003e🎄\u003c\/div\u003e\n                \u003ch3 class=\"highlight-title\"\u003eHoliday Favorite\u003c\/h3\u003e\n                \u003cp class=\"highlight-desc\"\u003ePerfect for seasonal menus and holiday-based drink specials.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eThe Essence of Holiday Tradition\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eInfuse your drinks and desserts with a taste of the holidays using DaVinci Gourmet pumpkin pie flavoring sauce. Sold in gourmet coffee shops, specialty food stores, food service outlets, and grocery stores, DaVinci Gourmet products have a long history of commitment to quality and superior taste.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eWith its rich, familiar blend of pumpkin, cinnamon, nutmeg, allspice and ginger, this pumpkin pie flavored sauce brings a sweet and luscious taste to any dish. Blend it into a hot and fresh cup of coffee or concoct specialty pumpkin pie lattes or pumpkin pie mochas.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e☕\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003ePumpkin Pie Lattes\u003c\/h3\u003e\n                    \u003cp\u003eCreate the seasonal favorite that customers line up for every autumn and holiday season.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍫\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003ePumpkin Pie Mochas\u003c\/h3\u003e\n                    \u003cp\u003eCombine with chocolate for a decadent seasonal beverage that delights customers.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🧁\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003eBaked Goods\u003c\/h3\u003e\n                    \u003cp\u003eIncorporate into muffins, cakes, cookies and other desserts for authentic pumpkin flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-item\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍦\u003c\/div\u003e\n                \u003cdiv class=\"usage-content\"\u003e\n                    \u003ch3\u003eIce Cream Toppings\u003c\/h3\u003e\n                    \u003cp\u003eDrizzle over ice cream, cheesecakes, and other desserts for a holiday twist.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"package-section\"\u003e\n            \u003cdiv class=\"package-info\"\u003e\n                \u003ch2 class=\"package-title\"\u003eDesigned for Professional Use\u003c\/h2\u003e\n                \u003cul class=\"package-features\"\u003e\n                    \u003cli\u003eHalf gallon (64 oz) plastic bottle with convenient hand grips\u003c\/li\u003e\n                    \u003cli\u003eResealable cap maintains freshness\u003c\/li\u003e\n                    \u003cli\u003eEasy-pour design reduces spills and waste\u003c\/li\u003e\n                    \u003cli\u003eCompact shape for efficient storage\u003c\/li\u003e\n                    \u003cli\u003eDurable packaging withstands busy environments\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"servings-badge\"\u003e\n                \u003cdiv class=\"servings-count\"\u003e64\u003c\/div\u003e\n                \u003cdiv class=\"servings-text\"\u003eServings\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-badge\"\u003e\n            \u003ch2\u003eCommitment to Quality\u003c\/h2\u003e\n            \u003cp\u003eDaVinci Gourmet has a long history of commitment to quality and superior taste. Our products are trusted by professional baristas and chefs in gourmet coffee shops, specialty food stores, and food service outlets nationwide.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"limited-notice\"\u003e\n            ⚠️ While supplies last!\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484679671892,"sku":null,"price":296.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2926978.jpg?v=1758214997"},{"product_id":"bossen-pure25-strawberry-bursting-boba-7-04-lb-4-case","title":"Bossen Pure25 Strawberry Bursting Boba 7.04 lb. - 4\/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\u003eBossen Pure25 Strawberry Bursting Boba\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .boba-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #FF9EB4 0%, #FF6B8B 100%);\n            border-radius: 15px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(255,255,255,0.3);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            backdrop-filter: blur(5px);\n            font-weight: 500;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #FFF0F5;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #FFD1DC;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #FF9EB4, #FF6B8B);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(255, 107, 139, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #FF6B8B;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #FFF0F5, #FFEBF0);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #FF6B8B;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #FF6B8B;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(255, 107, 139, 0.1);\n            border: 1px solid #FFD1DC;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #FF6B8B;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #FF6B8B;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .usage-section {\n            background: #FFF0F5;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FFD1DC;\n        }\n        \n        .usage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #FF6B8B;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(255, 107, 139, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #FF6B8B;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .usage-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #FF6B8B;\n            margin-bottom: 10px;\n        }\n        \n        .usage-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .storage-info {\n            background: linear-gradient(135deg, #FF9EB4 0%, #FF6B8B 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .storage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .storage-desc {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .guarantee {\n            text-align: center;\n            padding: 30px;\n            background: #FFF;\n            border-radius: 15px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 2px solid #FFD1DC;\n        }\n        \n        .guarantee-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #FF6B8B;\n            margin-bottom: 15px;\n        }\n        \n        .guarantee-desc {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .usage-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"boba-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eBossen Pure25 Strawberry Bursting Boba\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eCreate trendy bubble teas and delicious beverages with authentic Taiwanese-style boba that bursts with juicy strawberry flavor!\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003e25% Real Juice • Caffeine-Free • Vegetarian Friendly\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍓\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eJuicy Strawberry Flavor\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eEach boba is filled with luscious, juicy strawberry flavor made with 25% real juice for an authentic taste experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💥\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eSatisfying Burst\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eExperience the delightful sensation as each boba bursts with refreshing flavor when bitten into, adding dynamic texture to your creations.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🫙\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eResealable Tub\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eConvenient packaging maintains freshness and increases efficiency during service. Easy to store and use.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eAuthentic Taiwanese Boba Experience\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eWith this Bossen Pure25 strawberry bursting boba, creating trendy bubble teas and other delicious beverages has never been easier! This caffeine-free and vegetarian boba is made in traditional Taiwanese style, delivering an authentic experience with every bite.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003ePerfect for bubble tea shops, dessert parlors, and home enthusiasts looking to create professional-quality drinks with that signature burst of flavor.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVegetarian Friendly\u003c\/h3\u003e\n                    \u003cp\u003eSuitable for vegetarian diets, allowing everyone to enjoy the delicious burst of strawberry flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🚫\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eCaffeine-Free\u003c\/h3\u003e\n                    \u003cp\u003eEnjoy any time of day without worrying about caffeine content. Perfect for all ages.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🎨\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVersatile Usage\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for bubble teas, desserts, toppings, and creative culinary applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eProfessional Quality\u003c\/h3\u003e\n                    \u003cp\u003eTrusted by bubble tea shops and dessert parlors for consistent quality and performance.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003eWays to Enjoy Your Boba\u003c\/h2\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🥤\u003c\/div\u003e\n                    \u003ch3\u003eBubble Teas\u003c\/h3\u003e\n                    \u003cp\u003eCreate classic and innovative bubble tea combinations with this strawberry bursting boba.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍧\u003c\/div\u003e\n                    \u003ch3\u003eDesserts\u003c\/h3\u003e\n                    \u003cp\u003eTop ice cream, frozen yogurt, shaved ice, and other desserts with these flavorful pearls.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🥣\u003c\/div\u003e\n                    \u003ch3\u003eBowls \u0026amp; Parfaits\u003c\/h3\u003e\n                    \u003cp\u003eAdd to acai bowls, smoothie bowls, and parfaits for extra texture and flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍹\u003c\/div\u003e\n                    \u003ch3\u003eSpecialty Drinks\u003c\/h3\u003e\n                    \u003cp\u003eEnhance lemonades, cocktails, and mocktails with these bursting boba pearls.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"storage-info\"\u003e\n            \u003ch2 class=\"storage-title\"\u003eStorage Instructions\u003c\/h2\u003e\n            \u003cp class=\"storage-desc\"\u003eAfter opening, this tub should be stored in the refrigerator and consumed within one week for best results. Keep sealed when not in use to maintain freshness and texture.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003ch2 class=\"guarantee-title\"\u003eConsistent Quality \u0026amp; Performance\u003c\/h2\u003e\n            \u003cp class=\"guarantee-desc\"\u003eBossen bursting boba is trusted by professionals for its consistent size, perfect texture, and reliable burst that customers love. Elevate your beverage menu with this premium ingredient that keeps people coming back for more.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484690387028,"sku":null,"price":218.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2791885.jpg?v=1758215259"},{"product_id":"bobs-red-mill-25-lb-gluten-free-whole-grain-rolled-oats","title":"Bob's Red Mill 25 lb. Gluten-Free Whole Grain Rolled Oats","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\u003eBob's Red Mill Gluten-Free Rolled Oats\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .oats-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);\n            border-radius: 15px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(255,255,255,0.3);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            backdrop-filter: blur(5px);\n            font-weight: 500;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #F5F0E6;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #E8D9C0;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #8B4513, #D2691E);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(139, 69, 19, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #8B4513;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #F9F5ED, #F5F0E6);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #8B4513;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.1);\n            border: 1px solid #E8D9C0;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #8B4513;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .preparation-section {\n            background: #F9F5ED;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #E8D9C0;\n        }\n        \n        .preparation-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #8B4513;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .preparation-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .preparation-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .preparation-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .preparation-icon {\n            font-size: 2.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .preparation-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #8B4513;\n            margin-bottom: 10px;\n        }\n        \n        .preparation-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .toppings-section {\n            background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .toppings-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .toppings-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .topping-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .usage-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .usage-card {\n            background: #F5F0E6;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #E8D9C0;\n        }\n        \n        .usage-icon {\n            font-size: 3rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n        }\n        \n        .usage-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n        }\n        \n        .usage-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .brand-section {\n            background: #F9F5ED;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #8B4513;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n        }\n        \n        .brand-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .preparation-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .toppings-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"oats-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eBob's Red Mill Gluten-Free Whole Grain Rolled Oats\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eA delicious, wholesome, and satisfying breakfast that all of your patrons can enjoy!\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003eCertified Gluten-Free • Whole Grain • Nutrient-Rich\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌾\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003e100% Whole Grain\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eContains all parts of the oat including the bran, germ, and endosperm for maximum nutrition.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🚫\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eGluten-Free Facility\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eProduced in a dedicated gluten-free facility, safe for customers with celiac disease and gluten sensitivities.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick Cooking\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eRolled thin for fast preparation - ready in just minutes for efficient service.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eNutritious \u0026amp; Heart-Healthy\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eBob's Red Mill removes the husk from fresh oat groats, then gently steams them and rolls them flat. These oats are rolled thin so they cook up in minutes! Rolled oats are a whole grain, meaning they contain all of the parts of the oat, including the bran, germ, and endosperm.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eThese contain the majority of the grain's nutrients, including protein, dietary fiber, and iron, making these whole grain rolled oats a nutritious and heart-healthy offering for your establishment!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e❤️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eHeart Healthy\u003c\/h3\u003e\n                    \u003cp\u003ePacked with nutrients that support cardiovascular health and overall wellness.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003ePlant-Based Protein\u003c\/h3\u003e\n                    \u003cp\u003eExcellent source of plant-based protein to keep your customers satisfied.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVersatile\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for breakfast cereals, baking, and a variety of culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eChef-Friendly\u003c\/h3\u003e\n                    \u003cp\u003eEasy to prepare and incorporate into your menu offerings.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"preparation-section\"\u003e\n            \u003ch2 class=\"preparation-title\"\u003eEasy Preparation\u003c\/h2\u003e\n            \u003cdiv class=\"preparation-grid\"\u003e\n                \u003cdiv class=\"preparation-item\"\u003e\n                    \u003cdiv class=\"preparation-icon\"\u003e🥣\u003c\/div\u003e\n                    \u003ch3\u003eStovetop Method\u003c\/h3\u003e\n                    \u003cp\u003eBring 2 parts water and salt to boil, add 1 part oats, reduce heat and cook for 10 minutes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"preparation-item\"\u003e\n                    \u003cdiv class=\"preparation-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3\u003eMicrowave Method\u003c\/h3\u003e\n                    \u003cp\u003eCombine oats, water, and salt. Microwave on high for 2 minutes, let stand for 2 minutes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"toppings-section\"\u003e\n            \u003ch2 class=\"toppings-title\"\u003eDelicious Topping Ideas\u003c\/h2\u003e\n            \u003cp\u003eCustomize your oatmeal with these delicious additions:\u003c\/p\u003e\n            \u003cdiv class=\"toppings-grid\"\u003e\n                \u003cdiv class=\"topping-item\"\u003eBrown Sugar\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eMaple Syrup\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eCoconut Flakes\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eFresh Fruits\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eDried Fruits\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eNuts \u0026amp; Seeds\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eCinnamon\u003c\/div\u003e\n                \u003cdiv class=\"topping-item\"\u003eHoney\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🥧\u003c\/div\u003e\n                \u003ch3\u003eBaking\u003c\/h3\u003e\n                \u003cp\u003eUse in cookies, crisps, cobblers, and other baked goods for added texture and nutrition.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🥣\u003c\/div\u003e\n                \u003ch3\u003eBreakfast Cereal\u003c\/h3\u003e\n                \u003cp\u003eCreate hearty, warm breakfast cereals that will keep your patrons satisfied all morning.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍪\u003c\/div\u003e\n                \u003ch3\u003eGranola \u0026amp; Trail Mix\u003c\/h3\u003e\n                \u003cp\u003eToast with honey and mix with dried fruits and nuts for signature trail mixes.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Bob's Red Mill Difference\u003c\/h2\u003e\n            \u003cp class=\"brand-text\"\u003eA leading brand in health foods, Bob's Red Mill is dedicated to providing the best products using the Old World technique of traditional stone milling. This technique allows for the inherent nutrients and flavor of their grains to be preserved, thus providing wholesome, quality foods to your kitchen.\u003c\/p\u003e\n            \u003cp class=\"brand-text\"\u003ePlus, they have a separate 100% gluten-free facility where they process, package, and test all of their gluten-free products, so you can always be sure you are serving your customers with allergies a safe-to-eat product.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484771651668,"sku":null,"price":129.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3012643.jpg?v=1758217141"},{"product_id":"royal-chefs-secret-sella-parboiled-basmati-rice-20-lb","title":"Royal Chef's Secret Sella Parboiled Basmati Rice - 20 lb.","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\u003eRoyal Chef's Secret Sella Parboiled Basmati Rice\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .rice-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #F8F4E9 0%, #E8DFCA 100%);\n            border-radius: 15px;\n            color: #5C3D2E;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.05\"\u003e\u003cpath d=\"M25,25 Q50,0 75,25 Q100,50 75,75 Q50,100 25,75 Q0,50 25,25 Z\" fill=\"%235C3D2E\"\/\u003e\u003c\/svg\u003e');\n            background-size: 200px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(92, 61, 46, 0.1);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 500;\n            color: #5C3D2E;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #F8F4E9;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #E8DFCA;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #A67B5B, #5C3D2E);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(92, 61, 46, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #5C3D2E;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #5C3D2E;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #F8F4E9, #F3EDE1);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #5C3D2E;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5C3D2E;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(92, 61, 46, 0.1);\n            border: 1px solid #E8DFCA;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #5C3D2E;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #5C3D2E;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .preparation-section {\n            background: #F8F4E9;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #E8DFCA;\n        }\n        \n        .preparation-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #5C3D2E;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .preparation-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .preparation-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(92, 61, 46, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .preparation-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .preparation-icon {\n            font-size: 2.5rem;\n            color: #5C3D2E;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .preparation-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #5C3D2E;\n            margin-bottom: 10px;\n        }\n        \n        .preparation-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .quality-section {\n            background: linear-gradient(135deg, #5C3D2E 0%, #A67B5B 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .quality-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .quality-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .quality-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .usage-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .usage-card {\n            background: #F8F4E9;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #E8DFCA;\n        }\n        \n        .usage-icon {\n            font-size: 3rem;\n            color: #5C3D2E;\n            margin-bottom: 20px;\n        }\n        \n        .usage-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #5C3D2E;\n            margin-bottom: 15px;\n        }\n        \n        .usage-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .origin-section {\n            background: #F8F4E9;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #5C3D2E;\n        }\n        \n        .origin-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5C3D2E;\n            margin-bottom: 20px;\n        }\n        \n        .origin-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .preparation-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .quality-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"rice-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRoyal Chef's Secret Sella Parboiled Basmati Rice\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eGrown in the foothills of the Himalayan mountains for exceptional quality and flavor\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003ePremium Parboiled • Quick Cooking • GMO-Free • Vegan\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⛰️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eHimalayan Origin\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eGrown in the foothills of the Himalayan mountains for exceptional quality and flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eQuick Cooking\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eReady to serve in less time than standard basmati rice, perfect for busy kitchens.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eHeat Tolerant\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eCan be kept warm longer on steam tables or microwaved without compromising quality.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003ePremium Parboiled Basmati Rice\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eServe your guests only the best fresh rice using this Royal Chef's Secret Sella parboiled basmati rice! This premium parboiled rice gives you the quality taste and texture you want with a shorter wait time.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eThe parboiling process ensures that the rice grains remain separate, fluffy, and perfectly textured every time, making it an ideal choice for professional kitchens and discerning home cooks.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eGMO-Free\u003c\/h3\u003e\n                    \u003cp\u003eNaturally grown without genetic modification for a pure, authentic product.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVegan Friendly\u003c\/h3\u003e\n                    \u003cp\u003eSuitable for vegan diets and perfect for plant-based menu offerings.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🍚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eExtra Long Grain\u003c\/h3\u003e\n                    \u003cp\u003eFeatures extra long grains that expand to nearly three times their original size when cooked.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eChef Preferred\u003c\/h3\u003e\n                    \u003cp\u003ePreferred by professional chefs for its consistent quality and performance.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"preparation-section\"\u003e\n            \u003ch2 class=\"preparation-title\"\u003ePerfect Results Every Time\u003c\/h2\u003e\n            \u003cdiv class=\"preparation-grid\"\u003e\n                \u003cdiv class=\"preparation-item\"\u003e\n                    \u003cdiv class=\"preparation-icon\"\u003e🍚\u003c\/div\u003e\n                    \u003ch3\u003eFluffy Texture\u003c\/h3\u003e\n                    \u003cp\u003eCooked grains remain separate and fluffy, not sticky or clumpy.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"preparation-item\"\u003e\n                    \u003cdiv class=\"preparation-icon\"\u003e👃\u003c\/div\u003e\n                    \u003ch3\u003eAromatic\u003c\/h3\u003e\n                    \u003cp\u003eReleases a distinctive aromatic fragrance when cooking.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"preparation-item\"\u003e\n                    \u003cdiv class=\"preparation-icon\"\u003e🍽️\u003c\/div\u003e\n                    \u003ch3\u003eVersatile\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for biryanis, pilafs, and as an accompaniment to curries.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"quality-section\"\u003e\n            \u003ch2 class=\"quality-title\"\u003eIdeal For Food Service\u003c\/h2\u003e\n            \u003cp\u003eThis premium rice is perfect for various food service applications:\u003c\/p\u003e\n            \u003cdiv class=\"quality-grid\"\u003e\n                \u003cdiv class=\"quality-item\"\u003eBuffet Service\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003eCatering Events\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003eRestaurant Menus\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003eHotel Kitchens\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003eMeal Prep\u003c\/div\u003e\n                \u003cdiv class=\"quality-item\"\u003eTakeout Containers\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍛\u003c\/div\u003e\n                \u003ch3\u003eBiryanis \u0026amp; Pilafs\u003c\/h3\u003e\n                \u003cp\u003ePerfect for layered rice dishes where separate grains are essential.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🥘\u003c\/div\u003e\n                \u003ch3\u003eCurry Accompaniment\u003c\/h3\u003e\n                \u003cp\u003eThe ideal base for saucy dishes, absorbing flavors without becoming mushy.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-card\"\u003e\n                \u003cdiv class=\"usage-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003ch3\u003eSide Dishes\u003c\/h3\u003e\n                \u003cp\u003eElevate any protein or vegetable dish with this premium rice.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"origin-section\"\u003e\n            \u003ch2 class=\"origin-title\"\u003eThe Himalayan Difference\u003c\/h2\u003e\n            \u003cp class=\"origin-text\"\u003eGrown in the pristine foothills of the Himalayan mountains, this basmati rice benefits from mineral-rich soil and pure mountain water. The unique terroir and ideal growing conditions contribute to its exceptional length, delicate texture, and distinctive aroma that sets it apart from ordinary rice varieties.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484772208724,"sku":null,"price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2165329.jpg?v=1758217469"},{"product_id":"knorr-7-9-lb-caldo-de-pollo-chicken-bouillon-base-4-case","title":"Knorr 7.9 lb. Caldo de Pollo \/ Chicken Bouillon Base - 4\/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\u003eKnorr Caldo de Pollo Chicken Bouillon Base\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .bouillon-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #F8D7A4 0%, #E67E22 100%);\n            border-radius: 15px;\n            color: #7D3C0D;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.05\"\u003e\u003cpath d=\"M10,10 L90,10 L90,90 L10,90 Z\" fill=\"%237D3C0D\"\/\u003e\u003c\/svg\u003e');\n            background-size: 150px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(125, 60, 13, 0.15);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 500;\n            color: #7D3C0D;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #FEF9E7;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #FAD7A0;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #F8C471, #E67E22);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(230, 126, 34, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #7D3C0D;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #7D3C0D;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #FEF9E7, #FCF3CF);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #7D3C0D;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #7D3C0D;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);\n            border: 1px solid #FAD7A0;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #7D3C0D;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #7D3C0D;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .usage-section {\n            background: #FEF9E7;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FAD7A0;\n        }\n        \n        .usage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #7D3C0D;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #7D3C0D;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .usage-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #7D3C0D;\n            margin-bottom: 10px;\n        }\n        \n        .usage-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .serving-section {\n            background: linear-gradient(135deg, #7D3C0D 0%, #E67E22 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .serving-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .serving-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .serving-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .preparation-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .preparation-card {\n            background: #FEF9E7;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #FAD7A0;\n        }\n        \n        .preparation-icon {\n            font-size: 3rem;\n            color: #7D3C0D;\n            margin-bottom: 20px;\n        }\n        \n        .preparation-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #7D3C0D;\n            margin-bottom: 15px;\n        }\n        \n        .preparation-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .brand-section {\n            background: #FEF9E7;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #7D3C0D;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #7D3C0D;\n            margin-bottom: 20px;\n        }\n        \n        .brand-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .recipe-section {\n            background: #FEF9E7;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FAD7A0;\n        }\n        \n        .recipe-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #7D3C0D;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .recipe-instructions {\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .recipe-instructions h3 {\n            font-family: 'Playfair Display', serif;\n            color: #7D3C0D;\n            margin-bottom: 15px;\n        }\n        \n        .recipe-instructions p {\n            margin-bottom: 15px;\n            line-height: 1.6;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .usage-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .serving-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"bouillon-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eKnorr Caldo de Pollo Chicken Bouillon Base\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eEnhance your dishes with authentic chicken flavor blended with onion, parsley, and spices\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003e7.9 lb. Container • Approximately 1200 Servings\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍗\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eReal Chicken Flavor\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eFeaturing authentic chicken flavor blended with onion, parsley, and spices for consistent results.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eSaves Time\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eProvides full-bodied flavor to your recipes while cutting down on prep time in your kitchen.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍲\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eExtremely Versatile\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eUse in soups, stews, rice dishes, sauces, and as a rub for meats.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eA Kitchen Staple Since 1838\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eWhether making hearty soups or stews or discovering new ways to enrich and enhance the flavors of your dishes, this Knorr 7.9 lb. caldo de pollo \/ chicken bouillon base is sure to become a staple in your kitchen.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eAdd this base to boiling water to create a hearty broth that can be used in various dishes, or use a small amount to rub on cuts of meat before roasting, or add to sauces to intensify the savory flavor.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌎\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eLatin Cuisine\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for traditional dishes like cilantro lime rice, moles, chicken tinga, pozole, and enchiladas.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🍜\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eGlobal Dishes\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for chicken noodle soup, risottos, ramen, and various international recipes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e📦\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eLarge Quantity\u003c\/h3\u003e\n                    \u003cp\u003e7.9 lb. container yields approximately 1200 servings, perfect for commercial kitchens.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e📅\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eLong Shelf Life\u003c\/h3\u003e\n                    \u003cp\u003eBoasts an impressive shelf life, making it a valuable addition to any kitchen.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003eVersatile Culinary Applications\u003c\/h2\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍲\u003c\/div\u003e\n                    \u003ch3\u003eSoups \u0026amp; Stews\u003c\/h3\u003e\n                    \u003cp\u003eCreate hearty broths for various soup and stew recipes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍚\u003c\/div\u003e\n                    \u003ch3\u003eRice Dishes\u003c\/h3\u003e\n                    \u003cp\u003eFlavor rice, risottos, and grain-based dishes with rich chicken flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍖\u003c\/div\u003e\n                    \u003ch3\u003eMeat Rubs\u003c\/h3\u003e\n                    \u003cp\u003eUse as a rub on cuts of meat before roasting for enhanced flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🥘\u003c\/div\u003e\n                    \u003ch3\u003eSauces \u0026amp; Gravies\u003c\/h3\u003e\n                    \u003cp\u003eIntensify the savory flavor of sauces, gravies, and marinades.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"serving-section\"\u003e\n            \u003ch2 class=\"serving-title\"\u003ePerfect For Commercial Use\u003c\/h2\u003e\n            \u003cp\u003eThis large 7.9 lb. container is ideal for:\u003c\/p\u003e\n            \u003cdiv class=\"serving-grid\"\u003e\n                \u003cdiv class=\"serving-item\"\u003eRestaurants\u003c\/div\u003e\n                \u003cdiv class=\"serving-item\"\u003eCatering Services\u003c\/div\u003e\n                \u003cdiv class=\"serving-item\"\u003eSchool Cafeterias\u003c\/div\u003e\n                \u003cdiv class=\"serving-item\"\u003eHospital Kitchens\u003c\/div\u003e\n                \u003cdiv class=\"serving-item\"\u003eFood Trucks\u003c\/div\u003e\n                \u003cdiv class=\"serving-item\"\u003eMeal Prep Services\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"recipe-section\"\u003e\n            \u003ch2 class=\"recipe-title\"\u003ePreparation Instructions\u003c\/h2\u003e\n            \u003cdiv class=\"recipe-instructions\"\u003e\n                \u003ch3\u003eFor Chicken Broth:\u003c\/h3\u003e\n                \u003cp\u003eTo produce 96 fl. oz. servings of broth, dissolve 5 oz. of bouillon into 6 quarts of boiling water, as well as any other desired ingredients.\u003c\/p\u003e\n                \u003cp\u003eAdjust the amount of bouillon to taste for different applications.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Knorr Legacy Since 1838\u003c\/h2\u003e\n            \u003cp class=\"brand-text\"\u003eBeginning in 1838 with Carl Heinrich Knorr's experiments in drying seasonings and vegetables to preserve their flavor and nutritional value, Knorr launched its first dried soup in 1873 across Europe. With its constant innovation and product expansion, it soon became an international brand that today offers a wide range of products, including seasonings, soups, bouillons, and dressings.\u003c\/p\u003e\n            \u003cp class=\"brand-text\"\u003eKnorr believes that in order to achieve exceptional flavor, you need quality ingredients, and its commitment to bringing you high quality ingredients with sustainable practices for authentic, nutritious flavor is endless.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484778664020,"sku":null,"price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2992575.jpg?v=1758217755"},{"product_id":"sweet-toasted-coconut-flakes-10-lb","title":"Sweet Toasted Coconut Flakes - 10 lb.","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\u003eSweet Toasted Coconut Flakes\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .coconut-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #F5F5DC 0%, #F0E68C 100%);\n            border-radius: 15px;\n            color: #8B4513;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.05\"\u003e\u003cpath d=\"M50,10 Q70,40 50,70 Q30,40 50,10 Z\" fill=\"%238B4513\"\/\u003e\u003c\/svg\u003e');\n            background-size: 150px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(139, 69, 19, 0.15);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 500;\n            color: #8B4513;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #FFF8DC;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #F5DEB3;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #DAA520, #8B4513);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(139, 69, 19, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #8B4513;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #8B4513;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #FFF8DC, #FFFAF0);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #8B4513;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.1);\n            border: 1px solid #F5DEB3;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #8B4513;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .usage-section {\n            background: #FFF8DC;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #F5DEB3;\n        }\n        \n        .usage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #8B4513;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .usage-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #8B4513;\n            margin-bottom: 10px;\n        }\n        \n        .usage-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .tropical-section {\n            background: linear-gradient(135deg, #8B4513 0%, #DAA520 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .tropical-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .tropical-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .tropical-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .applications-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .application-card {\n            background: #FFF8DC;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #F5DEB3;\n        }\n        \n        .application-icon {\n            font-size: 3rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n        }\n        \n        .application-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n        }\n        \n        .application-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .inspiration-section {\n            background: #FFF8DC;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #8B4513;\n        }\n        \n        .inspiration-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #8B4513;\n            margin-bottom: 20px;\n        }\n        \n        .inspiration-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .usage-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .tropical-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"coconut-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eSweet Toasted Coconut Flakes\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBring the taste of the tropics to your kitchen with these delicious toasted coconut flakes\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003ePerfect for Baking \u0026amp; Decorating • Versatile Topping\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🏝️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eTropical Flavor\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eExperience delicious coconut flavor without needing to travel to the Caribbean.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003ePerfectly Toasted\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eExpertly toasted to bring out the natural sweetness and enhance the flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eVersatile Use\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eGreat for baking and decorating alike, adds a sweet toasted hint to any dish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eA Taste of the Tropics\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eSatisfy any coconut lover's cravings with these sweet toasted coconut flakes! Though coconuts typically grow on large palm trees that are spread across the tropics, these shredded coconut flakes make it easy to experience delicious coconut flavor in your own kitchen.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eEach flake is carefully toasted to perfection, enhancing its natural sweetness and creating a delightful crunch that elevates both sweet and savory dishes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🍬\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eNaturally Sweet\u003c\/h3\u003e\n                    \u003cp\u003eToasting enhances the coconut's natural sweetness, reducing the need for added sugars.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌴\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eAuthentic Flavor\u003c\/h3\u003e\n                    \u003cp\u003eCapture the true taste of tropical coconuts in your recipes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e📦\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eReady to Use\u003c\/h3\u003e\n                    \u003cp\u003ePre-toasted for convenience - no preparation needed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eProfessional Quality\u003c\/h3\u003e\n                    \u003cp\u003eConsistent size and toast level perfect for commercial use.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003eEndless Culinary Possibilities\u003c\/h2\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🎂\u003c\/div\u003e\n                    \u003ch3\u003eBaking\u003c\/h3\u003e\n                    \u003cp\u003eIncorporate into cookies, cakes, muffins, and pastries for tropical flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍦\u003c\/div\u003e\n                    \u003ch3\u003eDessert Topping\u003c\/h3\u003e\n                    \u003cp\u003eSprinkle over ice cream, yogurt, puddings, and other desserts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🥥\u003c\/div\u003e\n                    \u003ch3\u003eGranola \u0026amp; Trail Mix\u003c\/h3\u003e\n                    \u003cp\u003eAdd to homemade granola, cereal, or trail mix for extra flavor and texture.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍛\u003c\/div\u003e\n                    \u003ch3\u003eSavory Dishes\u003c\/h3\u003e\n                    \u003cp\u003eUse as a crust for fish or chicken, or as a garnish for curries and rice dishes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"tropical-section\"\u003e\n            \u003ch2 class=\"tropical-title\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cp\u003eThese versatile coconut flakes enhance a wide variety of dishes:\u003c\/p\u003e\n            \u003cdiv class=\"tropical-grid\"\u003e\n                \u003cdiv class=\"tropical-item\"\u003eCoconut Macaroons\u003c\/div\u003e\n                \u003cdiv class=\"tropical-item\"\u003eTropical Cakes\u003c\/div\u003e\n                \u003cdiv class=\"tropical-item\"\u003eIce Cream Toppings\u003c\/div\u003e\n                \u003cdiv class=\"tropical-item\"\u003eSmoothie Bowls\u003c\/div\u003e\n                \u003cdiv class=\"tropical-item\"\u003eSalad Garnish\u003c\/div\u003e\n                \u003cdiv class=\"tropical-item\"\u003eBreakfast Cereals\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications-section\"\u003e\n            \u003cdiv class=\"application-card\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🥮\u003c\/div\u003e\n                \u003ch3\u003eBaking Applications\u003c\/h3\u003e\n                \u003cp\u003eIdeal for coconut cakes, cookies, pies, and other baked goods where toasted coconut flavor is desired.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"application-card\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🍧\u003c\/div\u003e\n                \u003ch3\u003eDessert Decorating\u003c\/h3\u003e\n                \u003cp\u003eUse as a decorative element on cakes, cupcakes, and pastries for visual appeal and flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"application-card\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🍽️\u003c\/div\u003e\n                \u003ch3\u003eGourmet Garnish\u003c\/h3\u003e\n                \u003cp\u003eElevate both sweet and savory dishes with a sprinkle of toasted coconut for texture and flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"inspiration-section\"\u003e\n            \u003ch2 class=\"inspiration-title\"\u003eBring Tropical Inspiration to Your Kitchen\u003c\/h2\u003e\n            \u003cp class=\"inspiration-text\"\u003eTransform ordinary dishes into extraordinary culinary experiences with the addition of these sweet toasted coconut flakes. Whether you're a professional baker looking to enhance your creations or a home cook wanting to add tropical flair to your meals, these coconut flakes offer endless possibilities for creativity and flavor enhancement.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484841775188,"sku":null,"price":120.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1140271.jpg?v=1758221458"},{"product_id":"blue-henry-dried-lime-slices-40-box","title":"Blue Henry Dried Lime Slices - 40\/Box","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\u003eBlue Henry Dried Lime Slices\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #333;\n            background-color: #fff;\n            line-height: 1.6;\n        }\n        \n        .lime-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n            border-radius: 15px;\n            color: #388E3C;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.05\"\u003e\u003ccircle cx=\"50\" cy=\"50\" r=\"40\" fill=\"%23388E3C\"\/\u003e\u003c\/svg\u003e');\n            background-size: 150px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(56, 142, 60, 0.15);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 500;\n            color: #388E3C;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #F1F8E9;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #C5E1A5;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #8BC34A, #388E3C);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(56, 142, 60, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #388E3C;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #388E3C;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #F1F8E9, #E8F5E9);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #388E3C;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #388E3C;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(56, 142, 60, 0.1);\n            border: 1px solid #C5E1A5;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #388E3C;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #388E3C;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .usage-section {\n            background: #F1F8E9;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #C5E1A5;\n        }\n        \n        .usage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #388E3C;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(56, 142, 60, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #388E3C;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .usage-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #388E3C;\n            margin-bottom: 10px;\n        }\n        \n        .usage-item p {\n            font-size: 1rem;\n            color: #666;\n        }\n        \n        .applications-section {\n            background: linear-gradient(135deg, #388E3C 0%, #8BC34A 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .applications-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .application-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .details-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .detail-card {\n            background: #F1F8E9;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #C5E1A5;\n        }\n        \n        .detail-icon {\n            font-size: 3rem;\n            color: #388E3C;\n            margin-bottom: 20px;\n        }\n        \n        .detail-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #388E3C;\n            margin-bottom: 15px;\n        }\n        \n        .detail-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #666;\n        }\n        \n        .brand-section {\n            background: #F1F8E9;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #388E3C;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #388E3C;\n            margin-bottom: 20px;\n        }\n        \n        .brand-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .package-info {\n            background: #F1F8E9;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #C5E1A5;\n            text-align: center;\n        }\n        \n        .package-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #388E3C;\n            margin-bottom: 20px;\n        }\n        \n        .package-details {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .usage-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"lime-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eBlue Henry Dried Lime Slices\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eMake professional-looking, handcrafted drinks that wow customers with these 100% real dried lime slices\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003e3 oz. Box • 40 Slices • All-Natural • Resealable Package\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍋\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003e100% Real Limes\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eMade using 100% real lime straight from Capitol Heights, Maryland.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eAll-Natural\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eNo sulfates, additives, or artificial ingredients - just pure lime.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eResealable Package\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eResealable package maximizes freshness and maintains quality.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003ePerfectly Preserved Flavor \u0026amp; Aroma\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eSliced thin at peak ripeness, these lime slices are dehydrated to preserve the look of the fruit, its flavor, and smell until you are ready to re-hydrate it in your signature recipes. Each 3 oz. box contains 40 slices.\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eWithout any sulfates, additives, or artificial ingredients, this product is sure to be a fan-favorite among customers at your bar, lounge, restaurant, or cafe!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👁️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVisual Appeal\u003c\/h3\u003e\n                    \u003cp\u003eAdds a beautiful pop of color that draws attention and increases impulse sales.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVersatile Use\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for both cocktails and mocktails, as well as desserts and charcuterie boards.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eTime-Saving\u003c\/h3\u003e\n                    \u003cp\u003ePre-dried and ready to use - no prep work needed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eProfessional Quality\u003c\/h3\u003e\n                    \u003cp\u003eConsistent size and quality perfect for commercial use.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003eEndless Culinary Applications\u003c\/h2\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍸\u003c\/div\u003e\n                    \u003ch3\u003eCocktails\u003c\/h3\u003e\n                    \u003cp\u003eGarnish rum cocktails, vodka sours, or mid-day mimosas.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍹\u003c\/div\u003e\n                    \u003ch3\u003eMocktails\u003c\/h3\u003e\n                    \u003cp\u003eAdd a slice to create elevated visual presentations in non-alcoholic drinks.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍰\u003c\/div\u003e\n                    \u003ch3\u003eDesserts\u003c\/h3\u003e\n                    \u003cp\u003eUse as decoration on cheesecake, pie, cakes, cupcakes, and tarts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍽️\u003c\/div\u003e\n                    \u003ch3\u003eCharcuterie Boards\u003c\/h3\u003e\n                    \u003cp\u003eAdd as decorative elements to cheese and fruit boards.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications-section\"\u003e\n            \u003ch2 class=\"applications-title\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cp\u003eThese versatile lime slices enhance a wide variety of beverages and dishes:\u003c\/p\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-item\"\u003eMargaritas\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eIced Tea\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eLemonade\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eItalian Sodas\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eAqua Fresca\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eDessert Plating\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"package-info\"\u003e\n            \u003ch2 class=\"package-title\"\u003ePackage Details\u003c\/h2\u003e\n            \u003cp class=\"package-details\"\u003eEach package contains 3 oz. of dried lime slices (approximately 40 slices) in a resealable bag to maintain freshness. Perfect for commercial use in bars, restaurants, cafes, and catering services.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e🇺🇸\u003c\/div\u003e\n                \u003ch3\u003eLocally Sourced\u003c\/h3\u003e\n                \u003cp\u003eMade with 100% real lime from Capitol Heights, Maryland, supporting local agriculture.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e🌡️\u003c\/div\u003e\n                \u003ch3\u003ePeak Ripeness\u003c\/h3\u003e\n                \u003cp\u003eSliced at peak ripeness to ensure the best flavor and aroma when rehydrated.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e💧\u003c\/div\u003e\n                \u003ch3\u003eEasy Rehydration\u003c\/h3\u003e\n                \u003cp\u003eQuickly rehydrates in liquids to release fresh lime flavor and aroma.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Blue Henry Story\u003c\/h2\u003e\n            \u003cp class=\"brand-text\"\u003eOwned and operated by Adrienne Walker, Blue Henry was first founded to produce high-quality, simple products that would allow people to throw extravagant events that were fun for the guests and easy for the hosts!\u003c\/p\u003e\n            \u003cp class=\"brand-text\"\u003eUtilizing small business resources whenever possible, this company is committed to making a difference in the local community. Blue Henry, named after Walker's rescue beagle mix, is the spirit behind the name, as he was fun and truly unforgettable - just how all parties should be!\u003c\/p\u003e\n            \u003cp class=\"brand-text\"\u003eIn spirit of Blue, this company supports pet rescues and adoptions, but also utilizes local small businesses to help empower the community and create social progress.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484846690388,"sku":null,"price":24.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2886667.jpg?v=1758221747"},{"product_id":"lotus-biscoff-creamy-cookie-butter-spread-pail-17-64-lb","title":"Lotus Biscoff Creamy Cookie Butter Spread Pail 17.64 lb.","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\u003eLotus Biscoff Creamy Cookie Butter Spread\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Source+Sans+Pro:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Source Sans Pro', sans-serif;\n            color: #5D4037;\n            background-color: #FFF9F0;\n            line-height: 1.6;\n        }\n        \n        .biscoff-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            border-radius: 15px;\n            color: #5D4037;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: url('data:image\/svg+xml;utf8,\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\" width=\"100\" height=\"100\" opacity=\"0.05\"\u003e\u003ccircle cx=\"50\" cy=\"50\" r=\"45\" fill=\"%235D4037\"\/\u003e\u003c\/svg\u003e');\n            background-size: 150px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n            position: relative;\n        }\n        \n        .tagline {\n            display: inline-block;\n            background: rgba(93, 64, 55, 0.15);\n            padding: 8px 20px;\n            border-radius: 30px;\n            margin-top: 20px;\n            font-size: 1rem;\n            font-weight: 500;\n            color: #5D4037;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: #FFF8E1;\n            border-radius: 12px;\n            padding: 30px 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #FFE0B2;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #FFB74D, #5D4037);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 25px rgba(93, 64, 55, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            height: 70px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #5D4037;\n        }\n        \n        .feature-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #5D4037;\n        }\n        \n        .feature-desc {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #795548;\n        }\n        \n        .product-details {\n            background: linear-gradient(to right, #FFF8E1, #FFECB3);\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid #5D4037;\n            position: relative;\n        }\n        \n        .detail-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5D4037;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .detail-text {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #795548;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            background: #FFF;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n            border: 1px solid #FFE0B2;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #5D4037;\n            margin-right: 15px;\n            flex-shrink: 0;\n            min-width: 50px;\n            text-align: center;\n        }\n        \n        .benefit-content h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #5D4037;\n            margin-bottom: 8px;\n        }\n        \n        .benefit-content p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #795548;\n        }\n        \n        .usage-section {\n            background: #FFF8E1;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FFE0B2;\n        }\n        \n        .usage-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            color: #5D4037;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #FFF;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #5D4037;\n            margin-bottom: 15px;\n            height: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .usage-item h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.3rem;\n            color: #5D4037;\n            margin-bottom: 10px;\n        }\n        \n        .usage-item p {\n            font-size: 1rem;\n            color: #795548;\n        }\n        \n        .applications-section {\n            background: linear-gradient(135deg, #5D4037 0%, #8D6E63 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            margin: 40px 0;\n        }\n        \n        .applications-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 25px;\n        }\n        \n        .application-item {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n        \n        .details-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .detail-card {\n            background: #FFF8E1;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #FFE0B2;\n        }\n        \n        .detail-icon {\n            font-size: 3rem;\n            color: #5D4037;\n            margin-bottom: 20px;\n        }\n        \n        .detail-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            color: #5D4037;\n            margin-bottom: 15px;\n        }\n        \n        .detail-card p {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #795548;\n        }\n        \n        .brand-section {\n            background: #FFF8E1;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #5D4037;\n        }\n        \n        .brand-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5D4037;\n            margin-bottom: 20px;\n        }\n        \n        .brand-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #795548;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .package-info {\n            background: #FFF8E1;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid #FFE0B2;\n            text-align: center;\n        }\n        \n        .package-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5D4037;\n            margin-bottom: 20px;\n        }\n        \n        .package-details {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #795548;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .drizzle-instructions {\n            background: #FFF8E1;\n            border-radius: 15px;\n            padding: 40px;\n            margin: 40px 0;\n            border: 2px dashed #5D4037;\n            text-align: center;\n        }\n        \n        .drizzle-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #5D4037;\n            margin-bottom: 20px;\n        }\n        \n        .drizzle-steps {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #795548;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .usage-section {\n                padding: 25px 15px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-header {\n                padding: 30px 15px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1rem;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"biscoff-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLotus Biscoff Creamy Cookie Butter Spread\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eTurn your favorite recipes into must-have sensations with this delicious Belgian caramelized cookie butter\u003c\/p\u003e\n            \u003cdiv class=\"tagline\"\u003e17.64 lb. Pail • Vegan • Nut-Free • No Artificial Ingredients\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍪\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eAuthentic Belgian Flavor\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eMade with Lotus Biscoff's authentic Belgian caramelized shortbread cookies.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eVegan \u0026amp; Nut-Free\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eCaters to patrons with allergies and dietary restrictions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eBulk 17.64 lb. Pail\u003c\/h3\u003e\n                \u003cp class=\"feature-desc\"\u003eKeeps your prep area well stocked and eliminates multiple smaller tubs.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"detail-title\"\u003eIrresistible Caramelized Cookie Flavor\u003c\/h2\u003e\n            \u003cp class=\"detail-text\"\u003eThis spread is made with Lotus Biscoff's authentic Belgian caramelized shortbread cookies and delivers a delicately spiced, rich flavor. Its creamy texture and brown sugar and cinnamon flavor makes it a versatile ingredient that can be used in a variety of ways in your establishment!\u003c\/p\u003e\n            \u003cp class=\"detail-text\"\u003eMade without artificial flavors, colors, or preservatives, so you can serve it with confidence knowing that you're providing your customers with the best possible experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eVersatile Ingredient\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for baking, spreading, drizzling, and dipping in various culinary applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eMultiple Uses\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for bakeries, restaurants, cafes, and ice cream parlors.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e👍\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eAllergy-Friendly\u003c\/h3\u003e\n                    \u003cp\u003eVegan and nut-free to accommodate various dietary needs.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⭐\u003c\/div\u003e\n                \u003cdiv class=\"benefit-content\"\u003e\n                    \u003ch3\u003eBrand Recognition\u003c\/h3\u003e\n                    \u003cp\u003eLeverage the popularity of the beloved Lotus Biscoff brand.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003eEndless Culinary Applications\u003c\/h2\u003e\n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍞\u003c\/div\u003e\n                    \u003ch3\u003eSpreads\u003c\/h3\u003e\n                    \u003cp\u003ePerfect topping for toast, bagels, pancakes, and waffles.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🧁\u003c\/div\u003e\n                    \u003ch3\u003eBaking\u003c\/h3\u003e\n                    \u003cp\u003eMix into cookie dough, cake batter, or pastry fillings.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍦\u003c\/div\u003e\n                    \u003ch3\u003eDessert Toppings\u003c\/h3\u003e\n                    \u003cp\u003eDrizzle over ice cream, milkshakes, and baked goods.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage-item\"\u003e\n                    \u003cdiv class=\"usage-icon\"\u003e🍎\u003c\/div\u003e\n                    \u003ch3\u003eDipping Sauce\u003c\/h3\u003e\n                    \u003cp\u003eIndulgent dip for fruit, pretzels, and other snacks.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"drizzle-instructions\"\u003e\n            \u003ch2 class=\"drizzle-title\"\u003ePerfect Drizzle Instructions\u003c\/h2\u003e\n            \u003cp class=\"drizzle-steps\"\u003eTo prepare the perfect drizzle, warm the spread to 122°F (minimum of 113°F, maximum of 131°F). Be sure to keep the temperature stable and slowly stir to homogenize the mixture for a smooth, pourable consistency.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications-section\"\u003e\n            \u003ch2 class=\"applications-title\"\u003ePerfect For\u003c\/h2\u003e\n            \u003cp\u003eThis versatile cookie butter enhances a wide variety of dishes:\u003c\/p\u003e\n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-item\"\u003eBakeries\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eCoffee Shops\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eIce Cream Parlors\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eRestaurants\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eCatering Services\u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003eBreakfast Menus\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"package-info\"\u003e\n            \u003ch2 class=\"package-title\"\u003eBulk Packaging Advantage\u003c\/h2\u003e\n            \u003cp class=\"package-details\"\u003eThis 17.64 lb. pail is ideal for commercial use, helping keep your prep area well stocked and eliminating the need for multiple smaller containers. Perfect for portioning out servings of your most popular spread applications.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e🇧🇪\u003c\/div\u003e\n                \u003ch3\u003eAuthentic Belgian\u003c\/h3\u003e\n                \u003cp\u003eMade with genuine Lotus Biscoff caramelized shortbread cookies from Belgium.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e🌾\u003c\/div\u003e\n                \u003ch3\u003eSimple Ingredients\u003c\/h3\u003e\n                \u003cp\u003eNo artificial flavors, colors, or preservatives - just quality ingredients.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"detail-card\"\u003e\n                \u003cdiv class=\"detail-icon\"\u003e👪\u003c\/div\u003e\n                \u003ch3\u003eFamily Owned\u003c\/h3\u003e\n                \u003cp\u003eProduced by a family-owned company with heritage since 1932.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"brand-section\"\u003e\n            \u003ch2 class=\"brand-title\"\u003eThe Lotus Bakeries Legacy\u003c\/h2\u003e\n            \u003cp class=\"brand-text\"\u003eAs a family owned company still located in its hometown of origin, Lotus Bakeries has produced authentic Belgian baked goods since 1932. Boasting minimal ingredients with many allergy- and vegan-friendly products, it's no wonder that the love of Lotus Biscoff has spread world wide with over 7 billion cookies sold per year, in over 70 countries!\u003c\/p\u003e\n            \u003cp class=\"brand-text\"\u003eLotus Biscoff values simplicity and authenticity, and their high-quality goods will provide versatility, name brand loyalty, and consistently delicious flavor to your menu.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484852818004,"sku":null,"price":202.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2933999.jpg?v=1758222225"},{"product_id":"nutella-hazelnut-spread-6-6-lb-tub-2-case","title":"Nutella Hazelnut Spread 6.6 lb. Tub - 2\/Case","description":"\u003cdiv class=\"nutella-description\"\u003e\n  \u003cdiv class=\"nutella-header\"\u003e\n    \u003ch2\u003eNutella Hazelnut Spread\u003c\/h2\u003e\n    \u003cp class=\"tagline\"\u003eSmooth, Creamy, Irresistibly Delicious\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"nutella-content\"\u003e\n    \u003cdiv class=\"nutella-image\"\u003e\n      \u003c!-- You'll need to add your own image URL here --\u003e\n      \u003cimg src=\"https:\/\/placehold.co\/400x400?text=Nutella+Jar\" alt=\"Nutella Hazelnut Spread\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"nutella-details\"\u003e\n      \u003cp class=\"intro\"\u003eTreat your patrons to the fine taste of robust hazelnuts and rich cocoa with this smooth and creamy Nutella hazelnut spread!\u003c\/p\u003e\n      \n      \u003cdiv class=\"quality-highlight\"\u003e\n        \u003ch3\u003eExpertly Crafted Quality\u003c\/h3\u003e\n        \u003cp\u003eExpertly crafted with only seven recognizable ingredients, Nutella is regarded worldwide as a high-quality, premium chocolatey hazelnut spread with an unmistakable creaminess and bold, balanced flavor.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"ingredients\"\u003e\n        \u003ch3\u003eQuality Ingredients\u003c\/h3\u003e\n        \u003cp\u003eNutella selects the freshest raw materials and quality ingredients to make their signature hazelnut spread that contains \u003cstrong\u003eno artificial colors or preservatives\u003c\/strong\u003e.\u003c\/p\u003e\n        \u003cp\u003eIt's crafted with sugar, skim milk, finely-ground hazelnuts, and hints of rich cocoa combined to make a silky smooth paste that's not too thick or too thin.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"features\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-icon\"\u003e🌰\u003c\/span\u003e\n          \u003cspan\u003eRich Hazelnut Flavor\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-icon\"\u003e🍫\u003c\/span\u003e\n          \u003cspan\u003ePremium Cocoa\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-icon\"\u003e🥛\u003c\/span\u003e\n          \u003cspan\u003eCreamy Texture\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003cspan class=\"feature-icon\"\u003e🌱\u003c\/span\u003e\n          \u003cspan\u003eNo Artificial Colors\/Preservatives\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .nutella-description {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: #553311;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  \n  .nutella-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n  \n  .nutella-header h2 {\n    font-size: 2.5rem;\n    color: #8B4513;\n    margin-bottom: 5px;\n  }\n  \n  .tagline {\n    font-style: italic;\n    font-size: 1.2rem;\n    color: #A67C52;\n  }\n  \n  .nutella-content {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 30px;\n    align-items: flex-start;\n  }\n  \n  .nutella-image {\n    flex: 1;\n    min-width: 300px;\n    text-align: center;\n  }\n  \n  .nutella-image img {\n    max-width: 100%;\n    border-radius: 10px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n  }\n  \n  .nutella-details {\n    flex: 2;\n    min-width: 300px;\n  }\n  \n  .intro {\n    font-size: 1.2rem;\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n  \n  .quality-highlight, .ingredients {\n    margin-bottom: 25px;\n    padding: 20px;\n    background-color: #FFF9E6;\n    border-radius: 8px;\n    border-left: 4px solid #E38D2B;\n  }\n  \n  .quality-highlight h3, .ingredients h3 {\n    color: #8B4513;\n    margin-top: 0;\n  }\n  \n  .features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin-top: 25px;\n  }\n  \n  .feature-item {\n    display: flex;\n    align-items: center;\n    padding: 10px;\n    background-color: #F8F4E9;\n    border-radius: 6px;\n  }\n  \n  .feature-icon {\n    font-size: 1.5rem;\n    margin-right: 10px;\n  }\n  \n  @media (max-width: 768px) {\n    .nutella-content {\n      flex-direction: column;\n    }\n    \n    .nutella-header h2 {\n      font-size: 2rem;\n    }\n  }\n\u003c\/style\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484861730900,"sku":null,"price":133.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/SPICE_fb618cb6-a102-4295-b0b3-f53a6d210379.png?v=1761277582"},{"product_id":"hometown-provisions-5-lb-all-natural-honey-6-case","title":"5 lb. All-Natural Honey - 6\/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\u003eHometown Provisions All-Natural Honey\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Roboto:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Roboto', sans-serif;\n            color: #5a3825;\n            background-color: #fefaf0;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .honey-container {\n            background: linear-gradient(to bottom, #fff6e5, #fff9ec);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(90, 56, 37, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .honey-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #f9e3b7;\n            border-bottom: 2px dashed #e3b04b;\n        }\n        \n        .honey-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #8b5a2b;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(139, 90, 43, 0.2);\n        }\n        \n        .honey-header .tagline {\n            font-size: 1.3rem;\n            color: #d4a76a;\n            font-weight: 500;\n            margin-bottom: 15px;\n        }\n        \n        .honey-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .honey-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .honey-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .honey-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .honey-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #e3b04b;\n        }\n        \n        .benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .benefit-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #d4a76a;\n        }\n        \n        .honey-uses {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #f1d6ab;\n        }\n        \n        .honey-uses h3 {\n            color: #8b5a2b;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .about-brand {\n            background-color: #f7f2e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #d4a76a;\n        }\n        \n        .about-brand h3 {\n            color: #8b5a2b;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .bulk-saving {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #f9e3b7, #f1d6ab);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .bulk-saving h3 {\n            color: #8b5a2b;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .honey-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .honey-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"honey-container\"\u003e\n        \u003cdiv class=\"honey-header\"\u003e\n            \u003ch1\u003eHometown Provisions All-Natural Honey\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003ePure Sweetness Without Additives or Preservatives\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"honey-content\"\u003e\n            \u003cdiv class=\"honey-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/F9E3B7\/5a3825?text=Honey+Jar\" alt=\"Hometown Provisions All-Natural Honey\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"honey-details\"\u003e\n                \u003cdiv class=\"honey-intro\"\u003e\n                    Looking for honey that's purely sweet and delicious without the additives and preservatives? This Hometown Provisions all-natural honey is perfect for your bakery or restaurant!\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n                        \u003ch3\u003e100% Natural\u003c\/h3\u003e\n                        \u003cp\u003eNo additives or preservatives\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e🚫\u003c\/div\u003e\n                        \u003ch3\u003eGluten-Free\u003c\/h3\u003e\n                        \u003cp\u003eNaturally gluten-free\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e🍯\u003c\/div\u003e\n                        \u003ch3\u003ePure Taste\u003c\/h3\u003e\n                        \u003cp\u003eSweet and light flavor\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                        \u003ch3\u003eGreat Value\u003c\/h3\u003e\n                        \u003cp\u003eSave money when you buy in bulk\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eWhether your establishment specializes in farm-to-table fare or home-style baked goods, Hometown Provisions brings bold flavors and nutrients from the honeybees to the table. This pure honey is collected from sweet honeycomb and is naturally gluten-free. It has a sweet and light taste and a classic, golden color.\u003c\/p\u003e\n                \n                \u003cdiv class=\"bulk-saving\"\u003e\n                    \u003ch3\u003eBuy in Bulk \u0026amp; Save!\u003c\/h3\u003e\n                    \u003cp\u003eUse this 5 lb. container for all of your most popular recipes!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"honey-uses\"\u003e\n                    \u003ch3\u003eVersatile Uses\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eTableside Condiment\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBaking Ingredient\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eCooking Sauce\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eTea Sweetener\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eYogurt Topping\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eIce Cream Drizzle\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003eThe versatility of this all-natural honey makes it a popular honey type, whether you are using it as a tableside condiment or as a cooking and baking ingredient.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eIts fragrant flavor makes the perfect complement to a range of savory dishes, from classic honey-baked ham and sweet breads to honey glazed chicken. Drizzle it over yogurt, cereal, and ice cream, or let a few drops of this pure honey dissolve into hot teas.\u003c\/p\u003e\n                \n                \u003cp\u003ePacked in an easy-to-grip plastic container, this all-natural honey is a convenient and naturally sweet way to enrich your favorite recipes. For a great value and great honey taste, stock up on this Hometown Provisions all-natural honey!\u003c\/p\u003e\n                \n                \u003cdiv class=\"about-brand\"\u003e\n                    \u003ch3\u003eAbout Hometown Provisions\u003c\/h3\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484873461844,"sku":null,"price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2945562.jpg?v=1758223040"},{"product_id":"producers-peanut-company-bulk-creamy-peanut-butter-35-lb","title":"Producers Peanut Company Bulk Creamy Peanut Butter 35 lb.","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\u003eProducers Peanut Company Peanut Butter\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #5a3825;\n            background-color: #fefaf0;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .pb-container {\n            background: linear-gradient(to bottom, #fff6e5, #fff9ec);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(90, 56, 37, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .pb-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #e3b04b;\n            background-image: linear-gradient(to right, #e3b04b, #f1d6ab);\n            border-bottom: 2px dashed #a67c52;\n        }\n        \n        .pb-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #5a3825;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);\n        }\n        \n        .pb-header .tagline {\n            font-size: 1.3rem;\n            color: #5a3825;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .pb-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .pb-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .pb-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .pb-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .pb-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #e3b04b;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #e3b04b;\n        }\n        \n        .pb-uses {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #f1d6ab;\n        }\n        \n        .pb-uses h3 {\n            color: #8b5a2b;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .nutrition {\n            background-color: #f7f2e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #d4a76a;\n        }\n        \n        .nutrition h3 {\n            color: #8b5a2b;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .bulk-benefit {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #f9e3b7, #f1d6ab);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .bulk-benefit h3 {\n            color: #8b5a2b;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .flavor-profile {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .flavor-item {\n            flex: 1;\n            min-width: 250px;\n            background: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .flavor-item h4 {\n            color: #8b5a2b;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .pb-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .pb-content {\n                flex-direction: column;\n            }\n            \n            .flavor-profile {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"pb-container\"\u003e\n        \u003cdiv class=\"pb-header\"\u003e\n            \u003ch1\u003eProducers Peanut Company Peanut Butter\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eExtra Smooth \u0026amp; Irresistibly Rich\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pb-content\"\u003e\n            \u003cdiv class=\"pb-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/F9E3B7\/5a3825?text=Peanut+Butter+Jar\" alt=\"Producers Peanut Company Peanut Butter\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"pb-details\"\u003e\n                \u003cdiv class=\"pb-intro\"\u003e\n                    Made from dry roasted and blanched peanuts ground to an extra smooth consistency, this peanut butter features irresistibly rich, nutty flavor!\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🥜\u003c\/div\u003e\n                        \u003ch3\u003eExtra Smooth\u003c\/h3\u003e\n                        \u003cp\u003ePerfectly creamy consistency\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for cooking and baking\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n                        \u003ch3\u003eProtein Source\u003c\/h3\u003e\n                        \u003cp\u003eGood source of essential nutrients\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n                        \u003ch3\u003ePerfect Texture\u003c\/h3\u003e\n                        \u003cp\u003eNot too thin or thick\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eWith texture that's not too thin or thick, it has a creamy consistency that's perfect to spread on breads, bagels, English muffins, and more. From topping breakfast toast to making peanut butter cookies for dessert, this classic condiment can be used for any meal throughout the day to suit a wide variety of tastes!\u003c\/p\u003e\n                \n                \u003cdiv class=\"pb-uses\"\u003e\n                    \u003ch3\u003eVersatile Culinary Uses\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eSandwiches\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBaking\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eThai Sauces\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDesserts\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eFrostings\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBreakfast\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003ePeanut butter is used in Thai-style peanut sauces as a delicious dip for spring rolls. It's also perfect for delighting your younger patrons with peanut butter and jelly or peanut butter and banana sandwiches.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003cdiv class=\"flavor-item\"\u003e\n                        \u003ch4\u003eFlavor Profile\u003c\/h4\u003e\n                        \u003cp\u003eTraditional roasted flavor that's slightly salty and sweet\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"flavor-item\"\u003e\n                        \u003ch4\u003eTexture\u003c\/h4\u003e\n                        \u003cp\u003eSoft, butter-like consistency that's never oily or greasy\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"flavor-item\"\u003e\n                        \u003ch4\u003eQuality\u003c\/h4\u003e\n                        \u003cp\u003eCool and smooth premium peanut butter\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eFrom peanut butter brownies to fudge, mousse to pies, this rich and smooth peanut butter has a hint of sweetness that makes the perfect complement to chocolates and many sweet treats. Don't forget to top your cakes and cookies with decadent peanut butter frostings!\u003c\/p\u003e\n                \n                \u003cdiv class=\"nutrition\"\u003e\n                    \u003ch3\u003eNutritional Benefits\u003c\/h3\u003e\n                    \u003cp\u003eThis premium peanut butter is a good source of protein and supplies some essential vitamins and minerals. A favorite for centuries, peanut butter is just as popular today!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"bulk-benefit\"\u003e\n                    \u003ch3\u003ePerfect for Food Service\u003c\/h3\u003e\n                    \u003cp\u003eWith so many uses, this versatile smooth peanut butter is an excellent bulk multi-purpose ingredient that you'll be using again and again for mouth-watering recipes in your restaurant, bakery, or diner!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484881621076,"sku":null,"price":162.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2674978.jpg?v=1758223304"},{"product_id":"hersheys-25-lb-mini-semi-sweet-chocolate-4m-baking-chips","title":"HERSHEY'S 25 lb. Mini Semi-Sweet Chocolate 4M Baking Chips","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\u003eHERSHEY'S Mini Semi-Sweet Chocolate Baking Chips\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #4E342E;\n            background-color: #FFF9F0;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .chips-container {\n            background: linear-gradient(to bottom, #FFF9F0, #FFF3E0);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(78, 52, 46, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .chips-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #5D4037;\n            background-image: linear-gradient(to right, #5D4037, #8D6E63);\n            color: white;\n            border-bottom: 2px dashed #D7CCC8;\n        }\n        \n        .chips-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);\n        }\n        \n        .chips-header .tagline {\n            font-size: 1.3rem;\n            color: #FFE0B2;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .chips-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .chips-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .chips-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .chips-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .chips-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #8D6E63;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #8D6E63;\n        }\n        \n        .chips-uses {\n            background-color: #FFF3E0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #FFCCBC;\n        }\n        \n        .chips-uses h3 {\n            color: #5D4037;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .size-info {\n            background-color: #FBE9E7;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #FFAB91;\n        }\n        \n        .size-info h3 {\n            color: #5D4037;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .bulk-info {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #FFE0B2, #FFCCBC);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .bulk-info h3 {\n            color: #5D4037;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-story {\n            background-color: #EFEBE9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #A1887F;\n        }\n        \n        .brand-story h3 {\n            color: #5D4037;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .flavor-profile {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px dashed #D7CCC8;\n            text-align: center;\n        }\n        \n        .flavor-profile h3 {\n            color: #5D4037;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .chips-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .chips-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"chips-container\"\u003e\n        \u003cdiv class=\"chips-header\"\u003e\n            \u003ch1\u003eHERSHEY'S Mini Semi-Sweet Chocolate Baking Chips\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eSmall Size, Big Chocolate Flavor!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"chips-content\"\u003e\n            \u003cdiv class=\"chips-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/FFF3E0\/5a3825?text=Hershey's+Chocolate+Chips\" alt=\"HERSHEY'S Mini Semi-Sweet Chocolate Baking Chips\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"chips-details\"\u003e\n                \u003cdiv class=\"chips-intro\"\u003e\n                    Add texture and flavor to any baked treat with these HERSHEY'S mini semi-sweet chocolate baking chips!\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n                        \u003ch3\u003e4M Size\u003c\/h3\u003e\n                        \u003cp\u003e4000 chocolate chips per pound\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍫\u003c\/div\u003e\n                        \u003ch3\u003eRich Flavor\u003c\/h3\u003e\n                        \u003cp\u003eHigher concentration of chocolate liquor\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                        \u003ch3\u003ePerfect for Baking\u003c\/h3\u003e\n                        \u003cp\u003eIdeal consistency for all baked goods\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🥄\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003eGreat for baking, sauces, and toppings\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"size-info\"\u003e\n                    \u003ch3\u003eSmall But Mighty\u003c\/h3\u003e\n                    \u003cp\u003eWith a size of 4M, meaning there are 4000 chocolate chips per lb., they are smaller than your average chocolate chip. Although they are small in size, these mini morsels give your recipes a lot of chocolate in every bite!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003ch3\u003eSemi-Sweet Excellence\u003c\/h3\u003e\n                    \u003cp\u003eDifferent from unsweetened or milk chocolate, semi-sweet chocolate is a type of dark chocolate that has its own distinct taste that uses half as much sugar as cocoa. Though it is not as sweet as milk chocolate, it is great for cooking and baking purposes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"chips-uses\"\u003e\n                    \u003ch3\u003eVersatile Uses\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eCookies\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eCakes\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDessert Sauces\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eMuffins\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eIce Cream Toppings\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBrownies\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003eMix these mini semi-sweet chocolate baking chips into cookies, cakes, and other baked treats, or blend them into smooth dessert sauces that your customers will love.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"bulk-info\"\u003e\n                    \u003ch3\u003eBulk 25 lb. Supply\u003c\/h3\u003e\n                    \u003cp\u003eThis bulk 25 lb. supply of HERSHEY'S mini semi-sweet chocolate baking chips is a must-have for any bakery, cafe, diner, or ice cream shop!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand-story\"\u003e\n                    \u003ch3\u003eHershey's Legacy of Quality\u003c\/h3\u003e\n                    \u003cp\u003eHershey Foodservice is a leading North American manufacturer of chocolates, confections, toppings, and baking products. It all started with Milton Hershey, who began producing milk chocolate in 1905 in the town that now shares his name.\u003c\/p\u003e\n                    \u003cp\u003eThough chocolate was once a luxury for the rich, Milton Hershey helped make it more accessible and affordable for everyone, and Hershey's Foodservice products are now known the world over. Hershey, Pennsylvania is known as Chocolate Town USA and for good reason; as soon as you offer Hershey's Foodservice products at your business, your customers will recognize a brand that stands for nothing less than quality, freshness, and great taste!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484906066004,"sku":null,"price":358.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2433388.jpg?v=1758223893"},{"product_id":"hersheys-25-lb-premier-white-vanilla-1m-baking-chips","title":"HERSHEY'S 25 lb. Premier White Vanilla 1M Baking Chips","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\u003eHERSHEY'S Premier White Vanilla Baking Chips\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #5D4037;\n            background-color: #FFFDF7;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .chips-container {\n            background: linear-gradient(to bottom, #FFFDF7, #FFFBF0);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(93, 64, 55, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .chips-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #8D6E63;\n            background-image: linear-gradient(to right, #8D6E63, #BCAAA4);\n            color: white;\n            border-bottom: 2px dashed #D7CCC8;\n        }\n        \n        .chips-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .chips-header .tagline {\n            font-size: 1.3rem;\n            color: #FFECB3;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .chips-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .chips-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .chips-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .chips-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .chips-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #BCAAA4;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #8D6E63;\n        }\n        \n        .chips-uses {\n            background-color: #FFF8E1;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #FFECB3;\n        }\n        \n        .chips-uses h3 {\n            color: #8D6E63;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .size-info {\n            background-color: #F5F5F5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #BCAAA4;\n        }\n        \n        .size-info h3 {\n            color: #8D6E63;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .bulk-info {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #FFECB3, #FFE082);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .bulk-info h3 {\n            color: #8D6E63;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .flavor-profile {\n            background-color: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px dashed #D7CCC8;\n            text-align: center;\n        }\n        \n        .flavor-profile h3 {\n            color: #8D6E63;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .combo-tip {\n            background-color: #F3E5F5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #BA68C8;\n        }\n        \n        .combo-tip h3 {\n            color: #8D6E63;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .chips-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .chips-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"chips-container\"\u003e\n        \u003cdiv class=\"chips-header\"\u003e\n            \u003ch1\u003eHERSHEY'S Premier White Vanilla Baking Chips\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eCreamy Sweetness for Your Baking Creations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"chips-content\"\u003e\n            \u003cdiv class=\"chips-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/FFFBF0\/5a3825?text=Hershey's+White+Chips\" alt=\"HERSHEY'S Premier White Vanilla Baking Chips\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"chips-details\"\u003e\n                \u003cdiv class=\"chips-intro\"\u003e\n                    Add texture and sweet flavor to any baked treat with these HERSHEY'S 25 lb. premier white vanilla 1M baking chips.\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n                        \u003ch3\u003e1M Size\u003c\/h3\u003e\n                        \u003cp\u003e1000 chips per pound - perfect for sprinkling\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍦\u003c\/div\u003e\n                        \u003ch3\u003eCreamy Vanilla\u003c\/h3\u003e\n                        \u003cp\u003eSweet, delicate vanilla flavor\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                        \u003ch3\u003ePerfect for Baking\u003c\/h3\u003e\n                        \u003cp\u003eIdeal for all your dessert creations\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003eGreat for mixing with other chips\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"size-info\"\u003e\n                    \u003ch3\u003ePerfect Size for Even Distribution\u003c\/h3\u003e\n                    \u003cp\u003eWith a standard size of 1M, meaning there are 1000 chips per lb., they are perfect for sprinkling throughout a variety of desserts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003ch3\u003eDelicate Vanilla Flavor\u003c\/h3\u003e\n                    \u003cp\u003eFeaturing a creamy and sweet vanilla flavor, they'll be the perfect complement to your vanilla-flavored cakes, sugar cookies, and cupcakes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"chips-uses\"\u003e\n                    \u003ch3\u003eVersatile Uses\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eVanilla Cakes\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eSugar Cookies\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eCupcakes\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eMuffins\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBlondies\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDessert Bars\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"combo-tip\"\u003e\n                    \u003ch3\u003eCreative Combination Idea\u003c\/h3\u003e\n                    \u003cp\u003eThese white-colored chips can also add variety to any dish when mixed with standard chocolate chips for beautiful contrast and complementary flavors.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"bulk-info\"\u003e\n                    \u003ch3\u003eBulk 25 lb. Supply\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for bakeries, cafes, and restaurants - this bulk supply ensures you never run out of these essential baking chips during your busiest times.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42484912848980,"sku":null,"price":335.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2217116.jpg?v=1758224110"},{"product_id":"monin-caramel-flavoring-sauce-64-fl-oz-4-case","title":"Monin Caramel Flavoring Sauce 64 fl. oz. - 4\/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\u003eMonin Caramel Flavoring Sauce\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #7E5732;\n            background-color: #FFF9F0;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .sauce-container {\n            background: linear-gradient(to bottom, #FFF9F0, #FFF3E0);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(126, 87, 50, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .sauce-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #D35400;\n            background-image: linear-gradient(to right, #E67E22, #D35400);\n            color: white;\n            border-bottom: 2px dashed #F0C987;\n        }\n        \n        .sauce-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .sauce-header .tagline {\n            font-size: 1.3rem;\n            color: #FFEAA7;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .sauce-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .sauce-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .sauce-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .sauce-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .sauce-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #E67E22;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #D35400;\n        }\n        \n        .sauce-uses {\n            background-color: #FFFAEB;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #F0C987;\n        }\n        \n        .sauce-uses h3 {\n            color: #7E5732;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .flavor-profile {\n            background-color: #FFF5E6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #E67E22;\n        }\n        \n        .flavor-profile h3 {\n            color: #7E5732;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .bulk-info {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #F0C987, #E67E22);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .bulk-info h3 {\n            color: #7E5732;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-story {\n            background-color: #FFF5E6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #D35400;\n        }\n        \n        .brand-story h3 {\n            color: #7E5732;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe {\n            background-color: #FFF0D4;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px dashed #E67E22;\n        }\n        \n        .recipe h3 {\n            color: #7E5732;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe-content {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 6px;\n            font-family: monospace;\n        }\n        \n        @media (max-width: 768px) {\n            .sauce-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .sauce-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sauce-container\"\u003e\n        \u003cdiv class=\"sauce-header\"\u003e\n            \u003ch1\u003eMonin Caramel Flavoring Sauce\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eButtery, Rich Caramel Perfection\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"sauce-content\"\u003e\n            \u003cdiv class=\"sauce-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/FFFAEB\/7E5732?text=Monin+Caramel+Sauce\" alt=\"Monin Caramel Flavoring Sauce\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"sauce-details\"\u003e\n                \u003cdiv class=\"sauce-intro\"\u003e\n                    Quickly and easily add decadent flavor to anything you make with this Monin 64 oz. caramel flavoring sauce!\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🥄\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003eUse as ingredient, topping, or garnish\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍮\u003c\/div\u003e\n                        \u003ch3\u003eRich Flavor\u003c\/h3\u003e\n                        \u003cp\u003eButtery, rich caramel taste\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                        \u003ch3\u003eBulk Size\u003c\/h3\u003e\n                        \u003cp\u003e64 oz. bottle with pump compatibility\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e☕\u003c\/div\u003e\n                        \u003ch3\u003ePerfect Balance\u003c\/h3\u003e\n                        \u003cp\u003eEnhances without overpowering\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003ch3\u003ePremium Flavor Profile\u003c\/h3\u003e\n                    \u003cp\u003eFeaturing a buttery, rich caramel flavor and golden color, this sauce has a thicker consistency than liquid flavoring syrup. It's great for swirling atop whipped cream or blending into frappes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"sauce-uses\"\u003e\n                    \u003ch3\u003eVersatile Applications\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eCoffee Flavoring\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eFrappe Blending\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eIce Cream Topping\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDessert Garnish\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eWhipped Cream Swirl\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eCocktail Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003eIt adds just the right amount of sweet flavor to any cup of freshly-brewed coffee. You can even use it to top ice cream, cheesecakes, and other signature desserts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"bulk-info\"\u003e\n                    \u003ch3\u003e64 oz. Bulk Bottle\u003c\/h3\u003e\n                    \u003cp\u003ePackaged in a bulk 64 oz. plastic bottle and can easily be paired with a compatible pump for quick, efficient service during peak serving hours.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"recipe\"\u003e\n                    \u003ch3\u003eFeatured Recipe: Caramel Nut Crunch Frappe\u003c\/h3\u003e\n                    \u003cdiv class=\"recipe-content\"\u003e\n                        2 shots espresso\u003cbr\u003e\n                        1 scoop vanilla frappe powder\u003cbr\u003e\n                        4 oz. milk\u003cbr\u003e\n                        0.5 oz. Monin caramel sauce\u003cbr\u003e\n                        0.5 oz. Monin toffee nut syrup\u003cbr\u003e\n                        Ice\u003cbr\u003e\u003cbr\u003e\n                        Fill serving glass full of ice. Pour ingredients into blender cup in order listed. Add ice from serving glass, cap, and blend until smooth. Pour back into serving glass. Add Monin caramel sauce, whipped cream, and Monin toffee nut syrup as a garnish and serve.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand-story\"\u003e\n                    \u003ch3\u003eMonin Legacy Since 1912\u003c\/h3\u003e\n                    \u003cp\u003eSince 1912, Monin has had a passion for delivering premium products that simplify the beverage-making process. A third generation family-owned company, Monin's uncompromising integrity to high-quality ingredients has made it a proud leader in the industry today.\u003c\/p\u003e\n                    \u003cp\u003eFocusing on using premium ingredients and versatility in application when creating its products, Monin is constantly innovating and expanding its product portfolio with products that deliver new and exciting flavors, with equally enticing aromas, to the market.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485078458452,"sku":null,"price":168.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2828838_2843f29b-4d8b-4b09-9622-60fdab1591df.jpg?v=1758227959"},{"product_id":"finest-call-premium-strawberry-puree-mix-1-liter-12-case","title":"Finest Call Premium Strawberry Puree Mix - 1 Liter - 12\/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\u003eFinest Call Premium Strawberry Puree Drink Mixer\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #8E2D42;\n            background-color: #FFF0F5;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .puree-container {\n            background: linear-gradient(to bottom, #FFF0F5, #FFECF0);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(142, 45, 66, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .puree-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #D81B60;\n            background-image: linear-gradient(to right, #C2185B, #EC407A);\n            color: white;\n            border-bottom: 2px dashed #F8BBD0;\n        }\n        \n        .puree-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .puree-header .tagline {\n            font-size: 1.3rem;\n            color: #FFE4EC;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .puree-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .puree-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .puree-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .puree-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .puree-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #EC407A;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #D81B60;\n        }\n        \n        .puree-uses {\n            background-color: #FCE4EC;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #F8BBD0;\n        }\n        \n        .puree-uses h3 {\n            color: #8E2D42;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .flavor-profile {\n            background-color: #FFF0F5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #EC407A;\n        }\n        \n        .flavor-profile h3 {\n            color: #8E2D42;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .packaging {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #F8BBD0, #F48FB1);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .packaging h3 {\n            color: #8E2D42;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-story {\n            background-color: #FFF0F5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #D81B60;\n        }\n        \n        .brand-story h3 {\n            color: #8E2D42;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe {\n            background-color: #FFECF0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px dashed #EC407A;\n        }\n        \n        .recipe h3 {\n            color: #8E2D42;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe-content {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 6px;\n            font-family: monospace;\n        }\n        \n        .storage {\n            background-color: #F3E5F5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            text-align: center;\n        }\n        \n        .storage h3 {\n            color: #8E2D42;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .puree-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .puree-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"puree-container\"\u003e\n        \u003cdiv class=\"puree-header\"\u003e\n            \u003ch1\u003eFinest Call Premium Strawberry Puree\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eSweet Strawberry Flavor for Cocktails \u0026amp; Desserts\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"puree-content\"\u003e\n            \u003cdiv class=\"puree-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/FCE4EC\/8E2D42?text=Finest+Call+Strawberry+Puree\" alt=\"Finest Call Premium Strawberry Puree Drink Mixer\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"puree-details\"\u003e\n                \u003cdiv class=\"puree-intro\"\u003e\n                    Mix up rounds of frozen strawberry daiquiris, strawberry margaritas, and coladas quickly and easily with this Finest Call premium strawberry puree drink mixer!\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍓\u003c\/div\u003e\n                        \u003ch3\u003eRipe Strawberry Flavor\u003c\/h3\u003e\n                        \u003cp\u003eSweet, authentic strawberry taste\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n                        \u003ch3\u003eVivid Color\u003c\/h3\u003e\n                        \u003cp\u003eEnhances drinks with beautiful red hue\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍹\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for cocktails and desserts\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n                        \u003ch3\u003eEasy-Pour Bottle\u003c\/h3\u003e\n                        \u003cp\u003eDrip-free design for clean pouring\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003ch3\u003ePremium Flavor Profile\u003c\/h3\u003e\n                    \u003cp\u003eFeaturing the ripe flavor of sweet strawberries, this strawberry puree drink mixer enhances the taste and vivid red color of any cocktail or mixed drink. Thanks to its rich, smooth texture, it's also a great accent to your favorite desserts!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"puree-uses\"\u003e\n                    \u003ch3\u003eVersatile Applications\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eStrawberry Daiquiris\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eStrawberry Margaritas\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eColadas\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eSmoothies\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDessert Toppings\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBlended Drinks\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003ePour Finest Call strawberry puree drink mixer into smoothies and other blended drinks for extra fruity flavor. Since strawberry is such a popular sweet and fruity flavor for drinks and desserts, you'll be sure to find an endless number of ways to use this versatile drink mixer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"packaging\"\u003e\n                    \u003ch3\u003eBartender-Friendly Packaging\u003c\/h3\u003e\n                    \u003cp\u003eEach bottle features an easy pour top and closure cap that reduces drips to keep your bar free of spills and messes. The long bottle neck and pourer help provide a perfect pour every time, while the closure cap solves the problem of storing any unused portions.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"recipe\"\u003e\n                    \u003ch3\u003eFeatured Recipe: Sage Coach\u003c\/h3\u003e\n                    \u003cdiv class=\"recipe-content\"\u003e\n                        1 oz (30 ml) Finest Call strawberry puree mix\u003cbr\u003e\n                        1.5 oz (45 ml) gin\u003cbr\u003e\n                        3 sage leaves\u003cbr\u003e\n                        1.5 oz cranberry juice\u003cbr\u003e\n                        2 dashes Peychaud's bitters\u003cbr\u003e\u003cbr\u003e\n                        Muddle sage in a mixing glass and fill with ice. Combine remaining ingredients. Shake and strain into chilled glass. Garnish with a strawberry or lime slice.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"storage\"\u003e\n                    \u003ch3\u003eStorage Instructions\u003c\/h3\u003e\n                    \u003cp\u003eRefrigerate after opening to maintain freshness and flavor quality.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand-story\"\u003e\n                    \u003ch3\u003eFinest Call Quality\u003c\/h3\u003e\n                    \u003cp\u003eStock your bar with something for everyone using Finest Call syrups, juices, and drink mixes! Their premium mixers are crafted from the highest quality varieties of fruits harvested at peak ripeness for the freshest flavor possible.\u003c\/p\u003e\n                    \u003cp\u003eSourced from around the globe, this top-tier produce guarantees superior consistency in every batch. Finest Call's gentle processing methods yield vibrant flavors and colors that create delicious and visually appealing cocktails in your establishment.\u003c\/p\u003e\n                    \u003cp\u003eDesigned with bartenders in mind, each bottle is easy to use even during busy service hours, making Finest Call a trusted supplier around the world for 20 years and counting.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485080686676,"sku":null,"price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2893900.jpg?v=1758228278"},{"product_id":"finest-call-premium-mango-puree-mix-1-liter-12-case","title":"Finest Call Premium Mango Puree Mix - 1 Liter - 12\/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\u003eFinest Call Premium Mango Puree Drink Mixer\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Nunito:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Nunito', sans-serif;\n            color: #E65100;\n            background-color: #FFF3E0;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .puree-container {\n            background: linear-gradient(to bottom, #FFF3E0, #FFECB3);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(230, 81, 0, 0.1);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .puree-header {\n            text-align: center;\n            padding: 30px 20px;\n            background-color: #FF9800;\n            background-image: linear-gradient(to right, #F57C00, #FFB300);\n            color: white;\n            border-bottom: 2px dashed #FFE0B2;\n        }\n        \n        .puree-header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #fff;\n            margin-bottom: 10px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .puree-header .tagline {\n            font-size: 1.3rem;\n            color: #FFFDE7;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .puree-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 20px;\n        }\n        \n        .puree-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .puree-image img {\n            max-width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 5px solid #fff;\n        }\n        \n        .puree-details {\n            flex: 2;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .puree-intro {\n            font-size: 1.2rem;\n            margin-bottom: 25px;\n            padding: 15px;\n            background-color: #fff;\n            border-radius: 8px;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            margin-bottom: 10px;\n            color: #F57C00;\n        }\n        \n        .puree-uses {\n            background-color: #FFF8E1;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #FFE0B2;\n        }\n        \n        .puree-uses h3 {\n            color: #E65100;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .uses-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .use-item {\n            background-color: #fff;\n            padding: 12px;\n            border-radius: 6px;\n            text-align: center;\n            font-size: 0.9rem;\n        }\n        \n        .flavor-profile {\n            background-color: #FFF3E0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .flavor-profile h3 {\n            color: #E65100;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .packaging {\n            text-align: center;\n            padding: 20px;\n            background: linear-gradient(to right, #FFE0B2, #FFCC80);\n            border-radius: 8px;\n            margin: 25px 0;\n        }\n        \n        .packaging h3 {\n            color: #E65100;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .brand-story {\n            background-color: #FFF3E0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #F57C00;\n        }\n        \n        .brand-story h3 {\n            color: #E65100;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe {\n            background-color: #FFF8E1;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px dashed #FFB300;\n        }\n        \n        .recipe h3 {\n            color: #E65100;\n            margin-bottom: 15px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .recipe-content {\n            background-color: #fff;\n            padding: 15px;\n            border-radius: 6px;\n            font-family: monospace;\n            margin-bottom: 15px;\n        }\n        \n        .storage {\n            background-color: #E8F5E9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            text-align: center;\n        }\n        \n        .storage h3 {\n            color: #2E7D32;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        @media (max-width: 768px) {\n            .puree-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .puree-content {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"puree-container\"\u003e\n        \u003cdiv class=\"puree-header\"\u003e\n            \u003ch1\u003eFinest Call Premium Mango Puree\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eExotic Mango Flavor for Tropical Cocktails \u0026amp; Desserts\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"puree-content\"\u003e\n            \u003cdiv class=\"puree-image\"\u003e\n                \u003cimg src=\"https:\/\/placehold.co\/400x500\/FFF8E1\/E65100?text=Finest+Call+Mango+Puree\" alt=\"Finest Call Premium Mango Puree Drink Mixer\"\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"puree-details\"\u003e\n                \u003cdiv class=\"puree-intro\"\u003e\n                    Looking to make the most delicious mango mixed drinks? Put an exotic twist on your daiquiri, margarita, and colada recipes with Finest Call Premium mango puree mix.\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🥭\u003c\/div\u003e\n                        \u003ch3\u003eSweet Mango Flavor\u003c\/h3\u003e\n                        \u003cp\u003eSweet and refreshing tropical taste\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n                        \u003ch3\u003eVivid Color\u003c\/h3\u003e\n                        \u003cp\u003eEnhances drinks with beautiful orange hue\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🍹\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for cocktails and desserts\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n                        \u003ch3\u003eEasy-Pour Bottle\u003c\/h3\u003e\n                        \u003cp\u003eDrip-free design for clean pouring\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"flavor-profile\"\u003e\n                    \u003ch3\u003ePremium Flavor Profile\u003c\/h3\u003e\n                    \u003cp\u003eFeaturing sweet and refreshing mango flavor, this mango puree mix enhances the taste and vivid orange color of any cocktail or mixed drink. Thanks to its rich, smooth texture, it's also a great accent to your favorite desserts!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"puree-uses\"\u003e\n                    \u003ch3\u003eVersatile Applications\u003c\/h3\u003e\n                    \u003cdiv class=\"uses-grid\"\u003e\n                        \u003cdiv class=\"use-item\"\u003eMango Daiquiris\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eMango Margaritas\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eColadas\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eSmoothies\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eDessert Toppings\u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003eBlended Drinks\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"use-desc\"\u003ePour Finest Call mango puree mix into smoothies and other blended drinks for extra fruity flavor. Since mango is such a popular sweet and fruity flavor for drinks and desserts, you'll be sure to find an endless number of ways to use this versatile drink mixer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"packaging\"\u003e\n                    \u003ch3\u003eBartender-Friendly Packaging\u003c\/h3\u003e\n                    \u003cp\u003eEach bottle features an easy pour top and closure cap that reduces drips to keep your bar free of spills and messes. The long bottle neck and pourer help provide a perfect pour every time, while the closure cap solves the problem of storing any unused portions.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"recipe\"\u003e\n                    \u003ch3\u003eFeatured Recipe: Frozen Mango Daiquiri\u003c\/h3\u003e\n                    \u003cdiv class=\"recipe-content\"\u003e\n                        4 oz. Finest Call premium mango puree mix\u003cbr\u003e\n                        1.5 oz. rum\u003cbr\u003e\n                        1 1\/2 cups ice\u003cbr\u003e\u003cbr\u003e\n                        Place mango puree, rum, and ice in a blender. Mix until smooth and pour into a serving glass.\n                    \u003c\/div\u003e\n                    \n                    \u003ch3\u003eClassic Frozen Mango Cocktail\u003c\/h3\u003e\n                    \u003cdiv class=\"recipe-content\"\u003e\n                        4 liters Finest Call premium mango puree mix\u003cbr\u003e\n                        4 liters water\u003cbr\u003e\n                        1 liter spirit of choice\u003cbr\u003e\u003cbr\u003e\n                        Combine Finest Call mix with water and spirits in a large container. Pour into a granita machine and freeze according to manufacturer instructions. Alternatively, fill a blender with ice and pour cocktail mix to the fill line. Blend until smooth and pour into serving glasses.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"storage\"\u003e\n                    \u003ch3\u003eStorage Instructions\u003c\/h3\u003e\n                    \u003cp\u003eRefrigerate after opening to maintain freshness and flavor quality.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand-story\"\u003e\n                    \u003ch3\u003eFinest Call Quality\u003c\/h3\u003e\n                    \u003cp\u003eStock your bar with something for everyone using Finest Call syrups, juices, and drink mixes! Their premium mixers are crafted from the highest quality varieties of fruits harvested at peak ripeness for the freshest flavor possible.\u003c\/p\u003e\n                    \u003cp\u003eSourced from around the globe, this top-tier produce guarantees superior consistency in every batch. Finest Call's gentle processing methods yield vibrant flavors and colors that create delicious and visually appealing cocktails in your establishment.\u003c\/p\u003e\n                    \u003cp\u003eDesigned with bartenders in mind, each bottle is easy to use even during busy service hours, making Finest Call a trusted supplier around the world for 20 years and counting.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485094973524,"sku":null,"price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2893571.jpg?v=1758228518"},{"product_id":"real-pumpkin-puree-infused-syrup-16-9-fl-oz-6-case","title":"Real Pumpkin Puree Infused Syrup 16.9 fl. oz. - 6\/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\u003ePumpkin Infused Syrup - Real Cocktail Ingredients\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Montserrat:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #faf7f2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);\n            padding: 30px;\n            text-align: center;\n            color: white;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 30px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .product-image {\n            background-color: #fff8f0;\n            border-radius: 8px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 300px;\n        }\n        \n        .image-placeholder {\n            color: #e67e22;\n            font-size: 5rem;\n            opacity: 0.7;\n        }\n        \n        .description {\n            margin-bottom: 25px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #d35400;\n            margin: 25px 0 15px 0;\n            font-size: 1.8rem;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 8px;\n        }\n        \n        p {\n            margin-bottom: 15px;\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n            margin: 20px 0;\n        }\n        \n        @media (max-width: 480px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .feature-icon {\n            color: #e67e22;\n            margin-right: 12px;\n            font-size: 1.2rem;\n            min-width: 24px;\n        }\n        \n        .uses {\n            background-color: #fff8f0;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 25px 0;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 12px 15px;\n            border-radius: 6px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n        }\n        \n        .use-icon {\n            margin-right: 10px;\n            color: #e67e22;\n        }\n        \n        .brand {\n            background-color: #f9f5f0;\n            border-left: 4px solid #d35400;\n            padding: 20px;\n            margin: 30px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .highlight {\n            color: #d35400;\n            font-weight: 600;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 20px;\n            background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);\n            color: white;\n            border-radius: 8px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #d35400;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003ePumpkin Puree Infused Syrup\u003c\/h1\u003e\n            \u003cdiv class=\"subtitle\"\u003eThe Perfect Fall Flavor for Craft Cocktails \u0026amp; Specialty Drinks\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e[Product Image]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eCreate the perfect fall-flavored drinks with our Pumpkin Real puree infused syrup! Made with \u003cspan class=\"highlight\"\u003e100% cane sugar\u003c\/span\u003e and \u003cspan class=\"highlight\"\u003epremium pureed pumpkin\u003c\/span\u003e, this syrup features hints of cinnamon, ginger, nutmeg, and clove.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eVersatile Uses\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cp\u003ePerfect for:\u003c\/p\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eCraft cocktails\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eItalian sodas\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eAlcohol-free drinks\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eSmoothies\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eFrozen daiquiris\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e★\u003c\/span\u003e\n                            \u003cspan\u003eDessert plating\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eEasy-to-use squeeze bottle\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eDrip-free spout design\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eWide mouth opening eliminates waste\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eNo messy cans\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eEasy storage\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eEnhances shelf presence\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eCreative Applications\u003c\/h2\u003e\n                \u003cp\u003eUse it to swirl decorative designs onto dinnerware for unique plating presentations, or as an ingredient in holiday-themed desserts. Infuse the rich flavor of pumpkin into your most popular drinks and desserts, and create new recipes with a one-of-a-kind taste.\u003c\/p\u003e\n                \n                \u003cdiv class=\"brand\"\u003e\n                    \u003ch2\u003eAbout Real Cocktail Ingredients\u003c\/h2\u003e\n                    \u003cp\u003eReal Cocktail Ingredients began in 2006 with their innovative flagship cream of coconut product, but soon expanded their offerings to include a line of puree infused syrups designed with mixologists in mind.\u003c\/p\u003e\n                    \u003cp\u003eReal sources the finest and freshest ingredients from all over the world to deliver flavor and quality that are unmatched within the industry! By combining high-quality ingredients with forward-thinking packaging, Real creates products that enable cocktail artists to unleash their creativity.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Elevate Your Cocktail Menu?\u003c\/h2\u003e\n            \u003cp\u003eExplore the possibilities with our premium Pumpkin Infused Syrup\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485098840148,"sku":null,"price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2893775.jpg?v=1758228810"},{"product_id":"finest-call-premium-strawberry-puree-mix-1-liter","title":"Finest Call Premium Strawberry Puree Mix - 1 Liter","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\u003eFinest Call Premium Strawberry Puree Mix\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700\u0026family=Poppins:wght@400;500;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff5f5, #fff);\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\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, #ff3b6d 0%, #ff6f6f 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Poppins', sans-serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #ffecef, #fff);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #ffe6e6;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #ffebee, #ffcdd2);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ff3b6d;\n            font-size: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Poppins', sans-serif;\n            color: #ff3b6d;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #ffe0e0;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #ff3b6d;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #fff5f5;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(255, 59, 109, 0.1);\n        }\n        \n        .feature-icon {\n            color: #ff3b6d;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #fff5f5, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #ffe0e0;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #ff3b6d;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(255, 59, 109, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #ff3b6d;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #ff3b6d, #ff6f6f);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #ff3b6d 0%, #ff6f6f 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #ff3b6d;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #777;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eFinest Call Premium Strawberry Puree Mix\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eSweet, Tangy Strawberry Flavor for Exceptional Cocktails \u0026amp; Drinks\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eMix up rounds of \u003cspan class=\"highlight\"\u003etangy strawberry cocktails\u003c\/span\u003e quickly and easily with this Finest Call premium strawberry puree mix.\u003c\/p\u003e\n                    \n                    \u003cp\u003eFeaturing the \u003cspan class=\"highlight\"\u003eripe flavor of sweet strawberries\u003c\/span\u003e, this strawberry puree mix enhances the taste and vivid red color of any cocktail or mixed drink.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"uses\"\u003e\n                    \u003ch2\u003eVersatile Applications\u003c\/h2\u003e\n                    \u003cp\u003ePerfect for all your beverage creations:\u003c\/p\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍓\u003c\/span\u003e\n                            \u003cspan\u003eCocktails \u0026amp; Mixed Drinks\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍓\u003c\/span\u003e\n                            \u003cspan\u003eSmoothies\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍓\u003c\/span\u003e\n                            \u003cspan\u003eBlended Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍓\u003c\/span\u003e\n                            \u003cspan\u003eDessert Toppings\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e★\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eRich, smooth texture perfect for cocktails and desserts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e★\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVivid red color enhancement for drinks\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e★\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eDesigned for easy pouring and efficient storage\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e★\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eUnbeatable sweet and tangy taste\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eWhy Choose Finest Call?\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003ePremium quality ingredients\u003c\/li\u003e\n                        \u003cli\u003eConsistent flavor profile\u003c\/li\u003e\n                        \u003cli\u003eProfessional results every time\u003c\/li\u003e\n                        \u003cli\u003eTime-saving solution for busy establishments\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eThanks to its \u003cspan class=\"highlight\"\u003erich, smooth texture\u003c\/span\u003e, it's also a great accent to your favorite desserts! Pour Finest Call strawberry puree mix into smoothies and other blended drinks for extra fruity flavor.\u003c\/p\u003e\n                \n                \u003cp\u003eIn addition to its unbeatable sweet and tangy taste, this particular bottle from Finest Call Premium is \u003cspan class=\"highlight\"\u003especially designed to make pouring and storing simpler and more efficient\u003c\/span\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTrusted by professional bartenders and mixologists worldwide\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Enhance Your Beverage Menu?\u003c\/h2\u003e\n            \u003cp\u003eAdd the premium Finest Call Strawberry Puree Mix to your inventory today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485100249172,"sku":null,"price":21.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2403663.jpg?v=1758229061"},{"product_id":"10-can-100-pure-canned-pumpkin-6-case","title":"#10 Can 100% Pure Canned Pumpkin - 6\/Case","description":"    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Montserrat:wght@300;400;500;600\u0026display=swap');\n        \n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(92, 61, 46, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #FFEDDC, #FFF8F0);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #FFE4C9;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #FFEDDC, #FFD8B5);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D35400;\n            font-size: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #D35400;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #FFD8B5;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #D35400;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #FFF8F0;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);\n        }\n        \n        .feature-icon {\n            color: #E67E22;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #FFF8F0, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #FFE4C9;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #E67E22;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(230, 126, 34, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #E67E22;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #E67E22, #D35400);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #D35400;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .nutrition {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n        }\n        \n        .nutrition-facts {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .nutrition-item {\n            text-align: center;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n        }\n        \n        .nutrition-value {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: #D35400;\n            margin-bottom: 5px;\n        }\n        \n        .nutrition-label {\n            font-size: 0.9rem;\n            color: #8D6E63;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003ePure Canned Pumpkin\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eClassic, Decadent Pumpkin Pie Filling Made From Fresh Pumpkin\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eCreate classic, decadent pumpkin pie with this \u003cspan class=\"highlight\"\u003epure canned pumpkin\u003c\/span\u003e.\u003c\/p\u003e\n                    \n                    \u003cp\u003ePacked with \u003cspan class=\"highlight\"\u003enatural, wholesome pumpkin\u003c\/span\u003e, this traditional filling will give your desserts a delightfully homemade taste reminiscent of pumpkin pies fresh from the farmers' market.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"uses\"\u003e\n                    \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                    \u003cp\u003eIdeal for all your autumn baking needs:\u003c\/p\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥧\u003c\/span\u003e\n                            \u003cspan\u003eClassic Pumpkin Pies\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍰\u003c\/span\u003e\n                            \u003cspan\u003ePumpkin Cheesecakes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eCookies \u0026amp; Bars\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥮\u003c\/span\u003e\n                            \u003cspan\u003eSeasonal Desserts\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎃\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eMade from fresh pumpkin cooked to perfection\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌱\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003e100% natural with no artificial additives\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👩‍🍳\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eDelivers homemade taste in every can\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🍂\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eAuthentic seasonal flavor\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"nutrition\"\u003e\n                    \u003ch2\u003eNutrition Highlights\u003c\/h2\u003e\n                    \u003cdiv class=\"nutrition-facts\"\u003e\n                        \u003cdiv class=\"nutrition-item\"\u003e\n                            \u003cdiv class=\"nutrition-value\"\u003e50\u003c\/div\u003e\n                            \u003cdiv class=\"nutrition-label\"\u003eCalories per serving\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-item\"\u003e\n                            \u003cdiv class=\"nutrition-value\"\u003e0g\u003c\/div\u003e\n                            \u003cdiv class=\"nutrition-label\"\u003eFat\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-item\"\u003e\n                            \u003cdiv class=\"nutrition-value\"\u003e3g\u003c\/div\u003e\n                            \u003cdiv class=\"nutrition-label\"\u003eFiber\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-item\"\u003e\n                            \u003cdiv class=\"nutrition-value\"\u003e200%\u003c\/div\u003e\n                            \u003cdiv class=\"nutrition-label\"\u003eVitamin A\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eWhy Choose Our Pumpkin Puree?\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eConsistent quality in every can\u003c\/li\u003e\n                        \u003cli\u003ePerfect texture for baking\u003c\/li\u003e\n                        \u003cli\u003eRich, authentic pumpkin flavor\u003c\/li\u003e\n                        \u003cli\u003eTime-saving solution for holiday baking\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eWith its \u003cspan class=\"highlight\"\u003edelicious, seasonal flavor\u003c\/span\u003e, this classic filling is made from fresh pumpkin that is cooked to perfection, ensuring the ideal consistency and taste for all your favorite recipes.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eMade with care for your holiday traditions\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Create Delicious Pumpkin Treats?\u003c\/h2\u003e\n            \u003cp\u003eAdd our premium Pure Canned Pumpkin to your pantry today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485120827476,"sku":null,"price":107.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2594707.jpg?v=1758229328"},{"product_id":"carnival-king-caramel-dip-10-can-6-case","title":"Caramel Dip #10 Can - 6\/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\u003eCarnival King Caramel Dip - Premium Caramel Apples\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #FFF3E0, #FFE0B2);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #FFCC80;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #FFE0B2, #FFCC80);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D35400;\n            font-size: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #D35400;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #FFCC80;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #D35400;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #FFF3E0;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);\n        }\n        \n        .feature-icon {\n            color: #E67E22;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #FFF3E0, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #FFCC80;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #E67E22;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(230, 126, 34, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #E67E22;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #E67E22, #D35400);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #D35400;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #E67E22;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #D35400;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eCarnival King Caramel Dip\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eCreamy Caramel Perfection for Delectable Treats\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eTrust Carnival King's caramel dip for making \u003cspan class=\"highlight\"\u003edelectable caramel apples\u003c\/span\u003e and other sweet confections.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThis \u003cspan class=\"highlight\"\u003esmooth dip\u003c\/span\u003e has a classic and creamy caramel taste that is reminiscent of fall days at the fair or strolling through summer carnivals.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"This caramel dip transformed my caramel apples into professional-looking treats that customers love. The flavor takes them right back to their favorite childhood memories!\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Sarah J., Concession Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"uses\"\u003e\n                    \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                    \u003cp\u003eIdeal for all your sweet creations:\u003c\/p\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍎\u003c\/span\u003e\n                            \u003cspan\u003eCaramel Apples\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream Toppings\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e☕\u003c\/span\u003e\n                            \u003cspan\u003eCoffee \u0026amp; Drink Swirls\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🧁\u003c\/span\u003e\n                            \u003cspan\u003eDessert Dips\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eSmooth, creamy texture perfect for dipping\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eClassic caramel taste everyone loves\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eQuick and easy to use\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eEnhances professional-quality appearance\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eWhy Choose Carnival King?\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eConsistent quality in every batch\u003c\/li\u003e\n                        \u003cli\u003ePerfect viscosity for coating\u003c\/li\u003e\n                        \u003cli\u003eRich, authentic caramel flavor\u003c\/li\u003e\n                        \u003cli\u003eTime-saving solution for busy operations\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eIt quickly and easily enhances the \u003cspan class=\"highlight\"\u003eprofessional-quality appearance\u003c\/span\u003e and \u003cspan class=\"highlight\"\u003erich, sweet flavor\u003c\/span\u003e of your caramel apples and concession treats.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eBring the taste of the carnival to your kitchen\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Create Irresistible Caramel Treats?\u003c\/h2\u003e\n            \u003cp\u003eAdd Carnival King Caramel Dip to your inventory today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485125349460,"sku":null,"price":381.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2219002.jpg?v=1758229782"},{"product_id":"carnival-king-110-oz-cheddar-cheese-sauce-bag-4-case","title":"110 oz. Cheddar Cheese Sauce Bag - 4\/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\u003eCarnival King Cheddar Cheese Sauce - Rich \u0026amp; Creamy\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #FFF3E0, #FFE0B2);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #FFCC80;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #FFF3E0, #FFE0B2);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #F57C00;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #FFB74D;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #F57C00;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #FFCC80;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #F57C00;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #FFF3E0;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(255, 152, 0, 0.1);\n        }\n        \n        .feature-icon {\n            color: #FF9800;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #FFF3E0, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #FFCC80;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(255, 152, 0, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #FF9800;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #FF9800, #F57C00);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #F57C00;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #FF9800;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #F57C00;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #FFF3E0, #FFE0B2);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #F57C00;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #F57C00;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eCarnival King Cheddar Cheese Sauce\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eRich, Creamy \u0026amp; Perfect for Your Snack Foods\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eKick up the flavor of any popular snack food with this \u003cspan class=\"highlight\"\u003erich, creamy Carnival King cheddar cheese sauce\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eFeaturing a \u003cspan class=\"highlight\"\u003efresh cheddar cheese flavor\u003c\/span\u003e, smooth, velvety consistency, and visually appealing yellow-orange color, this cheese sauce is sure to enhance the texture, taste, and appearance of your customers' favorite concession stand fare.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"This cheese sauce has transformed our concession sales! The rich flavor keeps customers coming back, and the smooth consistency makes it so easy to work with.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Mike T., Stadium Concession Manager\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍟\u003c\/span\u003e\n                            \u003cspan\u003eFrench Fries \u0026amp; Nachos\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🌭\u003c\/span\u003e\n                            \u003cspan\u003eHot Dogs \u0026amp; Pretzels\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍔\u003c\/span\u003e\n                            \u003cspan\u003eBurgers \u0026amp; Sandwiches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍗\u003c\/span\u003e\n                            \u003cspan\u003eLoaded Snack Foods\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🧀\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eAuthentic cheddar cheese flavor\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌟\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eSmooth, velvety consistency\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVisually appealing yellow-orange color\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eEasy, convenient dispensing\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eVersatile Applications\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍟\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eConcession Stands\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for theaters, stadiums, and fairgrounds\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🏪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eQuick Service\u003c\/h3\u003e\n                            \u003cp\u003eGreat for fast food and casual restaurants\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎉\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCatering\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for events and parties\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e👨‍🍳\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eFood Trucks\u003c\/h3\u003e\n                            \u003cp\u003eEasy to use in mobile kitchens\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eBoosts profits with premium add-ons\u003c\/li\u003e\n                        \u003cli\u003eEnhances customer satisfaction\u003c\/li\u003e\n                        \u003cli\u003eVersatile application across menu items\u003c\/li\u003e\n                        \u003cli\u003eConsistent quality every time\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eOffering \u003cspan class=\"highlight\"\u003eversatility in application\u003c\/span\u003e and easy, convenient dispensing, trust Carnival King to quickly \u003cspan class=\"highlight\"\u003eboost your profits\u003c\/span\u003e and enhance your snacks and other dishes with great taste!\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTrusted by concession stands and food service professionals nationwide\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Elevate Your Snack Menu?\u003c\/h2\u003e\n            \u003cp\u003eAdd Carnival King Cheddar Cheese Sauce to your inventory today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485128101972,"sku":null,"price":265.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2261127.jpg?v=1758230116"},{"product_id":"producers-peanut-company-roasted-unsalted-granulated-peanuts-30-lb","title":"Producers Peanut Company Roasted Unsalted Granulated Peanuts 30 lb","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\u003eGranulated Peanuts - 30 lb. Bag | Producers Peanut Company\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .weight-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            margin-top: 10px;\n            backdrop-filter: blur(10px);\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #EFEBE9, #D7CCC8);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #D7CCC8;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #EFEBE9, #D7CCC8);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #6D4C41;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #A1887F;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #6D4C41;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #D7CCC8;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #6D4C41;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #EFEBE9;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(109, 76, 65, 0.1);\n        }\n        \n        .feature-icon {\n            color: #6D4C41;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #EFEBE9, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #D7CCC8;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #8D6E63;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(141, 110, 99, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #6D4C41;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #8D6E63, #6D4C41);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #6D4C41;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #8D6E63;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #6D4C41;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #EFEBE9, #D7CCC8);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #6D4C41;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #6D4C41;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #6D4C41;\n            margin-bottom: 20px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eGranulated Peanuts\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Texture and Taste to Your Popular Dishes\u003c\/div\u003e\n                \u003cdiv class=\"weight-badge\"\u003e30 lb. Bulk Bag\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eAdd texture and taste to your popular dishes with this \u003cspan class=\"highlight\"\u003eProducers Peanut Company 30 lb. bag of granulated peanuts\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eAdd that extra crunch to your customers' favorite, classic desserts with this 30 lb. bag of granulated peanuts! Perfect for your diner or cafe, this is a \u003cspan class=\"highlight\"\u003equality product at a great value\u003c\/span\u003e.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e💰\u003c\/div\u003e\n                    \u003ch2\u003eGreat Value\u003c\/h2\u003e\n                    \u003cp\u003ePackaged in a 30 lb. bag, this granulated peanuts ice cream topping is sure to last! Perfect for high-volume operations looking for quality and value.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These granulated peanuts have been a game-changer for our ice cream shop. The consistent texture and fresh flavor keep our customers coming back for more!\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Jessica L., Ice Cream Parlor Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream Toppings\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eBakery Items\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eDessert Garnishes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍫\u003c\/span\u003e\n                            \u003cspan\u003eCandy Making\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌟\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect crunchy texture\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eFresh peanut flavor\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e📦\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eLarge 30 lb. bulk bag\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👨‍🍳\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVersatile culinary uses\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003ePerfect topping for sundaes and cones\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés \u0026amp; Diners\u003c\/h3\u003e\n                            \u003cp\u003eGreat for desserts and baked goods\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for cookies, cakes, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎉\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCatering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for dessert stations and toppings bars\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eHigh-quality product at a great value\u003c\/li\u003e\n                        \u003cli\u003eBulk packaging reduces frequency of reordering\u003c\/li\u003e\n                        \u003cli\u003eVersatile across multiple menu items\u003c\/li\u003e\n                        \u003cli\u003eEnhances customer satisfaction with premium toppings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003ePackaged in a \u003cspan class=\"highlight\"\u003e30 lb. bag\u003c\/span\u003e, this granulated peanuts ice cream topping is sure to last! Perfect for your diner or cafe, this is a \u003cspan class=\"highlight\"\u003equality product at a great value\u003c\/span\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eFrom the trusted Producers Peanut Company - Quality you can count on!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Crunch to Your Menu?\u003c\/h2\u003e\n            \u003cp\u003eAdd Producers Peanut Company Granulated Peanuts to your inventory today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485129642068,"sku":null,"price":166.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1986410.jpg?v=1758230472"},{"product_id":"adourne-rainbow-sprinkles-25-lb","title":"Adourne Rainbow Sprinkles 25 lb.","description":"\n\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\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, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.9);\n            padding: 20px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #d9d1ff;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        \n        .highlight {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #f9f7ff;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(127, 83, 172, 0.1);\n        }\n        \n        .feature-icon {\n            color: #7f53ac;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #d9d1ff;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #7f53ac;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(127, 83, 172, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #7f53ac;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(135deg, #7f53ac 0%, #647eff 100%);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #7f53ac;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #7f53ac;\n        }\n        \n        .testimonial {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #7f53ac;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #7f53ac;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #7f53ac;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #7f53ac;\n            margin-bottom: 20px;\n        }\n        \n        .color-palette {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n        }\n        \n        .color-1 { background: #ff6b6b; }\n        .color-2 { background: #4ecdc4; }\n        .color-3 { background: #ffef78; }\n        .color-4 { background: #ff9a8b; }\n        .color-5 { background: #7f53ac; }\n        .color-6 { background: #647eff; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eAdourne Rainbow Sprinkles\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Fun \u0026amp; Festive Color to Your Baked Treats!\u003c\/div\u003e\n                \u003cdiv class=\"color-palette\"\u003e\n                    \u003cdiv class=\"color color-1\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-2\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-3\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-4\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-5\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-6\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eSprinkles Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eMix in these Adourne rainbow sprinkles and enhance your fun and festive baked treats with \u003cspan class=\"highlight\"\u003eall the colors of the rainbow\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkles offer a great way to add taste, texture, and enhance the appearance of your sweet treats. These fun, decorative sprinkles make it easy to put a signature finishing touch on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e✨\u003c\/div\u003e\n                    \u003ch2\u003eIncredible Value \u0026amp; Quality\u003c\/h2\u003e\n                    \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These rainbow sprinkles have completely transformed our bakery items! The colors are vibrant, they taste great, and our customers love the festive touch they add to our treats.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Emily S., Bakery Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eCakes \u0026amp; Cupcakes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eCookies \u0026amp; Donuts\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream \u0026amp; Sundaes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥛\u003c\/span\u003e\n                            \u003cspan\u003eMilkshakes \u0026amp; Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌈\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVibrant rainbow colors that pop\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👅\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eGreat tasting sugary sweetness\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect for festive occasions\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e💰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eExcellent value for money\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for decorating cakes, cookies, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003eGreat for sundaes, cones, and milkshakes\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for specialty drinks and dessert items\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eEvent Catering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for parties, weddings, and celebrations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eEnhance visual appeal of your products\u003c\/li\u003e\n                        \u003cli\u003eAdd texture and taste to treats\u003c\/li\u003e\n                        \u003cli\u003eCreate signature finishing touches\u003c\/li\u003e\n                        \u003cli\u003eIncrease perceived value of your offerings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eThese fun, decorative sprinkles make it easy to put a \u003cspan class=\"highlight\"\u003esignature finishing touch\u003c\/span\u003e on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \n                \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTransform Ordinary Treats into Extraordinary Celebrations!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Color to Your Creations?\u003c\/h2\u003e\n            \u003cp\u003eAdd Adourne Rainbow Sprinkles to your baking supplies today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485134295124,"sku":null,"price":269.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3014619.jpg?v=1758231064"},{"product_id":"adourne-rainbow-sprinkles-25-lb-1","title":"Rainbow Sprinkles 25 lb.","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\u003eAdourne Rainbow Sprinkles - Fun \u0026amp; Festive Baking Decorations\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff, #f9f7ff);\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\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, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.9);\n            padding: 20px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #d9d1ff;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #7f53ac;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #d9d1ff;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #f9f7ff;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(127, 83, 172, 0.1);\n        }\n        \n        .feature-icon {\n            color: #7f53ac;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #d9d1ff;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #7f53ac;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(127, 83, 172, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #7f53ac;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(135deg, #7f53ac 0%, #647eff 100%);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #7f53ac;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #7f53ac;\n        }\n        \n        .testimonial {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #7f53ac;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #7f53ac;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #7f53ac;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #7f53ac;\n            margin-bottom: 20px;\n        }\n        \n        .color-palette {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n        }\n        \n        .color-1 { background: #ff6b6b; }\n        .color-2 { background: #4ecdc4; }\n        .color-3 { background: #ffef78; }\n        .color-4 { background: #ff9a8b; }\n        .color-5 { background: #7f53ac; }\n        .color-6 { background: #647eff; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eAdourne Rainbow Sprinkles\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Fun \u0026amp; Festive Color to Your Baked Treats!\u003c\/div\u003e\n                \u003cdiv class=\"color-palette\"\u003e\n                    \u003cdiv class=\"color color-1\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-2\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-3\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-4\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-5\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-6\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eSprinkles Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eMix in these Adourne rainbow sprinkles and enhance your fun and festive baked treats with \u003cspan class=\"highlight\"\u003eall the colors of the rainbow\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkles offer a great way to add taste, texture, and enhance the appearance of your sweet treats. These fun, decorative sprinkles make it easy to put a signature finishing touch on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e✨\u003c\/div\u003e\n                    \u003ch2\u003eIncredible Value \u0026amp; Quality\u003c\/h2\u003e\n                    \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These rainbow sprinkles have completely transformed our bakery items! The colors are vibrant, they taste great, and our customers love the festive touch they add to our treats.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Emily S., Bakery Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eCakes \u0026amp; Cupcakes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eCookies \u0026amp; Donuts\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream \u0026amp; Sundaes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥛\u003c\/span\u003e\n                            \u003cspan\u003eMilkshakes \u0026amp; Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌈\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVibrant rainbow colors that pop\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👅\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eGreat tasting sugary sweetness\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect for festive occasions\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e💰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eExcellent value for money\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for decorating cakes, cookies, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003eGreat for sundaes, cones, and milkshakes\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for specialty drinks and dessert items\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eEvent Catering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for parties, weddings, and celebrations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eEnhance visual appeal of your products\u003c\/li\u003e\n                        \u003cli\u003eAdd texture and taste to treats\u003c\/li\u003e\n                        \u003cli\u003eCreate signature finishing touches\u003c\/li\u003e\n                        \u003cli\u003eIncrease perceived value of your offerings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eThese fun, decorative sprinkles make it easy to put a \u003cspan class=\"highlight\"\u003esignature finishing touch\u003c\/span\u003e on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \n                \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTransform Ordinary Treats into Extraordinary Celebrations!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Color to Your Creations?\u003c\/h2\u003e\n            \u003cp\u003eAdd Adourne Rainbow Sprinkles to your baking supplies today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42485135114324,"sku":null,"price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3014618.jpg?v=1758231119"},{"product_id":"choice-130-oz-chicken-bucket-with-lid-20-pack","title":"130 oz. Chicken Bucket with Lid - 20\/Pack","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 130 oz. Hot Food Bucket\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n            overflow: hidden;\n            border: 5px solid #FF8C00;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            border-bottom: 6px solid #FF8C00;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 35px;\n            right: 35px;\n            background: #FF8C00;\n            color: white;\n            padding: 12px 25px;\n            border-radius: 30px;\n            font-size: 18px;\n            font-weight: 800;\n            transform: rotate(5deg);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n            border: 2px solid white;\n        }\n        \n        .product-title {\n            font-size: 46px;\n            font-weight: 900;\n            margin-bottom: 20px;\n            letter-spacing: 1.5px;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n            color: #FFD700;\n        }\n        \n        .product-subtitle {\n            font-size: 24px;\n            font-weight: 500;\n            opacity: 0.95;\n            max-width: 800px;\n            margin: 0 auto;\n            color: white;\n            line-height: 1.5;\n        }\n        \n        \/* Content Section *\/\n        .product-content {\n            padding: 50px 45px;\n        }\n        \n        .section-title {\n            font-size: 34px;\n            color: #D35400;\n            margin: 45px 0 30px;\n            padding-bottom: 18px;\n            border-bottom: 4px solid #FF8C00;\n            font-weight: 800;\n            text-align: center;\n            letter-spacing: 1px;\n        }\n        \n        .section-title:first-child {\n            margin-top: 0;\n        }\n        \n        .intro-text {\n            font-size: 22px;\n            margin-bottom: 40px;\n            color: #444;\n            line-height: 1.8;\n            text-align: center;\n            font-weight: 500;\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            padding: 35px;\n            border-radius: 18px;\n            border-left: 6px solid #FF8C00;\n            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);\n        }\n        \n        .capacity-display {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);\n        }\n        \n        .capacity-number {\n            font-size: 56px;\n            font-weight: 900;\n            margin-bottom: 15px;\n            color: #FFD700;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n        }\n        \n        .capacity-text {\n            font-size: 26px;\n            font-weight: 700;\n        }\n        \n        .freshness-highlight {\n            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n        \n        .freshness-title {\n            font-size: 32px;\n            font-weight: 900;\n            margin-bottom: 25px;\n            color: #FFD700;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 45px 0;\n        }\n        \n        .feature-card {\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            border-radius: 18px;\n            padding: 40px 30px;\n            text-align: center;\n            transition: all 0.4s ease;\n            border: 3px solid #FF8C00;\n            box-shadow: 0 10px 25px rgba(255, 140, 0, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #FF8C00, #D35400, #FF8C00);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-12px) scale(1.03);\n            box-shadow: 0 20px 40px rgba(255, 140, 0, 0.25);\n        }\n        \n        .feature-icon {\n            font-size: 52px;\n            margin-bottom: 25px;\n            height: 100px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));\n        }\n        \n        .feature-title {\n            font-weight: 800;\n            margin-bottom: 20px;\n            color: #D35400;\n            font-size: 24px;\n        }\n        \n        .audience-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 45px 0;\n        }\n        \n        .audience-card {\n            background: linear-gradient(135deg, #E8F5E8 0%, #C8E6C9 100%);\n            padding: 35px 30px;\n            border-radius: 15px;\n            text-align: center;\n            border: 3px solid #27ae60;\n            transition: transform 0.3s ease;\n        }\n        \n        .audience-card:hover {\n            transform: translateY(-8px);\n        }\n        \n        .audience-icon {\n            font-size: 44px;\n            margin-bottom: 20px;\n            color: #27ae60;\n        }\n        \n        .audience-title {\n            font-weight: 800;\n            margin-bottom: 15px;\n            color: #1B5E20;\n            font-size: 22px;\n        }\n        \n        .benefits-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin: 45px 0;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);\n            padding: 35px 30px;\n            border-radius: 18px;\n            text-align: center;\n            border: 3px solid #2196F3;\n            transition: all 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 30px rgba(33, 150, 243, 0.2);\n        }\n        \n        .benefit-icon {\n            font-size: 48px;\n            margin-bottom: 25px;\n            color: #2196F3;\n        }\n        \n        .benefit-title {\n            font-weight: 800;\n            margin-bottom: 18px;\n            color: #1565C0;\n            font-size: 22px;\n        }\n        \n        .business-growth {\n            background: linear-gradient(135deg, #9C27B0 0%, #E1BEE7 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n        \n        .growth-title {\n            font-size: 32px;\n            font-weight: 900;\n            margin-bottom: 25px;\n            color: #FFD700;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 45px 0;\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            border-radius: 18px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(255, 140, 0, 0.2);\n            border: 3px solid #FF8C00;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background: rgba(255, 140, 0, 0.1);\n        }\n        \n        .specs-table td {\n            padding: 22px 28px;\n            border-bottom: 2px solid #FF8C00;\n            font-size: 18px;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 800;\n            color: #D35400;\n            width: 40%;\n        }\n        \n        \/* Footer Section *\/\n        .product-footer {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            border-top: 6px solid #FF8C00;\n        }\n        \n        .call-to-action {\n            font-size: 36px;\n            font-weight: 900;\n            margin-bottom: 30px;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n            color: #FFD700;\n        }\n        \n        .package-info {\n            background: rgba(255, 255, 255, 0.2);\n            display: inline-block;\n            padding: 20px 40px;\n            border-radius: 20px;\n            margin: 35px 0;\n            font-weight: 800;\n            font-size: 24px;\n            border: 4px solid #FF8C00;\n            backdrop-filter: blur(10px);\n        }\n        \n        .final-message {\n            font-size: 22px;\n            max-width: 900px;\n            margin: 0 auto 40px;\n            line-height: 1.7;\n            font-weight: 600;\n        }\n        \n        .use-cases {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .use-case {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 15px 28px;\n            border-radius: 35px;\n            font-size: 18px;\n            font-weight: 800;\n            border: 3px solid #FF8C00;\n            transition: all 0.3s ease;\n        }\n        \n        .use-case:hover {\n            background: rgba(255, 255, 255, 0.3);\n            transform: scale(1.05);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 38px;\n            }\n            \n            .product-subtitle {\n                font-size: 22px;\n            }\n            \n            .product-content {\n                padding: 35px 25px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .audience-section {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .section-title {\n                font-size: 28px;\n            }\n            \n            .capacity-number {\n                font-size: 46px;\n            }\n            \n            .product-badge {\n                position: relative;\n                top: 0;\n                right: 0;\n                margin-bottom: 25px;\n                display: inline-block;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-header {\n                padding: 35px 25px;\n            }\n            \n            .product-title {\n                font-size: 32px;\n            }\n            \n            .intro-text {\n                font-size: 20px;\n                padding: 25px;\n            }\n            \n            body {\n                padding: 15px;\n            }\n            \n            .call-to-action {\n                font-size: 28px;\n            }\n            \n            .package-info {\n                font-size: 20px;\n                padding: 15px 25px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"product-badge\"\u003eLid Included\u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice 130 oz. Hot Food Bucket\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eServe Your Signature Fried Chicken in Convenience and Style\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eBring Restaurant Quality Home\u003c\/h2\u003e\n            \u003cp class=\"intro-text\"\u003eServe hot fried chicken in convenience and style with this Choice 130 oz. hot food bucket. Customers love your signature fried chicken in stores, now let them take it home!\u003c\/p\u003e\n            \n            \u003cdiv class=\"capacity-display\"\u003e\n                \u003cdiv class=\"capacity-number\"\u003e130 OZ\u003c\/div\u003e\n                \u003cdiv class=\"capacity-text\"\u003eGENEROUS FAMILY-SIZED CAPACITY\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"freshness-highlight\"\u003e\n                \u003cdiv class=\"freshness-title\"\u003eFreshness Guaranteed\u003c\/div\u003e\n                \u003cp style=\"font-size: 22px; font-weight: 600; line-height: 1.7;\"\u003eWith the included lid, you can help ensure that their meals are kept fresh during transport. Perfect for maintaining that just-cooked taste and temperature all the way home!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🍗\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eFried Chicken Perfect\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eSpecifically designed to accommodate multiple pieces of crispy fried chicken\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eSecure Lid Included\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eKeeps food hot and fresh during transportation to customers' homes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003e130 oz. Capacity\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eAmple space for generous family-sized meals or group orders\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eRestaurant Quality\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eMaintains professional presentation for take-out orders\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003ePerfect For Your Customers\u003c\/h2\u003e\n            \u003cdiv class=\"audience-section\"\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e👨‍👩‍👧‍👦\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eBusy Families\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003ePerfect for quick family dinners and busy weeknights when cooking isn't an option\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🎓\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eCollege Students\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003eIdeal for dorm meals, group study sessions, and campus living\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🏠\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eTake-Out Lovers\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003eGreat for customers who prefer the comfort of dining at home\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eParty Hosts\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003ePerfect for gatherings, game nights, and special occasions\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eBusiness Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-container\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eIncrease Revenue\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eEncourage larger family-sized orders and increase average ticket size\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🚀\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eExpand Your Reach\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eBring your restaurant experience to customers who prefer eating at home\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⭐\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eCustomer Satisfaction\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eFresh, hot food delivery builds loyalty and repeat business\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"business-growth\"\u003e\n                \u003cdiv class=\"growth-title\"\u003eGrow Your Take-Out Business\u003c\/div\u003e\n                \u003cp style=\"font-size: 22px; font-weight: 600; line-height: 1.7;\"\u003eTransform your take-out service with this professional food bucket. Increase average order value, attract family customers, and build loyalty with reliable, fresh food delivery that keeps customers coming back.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003ctable class=\"specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCapacity\u003c\/td\u003e\n                    \u003ctd\u003e130 oz. (Family Size)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIncluded\u003c\/td\u003e\n                    \u003ctd\u003eSecure Fitting Lid\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003eHot Food Take-Out Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIdeal For\u003c\/td\u003e\n                    \u003ctd\u003eFried Chicken, Large Meal Portions\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTarget Customers\u003c\/td\u003e\n                    \u003ctd\u003eFamilies, Students, Take-Out Lovers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eKey Benefit\u003c\/td\u003e\n                    \u003ctd\u003eFreshness Preservation During Transport\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-footer\"\u003e\n            \u003cp class=\"call-to-action\"\u003eExpand Your Take-Out Service Today!\u003c\/p\u003e\n            \u003cdiv class=\"package-info\"\u003eProfessional • Convenient • Customer-Focused\u003c\/div\u003e\n            \u003cp class=\"final-message\"\u003eBusy families and hungry college students will appreciate the convenience of this 130 oz. hot food bucket. With the included lid, you can help ensure that their meals are kept fresh and delicious from your kitchen to theirs.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cspan class=\"use-case\"\u003eFried Chicken\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eFamily Meals\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eTake-Out\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eCatering\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eParties\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eEvents\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42590266097748,"sku":null,"price":82.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product33-1.png?v=1760699990"},{"product_id":"choice-130-oz-white-food-bucket-with-lid-20-pack","title":"130 oz. White Food Bucket with Lid - 20\/Pack","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 130 oz. Hot Food Bucket\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n            overflow: hidden;\n            border: 5px solid #FF8C00;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            border-bottom: 6px solid #FF8C00;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 35px;\n            right: 35px;\n            background: #FF8C00;\n            color: white;\n            padding: 12px 25px;\n            border-radius: 30px;\n            font-size: 18px;\n            font-weight: 800;\n            transform: rotate(5deg);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\n            border: 2px solid white;\n        }\n        \n        .product-title {\n            font-size: 46px;\n            font-weight: 900;\n            margin-bottom: 20px;\n            letter-spacing: 1.5px;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n            color: #FFD700;\n        }\n        \n        .product-subtitle {\n            font-size: 24px;\n            font-weight: 500;\n            opacity: 0.95;\n            max-width: 800px;\n            margin: 0 auto;\n            color: white;\n            line-height: 1.5;\n        }\n        \n        \/* Content Section *\/\n        .product-content {\n            padding: 50px 45px;\n        }\n        \n        .section-title {\n            font-size: 34px;\n            color: #D35400;\n            margin: 45px 0 30px;\n            padding-bottom: 18px;\n            border-bottom: 4px solid #FF8C00;\n            font-weight: 800;\n            text-align: center;\n            letter-spacing: 1px;\n        }\n        \n        .section-title:first-child {\n            margin-top: 0;\n        }\n        \n        .intro-text {\n            font-size: 22px;\n            margin-bottom: 40px;\n            color: #444;\n            line-height: 1.8;\n            text-align: center;\n            font-weight: 500;\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            padding: 35px;\n            border-radius: 18px;\n            border-left: 6px solid #FF8C00;\n            box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);\n        }\n        \n        .capacity-display {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);\n        }\n        \n        .capacity-number {\n            font-size: 56px;\n            font-weight: 900;\n            margin-bottom: 15px;\n            color: #FFD700;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n        }\n        \n        .capacity-text {\n            font-size: 26px;\n            font-weight: 700;\n        }\n        \n        .freshness-highlight {\n            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n        \n        .freshness-title {\n            font-size: 32px;\n            font-weight: 900;\n            margin-bottom: 25px;\n            color: #FFD700;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 45px 0;\n        }\n        \n        .feature-card {\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            border-radius: 18px;\n            padding: 40px 30px;\n            text-align: center;\n            transition: all 0.4s ease;\n            border: 3px solid #FF8C00;\n            box-shadow: 0 10px 25px rgba(255, 140, 0, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #FF8C00, #D35400, #FF8C00);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-12px) scale(1.03);\n            box-shadow: 0 20px 40px rgba(255, 140, 0, 0.25);\n        }\n        \n        .feature-icon {\n            font-size: 52px;\n            margin-bottom: 25px;\n            height: 100px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));\n        }\n        \n        .feature-title {\n            font-weight: 800;\n            margin-bottom: 20px;\n            color: #D35400;\n            font-size: 24px;\n        }\n        \n        .audience-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 45px 0;\n        }\n        \n        .audience-card {\n            background: linear-gradient(135deg, #E8F5E8 0%, #C8E6C9 100%);\n            padding: 35px 30px;\n            border-radius: 15px;\n            text-align: center;\n            border: 3px solid #27ae60;\n            transition: transform 0.3s ease;\n        }\n        \n        .audience-card:hover {\n            transform: translateY(-8px);\n        }\n        \n        .audience-icon {\n            font-size: 44px;\n            margin-bottom: 20px;\n            color: #27ae60;\n        }\n        \n        .audience-title {\n            font-weight: 800;\n            margin-bottom: 15px;\n            color: #1B5E20;\n            font-size: 22px;\n        }\n        \n        .benefits-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin: 45px 0;\n        }\n        \n        .benefit-card {\n            background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);\n            padding: 35px 30px;\n            border-radius: 18px;\n            text-align: center;\n            border: 3px solid #2196F3;\n            transition: all 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 30px rgba(33, 150, 243, 0.2);\n        }\n        \n        .benefit-icon {\n            font-size: 48px;\n            margin-bottom: 25px;\n            color: #2196F3;\n        }\n        \n        .benefit-title {\n            font-weight: 800;\n            margin-bottom: 18px;\n            color: #1565C0;\n            font-size: 22px;\n        }\n        \n        .business-growth {\n            background: linear-gradient(135deg, #9C27B0 0%, #E1BEE7 100%);\n            color: white;\n            padding: 45px;\n            border-radius: 20px;\n            margin: 45px 0;\n            text-align: center;\n            border: 5px solid #FFD700;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n        \n        .growth-title {\n            font-size: 32px;\n            font-weight: 900;\n            margin-bottom: 25px;\n            color: #FFD700;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 45px 0;\n            background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);\n            border-radius: 18px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(255, 140, 0, 0.2);\n            border: 3px solid #FF8C00;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background: rgba(255, 140, 0, 0.1);\n        }\n        \n        .specs-table td {\n            padding: 22px 28px;\n            border-bottom: 2px solid #FF8C00;\n            font-size: 18px;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 800;\n            color: #D35400;\n            width: 40%;\n        }\n        \n        \/* Footer Section *\/\n        .product-footer {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            border-top: 6px solid #FF8C00;\n        }\n        \n        .call-to-action {\n            font-size: 36px;\n            font-weight: 900;\n            margin-bottom: 30px;\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);\n            color: #FFD700;\n        }\n        \n        .package-info {\n            background: rgba(255, 255, 255, 0.2);\n            display: inline-block;\n            padding: 20px 40px;\n            border-radius: 20px;\n            margin: 35px 0;\n            font-weight: 800;\n            font-size: 24px;\n            border: 4px solid #FF8C00;\n            backdrop-filter: blur(10px);\n        }\n        \n        .final-message {\n            font-size: 22px;\n            max-width: 900px;\n            margin: 0 auto 40px;\n            line-height: 1.7;\n            font-weight: 600;\n        }\n        \n        .use-cases {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 40px;\n        }\n        \n        .use-case {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 15px 28px;\n            border-radius: 35px;\n            font-size: 18px;\n            font-weight: 800;\n            border: 3px solid #FF8C00;\n            transition: all 0.3s ease;\n        }\n        \n        .use-case:hover {\n            background: rgba(255, 255, 255, 0.3);\n            transform: scale(1.05);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 38px;\n            }\n            \n            .product-subtitle {\n                font-size: 22px;\n            }\n            \n            .product-content {\n                padding: 35px 25px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .audience-section {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .section-title {\n                font-size: 28px;\n            }\n            \n            .capacity-number {\n                font-size: 46px;\n            }\n            \n            .product-badge {\n                position: relative;\n                top: 0;\n                right: 0;\n                margin-bottom: 25px;\n                display: inline-block;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-header {\n                padding: 35px 25px;\n            }\n            \n            .product-title {\n                font-size: 32px;\n            }\n            \n            .intro-text {\n                font-size: 20px;\n                padding: 25px;\n            }\n            \n            body {\n                padding: 15px;\n            }\n            \n            .call-to-action {\n                font-size: 28px;\n            }\n            \n            .package-info {\n                font-size: 20px;\n                padding: 15px 25px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"product-badge\"\u003eLid Included\u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice 130 oz. Hot Food Bucket\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eServe Your Signature Fried Chicken in Convenience and Style\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eBring Restaurant Quality Home\u003c\/h2\u003e\n            \u003cp class=\"intro-text\"\u003eServe hot fried chicken in convenience and style with this Choice 130 oz. hot food bucket. Customers love your signature fried chicken in stores, now let them take it home!\u003c\/p\u003e\n            \n            \u003cdiv class=\"capacity-display\"\u003e\n                \u003cdiv class=\"capacity-number\"\u003e130 OZ\u003c\/div\u003e\n                \u003cdiv class=\"capacity-text\"\u003eEXTRA-LARGE FAMILY CAPACITY\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"freshness-highlight\"\u003e\n                \u003cdiv class=\"freshness-title\"\u003eFreshness Guaranteed\u003c\/div\u003e\n                \u003cp style=\"font-size: 22px; font-weight: 600; line-height: 1.7;\"\u003eWith the included lid, you can help ensure that their meals are kept fresh during transport. Perfect for maintaining that just-cooked taste and temperature all the way home!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🍗\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eFried Chicken Perfect\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eSpecifically designed to accommodate multiple pieces of crispy fried chicken\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔒\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eSecure Lid Included\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eKeeps food hot and fresh during transportation to customers' homes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003e130 oz. Capacity\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eAmple space for generous family-sized meals or group orders\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eRestaurant Quality\u003c\/div\u003e\n                    \u003cp style=\"font-size: 18px; line-height: 1.7; color: #37474F;\"\u003eMaintains professional presentation for take-out orders\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003ePerfect For Your Customers\u003c\/h2\u003e\n            \u003cdiv class=\"audience-section\"\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e👨‍👩‍👧‍👦\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eBusy Families\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003ePerfect for large family dinners and busy weeknights when cooking isn't an option\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🎓\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eCollege Students\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003eIdeal for dorm meals, group study sessions, and campus living\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🏠\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eTake-Out Lovers\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003eGreat for customers who prefer the comfort of dining at home\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"audience-card\"\u003e\n                    \u003cdiv class=\"audience-icon\"\u003e🎉\u003c\/div\u003e\n                    \u003cdiv class=\"audience-title\"\u003eParty Hosts\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #5D4037;\"\u003ePerfect for gatherings, game nights, and special occasions\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eBusiness Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-container\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eIncrease Revenue\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eEncourage larger family-sized orders and increase average ticket size\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🚀\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eExpand Your Reach\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eBring your restaurant experience to customers who prefer eating at home\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⭐\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eCustomer Satisfaction\u003c\/div\u003e\n                    \u003cp style=\"font-size: 17px; line-height: 1.6; color: #37474F;\"\u003eFresh, hot food delivery builds loyalty and repeat business\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"business-growth\"\u003e\n                \u003cdiv class=\"growth-title\"\u003eGrow Your Take-Out Business\u003c\/div\u003e\n                \u003cp style=\"font-size: 22px; font-weight: 600; line-height: 1.7;\"\u003eTransform your take-out service with this professional food bucket. Increase average order value, attract family customers, and build loyalty with reliable, fresh food delivery that keeps customers coming back.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \u003ctable class=\"specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eCapacity\u003c\/td\u003e\n                    \u003ctd\u003e130 oz. (Extra-Large Family Size)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIncluded\u003c\/td\u003e\n                    \u003ctd\u003eSecure Fitting Lid\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                    \u003ctd\u003eHot Food Take-Out Container\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIdeal For\u003c\/td\u003e\n                    \u003ctd\u003eFried Chicken, Large Meal Portions\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTarget Customers\u003c\/td\u003e\n                    \u003ctd\u003eFamilies, Students, Take-Out Lovers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eKey Benefit\u003c\/td\u003e\n                    \u003ctd\u003eFreshness Preservation During Transport\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-footer\"\u003e\n            \u003cp class=\"call-to-action\"\u003eExpand Your Take-Out Service Today!\u003c\/p\u003e\n            \u003cdiv class=\"package-info\"\u003eProfessional • Convenient • Customer-Focused\u003c\/div\u003e\n            \u003cp class=\"final-message\"\u003eBusy families and hungry college students will appreciate the convenience of this 130 oz. hot food bucket. With the included lid, you can help ensure that their meals are kept fresh and delicious from your kitchen to theirs.\u003c\/p\u003e\n            \n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cspan class=\"use-case\"\u003eFried Chicken\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eFamily Meals\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eTake-Out\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eCatering\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eParties\u003c\/span\u003e\n                \u003cspan class=\"use-case\"\u003eEvents\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42590372790356,"sku":null,"price":61.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product36-1.png?v=1760701799"},{"product_id":"choice-130-oz-hot-food-bucket-with-lid-20-pack","title":"130 oz. Hot Food Bucket with Lid - 20\/Pack","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 130 oz. Food Bucket\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        \/* Header Styles *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 2.5rem;\n            padding-bottom: 1.5rem;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 0.5rem;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            font-weight: 300;\n        }\n        \n        \/* Content Layout *\/\n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-features {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        \/* Section Headers *\/\n        .section-header {\n            font-size: 1.5rem;\n            color: #3498db;\n            margin-bottom: 1rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid #3498db;\n            display: inline-block;\n        }\n        \n        \/* Description Text *\/\n        .description-text {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            color: #555;\n        }\n        \n        \/* Feature List *\/\n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-item {\n            padding: 0.8rem 0;\n            border-bottom: 1px dashed #eaeaea;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .feature-item:last-child {\n            border-bottom: none;\n        }\n        \n        .feature-icon {\n            color: #2ecc71;\n            margin-right: 0.8rem;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Use Cases Section *\/\n        .use-cases {\n            background-color: #fff;\n            border-radius: 10px;\n            padding: 2rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            margin-bottom: 2rem;\n        }\n        \n        .use-cases-header {\n            text-align: center;\n            font-size: 1.5rem;\n            color: #2c3e50;\n            margin-bottom: 1.5rem;\n        }\n        \n        .use-cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n        \n        .use-case {\n            text-align: center;\n            padding: 1.5rem;\n            border-radius: 8px;\n            background-color: #f8f9fa;\n            transition: transform 0.3s ease;\n        }\n        \n        .use-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .use-case-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            color: #3498db;\n        }\n        \n        .use-case-title {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 0.5rem;\n        }\n        \n        .use-case-desc {\n            color: #7f8c8d;\n            font-size: 0.95rem;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 3rem 2rem;\n            border-radius: 10px;\n            margin-bottom: 2rem;\n        }\n        \n        .benefits-header {\n            text-align: center;\n            font-size: 1.8rem;\n            margin-bottom: 2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n        \n        .benefit {\n            text-align: center;\n            padding: 1.5rem;\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .benefit-title {\n            font-size: 1.2rem;\n            margin-bottom: 0.8rem;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 2rem;\n            background-color: #2c3e50;\n            color: white;\n            border-radius: 10px;\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: #e74c3c;\n            color: white;\n            padding: 1rem 2.5rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        .cta-button:hover {\n            background-color: #c0392b;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 8px rgba(0,0,0,0.15);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .use-cases-grid, .benefits-grid {\n                grid-template-columns: 1fr;\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 130 oz. Food Bucket\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eThe Ultimate Solution for Hot Foods To-Go\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-details\"\u003e\n                \u003ch2 class=\"section-header\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cp class=\"description-text\"\u003e\n                    To contain all of your hot foods to-go, look no further than the Choice 130 oz. food bucket. \n                    This premium container is designed to meet the demands of busy food service operations while \n                    keeping meals fresh and convenient for your customers.\n                \u003c\/p\u003e\n                \n                \u003cdiv class=\"use-cases\"\u003e\n                    \u003ch3 class=\"use-cases-header\"\u003ePerfect For\u003c\/h3\u003e\n                    \u003cdiv class=\"use-cases-grid\"\u003e\n                        \u003cdiv class=\"use-case\"\u003e\n                            \u003cdiv class=\"use-case-icon\"\u003e🍗\u003c\/div\u003e\n                            \u003ch4 class=\"use-case-title\"\u003eFried Chicken\u003c\/h4\u003e\n                            \u003cp class=\"use-case-desc\"\u003eKeep your crispy fried chicken hot and fresh during transport\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-case\"\u003e\n                            \u003cdiv class=\"use-case-icon\"\u003e🍿\u003c\/div\u003e\n                            \u003ch4 class=\"use-case-title\"\u003ePopcorn\u003c\/h4\u003e\n                            \u003cp class=\"use-case-desc\"\u003ePerfect for large servings at theaters and events\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-case\"\u003e\n                            \u003cdiv class=\"use-case-icon\"\u003e🌮\u003c\/div\u003e\n                            \u003ch4 class=\"use-case-title\"\u003eNachos\u003c\/h4\u003e\n                            \u003cp class=\"use-case-desc\"\u003eIdeal for loaded nachos with all the toppings\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-case\"\u003e\n                            \u003cdiv class=\"use-case-icon\"\u003e🍔\u003c\/div\u003e\n                            \u003ch4 class=\"use-case-title\"\u003eValue Meals\u003c\/h4\u003e\n                            \u003cp class=\"use-case-desc\"\u003eGreat for any value-sized food to go\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-features\"\u003e\n                \u003ch2 class=\"section-header\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cstrong\u003eGenerous 130 oz. Capacity\u003c\/strong\u003e - Ample space for large portions and family meals\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cstrong\u003eIncluded Secure Lid\u003c\/strong\u003e - Helps ensure meals stay fresh during transport\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cstrong\u003eVersatile Applications\u003c\/strong\u003e - Perfect for restaurants, theaters, and concession stands\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cstrong\u003eCustomer Convenience\u003c\/strong\u003e - Busy families and hungry college students will appreciate the ease of use\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cstrong\u003eDurable Construction\u003c\/strong\u003e - Designed to withstand the rigors of food service operations\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch3 class=\"benefits-header\"\u003eCustomer Benefits\u003c\/h3\u003e\n                    \u003cdiv class=\"benefits-grid\"\u003e\n                        \u003cdiv class=\"benefit\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e👨‍👩‍👧‍👦\u003c\/div\u003e\n                            \u003ch4 class=\"benefit-title\"\u003eFor Busy Families\u003c\/h4\u003e\n                            \u003cp\u003ePerfect for quick meals on the go without compromising freshness\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"benefit\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e🎓\u003c\/div\u003e\n                            \u003ch4 class=\"benefit-title\"\u003eFor College Students\u003c\/h4\u003e\n                            \u003cp\u003eLarge portions that satisfy even the biggest appetites\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"benefit\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e🏪\u003c\/div\u003e\n                            \u003ch4 class=\"benefit-title\"\u003eFor Businesses\u003c\/h4\u003e\n                            \u003cp\u003eProfessional presentation that keeps food at optimal temperature\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch3 class=\"cta-title\"\u003eReady to Upgrade Your Food Packaging?\u003c\/h3\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\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":42590409293908,"sku":null,"price":61.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pro40-1.png?v=1760704186"},{"product_id":"carnival-king-kraft-130-oz-popcorn-bucket-25-pack","title":"Kraft 130 oz. Popcorn Bucket - 25\/Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Comic Neue', 'Segoe UI', system-ui, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n            color: #5a3921;\n            line-height: 1.6;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        \/* Header Styles *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);\n            border-radius: 25px;\n            box-shadow: 0 15px 35px rgba(220, 38, 38, 0.3);\n            position: relative;\n            overflow: hidden;\n            color: white;\n        }\n        \n        .product-header::before {\n            content: '🍿';\n            position: absolute;\n            top: -30px;\n            right: -30px;\n            font-size: 12rem;\n            opacity: 0.2;\n            transform: rotate(25deg);\n        }\n        \n        .product-header::after {\n            content: '🎪';\n            position: absolute;\n            bottom: -40px;\n            left: -40px;\n            font-size: 10rem;\n            opacity: 0.2;\n            transform: rotate(-15deg);\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 500;\n            opacity: 0.95;\n            max-width: 600px;\n            margin: 0 auto;\n            position: relative;\n        }\n        \n        .brand-name {\n            color: #fbbf24;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        \/* Feature Banner *\/\n        .feature-banner {\n            background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);\n            color: #7c2d12;\n            padding: 2rem;\n            border-radius: 20px;\n            text-align: center;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 25px rgba(251, 191, 36, 0.4);\n            border: 3px dashed #dc2626;\n            position: relative;\n        }\n        \n        .feature-banner::before {\n            content: '✨';\n            position: absolute;\n            top: -15px;\n            left: 20px;\n            font-size: 2rem;\n        }\n        \n        .feature-banner::after {\n            content: '💰';\n            position: absolute;\n            bottom: -15px;\n            right: 20px;\n            font-size: 2rem;\n        }\n        \n        .feature-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n        \n        .feature-desc {\n            font-size: 1.2rem;\n            font-weight: 500;\n        }\n        \n        \/* Main Content Grid *\/\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            margin-bottom: 3rem;\n        }\n        \n        @media (max-width: 968px) {\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Section Headers *\/\n        .section-header {\n            font-size: 1.8rem;\n            color: #dc2626;\n            margin-bottom: 2rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 4px solid #fbbf24;\n            display: inline-block;\n            font-weight: 700;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n        }\n        \n        \/* Feature List *\/\n        .feature-section {\n            background: white;\n            border-radius: 20px;\n            padding: 2.5rem;\n            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);\n            border: 3px solid #fbbf24;\n            position: relative;\n        }\n        \n        .feature-section::before {\n            content: '🎯';\n            position: absolute;\n            top: -20px;\n            left: -20px;\n            font-size: 3rem;\n            background: white;\n            border-radius: 50%;\n            padding: 10px;\n            border: 3px solid #dc2626;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-item {\n            padding: 1.5rem 0;\n            border-bottom: 2px dotted #fbbf24;\n            display: flex;\n            align-items: flex-start;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateX(10px);\n            background: #fffaf0;\n            border-radius: 15px;\n            padding: 1.5rem 1rem;\n        }\n        \n        .feature-item:last-child {\n            border-bottom: none;\n        }\n        \n        .feature-icon {\n            color: #dc2626;\n            margin-right: 1.2rem;\n            font-weight: bold;\n            font-size: 1.5rem;\n            background: #fee2e2;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .feature-title {\n            font-weight: 700;\n            color: #7c2d12;\n            margin-bottom: 0.5rem;\n            font-size: 1.3rem;\n        }\n        \n        .feature-desc {\n            color: #a16207;\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n        \n        \/* Benefits Grid *\/\n        .benefits-section {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n        \n        .benefit-card {\n            background: white;\n            border-radius: 20px;\n            padding: 2.5rem;\n            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);\n            border: 3px solid #dc2626;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 8px;\n            background: linear-gradient(135deg, #dc2626 0%, #fbbf24 100%);\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px) scale(1.02);\n            box-shadow: 0 20px 40px rgba(220, 38, 38, 0.25);\n        }\n        \n        .benefit-icon {\n            font-size: 4rem;\n            margin-bottom: 1.5rem;\n            text-align: center;\n            filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));\n        }\n        \n        .benefit-title {\n            font-size: 1.6rem;\n            color: #7c2d12;\n            margin-bottom: 1rem;\n            font-weight: 700;\n            text-align: center;\n        }\n        \n        .benefit-desc {\n            color: #a16207;\n            font-size: 1.15rem;\n            line-height: 1.6;\n            text-align: center;\n        }\n        \n        \/* Specifications Section *\/\n        .specs-section {\n            background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%);\n            color: white;\n            padding: 3rem;\n            border-radius: 25px;\n            margin-bottom: 3rem;\n            box-shadow: 0 15px 35px rgba(124, 45, 18, 0.4);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .specs-section::before {\n            content: '📐';\n            position: absolute;\n            top: -30px;\n            left: 0;\n            right: 0;\n            font-size: 4rem;\n            opacity: 0.3;\n            animation: float 3s ease-in-out infinite;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .specs-header {\n            font-size: 2.3rem;\n            margin-bottom: 2rem;\n            color: #fbbf24;\n            font-weight: 800;\n            position: relative;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n        \n        .spec-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 2rem;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n            border: 2px solid rgba(251, 191, 36, 0.3);\n            transition: all 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            background: rgba(255, 255, 255, 0.15);\n        }\n        \n        .spec-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .spec-label {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            margin-bottom: 0.8rem;\n            font-weight: 500;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #fcd34d;\n        }\n        \n        \/* Perfect For Section *\/\n        .perfect-for {\n            background: linear-gradient(135deg, #fbbf24 0%, #fde68a 100%);\n            border-radius: 20px;\n            padding: 3rem;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);\n            border: 3px solid #dc2626;\n        }\n        \n        .perfect-header {\n            text-align: center;\n            font-size: 2rem;\n            color: #7c2d12;\n            margin-bottom: 2.5rem;\n            font-weight: 800;\n        }\n        \n        .perfect-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n        }\n        \n        .perfect-item {\n            text-align: center;\n            padding: 2rem 1rem;\n            background: white;\n            border-radius: 15px;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .perfect-item:hover {\n            transform: scale(1.05);\n            border-color: #dc2626;\n            box-shadow: 0 8px 20px rgba(220, 38, 38, 0.2);\n        }\n        \n        .perfect-icon {\n            font-size: 3.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .perfect-title {\n            font-size: 1.3rem;\n            color: #7c2d12;\n            font-weight: 700;\n        }\n        \n        \/* Budget Section *\/\n        .budget-section {\n            background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 25px rgba(22, 163, 74, 0.3);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .budget-section::before {\n            content: '💸';\n            position: absolute;\n            top: -20px;\n            right: 20px;\n            font-size: 6rem;\n            opacity: 0.2;\n            transform: rotate(15deg);\n        }\n        \n        .budget-header {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n        \n        .budget-desc {\n            font-size: 1.3rem;\n            font-weight: 500;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 4rem 3rem;\n            background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);\n            color: white;\n            border-radius: 30px;\n            box-shadow: 0 20px 40px rgba(220, 38, 38, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section::before {\n            content: '🎪🍿🎡';\n            position: absolute;\n            top: -50px;\n            left: 0;\n            right: 0;\n            font-size: 8rem;\n            opacity: 0.1;\n            animation: rotateCarnival 10s linear infinite;\n        }\n        \n        @keyframes rotateCarnival {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .cta-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 3rem;\n            opacity: 0.95;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            position: relative;\n            line-height: 1.6;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);\n            color: #7c2d12;\n            padding: 1.5rem 4rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 1.5rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(251, 191, 36, 0.5);\n            border: 3px solid white;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-4px) scale(1.05);\n            box-shadow: 0 12px 30px rgba(251, 191, 36, 0.6);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .content-grid {\n                gap: 2rem;\n            }\n            \n            .feature-section, .benefit-card {\n                padding: 2rem;\n            }\n            \n            .perfect-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .cta-title {\n                font-size: 2rem;\n            }\n            \n            .cta-button {\n                padding: 1.2rem 3rem;\n                font-size: 1.3rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Product Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003e\n\u003cspan class=\"brand-name\"\u003eCarnival King\u003c\/span\u003e Kraft 130 oz. Popcorn Bucket\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eThe Perfect Mix of Playful \u0026amp; Functional - Without Breaking the Bank!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Banner --\u003e\n\u003cdiv class=\"feature-banner\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBudget-Friendly Excellence!\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eKeep your costs low and your customers happy with these amazing popcorn buckets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content Grid --\u003e\n\u003cdiv class=\"content-grid\"\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch2 class=\"section-header\"\u003eSmart Features\u003c\/h2\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"feature-title\"\u003eGrease-Resistant Kraft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSpecial kraft material prevents butter leaks and keeps customers' hands clean\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💪\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSturdy Construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReduces spills and waste, saving you money on cleanup and replacement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📚\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStackable Design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEasy and attractive storage that saves space and looks great\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEnticing Graphics\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRed and white popcorn graphics that attract customers and boost sales\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🗑️\u003c\/span\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEasy Disposal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eKraft material is easily disposable for hassle-free cleanup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-header\"\u003eBusiness Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eCost Effective\u003c\/h3\u003e\n\u003cp class=\"benefit-desc\"\u003eBudget-friendly solution that doesn't compromise on quality or customer experience\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eSaves Time\u003c\/h3\u003e\n\u003cp class=\"benefit-desc\"\u003eLess time cleaning up messes means more time serving happy customers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e📈\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eBoosts Sales\u003c\/h3\u003e\n\u003cp class=\"benefit-desc\"\u003eAttractive design and perfect size encourage customers to buy more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3 class=\"specs-header\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e130 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBottom Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5 3\/4\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eTop Diameter\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e7 5\/8\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e📊\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e8 1\/4\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For Section --\u003e\n\u003cdiv class=\"perfect-for\"\u003e\n\u003ch3 class=\"perfect-header\"\u003ePerfect For These Businesses\u003c\/h3\u003e\n\u003cdiv class=\"perfect-grid\"\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🎬\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eMovie Theaters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🍔\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eSnack Bars\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🎪\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eCarnivals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🏈\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eSporting Events\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🎡\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eAmusement Parks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-item\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🏛️\u003c\/div\u003e\n\u003cdiv class=\"perfect-title\"\u003eConcession Stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Budget Section --\u003e\n\u003cdiv class=\"budget-section\"\u003e\n\u003ch3 class=\"budget-header\"\u003eSmart Business Investment\u003c\/h3\u003e\n\u003cp class=\"budget-desc\"\u003eGet the perfect mix of playful design and functional performance at a price that keeps your bottom line healthy. These cups deliver exceptional value without compromising on quality!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch3 class=\"cta-title\"\u003eUpgrade Your Popcorn Service Today!\u003c\/h3\u003e\n\u003cp class=\"cta-subtitle\"\u003eJoin thousands of successful businesses that trust Carnival King for their popcorn packaging needs\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003eAdd to Cart - Save \u0026amp; Serve Better!\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42590711742548,"sku":null,"price":37.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Product49-3.png?v=1760711041"},{"product_id":"carnival-king-130-oz-popcorn-bucket-25-pack","title":"130 oz. Popcorn Bucket - 25\/Pack","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\u003eCarnival King 130 oz. Popcorn Bucket\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Comic Neue', 'Segoe UI', system-ui, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #fffaf0 0%, #fff5e6 100%);\n            color: #5a3921;\n            line-height: 1.6;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n        \n        \/* Header Styles *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);\n            border-radius: 25px;\n            box-shadow: 0 15px 35px rgba(255, 107, 53, 0.3);\n            position: relative;\n            overflow: hidden;\n            color: white;\n        }\n        \n        .product-header::before {\n            content: '🍿';\n            position: absolute;\n            top: -30px;\n            right: -30px;\n            font-size: 12rem;\n            opacity: 0.2;\n            transform: rotate(25deg);\n        }\n        \n        .product-header::after {\n            content: '🎪';\n            position: absolute;\n            bottom: -40px;\n            left: -40px;\n            font-size: 10rem;\n            opacity: 0.2;\n            transform: rotate(-15deg);\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 500;\n            opacity: 0.95;\n            max-width: 600px;\n            margin: 0 auto;\n            position: relative;\n        }\n        \n        .brand-name {\n            color: #ffd700;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        \/* Family Banner *\/\n        .family-banner {\n            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);\n            color: #8b4513;\n            padding: 2rem;\n            border-radius: 20px;\n            text-align: center;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4);\n            border: 3px dashed #ff6b35;\n            position: relative;\n        }\n        \n        .family-banner::before {\n            content: '👨‍👩‍👧‍👦';\n            position: absolute;\n            top: -15px;\n            left: 20px;\n            font-size: 2rem;\n        }\n        \n        .family-banner::after {\n            content: '⭐';\n            position: absolute;\n            bottom: -15px;\n            right: 20px;\n            font-size: 2rem;\n        }\n        \n        .family-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n        \n        .family-desc {\n            font-size: 1.2rem;\n            font-weight: 500;\n        }\n        \n        \/* Main Content Grid *\/\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            margin-bottom: 3rem;\n        }\n        \n        @media (max-width: 968px) {\n            .content-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Section Headers *\/\n        .section-header {\n            font-size: 1.8rem;\n            color: #ff6b35;\n            margin-bottom: 2rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 4px solid #ffd700;\n            display: inline-block;\n            font-weight: 700;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n        }\n        \n        \/* Feature List *\/\n        .feature-section {\n            background: white;\n            border-radius: 20px;\n            padding: 2.5rem;\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.15);\n            border: 3px solid #ffd700;\n            position: relative;\n        }\n        \n        .feature-section::before {\n            content: '🎨';\n            position: absolute;\n            top: -20px;\n            left: -20px;\n            font-size: 3rem;\n            background: white;\n            border-radius: 50%;\n            padding: 10px;\n            border: 3px solid #ff6b35;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-item {\n            padding: 1.5rem 0;\n            border-bottom: 2px dotted #ffd700;\n            display: flex;\n            align-items: flex-start;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateX(10px);\n            background: #fffaf0;\n            border-radius: 15px;\n            padding: 1.5rem 1rem;\n        }\n        \n        .feature-item:last-child {\n            border-bottom: none;\n        }\n        \n        .feature-icon {\n            color: #ff6b35;\n            margin-right: 1.2rem;\n            font-weight: bold;\n            font-size: 1.5rem;\n            background: #fff0e0;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .feature-title {\n            font-weight: 700;\n            color: #8b4513;\n            margin-bottom: 0.5rem;\n            font-size: 1.3rem;\n        }\n        \n        .feature-desc {\n            color: #a0522d;\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n        \n        \/* Benefits Grid *\/\n        .benefits-section {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n        \n        .benefit-card {\n            background: white;\n            border-radius: 20px;\n            padding: 2.5rem;\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.15);\n            border: 3px solid #ff6b35;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 8px;\n            background: linear-gradient(135deg, #ff6b35 0%, #ffd700 100%);\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px) scale(1.02);\n            box-shadow: 0 20px 40px rgba(255, 107, 53, 0.25);\n        }\n        \n        .benefit-icon {\n            font-size: 4rem;\n            margin-bottom: 1.5rem;\n            text-align: center;\n            filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));\n        }\n        \n        .benefit-title {\n            font-size: 1.6rem;\n            color: #8b4513;\n            margin-bottom: 1rem;\n            font-weight: 700;\n            text-align: center;\n        }\n        \n        .benefit-desc {\n            color: #a0522d;\n            font-size: 1.15rem;\n            line-height: 1.6;\n            text-align: center;\n        }\n        \n        \/* Special Features Section *\/\n        .special-features {\n            background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);\n            color: white;\n            padding: 3rem;\n            border-radius: 25px;\n            margin-bottom: 3rem;\n            box-shadow: 0 15px 35px rgba(139, 69, 19, 0.4);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .special-features::before {\n            content: '🍿';\n            position: absolute;\n            top: -30px;\n            left: 0;\n            right: 0;\n            font-size: 4rem;\n            opacity: 0.3;\n            animation: floatPopcorn 3s ease-in-out infinite;\n        }\n        \n        @keyframes floatPopcorn {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .special-header {\n            font-size: 2.3rem;\n            margin-bottom: 2rem;\n            color: #ffd700;\n            font-weight: 800;\n            position: relative;\n        }\n        \n        .special-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n        \n        .special-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 2rem;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n            border: 2px solid rgba(255, 215, 0, 0.3);\n            transition: all 0.3s ease;\n        }\n        \n        .special-item:hover {\n            transform: translateY(-5px);\n            background: rgba(255, 255, 255, 0.15);\n        }\n        \n        .special-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n        \n        .special-title {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n            color: #ffd700;\n        }\n        \n        .special-desc {\n            font-size: 1.1rem;\n            opacity: 0.95;\n        }\n        \n        \/* Capacity Section *\/\n        .capacity-section {\n            background: linear-gradient(135deg, #ffd700 0%, #fff4c4 100%);\n            border-radius: 20px;\n            padding: 3rem;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);\n            border: 3px solid #ff6b35;\n        }\n        \n        .capacity-header {\n            text-align: center;\n            font-size: 2rem;\n            color: #8b4513;\n            margin-bottom: 2.5rem;\n            font-weight: 800;\n        }\n        \n        .capacity-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n        }\n        \n        .capacity-item {\n            text-align: center;\n            padding: 2rem 1rem;\n            background: white;\n            border-radius: 15px;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .capacity-item:hover {\n            transform: scale(1.05);\n            border-color: #ff6b35;\n            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.2);\n        }\n        \n        .capacity-icon {\n            font-size: 3.5rem;\n            margin-bottom: 1rem;\n        }\n        \n        .capacity-title {\n            font-size: 1.3rem;\n            color: #8b4513;\n            font-weight: 700;\n        }\n        \n        \/* Perfect For Section *\/\n        .perfect-for {\n            background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            margin-bottom: 3rem;\n            box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .perfect-for::before {\n            content: '🏆';\n            position: absolute;\n            top: -20px;\n            right: 20px;\n            font-size: 6rem;\n            opacity: 0.2;\n            transform: rotate(15deg);\n        }\n        \n        .perfect-header {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n        \n        .perfect-desc {\n            font-size: 1.3rem;\n            font-weight: 500;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 4rem 3rem;\n            background: linear-gradient(135deg, #ff6b35 0%, #ff8e53 100%);\n            color: white;\n            border-radius: 30px;\n            box-shadow: 0 20px 40px rgba(255, 107, 53, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section::before {\n            content: '🎪🍿🎡';\n            position: absolute;\n            top: -50px;\n            left: 0;\n            right: 0;\n            font-size: 8rem;\n            opacity: 0.1;\n            animation: rotateCarnival 10s linear infinite;\n        }\n        \n        @keyframes rotateCarnival {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .cta-subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 3rem;\n            opacity: 0.95;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n            position: relative;\n            line-height: 1.6;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);\n            color: #8b4513;\n            padding: 1.5rem 4rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 1.5rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);\n            border: 3px solid white;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-4px) scale(1.05);\n            box-shadow: 0 12px 30px rgba(255, 215, 0, 0.6);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .content-grid {\n                gap: 2rem;\n            }\n            \n            .feature-section, .benefit-card {\n                padding: 2rem;\n            }\n            \n            .special-grid, .capacity-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .cta-title {\n                font-size: 2rem;\n            }\n            \n            .cta-button {\n                padding: 1.2rem 3rem;\n                font-size: 1.3rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003c!-- Product Header --\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003e\n\u003cspan class=\"brand-name\"\u003eCarnival King\u003c\/span\u003e 130 oz. Popcorn Bucket\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePopcorn Just Doesn't Taste the Same Without It!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Family Banner --\u003e\n        \u003cdiv class=\"family-banner\"\u003e\n            \u003ch2 class=\"family-title\"\u003ePerfect for Family Fun!\u003c\/h2\u003e\n            \u003cp class=\"family-desc\"\u003eBring families together with our generous 130 oz. capacity - perfect for sharing!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Main Content Grid --\u003e\n        \u003cdiv class=\"content-grid\"\u003e\n            \u003c!-- Features Section --\u003e\n            \u003cdiv class=\"feature-section\"\u003e\n                \u003ch2 class=\"section-header\"\u003eAmazing Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👃\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003e\n                            \u003cdiv class=\"feature-title\"\u003eComplements Aroma \u0026amp; Taste\u003c\/div\u003e\n                            \u003cdiv class=\"feature-desc\"\u003ePerfectly complements the irresistible aroma and exquisite, buttery taste of piping hot popcorn\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e😊\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003e\n                            \u003cdiv class=\"feature-title\"\u003ePlayful Design\u003c\/div\u003e\n                            \u003cdiv class=\"feature-desc\"\u003eIrresistibly playful popping popcorn design that brings smiles to customers' faces\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👨‍👩‍👧‍👦\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003e\n                            \u003cdiv class=\"feature-title\"\u003eFamily-Sized Capacity\u003c\/div\u003e\n                            \u003cdiv class=\"feature-desc\"\u003e130 oz. capacity is ideal for bringing families together while enjoying everyone's favorite snack\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"feature-item\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003e\n                            \u003cdiv class=\"feature-title\"\u003eColorful \u0026amp; Attractive\u003c\/div\u003e\n                            \u003cdiv class=\"feature-desc\"\u003eBright, colorful design that enhances your concession stand's appeal\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003c!-- Benefits Section --\u003e\n            \u003cdiv class=\"benefits-section\"\u003e\n                \u003ch2 class=\"section-header\"\u003eBusiness Benefits\u003c\/h2\u003e\n                \u003cdiv class=\"benefits-grid\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eIncreased Sales\u003c\/h3\u003e\n                        \u003cp class=\"benefit-desc\"\u003eLarge family size encourages group purchases and higher ticket sales\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e⭐\u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEnhanced Experience\u003c\/h3\u003e\n                        \u003cp class=\"benefit-desc\"\u003eCreates memorable family moments that keep customers coming back\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e😊\u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eCustomer Satisfaction\u003c\/h3\u003e\n                        \u003cp class=\"benefit-desc\"\u003ePlayful design and perfect size ensure happy, satisfied customers\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Special Features Section --\u003e\n        \u003cdiv class=\"special-features\"\u003e\n            \u003ch3 class=\"special-header\"\u003ePremium Features\u003c\/h3\u003e\n            \u003cdiv class=\"special-grid\"\u003e\n                \u003cdiv class=\"special-item\"\u003e\n                    \u003cdiv class=\"special-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003ch4 class=\"special-title\"\u003eNo PFAS Added\u003c\/h4\u003e\n                    \u003cp class=\"special-desc\"\u003eManufactured without intentionally added PFAS substances for safer food contact\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"special-item\"\u003e\n                    \u003cdiv class=\"special-icon\"\u003e📚\u003c\/div\u003e\n                    \u003ch4 class=\"special-title\"\u003eStackable Design\u003c\/h4\u003e\n                    \u003cp class=\"special-desc\"\u003eSafely stacks with identical items for easy transportation and space-saving storage\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"special-item\"\u003e\n                    \u003cdiv class=\"special-icon\"\u003e🍿\u003c\/div\u003e\n                    \u003ch4 class=\"special-title\"\u003eGenerous Capacity\u003c\/h4\u003e\n                    \u003cp class=\"special-desc\"\u003e130 oz. perfect for family sharing and group enjoyment\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Capacity Section --\u003e\n        \u003cdiv class=\"capacity-section\"\u003e\n            \u003ch3 class=\"capacity-header\"\u003ePerfect For These Businesses\u003c\/h3\u003e\n            \u003cdiv class=\"capacity-grid\"\u003e\n                \u003cdiv class=\"capacity-item\"\u003e\n                    \u003cdiv class=\"capacity-icon\"\u003e🎬\u003c\/div\u003e\n                    \u003cdiv class=\"capacity-title\"\u003eMovie Theaters\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"capacity-item\"\u003e\n                    \u003cdiv class=\"capacity-icon\"\u003e🎪\u003c\/div\u003e\n                    \u003cdiv class=\"capacity-title\"\u003eCarnivals\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"capacity-item\"\u003e\n                    \u003cdiv class=\"capacity-icon\"\u003e🍔\u003c\/div\u003e\n                    \u003cdiv class=\"capacity-title\"\u003eSnack Bars\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"capacity-item\"\u003e\n                    \u003cdiv class=\"capacity-icon\"\u003e🏛️\u003c\/div\u003e\n                    \u003cdiv class=\"capacity-title\"\u003eConcession Stands\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Perfect For Section --\u003e\n        \u003cdiv class=\"perfect-for\"\u003e\n            \u003ch3 class=\"perfect-header\"\u003eThe Ultimate Family Popcorn Experience!\u003c\/h3\u003e\n            \u003cp class=\"perfect-desc\"\u003eCreate unforgettable family moments with our colorful, playful 130 oz. popcorn bucket that's perfect for sharing and made with safety in mind\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Call to Action --\u003e\n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch3 class=\"cta-title\"\u003eCreate Family Memories Today!\u003c\/h3\u003e\n            \u003cp class=\"cta-subtitle\"\u003eJoin successful venues that trust Carnival King for the ultimate family popcorn experience\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart - Share the Joy!\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":42591020843092,"sku":null,"price":37.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/product52-3_0c1b1bb2-6a9b-49a6-a5d3-679959a21eed.png?v=1760715701"},{"product_id":"kargher-sweetened-carob-2m-baking-chips-25-lb-bulk","title":"Kargher Sweetened Carob 2M Baking Chips 25 lb","description":"\u003cstyle\u003e\n.specs-container {\n  border: 1px solid #e1e1e1;\n  border-radius: 4px;\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.specs-header {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  margin: 0;\n  font-weight: bold;\n  font-size: 16px;\n  color: #333;\n}\n\n.specs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  margin: 0;\n}\n\n.spec-term {\n  background-color: #f8f8f8;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  border-right: 1px solid #e1e1e1;\n  font-weight: 600;\n  font-size: 14px;\n  color: #333;\n}\n\n.spec-definition {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  font-size: 14px;\n  color: #555;\n}\n\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n}\n\n.details-heading {\n  color: #298200;\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.details-content {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-container {\n  background-color: #fff8e1;\n  border: 1px solid #ffd54f;\n  border-radius: 4px;\n  padding: 12px 16px;\n  margin: 20px 0;\n  max-width: 800px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-text {\n  font-weight: bold;\n  color: #333;\n  font-size: 14px;\n}\n\n.warning-link {\n  color: #298200;\n  font-weight: bold;\n  text-decoration: underline;\n  background: none;\n  border: none;\n  cursor: pointer;\n  font-size: 14px;\n}\n\n.warning-link:hover {\n  color: #1f6600;\n}\n\n.feature-tag {\n  display: block;\n  margin-bottom: 2px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-header\"\u003eSpecs\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-term\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e1\/Case\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e25.8 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eCacao Percentage\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eNon-Cacao Based\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eCaffeination\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eCaffeine Free\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eChip Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e2M\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEgg-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFish-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePeanut Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eShellfish-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSoy Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTree Nut Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFlavor\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eChocolate\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e25 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eSweetener Type\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eClassic\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eBaking Chips\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-heading\"\u003eDetails\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eExpand your culinary repertoire with these Restaurant Supply Wholesale Canada sweetened carob baking chips. Carob is a unique and versatile ingredient that is prized for its natural sweetness and mild flavor, which is similar in taste to chocolate. Also known as a locust bean, carob is a long, dark, leathery pod that grows on evergreen trees that are native to the Mediterranean. These pods have been enjoyed for thousands of years in places like ancient Greece, Italy, and the Middle East. They are air dried, cleaned, cut, sifted to remove seeds, and finely ground into powder that can be used in baking, beverages, and confections or turned into baking chips like these. Boasting numerous health benefits, these carob chips are naturally caffeine-free.\u003c\/p\u003e\n\u003cp\u003eThese carob baking chips are a great replacement for chocolate chips in baked goods, beverages, and confections. You can use them as a 1:1 substitute for chocolate in your favorite recipes, such as fudgy carob brownies, carob chip cookies, or carob peanut butter bars. Plus, carob chips do not need to be tempered and can simply be melted! Since these are both naturally sweeter than chocolate and have been sweetened with cane sugar, consider using less sweetener or combining them with traditional bittersweet chocolate chips to achieve the sweetness level you desire.\u003c\/p\u003e\n\u003cp\u003eRestaurant Supply Wholesale Canada produces bulk chocolate items designed for commercial baking and confectionery needs. Our lineup features versatile ingredients suited for decorating and large-scale preparation, such as carob chips and nonpareils. Restaurant Supply Wholesale Canada's commitment reflects our dedication to dependable production and practical solutions in the chocolate space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-container\"\u003e\n\u003cdiv class=\"disclaimer-text\"\u003eAttention CA Residents:\u003c\/div\u003e\n\u003cbutton class=\"warning-link\"\u003eProp 65 Warning\u003c\/button\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591439421524,"sku":null,"price":259.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_2.png?v=1760723687"},{"product_id":"kargher-unsweetened-carob-chocolate-2m-baking-chips-25-lb","title":"Kargher Unsweetened Carob Chocolate 2M Baking Chips 25 lb","description":"\u003cstyle\u003e\n.specs-container {\n  border: 1px solid #e1e1e1;\n  border-radius: 4px;\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.specs-header {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  margin: 0;\n  font-weight: bold;\n  font-size: 16px;\n  color: #333;\n}\n\n.specs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  margin: 0;\n}\n\n.spec-term {\n  background-color: #f8f8f8;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  border-right: 1px solid #e1e1e1;\n  font-weight: 600;\n  font-size: 14px;\n  color: #333;\n}\n\n.spec-definition {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  font-size: 14px;\n  color: #555;\n}\n\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n}\n\n.details-heading {\n  color: #298200;\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.details-content {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-container {\n  background-color: #fff8e1;\n  border: 1px solid #ffd54f;\n  border-radius: 4px;\n  padding: 12px 16px;\n  margin: 20px 0;\n  max-width: 800px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-text {\n  font-weight: bold;\n  color: #333;\n  font-size: 14px;\n}\n\n.warning-link {\n  color: #298200;\n  font-weight: bold;\n  text-decoration: underline;\n  background: none;\n  border: none;\n  cursor: pointer;\n  font-size: 14px;\n}\n\n.warning-link:hover {\n  color: #1f6600;\n}\n\n.feature-tag {\n  display: block;\n  margin-bottom: 2px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-header\"\u003eSpecs\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-term\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e1\/Case\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e25.8 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eCacao Percentage\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eNon-Cacao Based\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eCaffeination\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eCaffeine Free\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eChip Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e2M\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDairy Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEgg-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFish-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePeanut Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eShellfish-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSoy Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTree Nut Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFlavor\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eChocolate\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e25 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eSweetener Type\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eNo Added Sugar\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eBaking Chips\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-heading\"\u003eDetails\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eExpand your culinary repertoire with these Restaurant Supply Wholesale Canada unsweetened carob baking chips. Carob is a unique and versatile ingredient that is prized for its natural sweetness and mild flavor, which is similar in taste to chocolate. Also known as a locust bean, carob is a long, dark, leathery pod that grows on evergreen trees that are native to the Mediterranean. These pods have been enjoyed for thousands of years in places like ancient Greece, Italy, and the Middle East. They are air dried, cleaned, cut, sifted to remove seeds, and finely ground into powder that can be used in a variety of applications, including these baking chips. Boasting numerous health benefits, these carob chips are naturally caffeine-free and high in calcium, iron, and potassium.\u003c\/p\u003e\n\u003cp\u003eThese carob baking chips are a great replacement for chocolate chips in baked goods, beverages, and confections. You can use it as a 1:1 substitute for chocolate in your favorite recipes, such as fudgy carob brownies, carob chip cookies, or carob peanut butter bars. Plus, carob chips do not need to be tempered and can simply be melted! Since these are naturally sweeter than chocolate, consider using less sweetener or combining them with traditional bittersweet chocolate chips to achieve the sweetness level you desire. These unsweetened chips are also great for using in savory recipes, such as subtly sweet and smokey mole sauce.\u003c\/p\u003e\n\u003cp\u003eRestaurant Supply Wholesale Canada produces bulk chocolate items designed for commercial baking and confectionery needs. Our lineup features versatile ingredients suited for decorating and large-scale preparation, such as carob chips and nonpareils. Restaurant Supply Wholesale Canada's commitment reflects our dedication to dependable production and practical solutions in the chocolate space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-container\"\u003e\n\u003cdiv class=\"disclaimer-text\"\u003eAttention CA Residents:\u003c\/div\u003e\n\u003cbutton class=\"warning-link\"\u003eProp 65 Warning\u003c\/button\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591513870420,"sku":null,"price":298.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2_80aa9ca3-9a0f-4154-8f2d-d81ff67f2ed7.png?v=1760724005"},{"product_id":"york-dark-chocolate-peppermint-1m-baking-chips-8-oz-12-case","title":"YORK Dark Chocolate Peppermint 1M Baking Chips 8 oz – 12\/Case","description":"\u003cstyle\u003e\n.specs-container {\n  border: 1px solid #e1e1e1;\n  border-radius: 4px;\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.specs-header {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  margin: 0;\n  font-weight: bold;\n  font-size: 16px;\n  color: #333;\n}\n\n.specs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  margin: 0;\n}\n\n.spec-term {\n  background-color: #f8f8f8;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  border-right: 1px solid #e1e1e1;\n  font-weight: 600;\n  font-size: 14px;\n  color: #333;\n}\n\n.spec-definition {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  font-size: 14px;\n  color: #555;\n}\n\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n}\n\n.details-heading {\n  color: #298200;\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.details-content {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-container {\n  background-color: #fff8e1;\n  border: 1px solid #ffd54f;\n  border-radius: 4px;\n  padding: 12px 16px;\n  margin: 20px 0;\n  max-width: 800px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-text {\n  font-weight: bold;\n  color: #333;\n  font-size: 14px;\n}\n\n.warning-link {\n  color: #298200;\n  font-weight: bold;\n  text-decoration: underline;\n  background: none;\n  border: none;\n  cursor: pointer;\n  font-size: 14px;\n}\n\n.warning-link:hover {\n  color: #1f6600;\n}\n\n.feature-tag {\n  display: block;\n  margin-bottom: 2px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n  \u003cdiv class=\"specs-header\"\u003eSpecs\u003c\/div\u003e\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-term\"\u003eQuantity\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e12\/Case\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eShipping Weight\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e6.7 lb.\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eChip Size\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e1M\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eFeatures\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e\n      \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n      \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eFlavor\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e\n      \u003cspan class=\"feature-tag\"\u003eDark Chocolate\u003c\/span\u003e\n      \u003cspan class=\"feature-tag\"\u003ePeppermint\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003ePackage Size\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e8 oz.\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003ePackage Type\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003eBags\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eTotal Case Size\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e6 lb.\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eType\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e\n      \u003cspan class=\"feature-tag\"\u003eBaking Chips\u003c\/span\u003e\n      \u003cspan class=\"feature-tag\"\u003eChocolate Chips\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"details-section\"\u003e\n  \u003ch2 class=\"details-heading\"\u003eDetails\u003c\/h2\u003e\n  \u003cdiv class=\"details-content\"\u003e\n    \u003cp\u003eAwaken your senses with the contrasting flavors of these Restaurant Supply Wholesale Canada dark chocolate and peppermint chocolate chips! Made with real cane sugar, chocolate, milk, and peppermint oil, these premium baking chips have a rich, sweet flavor with a cool, refreshing finish. While they're great for satiating customers' sweet tooths year round, they're especially beneficial around the holidays and infuse festive treats with classic, seasonal peppermint flavor. Their uniform shape and 1M size make them easy to melt down and create consistency when decorating desserts or folding into your baked goods.\u003c\/p\u003e\n    \n    \u003cp\u003eUse them to decorate a rich chocolate cake, make a batch of mouthwatering peppermint bark, or melt them down to create a decadent, minty glaze for specialty desserts. Plus, these chips are great for enhancing the flavor of specialty drinks like peppermint hot chocolate or for using as a garnish for a chocolate and creme de menthe martini! These dark chocolate baking chips are packaged in convenient 8 oz. display-ready bags, making them ideal for retail shelves.\u003c\/p\u003e\n    \n    \u003cp\u003eAs a trusted Restaurant Supply Wholesale Canada brand, our chocolate products are a valuable addition to your menu! Restaurant Supply Wholesale Canada is a leading North American supplier of chocolates, confections, toppings, and baking products. Our commitment to quality ensures that when you offer Restaurant Supply Wholesale Canada products at your business, your customers will recognize a brand that stands for nothing less than quality, freshness, and great taste!\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"disclaimer-container\"\u003e\n  \u003cdiv class=\"disclaimer-text\"\u003eAttention CA Residents:\u003c\/div\u003e\n  \u003cbutton class=\"warning-link\"\u003eProp 65 Warning\u003c\/button\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591548080212,"sku":null,"price":101.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/4_7b4cc220-b698-4c56-a756-bd18d08efd2f.png?v=1760725793"},{"product_id":"hersheys-mini-semi-sweet-chocolate-4m-baking-chips-25-lb","title":"HERSHEY'S Mini Semi-Sweet Chocolate 4M Baking Chips 25 lb","description":"\u003cstyle\u003e\n.specs-container {\n  border: 1px solid #e1e1e1;\n  border-radius: 4px;\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.specs-header {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  margin: 0;\n  font-weight: bold;\n  font-size: 16px;\n  color: #333;\n}\n\n.specs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  margin: 0;\n}\n\n.spec-term {\n  background-color: #f8f8f8;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  border-right: 1px solid #e1e1e1;\n  font-weight: 600;\n  font-size: 14px;\n  color: #333;\n}\n\n.spec-definition {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  font-size: 14px;\n  color: #555;\n}\n\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n}\n\n.details-heading {\n  color: #298200;\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.details-content {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-container {\n  background-color: #fff8e1;\n  border: 1px solid #ffd54f;\n  border-radius: 4px;\n  padding: 12px 16px;\n  margin: 20px 0;\n  max-width: 800px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-text {\n  font-weight: bold;\n  color: #333;\n  font-size: 14px;\n}\n\n.warning-link {\n  color: #298200;\n  font-weight: bold;\n  text-decoration: underline;\n  background: none;\n  border: none;\n  cursor: pointer;\n  font-size: 14px;\n}\n\n.warning-link:hover {\n  color: #1f6600;\n}\n\n.feature-tag {\n  display: block;\n  margin-bottom: 2px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-header\"\u003eSpecs\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-term\"\u003eQuantity\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e1\/Case\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e27.07 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eCacao Percentage\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e\u0026lt;30%\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eChip Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e4M\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eChocolate Style\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eRegular\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eFlavor\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e\n\u003cspan class=\"feature-tag\"\u003eChocolate\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSemi-Sweet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003e25 lb.\u003c\/div\u003e\n\u003cdiv class=\"spec-term\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-definition\"\u003eMini Chocolate \/ Baking Chips\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-heading\"\u003eDetails\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eAdd texture and flavor to any baked treat with these Restaurant Supply Wholesale Canada mini semi-sweet chocolate baking chips! With a size of 4M, meaning there are 4000 chocolate chips per lb., they are smaller than your average chocolate chip. Although they are small in size, these mini morsels give your recipes a lot of chocolate in every bite! Different from unsweetened or milk chocolate, semi-sweet chocolate is a type of dark chocolate that has its own distinct taste that uses half as much sugar as cocoa. Though it is not as sweet as milk chocolate, it is great for cooking and baking purposes. Mix these mini semi-sweet chocolate baking chips into cookies, cakes, and other baked treats, or blend them into smooth dessert sauces that your customers will love. Semi-sweet chocolate features a higher concentration of chocolate liquor, which gives it an added rich and decadent taste. This bulk 25 lb. supply of Restaurant Supply Wholesale Canada mini semi-sweet chocolate baking chips is a must-have for any bakery, cafe, diner, or ice cream shop!\u003c\/p\u003e\n\u003cp\u003eRestaurant Supply Wholesale Canada is a leading North American supplier of chocolates, confections, toppings, and baking products. Our commitment to quality ensures that when you offer Restaurant Supply Wholesale Canada products at your business, your customers will recognize a brand that stands for nothing less than quality, freshness, and great taste!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-container\"\u003e\n\u003cdiv class=\"disclaimer-text\"\u003eAttention CA Residents:\u003c\/div\u003e\n\u003cbutton class=\"warning-link\"\u003eProp 65 Warning\u003c\/button\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591601950804,"sku":null,"price":358.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2_98b15075-5bec-418a-a396-c6f4dd5e635f.png?v=1760726876"},{"product_id":"hersheys-milk-chocolate-1m-baking-chips-25-lb","title":"HERSHEY'S Milk Chocolate 1M Baking Chips 25 lb","description":"\u003cstyle\u003e\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n  font-family: Arial, sans-serif;\n}\n\n.details-headline {\n  color: #298200;\n  font-size: 28px;\n  font-weight: bold;\n  margin-bottom: 20px;\n  line-height: 1.3;\n}\n\n.template-text {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n.certifications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 30px 0;\n}\n\n.cert-item {\n  background-color: #f8f8f8;\n  padding: 20px;\n  border-radius: 8px;\n  border-left: 4px solid #298200;\n}\n\n.cert-title {\n  color: #298200;\n  font-size: 18px;\n  font-weight: bold;\n  margin-bottom: 8px;\n}\n\n.cert-description {\n  color: #555;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.review-section {\n  background-color: #f0f8f0;\n  padding: 20px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #e1e1e1;\n}\n\n.rating-stars {\n  color: #298200;\n  margin-bottom: 10px;\n  font-size: 18px;\n}\n\n.review-text {\n  color: #333;\n  font-style: italic;\n  line-height: 1.5;\n  margin-bottom: 15px;\n}\n\n.highlight-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin: 30px 0;\n}\n\n.highlight-item {\n  background-color: white;\n  padding: 25px;\n  border-radius: 8px;\n  border: 1px solid #e1e1e1;\n}\n\n.item-header {\n  color: #298200;\n  font-size: 20px;\n  font-weight: bold;\n  margin-bottom: 12px;\n}\n\n.brand-section {\n  background-color: #f8f8f8;\n  padding: 30px;\n  border-radius: 8px;\n  margin: 30px 0;\n  border-left: 4px solid #298200;\n}\n\n.brand-header {\n  color: #298200;\n  font-size: 22px;\n  font-weight: bold;\n  margin-bottom: 15px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-headline\"\u003eAdd texture and sweet flavor to any baked treat with these Restaurant Supply Wholesale Canada 25 lb. milk chocolate 1M baking chips.\u003c\/h2\u003e\n\u003cdiv class=\"template-text\"\u003e\n\u003cp\u003eWith a standard size of 1M, meaning there are 1000 chips per lb., they are perfect for sprinkling throughout a variety of desserts. Featuring a creamy and sweet milk chocolate flavor, they'll be the perfect complement to your classic chocolate-flavored cakes, chocolate chip cookies, and cupcakes. Or, mix these baking chips into cookie an\u003cimg\u003ed brownie batters for all new recipes that your customers will love.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"cert-item\"\u003e\n\u003ch3 class=\"cert-title\"\u003eGluten-Free\u003c\/h3\u003e\n\u003cp class=\"cert-description\"\u003eThis item is gluten-free per the manufacturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cert-item\"\u003e\n\u003ch3 class=\"cert-title\"\u003eOrthodox Union Dairy Kosher\u003c\/h3\u003e\n\u003cp class=\"cert-description\"\u003eThis item is certified dairy Kosher by the Orthodox Union.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cert-item\"\u003e\n\u003ch3 class=\"cert-title\"\u003eMade in America\u003c\/h3\u003e\n\u003cp class=\"cert-description\"\u003eThis item was made in the United States of America.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-section\"\u003e\n\u003cdiv class=\"rating-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"These chocolate chips are the best! I've tried several brands but I keep coming back to Restaurant Supply Wholesale Canada. They are creamy and not waxy at all!\"\u003c\/p\u003e\n\u003ca style=\"color: #298200; font-weight: bold; text-decoration: underline;\" href=\"#reviews\"\u003eRead More Reviews\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-grid\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003ch3 class=\"item-header\"\u003eGreat Topping\u003c\/h3\u003e\n\u003cp class=\"template-text\"\u003eUse them as a topping for a delicious ice cream sundae, or melt them to create smooth and decadent dessert sauces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003ch3 class=\"item-header\"\u003eBulk Size\u003c\/h3\u003e\n\u003cp class=\"template-text\"\u003eThis bulk 25 lb. supply of Restaurant Supply Wholesale Canada milk chocolate baking chips is a must-have and it ensures you have an ample supply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-section\"\u003e\n\u003ch3 class=\"brand-header\"\u003eRestaurant Supply Wholesale Canada Brand\u003c\/h3\u003e\n\u003cp class=\"template-text\"\u003eRestaurant Supply Wholesale Canada is a leading North American supplier of chocolates, confections, toppings, and baking products. Our commitment to quality ensures that when you offer Restaurant Supply Wholesale Canada products at your business, your customers will recognize a brand that stands for nothing less than quality, freshness, and great taste!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591644352596,"sku":null,"price":381.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_3.png?v=1760728026"},{"product_id":"hersheys-1m-premier-white-vanilla-baking-chips-25-lb-bulk","title":"HERSHEY'S 1M Premier White Vanilla Baking Chips 25 lb Bulk","description":"\u003cstyle\u003e\n.detail-section {\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.headline {\n  color: #298200;\n  font-size: 28px;\n  font-weight: bold;\n  margin-bottom: 20px;\n  line-height: 1.3;\n}\n\n.flex-container {\n  display: flex;\n  align-items: center;\n  gap: 30px;\n}\n\n.template-text {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  flex: 1;\n}\n\n.template-text p {\n  margin: 0;\n}\n\n@media (max-width: 768px) {\n  .flex-container {\n    flex-direction: column;\n    gap: 20px;\n  }\n  \n  .headline {\n    font-size: 24px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"detail-section\"\u003e\n\u003ch2 class=\"headline\"\u003eAdd texture and sweet flavor to any baked treat with these Restaurant Supply Wholesale Canada 25 lb. premier white vanilla 1M baking chips.\u003c\/h2\u003e\n\u003cdiv class=\"flex-container\"\u003e\n\u003cdiv class=\"template-text\"\u003e\n\u003cp\u003eWith a standard size of 1M, meaning there are 1000 chips per lb., they are perfect for sprinkling throughout a variety of desserts. Featuring a creamy and sweet vanilla flavor, they'll be the perfect complement to your vanilla-flavored cakes, sugar cookies, and cupcakes. These white-colored chips can also add variety to any dish when mixed with standard chocolate chips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591676301396,"sku":null,"price":365.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2_051095df-7146-4576-b11a-badc7cacfb03.png?v=1760728443"},{"product_id":"ghirardelli-5m-60-cacao-dark-chocolate-baking-chips-35-lb-bulk","title":"Ghirardelli .5M 60% Cacao Dark Chocolate Baking Chips 35 lb","description":"\u003cstyle\u003e\n.specs-container {\n  border: 1px solid #e1e1e1;\n  border-radius: 4px;\n  margin: 20px 0;\n  font-family: Arial, sans-serif;\n}\n\n.specs-header {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  margin: 0;\n  font-weight: bold;\n  font-size: 16px;\n  color: #333;\n}\n\n.specs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  margin: 0;\n}\n\n.spec-term {\n  background-color: #f8f8f8;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  border-right: 1px solid #e1e1e1;\n  font-weight: 600;\n  font-size: 14px;\n  color: #333;\n}\n\n.spec-definition {\n  background-color: white;\n  padding: 8px 16px;\n  border-bottom: 1px solid #e1e1e1;\n  font-size: 14px;\n  color: #555;\n}\n\n.details-section {\n  margin: 30px 0;\n  scroll-margin-top: 100px;\n}\n\n.details-heading {\n  color: #298200;\n  font-size: 24px;\n  font-weight: bold;\n  margin-bottom: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.details-content {\n  color: #333;\n  line-height: 1.6;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-container {\n  background-color: #fff8e1;\n  border: 1px solid #ffd54f;\n  border-radius: 4px;\n  padding: 12px 16px;\n  margin: 20px 0;\n  max-width: 800px;\n  font-family: Arial, sans-serif;\n}\n\n.disclaimer-text {\n  font-weight: bold;\n  color: #333;\n  font-size: 14px;\n}\n\n.warning-link {\n  color: #298200;\n  font-weight: bold;\n  text-decoration: underline;\n  background: none;\n  border: none;\n  cursor: pointer;\n  font-size: 14px;\n}\n\n.warning-link:hover {\n  color: #1f6600;\n}\n\n.feature-tag {\n  display: block;\n  margin-bottom: 2px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n  \u003cdiv class=\"specs-header\"\u003eSpecs\u003c\/div\u003e\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-term\"\u003eQuantity\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e1\/Case\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eShipping Weight\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e36.57 lb.\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eCacao Percentage\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e51-60%\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eChip Size\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e.5M\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eFeatures\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e\n      \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n      \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eFlavor\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e\n      \u003cspan class=\"feature-tag\"\u003eChocolate\u003c\/span\u003e\n      \u003cspan class=\"feature-tag\"\u003eDark Chocolate\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003ePackage Size\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003e35 lb.\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003ePackage Type\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003eBulk\u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-term\"\u003eType\u003c\/div\u003e\n    \u003cdiv class=\"spec-definition\"\u003eChocolate Chips\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"details-section\"\u003e\n  \u003ch2 class=\"details-heading\"\u003eDetails\u003c\/h2\u003e\n  \u003cdiv class=\"details-content\"\u003e\n    \u003cp\u003eAdd texture and flavor to baked goods with these Restaurant Supply Wholesale Canada 35 lb. 60% cacao dark chocolate .5M baking chips! With a size of .5M, meaning there are 500 chips per lb., they are perfect for sprinkling throughout a variety of decadent desserts. Unlike milk chocolate or semi-sweet chocolate, this 60% cacao bittersweet chocolate has a bold, dark taste. The roasting process of the cacao beans affects the flavor intensity, and the cacao beans for bittersweet chocolate have been roasted at a higher temperature for a longer time. This deep-roasted, robust chocolate flavor is perfect for cooking and baking purposes.\u003c\/p\u003e\n    \n    \u003cp\u003eAdd them to the pantry in your bakery, restaurant, or cafe to incorporate decadent chocolate flavor into your menu. Mix these chocolate chips into classic cookie, cake, and brownie batters, or blend them into smooth dessert sauces that your customers will love. They can even be used for topping iced or frozen drinks. No matter what dish or drink you prepare, guests are in for a treat with these 60% cacao bittersweet chocolate .5M baking chips!\u003c\/p\u003e\n    \n    \u003cp\u003eCustomers will recognize and trust the Restaurant Supply Wholesale Canada name when they see it in your cafe, coffee shop, ice cream parlor, or restaurant. Our commitment to quality is the result of Restaurant Supply Wholesale Canada's dedication to controlling all steps of the chocolate-making process, from roasting the cocoa beans, to refining the product for smoothness and well-balanced flavor. In addition, we understand that sustainable sourcing and knowing the origins of the cocoa beans speaks to the quality of the finished product.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"disclaimer-container\"\u003e\n  \u003cdiv class=\"disclaimer-text\"\u003eAttention CA Residents:\u003c\/div\u003e\n  \u003cbutton class=\"warning-link\"\u003eProp 65 Warning\u003c\/button\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42591718539348,"sku":null,"price":1171.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2_3b75cb6c-058d-4274-b2fe-86700b251dd7.png?v=1760729057"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/Screenshot_2025-12-29_232804_1.png?v=1767247917","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/food-beverage.oembed?page=246","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}