{"title":"All Products","description":"\u003cp\u003eAll Products 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":68.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":78.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":189.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":549.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":146.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":200.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":180.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":60.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":75.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":238.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":162.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":175.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":175.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":232.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":269.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":198.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":117.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":58.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":170.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":109.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":21.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":183.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":120.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":170.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":147.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":325.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":304.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":152.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":108.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":108.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":82.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":19.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":97.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":346.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":240.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":150.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":244.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":113.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":"acopa-edgewood-8-1-2-stainless-steel-heavy-weight-dinner-knife-12-case","title":"8 1\/2\" Stainless Steel Heavy Weight Dinner Knife - 12\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600\u0026family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 20px;\n            background: #fff;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.05);\n            border-radius: 8px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #2c2c2c;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7a7a7a;\n            font-weight: 300;\n            letter-spacing: 1px;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f9f9, #f0f0f0);\n            border-radius: 8px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background-color: #eaeaea;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-style: italic;\n            border-radius: 4px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .features h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: #2c2c2c;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n            border-bottom: 1px dashed #eaeaea;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #9c7c5b;\n            font-weight: bold;\n        }\n        \n        .specifications {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n        \n        .specifications h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: #2c2c2c;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n        }\n        \n        .usage {\n            margin-bottom: 30px;\n        }\n        \n        .usage h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: #2c2c2c;\n        }\n        \n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .tag {\n            background: #f0f0f0;\n            padding: 8px 15px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003e Dinner Knife\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eElegant 8 1\/2\" Stainless Steel Heavy Weight Flatware\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e[Product Image Here]\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eAdd an elegant touch to your tabletop setting with this Acopa Edgewood 8 1\/2\" stainless steel heavy weight dinner knife. Designed for both beauty and durability, this piece exemplifies fine dining at its most accessible.\u003c\/p\u003e\n\u003cp\u003eComplete your table setting with this Acopa Edgewood dinner knife. Pair it with the rest of the Edgewood line to create a coherent and attractive table setting that impresses guests and elevates every meal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eHeavy-weight construction for premium feel and durability\u003c\/li\u003e\n\u003cli\u003eMade of high-quality stainless steel resistant to tarnishing\u003c\/li\u003e\n\u003cli\u003ePerfect balance and comfortable handling\u003c\/li\u003e\n\u003cli\u003eTimeless design complements any table setting\u003c\/li\u003e\n\u003cli\u003eExceptional value without compromising on quality\u003c\/li\u003e\n\u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eStainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLength\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e8.5 inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHeavy-weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eEdgewood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePolished\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDishwasher Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage\"\u003e\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\u003cdiv class=\"usage-tags\"\u003e\n\u003cspan class=\"tag\"\u003eEveryday Dining\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSpecial Occasions\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBistros \u0026amp; Cafes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCatered Events\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWedding Registries\u003c\/span\u003e \u003cspan class=\"tag\"\u003eGift Giving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485860532308,"sku":null,"price":152.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2571188.jpg?v=1758257246"},{"product_id":"choice-dominion-7-18-0-stainless-steel-dinner-fork-12-case","title":"Dominion 7\" 18\/0 Stainless Steel Dinner Fork - 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\u003eChoice Dominion Dinner Fork | Functional Flatware\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter: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: 'Inter', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: #fff;\n            box-shadow: 0 5px 30px rgba(0,0,0,0.08);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6381 100%);\n            color: white;\n            padding: 40px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f9f9, #f0f0f0);\n            padding: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e6e6e6, #f5f5f5);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-style: italic;\n            border-radius: 8px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #444;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .features h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .features h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4a6381;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specifications {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n        \n        .specifications h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .specifications h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #2c3e50;\n        }\n        \n        .usage {\n            margin-bottom: 30px;\n        }\n        \n        .usage h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .usage h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .tag {\n            background: #e8edf3;\n            padding: 10px 18px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            color: #4a6381;\n            display: flex;\n            align-items: center;\n        }\n        \n        .tag i {\n            margin-right: 8px;\n            font-size: 0.9rem;\n        }\n        \n        .value-proposition {\n            background: linear-gradient(135deg, #4a6381 0%, #2c3e50 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .value-proposition h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .value-proposition p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .product-image {\n                padding: 25px;\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 Dominion Dinner Fork\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eElegant 7\" Stainless Steel Medium Weight Flatware\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[Product Image Here]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eGive your guests functional flatware with the Choice Dominion 7\" 18\/0 stainless steel medium weight dinner fork. Designed for both everyday use and special occasions, this fork combines practicality with elegant design.\u003c\/p\u003e\n                    \n                    \u003cp\u003eComplete your table setting with this Choice Dominion dinner fork. Pair it with the rest of the Dominion line to create a simple yet attractive table setting that your guests will appreciate.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3\u003eKey Features\u003c\/h3\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eMedium-weight construction for perfect balance\u003c\/li\u003e\n                        \u003cli\u003eMade of high-quality 18\/0 stainless steel\u003c\/li\u003e\n                        \u003cli\u003eTasteful design that complements any table setting\u003c\/li\u003e\n                        \u003cli\u003eExceptional durability for long-lasting use\u003c\/li\u003e\n                        \u003cli\u003eBudget-friendly without compromising on quality\u003c\/li\u003e\n                        \u003cli\u003eDishwasher safe for easy cleaning and maintenance\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specifications\"\u003e\n                    \u003ch3\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e18\/0 Stainless Steel\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eLength\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e7 inches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eMedium-weight\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDominion\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eFinish\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003ePolished\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDishwasher Safe\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage\"\u003e\n                    \u003ch3\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"usage-tags\"\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Everyday Dining\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e Cafes \u0026amp; Bistros\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e Bars \u0026amp; Pubs\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e Casual Eateries\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Home Use\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e Gift Giving\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003ch3\u003eExceptional Value\u003c\/h3\u003e\n                    \u003cp\u003eThis flatware offers the perfect balance of quality and affordability, making it an excellent choice for both home use and commercial establishments.\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":42485891465300,"sku":null,"price":3.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2419855.jpg?v=1758258127"},{"product_id":"acopa-phoenix-gold-9-5-16-stainless-steel-forged-dinner-knife-12-case","title":"Phoenix Gold 9 5\/16\" Stainless Steel Forged Dinner Knife - 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\u003eAcopa Phoenix Gold Dinner Knife | Luxury Tableware\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;600\u0026amp;family=Montserrat:wght@300;400;500\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: 'Montserrat', sans-serif;\n            color: #333;\n            background: linear-gradient(to bottom, #fafafa, #f5f5f5);\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 30px auto;\n            background: #fff;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            border-radius: 15px;\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #000000 0%, #2c2c2c 100%);\n            color: #fff;\n            padding: 50px 40px;\n            text-align: center;\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: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.3) 0%, transparent 70%);\n        }\n        \n        .product-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 3.2rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            opacity: 0.9;\n            font-weight: 300;\n            letter-spacing: 2px;\n            margin-bottom: 20px;\n            position: relative;\n        }\n        \n        .gold-accent {\n            color: #D4AF37;\n            font-weight: 500;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #0f0f0f 0%, #2a2a2a 100%);\n            padding: 50px 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(45deg, #1a1a1a, #2c2c2c);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D4AF37;\n            font-style: italic;\n            border-radius: 8px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.5);\n            border: 1px solid rgba(212, 175, 55, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder::before {\n            content: '';\n            position: absolute;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);\n            animation: rotate 20s linear infinite;\n        }\n        \n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 50px 40px;\n            background: #fff;\n        }\n        \n        .product-description {\n            margin-bottom: 35px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #444;\n        }\n        \n        .features {\n            margin-bottom: 35px;\n        }\n        \n        .section-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: #2c2c2c;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 2px;\n            background: #D4AF37;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .feature-list li:before {\n            content: \"★\";\n            position: absolute;\n            left: 15px;\n            color: #D4AF37;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specifications {\n            background: #fafafa;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 35px;\n            border: 1px solid #eee;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #2c2c2c;\n        }\n        \n        .design-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 35px;\n        }\n        \n        .design-feature {\n            flex: 1;\n            min-width: 250px;\n            padding: 20px;\n            background: #fafafa;\n            border-radius: 8px;\n            text-align: center;\n            border: 1px solid #eee;\n        }\n        \n        .design-feature i {\n            font-size: 2rem;\n            color: #D4AF37;\n            margin-bottom: 15px;\n        }\n        \n        .design-feature h4 {\n            font-family: 'Cormorant Garamond', serif;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .value-proposition {\n            background: linear-gradient(135deg, #2c2c2c 0%, #000000 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .value-proposition h3 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: #D4AF37;\n        }\n        \n        .value-proposition p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.5rem;\n            }\n            \n            .product-details, .product-image {\n                padding: 30px 20px;\n            }\n            \n            .design-feature {\n                min-width: 100%;\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\"\u003eAcopa Phoenix Gold Dinner Knife\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eModern \u003cspan class=\"gold-accent\"\u003e9 5\/16\"\u003c\/span\u003e Stainless Steel Extra Heavy Weight Flatware\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[Product Image Here]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eCreate a modern, trendy table setting with this Acopa Phoenix gold 9 5\/16\" stainless steel extra heavy weight dinner knife. Serve this dinner knife with main entrees to provide guests with an unforgettable dining experience.\u003c\/p\u003e\n                    \n                    \u003cp\u003eEach piece in this versatile collection is designed with soft edges and a slim handle, and is perfectly weighted and balanced to feel comfortable in your patrons' hands. Its gold mirror-shine, hand-polished finish offers a sophisticated and timeless touch to tables, yet doesn't take the focus away from your perfectly plated culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eExquisite Features\u003c\/h3\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eExtra heavy-weight construction for premium feel\u003c\/li\u003e\n                        \u003cli\u003eLuxurious gold mirror-shine, hand-polished finish\u003c\/li\u003e\n                        \u003cli\u003ePerfectly weighted and balanced for comfortable handling\u003c\/li\u003e\n                        \u003cli\u003eSoft edges and slim handle design\u003c\/li\u003e\n                        \u003cli\u003eMade of high-quality stainless steel for durability\u003c\/li\u003e\n                        \u003cli\u003eTimeless design that complements any table setting\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specifications\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eStainless Steel\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eLength\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e9 5\/16 inches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eExtra Heavy-weight\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003ePhoenix\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eFinish\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eGold Mirror-shine\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eHand Polish Recommended\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"design-features\"\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003ePerfect Weight\u003c\/h4\u003e\n                        \u003cp\u003eExtra heavy-weight construction provides balance and premium feel.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003eElegant Design\u003c\/h4\u003e\n                        \u003cp\u003eSoft edges and slim handle designed for comfort and style.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003ePremium Finish\u003c\/h4\u003e\n                        \u003cp\u003eHand-polished gold mirror-shine adds sophistication to any table.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003ch3\u003eElevate Your Dining Experience\u003c\/h3\u003e\n                    \u003cp\u003eThis luxurious dinner knife combines exceptional craftsmanship with modern design, creating the perfect balance between functionality and elegance. The gold finish adds a touch of opulence without overpowering your culinary presentations.\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":42485912207444,"sku":null,"price":67.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2485742.jpg?v=1758258405"},{"product_id":"choice-dominion-8-3-8-stainless-steel-dinner-knife-12-case","title":"Dominion 8 3\/8\" Stainless Steel Dinner Knife - 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\u003eChoice Dominion Dinner Knife | Functional Flatware\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter: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: 'Inter', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: #fff;\n            box-shadow: 0 5px 30px rgba(0,0,0,0.08);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6381 100%);\n            color: white;\n            padding: 40px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f9f9, #f0f0f0);\n            padding: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e6e6e6, #f5f5f5);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-style: italic;\n            border-radius: 8px;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 40px;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #444;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .features h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .features h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4a6381;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specifications {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n        }\n        \n        .specifications h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .specifications h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #2c3e50;\n        }\n        \n        .usage {\n            margin-bottom: 30px;\n        }\n        \n        .usage h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .usage h3:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 3px;\n            background: #4a6381;\n        }\n        \n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .tag {\n            background: #e8edf3;\n            padding: 10px 18px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            color: #4a6381;\n            display: flex;\n            align-items: center;\n        }\n        \n        .tag i {\n            margin-right: 8px;\n            font-size: 0.9rem;\n        }\n        \n        .value-proposition {\n            background: linear-gradient(135deg, #4a6381 0%, #2c3e50 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .value-proposition h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .value-proposition p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .product-image {\n                padding: 25px;\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 Dominion Dinner Knife\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eFunctional 8 3\/8\" Stainless Steel Medium Weight Flatware\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[Product Image Here]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eGive your guests functional flatware with the Choice Dominion 8 3\/8\" stainless steel medium weight dinner knife. Designed for both everyday use and special occasions, this knife combines practicality with elegant design.\u003c\/p\u003e\n                    \n                    \u003cp\u003eComplete your table setting with this Choice Dominion dinner knife. Pair it with the rest of the Dominion line to create a simple yet attractive table setting that your guests will appreciate.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3\u003eKey Features\u003c\/h3\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eMedium-weight construction for perfect balance\u003c\/li\u003e\n                        \u003cli\u003eMade of high-quality stainless steel\u003c\/li\u003e\n                        \u003cli\u003eTasteful design that complements any table setting\u003c\/li\u003e\n                        \u003cli\u003eExceptional durability for long-lasting use\u003c\/li\u003e\n                        \u003cli\u003eBudget-friendly without compromising on quality\u003c\/li\u003e\n                        \u003cli\u003eDishwasher safe for easy cleaning and maintenance\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specifications\"\u003e\n                    \u003ch3\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eStainless Steel\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eLength\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e8 3\/8 inches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eMedium-weight\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDominion\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eFinish\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003ePolished\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDishwasher Safe\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage\"\u003e\n                    \u003ch3\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"usage-tags\"\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Everyday Dining\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e Cafes \u0026amp; Bistros\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e Bars \u0026amp; Pubs\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e Casual Eateries\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Home Use\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e Gift Giving\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003ch3\u003eExceptional Value\u003c\/h3\u003e\n                    \u003cp\u003eThis flatware offers the perfect balance of quality and affordability, making it an excellent choice for both home use and commercial establishments.\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":42485923250260,"sku":null,"price":6.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2419861.jpg?v=1758258833"},{"product_id":"acopa-edgeworth-8-1-2-stainless-steel-extra-heavy-weight-dinner-knife-12-case","title":"Edgeworth 8 1\/2\" Stainless Steel Extra Heavy Weight Dinner Knife - 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\u003eAcopa Edgeworth Dinner Knife | Premium Flatware\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;600;700\u0026family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 30px auto;\n            background: #fff;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            border-radius: 15px;\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6381 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 3.2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            opacity: 0.9;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f9f9, #f0f0f0);\n            padding: 50px 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(45deg, #e6e6e6, #f5f5f5);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-style: italic;\n            border-radius: 8px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 50px 40px;\n        }\n        \n        .product-description {\n            margin-bottom: 35px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #444;\n        }\n        \n        .features {\n            margin-bottom: 35px;\n        }\n        \n        .section-title {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 2px;\n            background: #4a6381;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4a6381;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specifications {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 35px;\n            border: 1px solid #eee;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #2c3e50;\n        }\n        \n        .design-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 35px;\n        }\n        \n        .design-feature {\n            flex: 1;\n            min-width: 250px;\n            padding: 20px;\n            background: #fafafa;\n            border-radius: 8px;\n            text-align: center;\n            border: 1px solid #eee;\n        }\n        \n        .design-feature i {\n            font-size: 2rem;\n            color: #4a6381;\n            margin-bottom: 15px;\n        }\n        \n        .design-feature h4 {\n            font-family: 'Cormorant Garamond', serif;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .usage {\n            margin-bottom: 30px;\n        }\n        \n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .tag {\n            background: #e8edf3;\n            padding: 10px 18px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            color: #4a6381;\n            display: flex;\n            align-items: center;\n        }\n        \n        .tag i {\n            margin-right: 8px;\n            font-size: 0.9rem;\n        }\n        \n        .value-proposition {\n            background: linear-gradient(135deg, #4a6381 0%, #2c3e50 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .value-proposition h3 {\n            font-family: 'Cormorant Garamond', serif;\n            font-size: 2rem;\n            margin-bottom: 20px;\n        }\n        \n        .value-proposition p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.5rem;\n            }\n            \n            .product-details, .product-image {\n                padding: 30px 20px;\n            }\n            \n            .design-feature {\n                min-width: 100%;\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\"\u003eAcopa Edgeworth Dinner Knife\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium 8 1\/2\" Stainless Steel Extra Heavy Weight Flatware\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[Product Image Here]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eComplete your table setting with this Acopa Edgeworth 8 1\/2\" dinner knife. Pair it with the rest of the Edgeworth line to create a coherent and attractive table setting that will impress your guests.\u003c\/p\u003e\n                    \n                    \u003cp\u003eYour guests are sure to appreciate the sturdy construction of this flatware, and it won't break your budget! Made of high-quality stainless steel, it will be a long-lasting and attractive addition to your busy dining area.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3 class=\"section-title\"\u003ePremium Features\u003c\/h3\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eExtra heavy-weight construction for premium feel and durability\u003c\/li\u003e\n                        \u003cli\u003eMade of high-quality stainless steel resistant to tarnishing\u003c\/li\u003e\n                        \u003cli\u003ePerfect balance and comfortable handling\u003c\/li\u003e\n                        \u003cli\u003eTimeless design complements any table setting\u003c\/li\u003e\n                        \u003cli\u003eExceptional value without compromising on quality\u003c\/li\u003e\n                        \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specifications\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eStainless Steel\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eLength\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e8.5 inches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eExtra Heavy-weight\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eEdgeworth\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eFinish\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003ePolished\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDishwasher Safe\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"design-features\"\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003eHeavy Duty\u003c\/h4\u003e\n                        \u003cp\u003eExtra heavy-weight construction provides premium feel and exceptional durability.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003ePerfect Size\u003c\/h4\u003e\n                        \u003cp\u003e8.5 inch length is ideal for dinner place settings and main courses.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-award\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003ePremium Quality\u003c\/h4\u003e\n                        \u003cp\u003eHigh-quality stainless steel ensures long-lasting performance.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"usage-tags\"\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Bistros\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e Cafes\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e Catered Events\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Home Dining\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e Restaurants\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e Gift Giving\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003ch3\u003eExceptional Value\u003c\/h3\u003e\n                    \u003cp\u003eThis premium dinner knife offers the perfect combination of sophisticated design, exceptional durability, and outstanding value - making it ideal for both commercial establishments and home use.\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":42485938454612,"sku":null,"price":23.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2427770.jpg?v=1758259208"},{"product_id":"acopa-foundations-4-oz-white-narrow-rim-melamine-fruit-dish-12-case","title":"Foundations 4 oz. White Narrow Rim Melamine Fruit Dish - 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\u003eAcopa Foundations Fruit Dish | Elegant Tableware\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter: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: 'Inter', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 30px auto;\n            background: #fff;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.08);\n            border-radius: 15px;\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);\n            color: #333;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            color: #2c2c2c;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            font-weight: 400;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            color: #666;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #f9f9f9, #f0f0f0);\n            padding: 50px 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e6e6e6, #f5f5f5);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-style: italic;\n            border-radius: 8px;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder::before {\n            content: '';\n            position: absolute;\n            width: 70%;\n            height: 70%;\n            border: 2px dashed #ddd;\n            border-radius: 50%;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 50px 40px;\n        }\n        \n        .product-description {\n            margin-bottom: 35px;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #444;\n        }\n        \n        .features {\n            margin-bottom: 35px;\n        }\n        \n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: #2c2c2c;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 50px;\n            height: 2px;\n            background: #2c2c2c;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            position: absolute;\n            left: 15px;\n            color: #2c2c2c;\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .specifications {\n            background: #f9f9f9;\n            padding: 30px;\n            border-radius: 10px;\n            margin-bottom: 35px;\n            border: 1px solid #eee;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            flex-direction: column;\n            padding: 10px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #7a7a7a;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #2c2c2c;\n        }\n        \n        .design-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 35px;\n        }\n        \n        .design-feature {\n            flex: 1;\n            min-width: 250px;\n            padding: 20px;\n            background: #fafafa;\n            border-radius: 8px;\n            text-align: center;\n            border: 1px solid #eee;\n            transition: transform 0.3s ease;\n        }\n        \n        .design-feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n        }\n        \n        .design-feature i {\n            font-size: 2rem;\n            color: #2c2c2c;\n            margin-bottom: 15px;\n        }\n        \n        .design-feature h4 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        .usage {\n            margin-bottom: 30px;\n        }\n        \n        .usage-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .tag {\n            background: #f0f0f0;\n            padding: 10px 18px;\n            border-radius: 30px;\n            font-size: 0.9rem;\n            color: #2c2c2c;\n            display: flex;\n            align-items: center;\n        }\n        \n        .tag i {\n            margin-right: 8px;\n            font-size: 0.9rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 20px;\n        }\n        \n        .benefits h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2rem;\n            margin-bottom: 20px;\n            color: #2c2c2c;\n        }\n        \n        .benefits p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .serving-suggestions {\n            margin-top: 40px;\n            padding: 30px;\n            background: #fff;\n            border-radius: 10px;\n            border: 1px solid #eee;\n        }\n        \n        .serving-icons {\n            display: flex;\n            justify-content: space-around;\n            margin-top: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .serving-item {\n            text-align: center;\n            padding: 15px;\n            min-width: 120px;\n        }\n        \n        .serving-item i {\n            font-size: 2.5rem;\n            color: #4CAF50;\n            margin-bottom: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-details, .product-image {\n                padding: 30px 20px;\n            }\n            \n            .design-feature {\n                min-width: 100%;\n            }\n            \n            .serving-icons {\n                justify-content: center;\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\"\u003eAcopa Foundations Fruit Dish\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e4 oz. White Narrow Rim Melamine Appetizer Plate\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[Product Image Here]\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eCreate tasteful table settings with this Acopa Foundations 4 oz. white narrow rim melamine fruit dish. Perfect for adding an elegant touch to any dining experience, this dish combines functionality with beautiful design.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThis fruit dish is ideal for serving small sides of fresh fruit or vegetables. It is designed with a narrow rim that expertly frames each dish and helps prevent messes or spills by keeping foods and sauces contained!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eDesign Features\u003c\/h3\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eNarrow rim design beautifully frames food contents\u003c\/li\u003e\n                        \u003cli\u003eHelps prevent spills and keeps food contained\u003c\/li\u003e\n                        \u003cli\u003eCrisp white color provides optimal visual contrast\u003c\/li\u003e\n                        \u003cli\u003eDurable melamine construction\u003c\/li\u003e\n                        \u003cli\u003ePerfect for fruits, vegetables, and small sides\u003c\/li\u003e\n                        \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specifications\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eMelamine\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCapacity\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e4 oz.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eRim Style\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eNarrow Rim\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCollection\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eFoundations\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eColor\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eWhite\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-label\"\u003eCare\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eDishwasher Safe\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"design-features\"\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003eVisual Appeal\u003c\/h4\u003e\n                        \u003cp\u003eCrisp white color provides optimal contrast, making vibrant foods pop.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003eVersatile Use\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for fruits, vegetables, olives, nuts, and small appetizers.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"design-feature\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                        \u003ch4\u003eDurable\u003c\/h4\u003e\n                        \u003cp\u003eHigh-quality melamine resists chipping and breaking.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"serving-suggestions\"\u003e\n                    \u003ch3 class=\"section-title\"\u003ePerfect For Serving\u003c\/h3\u003e\n                    \u003cdiv class=\"serving-icons\"\u003e\n                        \u003cdiv class=\"serving-item\"\u003e\n                            \u003ci class=\"fas fa-apple-alt\"\u003e\u003c\/i\u003e\n                            \u003cp\u003eFresh Fruit\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"serving-item\"\u003e\n                            \u003ci class=\"fas fa-carrot\"\u003e\u003c\/i\u003e\n                            \u003cp\u003eVegetables\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"serving-item\"\u003e\n                            \u003ci class=\"fas fa-cookie\"\u003e\u003c\/i\u003e\n                            \u003cp\u003eNuts \u0026amp; Snacks\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"serving-item\"\u003e\n                            \u003ci class=\"fas fa-mortar-pestle\"\u003e\u003c\/i\u003e\n                            \u003cp\u003eDips \u0026amp; Sauces\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"usage\"\u003e\n                    \u003ch3 class=\"section-title\"\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"usage-tags\"\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Restaurants\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Home Dining\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e Catered Events\u003c\/span\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-mug-hot\"\u003e\u003c\/i\u003e Cafes\u003c\/span\u003e\n                        \u003cdiv class=\"tag\"\u003e\n\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e Catering\u003c\/div\u003e\n                        \u003cspan class=\"tag\"\u003e\u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e Gift Giving\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch3\u003eElevate Your Presentation\u003c\/h3\u003e\n                    \u003cp\u003eThe crisp white color provides optimal contrast, allowing your vibrant foods to seemingly pop off the table for an eye-catching appearance that will impress your guests.\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":42485980201044,"sku":null,"price":16.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1984903.jpg?v=1758260028"},{"product_id":"acopa-lunar-10-round-white-coupe-melamine-plate-12-case","title":"Lunar 10\" Round White Coupe Melamine Plate - 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\u003eAcopa Lunar 10\" Round Plate\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600\u0026family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 20px;\n            display: flex;\n            flex-wrap: wrap;\n            background-color: #fff;\n            border-radius: 10px;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);\n            border-radius: 8px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #999;\n            font-style: italic;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.2rem;\n            margin-bottom: 15px;\n            color: #2a2a2a;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .product-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #d4a76a;\n        }\n        \n        .product-description {\n            margin: 25px 0;\n            font-size: 1.05rem;\n            color: #555;\n        }\n        \n        .feature-list {\n            margin: 25px 0;\n            list-style-type: none;\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            position: absolute;\n            left: 0;\n            color: #d4a76a;\n            font-weight: bold;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            padding: 15px;\n            background-color: #f9f9f9;\n            border-radius: 6px;\n            border-left: 3px solid #d4a76a;\n        }\n        \n        .spec-title {\n            font-weight: 500;\n            color: #777;\n            font-size: 0.9rem;\n            margin-bottom: 5px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #333;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 35px;\n            background-color: #2a2a2a;\n            color: white;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: 500;\n            letter-spacing: 0.5px;\n            transition: all 0.3s ease;\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background-color: #d4a76a;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-image\"\u003e\n            \u003cdiv class=\"image-placeholder\"\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAcopa Lunar 10\" Round White Coupe Plate\u003c\/h1\u003e\n            \n            \u003cp class=\"product-description\"\u003e\n                Elevate your table setting with the Acopa Lunar melamine plate, combining sophisticated design with practical durability. The crisp white surface provides the perfect canvas to showcase your culinary creations.\n            \u003c\/p\u003e\n            \n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003e10-inch round plate with elegant coupe rim design\u003c\/li\u003e\n                \u003cli\u003eBrilliant white finish makes food colors pop\u003c\/li\u003e\n                \u003cli\u003eDurable melamine construction resistant to breaking\u003c\/li\u003e\n                \u003cli\u003eElegant appearance resembling fine china\u003c\/li\u003e\n                \u003cli\u003ePerfect for both casual and formal dining occasions\u003c\/li\u003e\n                \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003eMaterial\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHigh-Quality Melamine\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003eDiameter\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e10 Inches\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003eShape\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eRound with Coupe Rim\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003eColor\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eCrisp White\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \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":42485990817876,"sku":null,"price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1984405.jpg?v=1758260540"},{"product_id":"get-cs-1411-w-midtown-14-x-11-1-2-white-glazed-white-rectangular-coupe-melamine-platter-6-case","title":"GET CS-1411-W Midtown 14\" x 11 1\/2\" White Glazed White Rectangular Coupe Melamine Platter - 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\u003eGET Enterprises Rectangular Platter\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            display: flex;\n            flex-wrap: wrap;\n            background-color: #fff;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 380px;\n            background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);\n            border-radius: 10px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #999;\n            font-style: italic;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 90%;\n            height: 80%;\n            border: 2px dashed #ccc;\n            border-radius: 8px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.4rem;\n            margin-bottom: 15px;\n            color: #2a2a2a;\n            position: relative;\n            padding-bottom: 15px;\n            line-height: 1.3;\n        }\n        \n        .product-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #4a90e2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 25px;\n            font-weight: 400;\n        }\n        \n        .product-description {\n            margin: 25px 0;\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, rgba(74, 144, 226, 0.1) 0%, rgba(74, 144, 226, 0.05) 100%);\n            border-left: 4px solid #4a90e2;\n            padding: 25px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n        }\n        \n        .feature-list {\n            margin: 25px 0;\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #4a90e2;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            padding: 18px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            border-left: 4px solid #4a90e2;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #4a90e2;\n            font-size: 0.95rem;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .spec-title i {\n            margin-right: 10px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #333;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 30px 0;\n        }\n        \n        .benefit-box {\n            flex: 1;\n            min-width: 200px;\n            background: #f8fafd;\n            border-radius: 8px;\n            padding: 20px;\n            text-align: center;\n            border: 1px solid #e1e8f0;\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            color: #4a90e2;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2a2a2a;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #4a90e2 0%, #2a6dc9 100%);\n            padding: 30px;\n            border-radius: 10px;\n            color: white;\n            text-align: center;\n            margin-top: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 16px 40px;\n            background-color: #fff;\n            color: #4a90e2;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n        \n        .note-box {\n            background-color: #fff9e6;\n            border-left: 4px solid #ffc107;\n            padding: 20px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n            font-size: 0.95rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                flex-direction: column;\n                padding: 20px;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-image\"\u003e\n            \u003cdiv class=\"image-placeholder\"\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch1 class=\"product-title\"\u003eGET Enterprises Midtown Rectangular Platter\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e14\" x 11 1\/2\" White Glazed Melamine Platter\u003c\/p\u003e\n            \n            \u003cp class=\"product-description\"\u003e\n                Bring an eye-catching, modern edge to your table with this elegant rectangular coupe melamine platter. Whether you're serving large dinner entrees or shared appetizers, this platter is sure to make your culinary creations pop.\n            \u003c\/p\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                The crisp white coloring, geometric shape, and coupe style of the GET Midtown collection lends a sleek and trendy appeal to any decor. Made of BPA-free, heavyweight melamine.\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eKey Features:\u003c\/h3\u003e\n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003eElegant rectangular shape with sophisticated coupe rim\u003c\/li\u003e\n                \u003cli\u003eBrilliant white glazed finish enhances food presentation\u003c\/li\u003e\n                \u003cli\u003eConstructed from durable, break-resistant melamine\u003c\/li\u003e\n                \u003cli\u003eBPA-free and food-safe material\u003c\/li\u003e\n                \u003cli\u003eHeavyweight quality with the appearance of chinaware\u003c\/li\u003e\n                \u003cli\u003eIdeal for commercial use and special events\u003c\/li\u003e\n                \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003ch3\u003eSpecifications:\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e Dimensions\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e14\" x 11 1\/2\"\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e Material\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHeavyweight Melamine\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e Color\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eGlazed White\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Features\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eBreak-Resistant, BPA-Free\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eIdeal For:\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-container\"\u003e\n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eRestaurants\u003c\/div\u003e\n                    \u003cdiv\u003ePerfect for commercial settings\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-glass-cheers\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eCatered Events\u003c\/div\u003e\n                    \u003cdiv\u003eElegant serving solution\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-umbrella-beach\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eOutdoor Dining\u003c\/div\u003e\n                    \u003cdiv\u003eDurable and safe\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"note-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Because this item is not stocked in our warehouse, processing, transit times and stock availability will vary. If you need your items by a certain date, please contact us prior to placing your order.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"cta-section\"\u003e\n                \u003cdiv class=\"cta-title\"\u003eElevate Your Table Setting Today\u003c\/div\u003e\n                \u003cp\u003eAdd sophistication to your dining experience with this versatile and stylish platter\u003c\/p\u003e\n                \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\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":42485991178324,"sku":null,"price":303.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2080294.jpg?v=1758260883"},{"product_id":"acopa-foundations-6-1-2-white-narrow-rim-melamine-plate-12-case","title":"Foundations 6 1\/2\" White Narrow Rim Melamine Plate - 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\u003eAcopa Foundations 6.5\" White Plate\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            display: flex;\n            flex-wrap: wrap;\n            background-color: #fff;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-direction: column;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 380px;\n            background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);\n            border-radius: 10px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #999;\n            font-style: italic;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 70%;\n            height: 70%;\n            border: 2px dashed #ccc;\n            border-radius: 50%;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.4rem;\n            margin-bottom: 15px;\n            color: #2a2a2a;\n            position: relative;\n            padding-bottom: 15px;\n            line-height: 1.3;\n        }\n        \n        .product-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #8a7356;\n        }\n        \n        .product-subtitle {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 25px;\n            font-weight: 400;\n        }\n        \n        .product-description {\n            margin: 25px 0;\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, rgba(138, 115, 86, 0.1) 0%, rgba(138, 115, 86, 0.05) 100%);\n            border-left: 4px solid #8a7356;\n            padding: 25px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n        }\n        \n        .feature-list {\n            margin: 25px 0;\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #8a7356;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            padding: 18px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            border-left: 4px solid #8a7356;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #8a7356;\n            font-size: 0.95rem;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .spec-title i {\n            margin-right: 10px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #333;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 30px 0;\n        }\n        \n        .benefit-box {\n            flex: 1;\n            min-width: 200px;\n            background: #faf8f5;\n            border-radius: 8px;\n            padding: 20px;\n            text-align: center;\n            border: 1px solid #e8e3dc;\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            color: #8a7356;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2a2a2a;\n        }\n        \n        .usage-section {\n            background-color: #faf8f5;\n            padding: 30px;\n            border-radius: 10px;\n            margin-top: 30px;\n            border-left: 4px solid #8a7356;\n        }\n        \n        .usage-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: #2a2a2a;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .usage-items {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 15px;\n            min-width: 150px;\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #8a7356;\n            margin-bottom: 15px;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #8a7356 0%, #6b5943 100%);\n            padding: 30px;\n            border-radius: 10px;\n            color: white;\n            text-align: center;\n            margin-top: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 16px 40px;\n            background-color: #fff;\n            color: #8a7356;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                flex-direction: column;\n                padding: 20px;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .usage-items {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-image\"\u003e\n            \u003cdiv class=\"image-placeholder\"\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px; font-style: italic; color: #777;\"\u003e6.5\" white narrow rim melamine plate\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAcopa Foundations Narrow Rim Plate\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e6.5\" White Melamine Appetizer \u0026amp; Dessert Plate\u003c\/p\u003e\n            \n            \u003cp class=\"product-description\"\u003e\n                Create tasteful table settings with this elegantly designed narrow rim melamine plate. Perfect for showcasing your culinary creations while keeping everything neatly contained.\n            \u003c\/p\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                The narrow rim expertly frames each dish and helps prevent messes or spills by keeping foods and sauces contained on the plate. The neutral white color provides optimal contrast, allowing your vibrant foods to pop.\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eKey Features:\u003c\/h3\u003e\n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003ePerfect 6.5\" size for appetizers, sides, and desserts\u003c\/li\u003e\n                \u003cli\u003eNarrow rim design frames food beautifully\u003c\/li\u003e\n                \u003cli\u003eContains sauces and prevents spills\u003c\/li\u003e\n                \u003cli\u003eCrisp white color makes food visually pop\u003c\/li\u003e\n                \u003cli\u003eDurable melamine construction\u003c\/li\u003e\n                \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n                \u003cli\u003eVersatile for both casual and formal settings\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003ch3\u003eSpecifications:\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-ruler\"\u003e\u003c\/i\u003e Diameter\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e6.5 Inches\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e Material\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHigh-Quality Melamine\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e Color\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eClassic White\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Rim Style\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eNarrow Rim\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-section\"\u003e\n                \u003cdiv class=\"usage-title\"\u003ePerfect For Serving:\u003c\/div\u003e\n                \u003cdiv class=\"usage-items\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-cookie\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eDesserts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-shrimp\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eAppetizers\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-carrot\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eSide Dishes\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-cheese\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eCheese \u0026amp; Charcuterie\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eWhy Choose This Plate:\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-container\"\u003e\n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eVersatile Use\u003c\/div\u003e\n                    \u003cdiv\u003ePerfect for various dining occasions\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-tint-slash\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eSpill Prevention\u003c\/div\u003e\n                    \u003cdiv\u003eNarrow rim contains food\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eVisual Appeal\u003c\/div\u003e\n                    \u003cdiv\u003eWhite background makes food pop\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"cta-section\"\u003e\n                \u003cdiv class=\"cta-title\"\u003eElevate Your Table Setting Today\u003c\/div\u003e\n                \u003cp\u003eAdd sophistication to your dining experience with these versatile and stylish plates\u003c\/p\u003e\n                \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\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":42486002516052,"sku":null,"price":23.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1984893.jpg?v=1758261242"},{"product_id":"acopa-foundations-8-oz-white-melamine-bouillon-cup-12-case","title":"Foundations 8 oz. White Melamine Bouillon Cup - 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\u003eAcopa Foundations 8 oz. Bouillon Cup\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            background-color: #f8f8f8;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            display: flex;\n            flex-wrap: wrap;\n            background-color: #fff;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-direction: column;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 380px;\n            background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);\n            border-radius: 10px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: #999;\n            font-style: italic;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 60%;\n            height: 80%;\n            border: 2px dashed #ccc;\n            border-radius: 50%;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 320px;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.4rem;\n            margin-bottom: 15px;\n            color: #2a2a2a;\n            position: relative;\n            padding-bottom: 15px;\n            line-height: 1.3;\n        }\n        \n        .product-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #7a9e9f;\n        }\n        \n        .product-subtitle {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 25px;\n            font-weight: 400;\n        }\n        \n        .product-description {\n            margin: 25px 0;\n            font-size: 1.05rem;\n            color: #555;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, rgba(122, 158, 159, 0.1) 0%, rgba(122, 158, 159, 0.05) 100%);\n            border-left: 4px solid #7a9e9f;\n            padding: 25px;\n            border-radius: 0 8px 8px 0;\n            margin: 30px 0;\n        }\n        \n        .feature-list {\n            margin: 25px 0;\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #7a9e9f;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            padding: 18px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            border-left: 4px solid #7a9e9f;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #7a9e9f;\n            font-size: 0.95rem;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .spec-title i {\n            margin-right: 10px;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n            color: #333;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 30px 0;\n        }\n        \n        .benefit-box {\n            flex: 1;\n            min-width: 200px;\n            background: #f7f9f9;\n            border-radius: 8px;\n            padding: 20px;\n            text-align: center;\n            border: 1px solid #e1e8e8;\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            color: #7a9e9f;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2a2a2a;\n        }\n        \n        .usage-section {\n            background-color: #f7f9f9;\n            padding: 30px;\n            border-radius: 10px;\n            margin-top: 30px;\n            border-left: 4px solid #7a9e9f;\n        }\n        \n        .usage-title {\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            color: #2a2a2a;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .usage-items {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n        }\n        \n        .usage-item {\n            text-align: center;\n            padding: 15px;\n            min-width: 150px;\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #7a9e9f;\n            margin-bottom: 15px;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #7a9e9f 0%, #5f8283 100%);\n            padding: 30px;\n            border-radius: 10px;\n            color: white;\n            text-align: center;\n            margin-top: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 16px 40px;\n            background-color: #fff;\n            color: #7a9e9f;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                flex-direction: column;\n                padding: 20px;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .usage-items {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-image\"\u003e\n            \u003cdiv class=\"image-placeholder\"\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px; font-style: italic; color: #777;\"\u003e8 oz. white melamine bouillon cup\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAcopa Foundations Bouillon Cup\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e8 oz. White Melamine Soup \u0026amp; Side Dish Cup\u003c\/p\u003e\n            \n            \u003cp class=\"product-description\"\u003e\n                Create tasteful table settings with this elegantly designed narrow rim melamine bouillon cup. Perfect for serving soups, sides, and condiments while keeping everything neatly contained.\n            \u003c\/p\u003e\n            \n            \u003cdiv class=\"highlight\"\u003e\n                The narrow rim expertly frames each dish and leaves plenty of space for your soups and fresh fruit. The crisp white color provides optimal contrast, allowing your vibrant foods to seemingly pop off the table.\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eKey Features:\u003c\/h3\u003e\n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003ePerfect 8 oz. capacity for soups, sides, and condiments\u003c\/li\u003e\n                \u003cli\u003eNarrow rim design frames food beautifully\u003c\/li\u003e\n                \u003cli\u003eAmple space for contents while preventing spills\u003c\/li\u003e\n                \u003cli\u003eCrisp white color makes food visually pop\u003c\/li\u003e\n                \u003cli\u003eDurable melamine construction\u003c\/li\u003e\n                \u003cli\u003eDishwasher safe for easy cleaning\u003c\/li\u003e\n                \u003cli\u003eVersatile for both casual and formal settings\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003ch3\u003eSpecifications:\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e Capacity\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003e8 Ounces\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e Material\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHigh-Quality Melamine\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e Color\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eClassic White\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e Rim Style\u003c\/div\u003e\n                    \u003cdiv class=\"spec-value\"\u003eNarrow Rim\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-section\"\u003e\n                \u003cdiv class=\"usage-title\"\u003ePerfect For Serving:\u003c\/div\u003e\n                \u003cdiv class=\"usage-items\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-utensil-spoon\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eSoups \u0026amp; Broths\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-mortar-pestle\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eCondiments \u0026amp; Dips\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-apple-alt\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eFresh Fruits\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cdiv class=\"usage-icon\"\u003e\u003ci class=\"fas fa-carrot\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003eSide Dishes\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eWhy Choose This Bouillon Cup:\u003c\/h3\u003e\n            \u003cdiv class=\"benefits-container\"\u003e\n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eVersatile Use\u003c\/div\u003e\n                    \u003cdiv\u003ePerfect for various foods and occasions\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-tint-slash\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eSpill Resistant\u003c\/div\u003e\n                    \u003cdiv\u003eNarrow rim contains liquids\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefit-box\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-eye\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eVisual Appeal\u003c\/div\u003e\n                    \u003cdiv\u003eWhite background makes food pop\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"cta-section\"\u003e\n                \u003cdiv class=\"cta-title\"\u003eElevate Your Table Setting Today\u003c\/div\u003e\n                \u003cp\u003eAdd sophistication to your dining experience with these versatile and stylish bouillon cups\u003c\/p\u003e\n                \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\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":42486005071956,"sku":null,"price":18.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1984907.jpg?v=1758261659"},{"product_id":"acopa-10-bright-white-square-porcelain-plate-12-case","title":"10\" Bright White Square Porcelain Plate - 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\u003eAcopa 10\" Square Plate - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600\u0026family=Montserrat: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: 'Montserrat', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #fafafa;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            text-align: center;\n            padding: 30px 20px;\n            background: linear-gradient(to bottom right, #f8f8f8, #fff);\n            border-bottom: 1px solid #eee;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            font-weight: 300;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: #f5f5f5;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n        }\n        \n        .plate-placeholder {\n            width: 300px;\n            height: 300px;\n            background: white;\n            border: 2px solid #ddd;\n            border-radius: 5px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .plate-placeholder::before {\n            content: \"10″\";\n            font-size: 4rem;\n            font-family: 'Playfair Display', serif;\n            color: #ddd;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 30px;\n        }\n        \n        .description {\n            margin-bottom: 25px;\n        }\n        \n        .description p {\n            margin-bottom: 15px;\n            font-size: 1.05rem;\n        }\n        \n        .features {\n            margin-bottom: 25px;\n        }\n        \n        .features h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-size: 1.5rem;\n        }\n        \n        .features ul {\n            list-style: none;\n            padding-left: 20px;\n        }\n        \n        .features li {\n            margin-bottom: 10px;\n            position: relative;\n            padding-left: 25px;\n        }\n        \n        .features li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #27ae60;\n            font-weight: bold;\n        }\n        \n        .specs {\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 25px;\n        }\n        \n        .specs h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-size: 1.5rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            border-bottom: 1px dashed #ddd;\n            padding: 5px 0;\n        }\n        \n        .spec-value {\n            font-weight: 500;\n        }\n        \n        .brand {\n            background: #f5f5f5;\n            padding: 20px;\n            border-radius: 8px;\n        }\n        \n        .brand h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-size: 1.5rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-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\u003eAcopa 10\" Square Plate\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eBright White Porcelain - Modern Elegance for Your Tabletop\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"plate-placeholder\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eFor a trendy departure from traditional dinnerware, serve your menu items on this stunning Acopa 10\" square bright white porcelain plate! This plate combines simplicity and style to add elegance to your tabletop.\u003c\/p\u003e\n                    \u003cp\u003eIts chic, 10\" square design is great for serving main entrees and shared platters, while the crisp, bright white color enhances any style or color of table linens, dinnerware accessories, or table settings.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3\u003eKey Features\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eSleek and contemporary design\u003c\/li\u003e\n                        \u003cli\u003eCommercial-grade porcelain for long-lasting use\u003c\/li\u003e\n                        \u003cli\u003eWide, angled rim expertly frames each dish\u003c\/li\u003e\n                        \u003cli\u003eHelps prevent messes or spills by keeping foods contained\u003c\/li\u003e\n                        \u003cli\u003ePerfect for restaurants, hotels, or catered events\u003c\/li\u003e\n                        \u003cli\u003eEnhances any table setting style\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003ch3\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eLength:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e10\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eWidth:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e10\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eBottom Length:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e6 3\/4\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eBottom Width:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e6 3\/4\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eHeight:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e1 1\/8\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand\"\u003e\n                    \u003ch3\u003eAbout Acopa\u003c\/h3\u003e\n                    \u003cp\u003eAn ever-expanding brand, Acopa is known for its high-quality items and exceptional value. From trendy dinnerware and timeless flatware to long-lasting glassware and stylish catering supplies, Acopa is your destination for any tabletop and front of house need.\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":42486013821012,"sku":null,"price":130.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2419327.jpg?v=1758262962"},{"product_id":"acopa-8-oz-square-bright-white-porcelain-bowl-36-case","title":"8 oz. Square Bright White Porcelain Bowl - 36\/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\u003eAcopa 8 oz. Square Porcelain Bowl\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: #f8f9fa;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            text-align: center;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            color: #7f8c8d;\n            font-weight: 300;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 350px;\n            background: #f9f9f9;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 40px;\n        }\n        \n        .bowl-placeholder {\n            width: 280px;\n            height: 280px;\n            background: white;\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            transform: perspective(500px) rotateX(5deg) rotateY(-5deg);\n            transition: transform 0.5s ease;\n        }\n        \n        .bowl-placeholder:hover {\n            transform: perspective(500px) rotateX(0deg) rotateY(0deg);\n        }\n        \n        .bowl-placeholder::before {\n            content: \"8 oz\";\n            font-size: 2.5rem;\n            font-family: 'Playfair Display', serif;\n            color: #e0e0e0;\n            font-weight: 700;\n        }\n        \n        .bowl-placeholder::after {\n            content: \"\";\n            position: absolute;\n            width: 80%;\n            height: 80%;\n            border: 2px dashed #e8e8e8;\n            border-radius: 8px;\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 350px;\n            padding: 40px;\n        }\n        \n        .description {\n            margin-bottom: 30px;\n        }\n        \n        .description p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            color: #555;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .features h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-size: 1.8rem;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f0f0f0;\n        }\n        \n        .features ul {\n            list-style: none;\n            padding-left: 20px;\n        }\n        \n        .features li {\n            margin-bottom: 15px;\n            position: relative;\n            padding-left: 35px;\n            color: #555;\n        }\n        \n        .features li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: -2px;\n            width: 26px;\n            height: 26px;\n            background: #2c3e50;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            font-weight: bold;\n        }\n        \n        .specs {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            border-left: 4px solid #2c3e50;\n        }\n        \n        .specs h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-size: 1.8rem;\n            font-weight: 600;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n        }\n        \n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            border-bottom: 1px dotted #ddd;\n            padding: 10px 0;\n        }\n        \n        .spec-name {\n            color: #7f8c8d;\n            font-weight: 500;\n        }\n        \n        .spec-value {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        .brand {\n            background: #f9f9f9;\n            padding: 25px;\n            border-radius: 8px;\n        }\n        \n        .brand h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: #2c3e50;\n            font-size: 1.8rem;\n            font-weight: 600;\n        }\n        \n        .brand p {\n            color: #555;\n            margin-bottom: 15px;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6580 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .highlight p {\n            font-style: italic;\n            font-size: 1.2rem;\n            margin: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .subtitle {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eAcopa 8 oz. Square Porcelain Bowl\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eModern Square Design in Bright White Porcelain\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"bowl-placeholder\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eEnsure a pristine dining presentation with this Acopa 8 oz. square bright white porcelain bowl. Featuring a modern, square design, this bowl allows you to serve your soups, salads, and desserts in style.\u003c\/p\u003e\n                    \u003cp\u003eIts bright white color enhances the pattern and color of table linens, dinnerware accessories, and table settings, while also providing superior contrast, making your offerings seemingly pop off the table for an attention-grabbing appearance.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp\u003eFully vitrified to prevent moisture absorption over time\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features\"\u003e\n                    \u003ch3\u003ePremium Features\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eModern square design for stylish presentation\u003c\/li\u003e\n                        \u003cli\u003eMade of strong, durable porcelain\u003c\/li\u003e\n                        \u003cli\u003eGlazed for increased longevity and protection\u003c\/li\u003e\n                        \u003cli\u003eResistant to scrapes and scratches\u003c\/li\u003e\n                        \u003cli\u003eFully vitrified to prevent moisture absorption\u003c\/li\u003e\n                        \u003cli\u003eBright white color enhances food presentation\u003c\/li\u003e\n                        \u003cli\u003eIdeal for soups, salads, and desserts\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003ch3\u003eSpecifications\u003c\/h3\u003e\n                    \u003cdiv class=\"specs-grid\"\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eCapacity:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e8 oz.\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eTop Length:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e4 1\/4\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eTop Width:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e4 1\/4\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eBottom Length:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e2\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eBottom Width:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e2\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eHeight:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e2 1\/4\"\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eMaterial:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003ePorcelain\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-item\"\u003e\n                            \u003cspan class=\"spec-name\"\u003eColor:\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003eBright White\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"brand\"\u003e\n                    \u003ch3\u003eAbout Acopa\u003c\/h3\u003e\n                    \u003cp\u003eAn ever-expanding brand, Acopa is known for its high-quality items and exceptional value. From trendy dinnerware and timeless flatware to long-lasting glassware and stylish catering and beverage service supplies, Acopa is your destination for any tabletop and front of house need.\u003c\/p\u003e\n                    \u003cp\u003eCreated with the consumer in mind, Acopa has the perfect solution for a variety of food service and hospitality establishments.\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":42486018703444,"sku":null,"price":212.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2419127.jpg?v=1758263731"}],"url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/all-products.oembed?page=744","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}